Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Einsteigerfragen
    4. Absturzursache Raspi und iO Broker finden

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    Absturzursache Raspi und iO Broker finden

    This topic has been deleted. Only users with topic management privileges can see it.
    • Homoran
      Homoran Global Moderator Administrators @Laser last edited by Homoran

      @laser sagte in Absturzursache Raspi und iO Broker finden:

      @dr-bakterius Ohne diese Karte ist das System für mich nutzlos...

      doch nicht dauerhaft!
      nur zum sehen ob es daran liegt.

      L 1 Reply Last reply Reply Quote 1
      • L
        Laser @Homoran last edited by

        @homoran
        ich warte erst mal ab, was der Umschluß auf USB2 bringt. Der Pi stürzt ja nicht täglich ab. Immer nur eine Maßnahme ausprobieren, ist sicher besser.

        Dr. Bakterius 2 Replies Last reply Reply Quote 0
        • Dr. Bakterius
          Dr. Bakterius Most Active @Laser last edited by

          @laser sagte in Absturzursache Raspi und iO Broker finden:

          Immer nur eine Maßnahme ausprobieren, ist sicher besser.

          Das ist richtig. Wenn das die Lösung ist, brauchst du nicht weiter zu testen. Andernfalls kennst du den nächsten Schritt. 😉

          1 Reply Last reply Reply Quote 0
          • Dr. Bakterius
            Dr. Bakterius Most Active @Laser last edited by

            @laser sagte in Absturzursache Raspi und iO Broker finden:

            ich warte erst mal ab, was der Umschluß auf USB2 bringt.

            Und wie läufts?

            L 1 Reply Last reply Reply Quote 0
            • L
              Laser @Dr. Bakterius last edited by Laser

              @dr-bakterius Bis jetzt kein Absturz. Nur diese Fehlermeldungen:

              pi@raspberrypi:/var/log $ grep error "syslog"
              Sep 18 11:00:24 raspberrypi kernel: [    8.092684] rtc-rx8130: probe of 1-0032 failed with error -121
              Sep 18 11:00:24 raspberrypi kernel: [    8.099168] rtc-rx8130: probe of 1-0032 failed with error -121
              Sep 18 11:00:24 raspberrypi kernel: [    8.819015] brcmfmac mmc1:0001:1: Direct firmware load for brcm/brcmfmac43455-sdio.raspberrypi,4-model-b.bin failed with error -2
              
              
              Dr. Bakterius 1 Reply Last reply Reply Quote 0
              • Dr. Bakterius
                Dr. Bakterius Most Active @Laser last edited by

                @laser Das liegt wohl an der Homematik-Platine. Die hat einen gepufferten RTC-Uhrenschaltkreis die dem RPi fehlt.

                L 1 Reply Last reply Reply Quote 0
                • L
                  Laser @Dr. Bakterius last edited by Laser

                  @dr-bakterius
                  Jetzt war es wieder soweit. IO Broker - kein Zugriff, über Putty auch kein Zugriff auf den Raspi. IO Broker macht am 12. 10. 2022 um 11:30 Uhr keine Chart- Einträge mehr. Das syslog zeigt aber Stunden später immer noch "error" Einträge. So ganz muß das System nicht gestanden haben.

                  Oct 12 12:59:02 raspberrypi kernel: [263257.678221] eq3loop: eq3loop_write_master() retrun error:
                  Oct 12 13:01:09 raspberrypi kernel: [263845.678689] eq3loop: eq3loop_write_master() retrun error:
                  Oct 12 13:03:03 raspberrypi kernel: [264307.516927] eq3loop: eq3loop_write_master() retrun error:
                  Oct 12 13:05:18 raspberrypi kernel: [264714.501436] eq3loop: eq3loop_write_master() retrun error:
                  Oct 12 17:07:14 raspberrypi kernel: [    7.809546] rtc-rx8130: probe of 1-0032 failed with error -121
                  Oct 12 17:07:14 raspberrypi kernel: [    7.812549] rtc-rx8130: probe of 1-0032 failed with error -121
                  
                  

                  Das IO-Broker Protokoll um diese Zeit:

                  2022-10-12 11:01:04.588 - info: admin.1 (649) Request actual repository...
                  2022-10-12 11:01:04.940 - info: host.raspberrypi Updating repository "stable" under "http://download.iobroker.net/sources-dist.json"
                  
                  Dr. Bakterius 1 Reply Last reply Reply Quote 0
                  • Dr. Bakterius
                    Dr. Bakterius Most Active @Laser last edited by

                    @laser Das Log vom ioBroker zeigt nichts Ungewöhnliches (nur Überprüfung auf Updates). Ich habe nach wie vor die Vermutung, dass es irgendetwas mit der Homematik-Platine zu tun hat. Vielleicht ist es einfach nur ein Kontaktfehler oder ein Haarriss. Wenn du Komponenten als Ersatz hast (Raspberry Pi und HM-Platine), würde ich die mal einzeln tauschen und beobachten. Viel anderes kannst du wohl kaum machen...

                    1 Reply Last reply Reply Quote 0
                    • L
                      Lucky_ESA Developer Most Active last edited by

                      Hallo zusammen,

                      die Function eq3loop_write_master() möchte was schreiben wird aber mit unbekannten Fehler daran gehindert. Die Fehlermeldung ist wohl eher nicht die Ursache sondern ein Resultat einer anderen Ursache.
                      Vielleicht können die beiden Linux Experten mit einem umfangreichen syslog mehr anfangen als immer nur Error Meldungen.
                      Sensible Daten sollten natürlich aus dem Log gelöscht werden wie z. Bsp. der String nach iobroker.

                      Gruß//Lucky

                      L 1 Reply Last reply Reply Quote 0
                      • L
                        Laser @Lucky_ESA last edited by Laser

                        Die Karte vom HM ist mit einem Kabel angeschlossen. Habe den Stecker einige Male abgezogen und wieder drangesteckt (wie ein Wackler). Kurzzeitig war der IO Broker nicht erreichbar, aber nach kurzer Zeit funktionierte Alles wieder ohne Neustart.
                        Soll ich wirklich die logs der letzten 4 Wochen hier anhängen- an Steller der "error"- Ausschnitte? bringt das etwas?

                        1 Reply Last reply Reply Quote 0
                        • L
                          Lucky_ESA Developer Most Active last edited by

                          Ein Log 1 Stunde vor auftreten des Problems kann vielleicht helfen. Versuchen solltest du das um vielleicht deinen Fehler zu finden.

                          Gruß//Lucky

                          L 1 Reply Last reply Reply Quote 0
                          • L
                            Laser @Lucky_ESA last edited by Laser

                            @lucky_esa
                            Muß diese ständige "Time Synchronistation" sein?

                            Oct 12 10:29:48 raspberrypi systemd[1]: Stopped Network Time Synchronization.
                            Oct 12 10:29:48 raspberrypi systemd[1]: Starting Network Time Synchronization...
                            Oct 12 10:29:48 raspberrypi systemd[1]: Started Network Time Synchronization.
                            Oct 12 10:29:58 raspberrypi systemd-timesyncd[1224156]: Timed out waiting for reply from 116.203.151.74:123 (0.debian.pool.ntp.org).
                            Oct 12 10:29:58 raspberrypi systemd-timesyncd[1224156]: Initial synchronization to time server 167.86.115.96:123 (0.debian.pool.ntp.org).
                            Oct 12 10:30:22 raspberrypi dhcpcd[809]: eth0: Router Advertisement from fe80::e228:6dff:fe35:ee21
                            Oct 12 10:30:23 raspberrypi systemd[1]: Stopping Network Time Synchronization...
                            Oct 12 10:30:23 raspberrypi systemd[1]: systemd-timesyncd.service: Succeeded.
                            Oct 12 10:30:23 raspberrypi systemd[1]: Stopped Network Time Synchronization.
                            Oct 12 10:30:23 raspberrypi systemd[1]: Starting Network Time Synchronization...
                            Oct 12 10:30:23 raspberrypi systemd[1]: Started Network Time Synchronization.
                            Oct 12 10:30:33 raspberrypi systemd-timesyncd[1224327]: Timed out waiting for reply from 116.203.151.74:123 (0.debian.pool.ntp.org).
                            Oct 12 10:30:33 raspberrypi systemd-timesyncd[1224327]: Initial synchronization to time server 167.86.115.96:123 (0.debian.pool.ntp.org).
                            Oct 12 10:30:47 raspberrypi dhcpcd[809]: eth0: Router Advertisement from fe80::e228:6dff:fe35:ee21
                            Oct 12 10:30:47 raspberrypi systemd[1]: Stopping Network Time Synchronization...
                            Oct 12 10:30:47 raspberrypi systemd[1]: systemd-timesyncd.service: Succeeded.
                            Oct 12 10:30:47 raspberrypi systemd[1]: Stopped Network Time Synchronization.
                            Oct 12 10:30:47 raspberrypi systemd[1]: Starting Network Time Synchronization...
                            Oct 12 10:30:48 raspberrypi systemd[1]: Started Network Time Synchronization.
                            Oct 12 10:30:58 raspberrypi systemd-timesyncd[1224431]: Timed out waiting for reply from 116.203.151.74:123 (0.debian.pool.ntp.org).
                            Oct 12 10:30:58 raspberrypi systemd-timesyncd[1224431]: Initial synchronization to time server 167.86.115.96:123 (0.debian.pool.ntp.org).
                            Oct 12 10:31:22 raspberrypi dhcpcd[809]: eth0: Router Advertisement from fe80::e228:6dff:fe35:ee21
                            Oct 12 10:31:22 raspberrypi systemd[1]: Stopping Network Time Synchronization...
                            Oct 12 10:31:22 raspberrypi systemd[1]: systemd-timesyncd.service: Succeeded.
                            Oct 12 10:31:22 raspberrypi systemd[1]: Stopped Network Time Synchronization.
                            Oct 12 10:31:22 raspberrypi systemd[1]: Starting Network Time Synchronization...
                            Oct 12 10:31:22 raspberrypi systemd[1]: Started Network Time Synchronization.
                            Oct 12 10:31:22 raspberrypi systemd-timesyncd[1224606]: Initial synchronization to time server 90.187.148.77:123 (0.debian.pool.ntp.org).
                            Oct 12 10:31:47 raspberrypi dhcpcd[809]: eth0: Router Advertisement from fe80::e228:6dff:fe35:ee21
                            Oct 12 10:31:48 raspberrypi systemd[1]: Stopping Network Time Synchronization...
                            Oct 12 10:31:48 raspberrypi systemd[1]: systemd-timesyncd.service: Succeeded.
                            Oct 12 10:31:48 raspberrypi systemd[1]: Stopped Network Time Synchronization.
                            Oct 12 10:31:48 raspberrypi systemd[1]: Starting Network Time Synchronization...
                            Oct 12 10:31:48 raspberrypi systemd[1]: Started Network Time Synchronization.
                            Oct 12 10:31:48 raspberrypi systemd-timesyncd[1224709]: Initial synchronization to time server 90.187.148.77:123 (0.debian.pool.ntp.org).
                            Oct 12 10:32:22 raspberrypi dhcpcd[809]: eth0: Router Advertisement from fe80::e228:6dff:fe35:ee21
                            Oct 12 10:32:22 raspberrypi systemd[1]: Stopping Network Time Synchronization...
                            Oct 12 10:32:22 raspberrypi systemd[1]: systemd-timesyncd.service: Succeeded.
                            Oct 12 10:32:22 raspberrypi systemd[1]: Stopped Network Time Synchronization.
                            Oct 12 10:32:22 raspberrypi systemd[1]: Starting Network Time Synchronization...
                            Oct 12 10:32:22 raspberrypi systemd[1]: Started Network Time Synchronization.
                            Oct 12 10:32:22 raspberrypi systemd-timesyncd[1224887]: Initial synchronization to time server 90.187.148.77:123 (0.debian.pool.ntp.org).
                            Oct 12 10:32:47 raspberrypi dhcpcd[809]: eth0: Router Advertisement from fe80::e228:6dff:fe35:ee21
                            Oct 12 10:32:48 raspberrypi systemd[1]: Stopping Network Time Synchronization...
                            Oct 12 10:32:48 raspberrypi systemd[1]: systemd-timesyncd.service: Succeeded.
                            Oct 12 10:32:48 raspberrypi systemd[1]: Stopped Network Time Synchronization.
                            Oct 12 10:32:48 raspberrypi systemd[1]: Starting Network Time Synchronization...
                            Oct 12 10:32:48 raspberrypi systemd[1]: Started Network Time Synchronization.
                            Oct 12 10:32:48 raspberrypi systemd-timesyncd[1224987]: Initial synchronization to time server 90.187.148.77:123 (0.debian.pool.ntp.org).
                            Oct 12 10:33:22 raspberrypi dhcpcd[809]: eth0: Router Advertisement from fe80::e228:6dff:fe35:ee21
                            Oct 12 10:33:23 raspberrypi systemd[1]: Stopping Network Time Synchronization...
                            Oct 12 10:33:23 raspberrypi systemd[1]: systemd-timesyncd.service: Succeeded.
                            Oct 12 10:33:23 raspberrypi systemd[1]: Stopped Network Time Synchronization.
                            Oct 12 10:33:23 raspberrypi systemd[1]: Starting Network Time Synchronization...
                            Oct 12 10:33:23 raspberrypi systemd[1]: Started Network Time Synchronization.
                            Oct 12 10:33:23 raspberrypi systemd-timesyncd[1225157]: Initial synchronization to time server 90.187.148.77:123 (0.debian.pool.ntp.org).
                            Oct 12 10:33:47 raspberrypi dhcpcd[809]: eth0: Router Advertisement from fe80::e228:6dff:fe35:ee21
                            Oct 12 10:33:48 raspberrypi systemd[1]: Stopping Network Time Synchronization...
                            Oct 12 10:33:48 raspberrypi systemd[1]: systemd-timesyncd.service: Succeeded.
                            Oct 12 10:33:48 raspberrypi systemd[1]: Stopped Network Time Synchronization.
                            Oct 12 10:33:48 raspberrypi systemd[1]: Starting Network Time Synchronization...
                            Oct 12 10:33:48 raspberrypi systemd[1]: Started Network Time Synchronization.
                            Oct 12 10:33:48 raspberrypi systemd-timesyncd[1225266]: Initial synchronization to time server 162.159.200.123:123 (0.debian.pool.ntp.org).
                            Oct 12 10:34:22 raspberrypi dhcpcd[809]: eth0: Router Advertisement from fe80::e228:6dff:fe35:ee21
                            Oct 12 10:34:22 raspberrypi systemd[1]: Stopping Network Time Synchronization...
                            Oct 12 10:34:22 raspberrypi systemd[1]: systemd-timesyncd.service: Succeeded.
                            Oct 12 10:34:22 raspberrypi systemd[1]: Stopped Network Time Synchronization.
                            Oct 12 10:34:22 raspberrypi systemd[1]: Starting Network Time Synchronization...
                            Oct 12 10:34:22 raspberrypi systemd[1]: Started Network Time Synchronization.
                            Oct 12 10:34:22 raspberrypi systemd-timesyncd[1225431]: Initial synchronization to time server 162.159.200.123:123 (0.debian.pool.ntp.org).
                            Oct 12 10:34:47 raspberrypi dhcpcd[809]: eth0: Router Advertisement from fe80::e228:6dff:fe35:ee21
                            Oct 12 10:34:47 raspberrypi systemd[1]: Stopping Network Time Synchronization...
                            Oct 12 10:34:47 raspberrypi systemd[1]: systemd-timesyncd.service: Succeeded.
                            Oct 12 10:34:47 raspberrypi systemd[1]: Stopped Network Time Synchronization.
                            Oct 12 10:34:47 raspberrypi systemd[1]: Starting Network Time Synchronization...
                            Oct 12 10:34:47 raspberrypi systemd[1]: Started Network Time Synchronization.
                            Oct 12 10:34:47 raspberrypi systemd-timesyncd[1225539]: Initial synchronization to time server 162.159.200.123:123 (0.debian.pool.ntp.org).
                            Oct 12 10:35:22 raspberrypi dhcpcd[809]: eth0: Router Advertisement from fe80::e228:6dff:fe35:ee21
                            Oct 12 10:35:23 raspberrypi systemd[1]: Stopping Network Time Synchronization...
                            Oct 12 10:35:23 raspberrypi systemd[1]: systemd-timesyncd.service: Succeeded.
                            Oct 12 10:35:23 raspberrypi systemd[1]: Stopped Network Time Synchronization.
                            Oct 12 10:35:23 raspberrypi systemd[1]: Starting Network Time Synchronization...
                            Oct 12 10:35:23 raspberrypi systemd[1]: Started Network Time Synchronization.
                            Oct 12 10:35:23 raspberrypi systemd-timesyncd[1225711]: Initial synchronization to time server 162.159.200.123:123 (0.debian.pool.ntp.org).
                            Oct 12 10:35:47 raspberrypi dhcpcd[809]: eth0: Router Advertisement from fe80::e228:6dff:fe35:ee21
                            Oct 12 10:35:47 raspberrypi systemd[1]: Stopping Network Time Synchronization...
                            Oct 12 10:35:47 raspberrypi systemd[1]: systemd-timesyncd.service: Succeeded.
                            Oct 12 10:35:47 raspberrypi systemd[1]: Stopped Network Time Synchronization.
                            Oct 12 10:35:47 raspberrypi systemd[1]: Starting Network Time Synchronization...
                            Oct 12 10:35:48 raspberrypi systemd[1]: Started Network Time Synchronization.
                            Oct 12 10:35:48 raspberrypi systemd-timesyncd[1225817]: Initial synchronization to time server 162.159.200.123:123 (0.debian.pool.ntp.org).
                            Oct 12 10:36:22 raspberrypi dhcpcd[809]: eth0: Router Advertisement from fe80::e228:6dff:fe35:ee21
                            Oct 12 10:36:22 raspberrypi systemd[1]: Stopping Network Time Synchronization...
                            Oct 12 10:36:22 raspberrypi systemd[1]: systemd-timesyncd.service: Succeeded.
                            Oct 12 10:36:22 raspberrypi systemd[1]: Stopped Network Time Synchronization.
                            Oct 12 10:36:22 raspberrypi systemd[1]: Starting Network Time Synchronization...
                            Oct 12 10:36:22 raspberrypi systemd[1]: Started Network Time Synchronization.
                            Oct 12 10:36:23 raspberrypi systemd-timesyncd[1225987]: Initial synchronization to time server 80.86.85.53:123 (0.debian.pool.ntp.org).
                            Oct 12 10:36:47 raspberrypi dhcpcd[809]: eth0: Router Advertisement from fe80::e228:6dff:fe35:ee21
                            Oct 12 10:36:47 raspberrypi systemd[1]: Stopping Network Time Synchronization...
                            Oct 12 10:36:47 raspberrypi systemd[1]: systemd-timesyncd.service: Succeeded.
                            Oct 12 10:36:47 raspberrypi systemd[1]: Stopped Network Time Synchronization.
                            Oct 12 10:36:47 raspberrypi systemd[1]: Starting Network Time Synchronization...
                            Oct 12 10:36:48 raspberrypi systemd[1]: Started Network Time Synchronization.
                            Oct 12 10:36:48 raspberrypi systemd-timesyncd[1226095]: Initial synchronization to time server 80.86.85.53:123 (0.debian.pool.ntp.org).
                            Oct 12 10:37:22 raspberrypi dhcpcd[809]: eth0: Router Advertisement from fe80::e228:6dff:fe35:ee21
                            Oct 12 10:37:22 raspberrypi systemd[1]: Stopping Network Time Synchronization...
                            Oct 12 10:37:22 raspberrypi systemd[1]: systemd-timesyncd.service: Succeeded.
                            Oct 12 10:37:22 raspberrypi systemd[1]: Stopped Network Time Synchronization.
                            Oct 12 10:37:22 raspberrypi systemd[1]: Starting Network Time Synchronization...
                            Oct 12 10:37:23 raspberrypi systemd[1]: Started Network Time Synchronization.
                            Oct 12 10:37:23 raspberrypi systemd-timesyncd[1226274]: Initial synchronization to time server 80.86.85.53:123 (0.debian.pool.ntp.org).
                            Oct 12 10:37:47 raspberrypi dhcpcd[809]: eth0: Router Advertisement from fe80::e228:6dff:fe35:ee21
                            Oct 12 10:37:47 raspberrypi systemd[1]: Stopping Network Time Synchronization...
                            Oct 12 10:37:47 raspberrypi systemd[1]: systemd-timesyncd.service: Succeeded.
                            Oct 12 10:37:47 raspberrypi systemd[1]: Stopped Network Time Synchronization.
                            Oct 12 10:37:47 raspberrypi systemd[1]: Starting Network Time Synchronization...
                            Oct 12 10:37:47 raspberrypi systemd[1]: Started Network Time Synchronization.
                            Oct 12 10:37:47 raspberrypi systemd-timesyncd[1226380]: Initial synchronization to time server 80.86.85.53:123 (0.debian.pool.ntp.org).
                            Oct 12 10:37:53 raspberrypi dhcpcd[809]: eth0: Router Advertisement from fe80::e228:6dff:fe35:ee21
                            Oct 12 10:37:54 raspberrypi systemd[1]: Stopping Network Time Synchronization...
                            Oct 12 10:37:54 raspberrypi systemd[1]: systemd-timesyncd.service: Succeeded.
                            Oct 12 10:37:54 raspberrypi systemd[1]: Stopped Network Time Synchronization.
                            Oct 12 10:37:54 raspberrypi systemd[1]: Starting Network Time Synchronization...
                            Oct 12 10:37:54 raspberrypi systemd[1]: Started Network Time Synchronization.
                            Oct 12 10:37:54 raspberrypi systemd-timesyncd[1226428]: Initial synchronization to time server 80.86.85.53:123 (0.debian.pool.ntp.org).
                            Oct 12 10:38:22 raspberrypi dhcpcd[809]: eth0: Router Advertisement from fe80::e228:6dff:fe35:ee21
                            Oct 12 10:38:22 raspberrypi systemd[1]: Stopping Network Time Synchronization...
                            Oct 12 10:38:22 raspberrypi systemd[1]: systemd-timesyncd.service: Succeeded.
                            Oct 12 10:38:22 raspberrypi systemd[1]: Stopped Network Time Synchronization.
                            Oct 12 10:38:22 raspberrypi systemd[1]: Starting Network Time Synchronization...
                            Oct 12 10:38:22 raspberrypi systemd[1]: Started Network Time Synchronization.
                            Oct 12 10:38:23 raspberrypi systemd-timesyncd[1226584]: Initial synchronization to time server 80.86.85.53:123 (0.debian.pool.ntp.org).
                            Oct 12 10:38:47 raspberrypi dhcpcd[809]: eth0: Router Advertisement from fe80::e228:6dff:fe35:ee21
                            Oct 12 10:38:48 raspberrypi systemd[1]: Stopping Network Time Synchronization...
                            Oct 12 10:38:48 raspberrypi systemd[1]: systemd-timesyncd.service: Succeeded.
                            Oct 12 10:38:48 raspberrypi systemd[1]: Stopped Network Time Synchronization.
                            Oct 12 10:38:48 raspberrypi systemd[1]: Starting Network Time Synchronization...
                            Oct 12 10:38:48 raspberrypi systemd[1]: Started Network Time Synchronization.
                            Oct 12 10:38:48 raspberrypi systemd-timesyncd[1226690]: Initial synchronization to time server 178.215.228.24:123 (0.debian.pool.ntp.org).
                            Oct 12 10:39:22 raspberrypi dhcpcd[809]: eth0: Router Advertisement from fe80::e228:6dff:fe35:ee21
                            Oct 12 10:39:23 raspberrypi systemd[1]: Stopping Network Time Synchronization...
                            Oct 12 10:39:23 raspberrypi systemd[1]: systemd-timesyncd.service: Succeeded.
                            Oct 12 10:39:23 raspberrypi systemd[1]: Stopped Network Time Synchronization.
                            Oct 12 10:39:23 raspberrypi systemd[1]: Starting Network Time Synchronization...
                            Oct 12 10:39:23 raspberrypi systemd[1]: Started Network Time Synchronization.
                            Oct 12 10:39:23 raspberrypi systemd-timesyncd[1226856]: Initial synchronization to time server 178.215.228.24:123 (0.debian.pool.ntp.org).
                            Oct 12 10:39:47 raspberrypi dhcpcd[809]: eth0: Router Advertisement from fe80::e228:6dff:fe35:ee21
                            Oct 12 10:39:47 raspberrypi systemd[1]: Stopping Network Time Synchronization...
                            Oct 12 10:39:47 raspberrypi systemd[1]: systemd-timesyncd.service: Succeeded.
                            Oct 12 10:39:47 raspberrypi systemd[1]: Stopped Network Time Synchronization.
                            Oct 12 10:39:47 raspberrypi systemd[1]: Starting Network Time Synchronization...
                            Oct 12 10:39:47 raspberrypi systemd[1]: Started Network Time Synchronization.
                            Oct 12 10:39:47 raspberrypi systemd-timesyncd[1226970]: Initial synchronization to time server 178.215.228.24:123 (0.debian.pool.ntp.org).
                            Oct 12 10:40:22 raspberrypi dhcpcd[809]: eth0: Router Advertisement from fe80::e228:6dff:fe35:ee21
                            Oct 12 10:40:23 raspberrypi systemd[1]: Stopping Network Time Synchronization...
                            Oct 12 10:40:23 raspberrypi systemd[1]: systemd-timesyncd.service: Succeeded.
                            Oct 12 10:40:23 raspberrypi systemd[1]: Stopped Network Time Synchronization.
                            Oct 12 10:40:23 raspberrypi systemd[1]: Starting Network Time Synchronization...
                            Oct 12 10:40:23 raspberrypi systemd[1]: Started Network Time Synchronization.
                            Oct 12 10:40:23 raspberrypi systemd-timesyncd[1227140]: Initial synchronization to time server 178.215.228.24:123 (0.debian.pool.ntp.org).
                            Oct 12 10:40:47 raspberrypi dhcpcd[809]: eth0: Router Advertisement from fe80::e228:6dff:fe35:ee21
                            Oct 12 10:40:48 raspberrypi systemd[1]: Stopping Network Time Synchronization...
                            Oct 12 10:40:48 raspberrypi systemd[1]: systemd-timesyncd.service: Succeeded.
                            Oct 12 10:40:48 raspberrypi systemd[1]: Stopped Network Time Synchronization.
                            Oct 12 10:40:48 raspberrypi systemd[1]: Starting Network Time Synchronization...
                            Oct 12 10:40:48 raspberrypi systemd[1]: Started Network Time Synchronization.
                            Oct 12 10:40:48 raspberrypi systemd-timesyncd[1227250]: Initial synchronization to time server 178.215.228.24:123 (0.debian.pool.ntp.org).
                            Oct 12 10:41:22 raspberrypi dhcpcd[809]: eth0: Router Advertisement from fe80::e228:6dff:fe35:ee21
                            Oct 12 10:41:22 raspberrypi systemd[1]: Stopping Network Time Synchronization...
                            Oct 12 10:41:22 raspberrypi systemd[1]: systemd-timesyncd.service: Succeeded.
                            Oct 12 10:41:22 raspberrypi systemd[1]: Stopped Network Time Synchronization.
                            Oct 12 10:41:23 raspberrypi systemd[1]: Starting Network Time Synchronization...
                            Oct 12 10:41:23 raspberrypi systemd[1]: Started Network Time Synchronization.
                            Oct 12 10:41:23 raspberrypi systemd-timesyncd[1227419]: Initial synchronization to time server 164.68.124.74:123 (0.debian.pool.ntp.org).
                            Oct 12 10:41:47 raspberrypi dhcpcd[809]: eth0: Router Advertisement from fe80::e228:6dff:fe35:ee21
                            Oct 12 10:41:47 raspberrypi systemd[1]: Stopping Network Time Synchronization...
                            Oct 12 10:41:47 raspberrypi systemd[1]: systemd-timesyncd.service: Succeeded.
                            Oct 12 10:41:47 raspberrypi systemd[1]: Stopped Network Time Synchronization.
                            Oct 12 10:41:47 raspberrypi systemd[1]: Starting Network Time Synchronization...
                            Oct 12 10:41:48 raspberrypi systemd[1]: Started Network Time Synchronization.
                            Oct 12 10:41:48 raspberrypi systemd-timesyncd[1227524]: Initial synchronization to time server 164.68.124.74:123 (0.debian.pool.ntp.org).
                            Oct 12 10:42:22 raspberrypi dhcpcd[809]: eth0: Router Advertisement from fe80::e228:6dff:fe35:ee21
                            Oct 12 10:42:23 raspberrypi systemd[1]: Stopping Network Time Synchronization...
                            Oct 12 10:42:23 raspberrypi systemd[1]: systemd-timesyncd.service: Succeeded.
                            Oct 12 10:42:23 raspberrypi systemd[1]: Stopped Network Time Synchronization.
                            Oct 12 10:42:23 raspberrypi systemd[1]: Starting Network Time Synchronization...
                            Oct 12 10:42:23 raspberrypi systemd[1]: Started Network Time Synchronization.
                            Oct 12 10:42:23 raspberrypi systemd-timesyncd[1227695]: Initial synchronization to time server 164.68.124.74:123 (0.debian.pool.ntp.org).
                            Oct 12 10:42:47 raspberrypi dhcpcd[809]: eth0: Router Advertisement from fe80::e228:6dff:fe35:ee21
                            Oct 12 10:42:48 raspberrypi systemd[1]: Stopping Network Time Synchronization...
                            Oct 12 10:42:48 raspberrypi systemd[1]: systemd-timesyncd.service: Succeeded.
                            Oct 12 10:42:48 raspberrypi systemd[1]: Stopped Network Time Synchronization.
                            Oct 12 10:42:48 raspberrypi systemd[1]: Starting Network Time Synchronization...
                            Oct 12 10:42:48 raspberrypi systemd[1]: Started Network Time Synchronization.
                            Oct 12 10:42:48 raspberrypi systemd-timesyncd[1227796]: Initial synchronization to time server 164.68.124.74:123 (0.debian.pool.ntp.org).
                            Oct 12 10:43:22 raspberrypi dhcpcd[809]: eth0: Router Advertisement from fe80::e228:6dff:fe35:ee21
                            Oct 12 10:43:23 raspberrypi systemd[1]: Stopping Network Time Synchronization...
                            Oct 12 10:43:23 raspberrypi systemd[1]: systemd-timesyncd.service: Succeeded.
                            Oct 12 10:43:23 raspberrypi systemd[1]: Stopped Network Time Synchronization.
                            Oct 12 10:43:23 raspberrypi systemd[1]: Starting Network Time Synchronization...
                            Oct 12 10:43:23 raspberrypi systemd[1]: Started Network Time Synchronization.
                            Oct 12 10:43:23 raspberrypi systemd-timesyncd[1227965]: Initial synchronization to time server 213.172.105.106:123 (0.debian.pool.ntp.org).
                            Oct 12 10:43:47 raspberrypi dhcpcd[809]: eth0: Router Advertisement from fe80::e228:6dff:fe35:ee21
                            Oct 12 10:43:48 raspberrypi systemd[1]: Stopping Network Time Synchronization...
                            Oct 12 10:43:48 raspberrypi systemd[1]: systemd-timesyncd.service: Succeeded.
                            Oct 12 10:43:48 raspberrypi systemd[1]: Stopped Network Time Synchronization.
                            Oct 12 10:43:48 raspberrypi systemd[1]: Starting Network Time Synchronization...
                            Oct 12 10:43:48 raspberrypi systemd[1]: Started Network Time Synchronization.
                            Oct 12 10:43:48 raspberrypi systemd-timesyncd[1228075]: Initial synchronization to time server 213.172.105.106:123 (0.debian.pool.ntp.org).
                            Oct 12 10:44:22 raspberrypi dhcpcd[809]: eth0: Router Advertisement from fe80::e228:6dff:fe35:ee21
                            Oct 12 10:44:22 raspberrypi systemd[1]: Stopping Network Time Synchronization...
                            Oct 12 10:44:22 raspberrypi systemd[1]: systemd-timesyncd.service: Succeeded.
                            Oct 12 10:44:22 raspberrypi systemd[1]: Stopped Network Time Synchronization.
                            Oct 12 10:44:22 raspberrypi systemd[1]: Starting Network Time Synchronization...
                            Oct 12 10:44:22 raspberrypi systemd[1]: Started Network Time Synchronization.
                            Oct 12 10:44:22 raspberrypi systemd-timesyncd[1228251]: Initial synchronization to time server 213.172.105.106:123 (0.debian.pool.ntp.org).
                            Oct 12 10:44:47 raspberrypi dhcpcd[809]: eth0: Router Advertisement from fe80::e228:6dff:fe35:ee21
                            Oct 12 10:44:48 raspberrypi systemd[1]: Stopping Network Time Synchronization...
                            Oct 12 10:44:48 raspberrypi systemd[1]: systemd-timesyncd.service: Succeeded.
                            Oct 12 10:44:48 raspberrypi systemd[1]: Stopped Network Time Synchronization.
                            Oct 12 10:44:48 raspberrypi systemd[1]: Starting Network Time Synchronization...
                            Oct 12 10:44:48 raspberrypi systemd[1]: Started Network Time Synchronization.
                            Oct 12 10:44:48 raspberrypi systemd-timesyncd[1228361]: Initial synchronization to time server 213.172.105.106:123 (0.debian.pool.ntp.org).
                            Oct 12 10:45:22 raspberrypi dhcpcd[809]: eth0: Router Advertisement from fe80::e228:6dff:fe35:ee21
                            Oct 12 10:45:22 raspberrypi systemd[1]: Stopping Network Time Synchronization...
                            Oct 12 10:45:22 raspberrypi systemd[1]: systemd-timesyncd.service: Succeeded.
                            Oct 12 10:45:22 raspberrypi systemd[1]: Stopped Network Time Synchronization.
                            Oct 12 10:45:22 raspberrypi systemd[1]: Starting Network Time Synchronization...
                            Oct 12 10:45:22 raspberrypi systemd[1]: Started Network Time Synchronization.
                            Oct 12 10:45:22 raspberrypi systemd-timesyncd[1228528]: Initial synchronization to time server 213.172.105.106:123 (0.debian.pool.ntp.org).
                            Oct 12 10:45:47 raspberrypi dhcpcd[809]: eth0: Router Advertisement from fe80::e228:6dff:fe35:ee21
                            Oct 12 10:45:47 raspberrypi systemd[1]: Stopping Network Time Synchronization...
                            Oct 12 10:45:47 raspberrypi systemd[1]: systemd-timesyncd.service: Succeeded.
                            Oct 12 10:45:47 raspberrypi systemd[1]: Stopped Network Time Synchronization.
                            Oct 12 10:45:47 raspberrypi systemd[1]: Starting Network Time Synchronization...
                            Oct 12 10:45:48 raspberrypi systemd[1]: Started Network Time Synchronization.
                            Oct 12 10:45:48 raspberrypi systemd-timesyncd[1228637]: Initial synchronization to time server 185.197.135.21:123 (0.debian.pool.ntp.org).
                            Oct 12 10:46:22 raspberrypi dhcpcd[809]: eth0: Router Advertisement from fe80::e228:6dff:fe35:ee21
                            Oct 12 10:46:22 raspberrypi systemd[1]: Stopping Network Time Synchronization...
                            Oct 12 10:46:22 raspberrypi systemd[1]: systemd-timesyncd.service: Succeeded.
                            Oct 12 10:46:22 raspberrypi systemd[1]: Stopped Network Time Synchronization.
                            Oct 12 10:46:22 raspberrypi systemd[1]: Starting Network Time Synchronization...
                            Oct 12 10:46:22 raspberrypi systemd[1]: Started Network Time Synchronization.
                            Oct 12 10:46:22 raspberrypi systemd-timesyncd[1228807]: Initial synchronization to time server 185.197.135.21:123 (0.debian.pool.ntp.org).
                            Oct 12 10:46:47 raspberrypi dhcpcd[809]: eth0: Router Advertisement from fe80::e228:6dff:fe35:ee21
                            Oct 12 10:46:47 raspberrypi systemd[1]: Stopping Network Time Synchronization...
                            Oct 12 10:46:47 raspberrypi systemd[1]: systemd-timesyncd.service: Succeeded.
                            Oct 12 10:46:47 raspberrypi systemd[1]: Stopped Network Time Synchronization.
                            Oct 12 10:46:47 raspberrypi systemd[1]: Starting Network Time Synchronization...
                            Oct 12 10:46:48 raspberrypi systemd[1]: Started Network Time Synchronization.
                            Oct 12 10:46:48 raspberrypi systemd-timesyncd[1228916]: Initial synchronization to time server 185.197.135.21:123 (0.debian.pool.ntp.org).
                            Oct 12 10:47:22 raspberrypi dhcpcd[809]: eth0: Router Advertisement from fe80::e228:6dff:fe35:ee21
                            Oct 12 10:47:22 raspberrypi systemd[1]: Stopping Network Time Synchronization...
                            Oct 12 10:47:22 raspberrypi systemd[1]: systemd-timesyncd.service: Succeeded.
                            Oct 12 10:47:22 raspberrypi systemd[1]: Stopped Network Time Synchronization.
                            Oct 12 10:47:22 raspberrypi systemd[1]: Starting Network Time Synchronization...
                            Oct 12 10:47:23 raspberrypi systemd[1]: Started Network Time Synchronization.
                            Oct 12 10:47:23 raspberrypi systemd-timesyncd[1229083]: Initial synchronization to time server 185.120.22.14:123 (0.debian.pool.ntp.org).
                            Oct 12 10:47:47 raspberrypi dhcpcd[809]: eth0: Router Advertisement from fe80::e228:6dff:fe35:ee21
                            Oct 12 10:47:47 raspberrypi systemd[1]: Stopping Network Time Synchronization...
                            Oct 12 10:47:47 raspberrypi systemd[1]: systemd-timesyncd.service: Succeeded.
                            Oct 12 10:47:47 raspberrypi systemd[1]: Stopped Network Time Synchronization.
                            Oct 12 10:47:47 raspberrypi systemd[1]: Starting Network Time Synchronization...
                            Oct 12 10:47:47 raspberrypi systemd[1]: Started Network Time Synchronization.
                            Oct 12 10:47:47 raspberrypi systemd-timesyncd[1229193]: Initial synchronization to time server 185.197.135.21:123 (0.debian.pool.ntp.org).
                            Oct 12 10:48:22 raspberrypi dhcpcd[809]: eth0: Router Advertisement from fe80::e228:6dff:fe35:ee21
                            Oct 12 10:48:22 raspberrypi systemd[1]: Stopping Network Time Synchronization...
                            Oct 12 10:48:22 raspberrypi systemd[1]: systemd-timesyncd.service: Succeeded.
                            Oct 12 10:48:22 raspberrypi systemd[1]: Stopped Network Time Synchronization.
                            Oct 12 10:48:22 raspberrypi systemd[1]: Starting Network Time Synchronization...
                            Oct 12 10:48:23 raspberrypi systemd[1]: Started Network Time Synchronization.
                            Oct 12 10:48:23 raspberrypi systemd-timesyncd[1229372]: Initial synchronization to time server 5.161.44.72:123 (0.debian.pool.ntp.org).
                            Oct 12 10:48:47 raspberrypi dhcpcd[809]: eth0: Router Advertisement from fe80::e228:6dff:fe35:ee21
                            Oct 12 10:48:48 raspberrypi systemd[1]: Stopping Network Time Synchronization...
                            Oct 12 10:48:48 raspberrypi systemd[1]: systemd-timesyncd.service: Succeeded.
                            Oct 12 10:48:48 raspberrypi systemd[1]: Stopped Network Time Synchronization.
                            Oct 12 10:48:48 raspberrypi systemd[1]: Starting Network Time Synchronization...
                            Oct 12 10:48:48 raspberrypi systemd[1]: Started Network Time Synchronization.
                            Oct 12 10:48:48 raspberrypi systemd-timesyncd[1229481]: Initial synchronization to time server 5.161.44.72:123 (0.debian.pool.ntp.org).
                            Oct 12 10:49:22 raspberrypi dhcpcd[809]: eth0: Router Advertisement from fe80::e228:6dff:fe35:ee21
                            Oct 12 10:49:22 raspberrypi systemd[1]: Stopping Network Time Synchronization...
                            Oct 12 10:49:23 raspberrypi systemd[1]: systemd-timesyncd.service: Succeeded.
                            Oct 12 10:49:23 raspberrypi systemd[1]: Stopped Network Time Synchronization.
                            Oct 12 10:49:23 raspberrypi systemd[1]: Starting Network Time Synchronization...
                            Oct 12 10:49:23 raspberrypi systemd[1]: Started Network Time Synchronization.
                            Oct 12 10:49:23 raspberrypi systemd-timesyncd[1229654]: Initial synchronization to time server 5.161.44.72:123 (0.debian.pool.ntp.org).
                            Oct 12 10:49:47 raspberrypi dhcpcd[809]: eth0: Router Advertisement from fe80::e228:6dff:fe35:ee21
                            Oct 12 10:49:48 raspberrypi systemd[1]: Stopping Network Time Synchronization...
                            Oct 12 10:49:48 raspberrypi systemd[1]: systemd-timesyncd.service: Succeeded.
                            Oct 12 10:49:48 raspberrypi systemd[1]: Stopped Network Time Synchronization.
                            Oct 12 10:49:48 raspberrypi systemd[1]: Starting Network Time Synchronization...
                            Oct 12 10:49:48 raspberrypi systemd[1]: Started Network Time Synchronization.
                            Oct 12 10:49:48 raspberrypi systemd-timesyncd[1229764]: Initial synchronization to time server 5.161.44.72:123 (0.debian.pool.ntp.org).
                            Oct 12 10:50:22 raspberrypi dhcpcd[809]: eth0: Router Advertisement from fe80::e228:6dff:fe35:ee21
                            Oct 12 10:50:23 raspberrypi systemd[1]: Stopping Network Time Synchronization...
                            Oct 12 10:50:23 raspberrypi systemd[1]: systemd-timesyncd.service: Succeeded.
                            Oct 12 10:50:23 raspberrypi systemd[1]: Stopped Network Time Synchronization.
                            Oct 12 10:50:23 raspberrypi systemd[1]: Starting Network Time Synchronization...
                            Oct 12 10:50:23 raspberrypi systemd[1]: Started Network Time Synchronization.
                            Oct 12 10:50:23 raspberrypi systemd-timesyncd[1229934]: Initial synchronization to time server 162.159.200.1:123 (0.debian.pool.ntp.org).
                            Oct 12 10:50:47 raspberrypi dhcpcd[809]: eth0: Router Advertisement from fe80::e228:6dff:fe35:ee21
                            Oct 12 10:50:48 raspberrypi systemd[1]: Stopping Network Time Synchronization...
                            Oct 12 10:50:48 raspberrypi systemd[1]: systemd-timesyncd.service: Succeeded.
                            Oct 12 10:50:48 raspberrypi systemd[1]: Stopped Network Time Synchronization.
                            Oct 12 10:50:48 raspberrypi systemd[1]: Starting Network Time Synchronization...
                            Oct 12 10:50:48 raspberrypi systemd[1]: Started Network Time Synchronization.
                            Oct 12 10:50:48 raspberrypi systemd-timesyncd[1230041]: Initial synchronization to time server 162.159.200.1:123 (0.debian.pool.ntp.org).
                            Oct 12 10:51:22 raspberrypi dhcpcd[809]: eth0: Router Advertisement from fe80::e228:6dff:fe35:ee21
                            Oct 12 10:51:23 raspberrypi systemd[1]: Stopping Network Time Synchronization...
                            Oct 12 10:51:23 raspberrypi systemd[1]: systemd-timesyncd.service: Succeeded.
                            Oct 12 10:51:23 raspberrypi systemd[1]: Stopped Network Time Synchronization.
                            Oct 12 10:51:23 raspberrypi systemd[1]: Starting Network Time Synchronization...
                            Oct 12 10:51:23 raspberrypi systemd[1]: Started Network Time Synchronization.
                            Oct 12 10:51:23 raspberrypi systemd-timesyncd[1230210]: Initial synchronization to time server 162.159.200.1:123 (0.debian.pool.ntp.org).
                            Oct 12 10:51:47 raspberrypi dhcpcd[809]: eth0: Router Advertisement from fe80::e228:6dff:fe35:ee21
                            Oct 12 10:51:48 raspberrypi systemd[1]: Stopping Network Time Synchronization...
                            Oct 12 10:51:48 raspberrypi systemd[1]: systemd-timesyncd.service: Succeeded.
                            Oct 12 10:51:48 raspberrypi systemd[1]: Stopped Network Time Synchronization.
                            Oct 12 10:51:48 raspberrypi systemd[1]: Starting Network Time Synchronization...
                            Oct 12 10:51:48 raspberrypi systemd[1]: Started Network Time Synchronization.
                            Oct 12 10:51:48 raspberrypi systemd-timesyncd[1230320]: Initial synchronization to time server 162.159.200.1:123 (0.debian.pool.ntp.org).
                            Oct 12 10:52:22 raspberrypi dhcpcd[809]: eth0: Router Advertisement from fe80::e228:6dff:fe35:ee21
                            Oct 12 10:52:22 raspberrypi systemd[1]: Stopping Network Time Synchronization...
                            Oct 12 10:52:22 raspberrypi systemd[1]: systemd-timesyncd.service: Succeeded.
                            Oct 12 10:52:22 raspberrypi systemd[1]: Stopped Network Time Synchronization.
                            Oct 12 10:52:22 raspberrypi systemd[1]: Starting Network Time Synchronization...
                            Oct 12 10:52:22 raspberrypi systemd[1]: Started Network Time Synchronization.
                            Oct 12 10:52:22 raspberrypi systemd-timesyncd[1230489]: Initial synchronization to time server 162.159.200.1:123 (0.debian.pool.ntp.org).
                            Oct 12 10:52:47 raspberrypi dhcpcd[809]: eth0: Router Advertisement from fe80::e228:6dff:fe35:ee21
                            Oct 12 10:52:47 raspberrypi systemd[1]: Stopping Network Time Synchronization...
                            Oct 12 10:52:47 raspberrypi systemd[1]: systemd-timesyncd.service: Succeeded.
                            Oct 12 10:52:47 raspberrypi systemd[1]: Stopped Network Time Synchronization.
                            Oct 12 10:52:47 raspberrypi systemd[1]: Starting Network Time Synchronization...
                            Oct 12 10:52:47 raspberrypi systemd[1]: Started Network Time Synchronization.
                            Oct 12 10:52:47 raspberrypi systemd-timesyncd[1230590]: Initial synchronization to time server 162.159.200.1:123 (0.debian.pool.ntp.org).
                            Oct 12 10:52:53 raspberrypi dhcpcd[809]: eth0: Router Advertisement from fe80::e228:6dff:fe35:ee21
                            Oct 12 10:52:53 raspberrypi systemd[1]: Stopping Network Time Synchronization...
                            Oct 12 10:52:53 raspberrypi systemd[1]: systemd-timesyncd.service: Succeeded.
                            Oct 12 10:52:53 raspberrypi systemd[1]: Stopped Network Time Synchronization.
                            Oct 12 10:52:53 raspberrypi systemd[1]: Starting Network Time Synchronization...
                            Oct 12 10:52:54 raspberrypi systemd[1]: Started Network Time Synchronization.
                            Oct 12 10:52:54 raspberrypi systemd-timesyncd[1230638]: Initial synchronization to time server 188.40.142.18:123 (0.debian.pool.ntp.org).
                            Oct 12 10:53:22 raspberrypi dhcpcd[809]: eth0: Router Advertisement from fe80::e228:6dff:fe35:ee21
                            Oct 12 10:53:22 raspberrypi systemd[1]: Stopping Network Time Synchronization...
                            Oct 12 10:53:23 raspberrypi systemd[1]: systemd-timesyncd.service: Succeeded.
                            Oct 12 10:53:23 raspberrypi systemd[1]: Stopped Network Time Synchronization.
                            Oct 12 10:53:23 raspberrypi systemd[1]: Starting Network Time Synchronization...
                            Oct 12 10:53:23 raspberrypi systemd[1]: Started Network Time Synchronization.
                            Oct 12 10:53:23 raspberrypi systemd-timesyncd[1230791]: Initial synchronization to time server 188.40.142.18:123 (0.debian.pool.ntp.org).
                            Oct 12 10:53:47 raspberrypi dhcpcd[809]: eth0: Router Advertisement from fe80::e228:6dff:fe35:ee21
                            Oct 12 10:53:48 raspberrypi systemd[1]: Stopping Network Time Synchronization...
                            Oct 12 10:53:48 raspberrypi systemd[1]: systemd-timesyncd.service: Succeeded.
                            Oct 12 10:53:48 raspberrypi systemd[1]: Stopped Network Time Synchronization.
                            Oct 12 10:53:48 raspberrypi systemd[1]: Starting Network Time Synchronization...
                            Oct 12 10:53:48 raspberrypi systemd[1]: Started Network Time Synchronization.
                            Oct 12 10:53:48 raspberrypi systemd-timesyncd[1230896]: Initial synchronization to time server 188.40.142.18:123 (0.debian.pool.ntp.org).
                            Oct 12 10:54:22 raspberrypi dhcpcd[809]: eth0: Router Advertisement from fe80::e228:6dff:fe35:ee21
                            Oct 12 10:54:23 raspberrypi systemd[1]: Stopping Network Time Synchronization...
                            Oct 12 10:54:23 raspberrypi systemd[1]: systemd-timesyncd.service: Succeeded.
                            Oct 12 10:54:23 raspberrypi systemd[1]: Stopped Network Time Synchronization.
                            Oct 12 10:54:23 raspberrypi systemd[1]: Starting Network Time Synchronization...
                            Oct 12 10:54:23 raspberrypi systemd[1]: Started Network Time Synchronization.
                            Oct 12 10:54:23 raspberrypi systemd-timesyncd[1231071]: Initial synchronization to time server 188.40.142.18:123 (0.debian.pool.ntp.org).
                            Oct 12 10:54:47 raspberrypi dhcpcd[809]: eth0: Router Advertisement from fe80::e228:6dff:fe35:ee21
                            Oct 12 10:54:48 raspberrypi systemd[1]: Stopping Network Time Synchronization...
                            Oct 12 10:54:48 raspberrypi systemd[1]: systemd-timesyncd.service: Succeeded.
                            Oct 12 10:54:48 raspberrypi systemd[1]: Stopped Network Time Synchronization.
                            Oct 12 10:54:48 raspberrypi systemd[1]: Starting Network Time Synchronization...
                            Oct 12 10:54:48 raspberrypi systemd[1]: Started Network Time Synchronization.
                            Oct 12 10:54:48 raspberrypi systemd-timesyncd[1231173]: Initial synchronization to time server 188.40.142.18:123 (0.debian.pool.ntp.org).
                            Oct 12 10:55:22 raspberrypi dhcpcd[809]: eth0: Router Advertisement from fe80::e228:6dff:fe35:ee21
                            Oct 12 10:55:22 raspberrypi systemd[1]: Stopping Network Time Synchronization...
                            Oct 12 10:55:22 raspberrypi systemd[1]: systemd-timesyncd.service: Succeeded.
                            Oct 12 10:55:22 raspberrypi systemd[1]: Stopped Network Time Synchronization.
                            Oct 12 10:55:22 raspberrypi systemd[1]: Starting Network Time Synchronization...
                            Oct 12 10:55:23 raspberrypi systemd[1]: Started Network Time Synchronization.
                            Oct 12 10:55:23 raspberrypi systemd-timesyncd[1231341]: Initial synchronization to time server 129.250.35.250:123 (0.debian.pool.ntp.org).
                            Oct 12 10:55:47 raspberrypi dhcpcd[809]: eth0: Router Advertisement from fe80::e228:6dff:fe35:ee21
                            Oct 12 10:55:47 raspberrypi systemd[1]: Stopping Network Time Synchronization...
                            Oct 12 10:55:47 raspberrypi systemd[1]: systemd-timesyncd.service: Succeeded.
                            Oct 12 10:55:47 raspberrypi systemd[1]: Stopped Network Time Synchronization.
                            Oct 12 10:55:47 raspberrypi systemd[1]: Starting Network Time Synchronization...
                            Oct 12 10:55:47 raspberrypi systemd[1]: Started Network Time Synchronization.
                            Oct 12 10:55:47 raspberrypi systemd-timesyncd[1231448]: Initial synchronization to time server 129.250.35.250:123 (0.debian.pool.ntp.org).
                            Oct 12 10:56:22 raspberrypi dhcpcd[809]: eth0: Router Advertisement from fe80::e228:6dff:fe35:ee21
                            Oct 12 10:56:22 raspberrypi systemd[1]: Stopping Network Time Synchronization...
                            Oct 12 10:56:22 raspberrypi systemd[1]: systemd-timesyncd.service: Succeeded.
                            Oct 12 10:56:22 raspberrypi systemd[1]: Stopped Network Time Synchronization.
                            Oct 12 10:56:22 raspberrypi systemd[1]: Starting Network Time Synchronization...
                            Oct 12 10:56:22 raspberrypi systemd[1]: Started Network Time Synchronization.
                            Oct 12 10:56:22 raspberrypi systemd-timesyncd[1231621]: Initial synchronization to time server 129.250.35.250:123 (0.debian.pool.ntp.org).
                            Oct 12 10:56:47 raspberrypi dhcpcd[809]: eth0: Router Advertisement from fe80::e228:6dff:fe35:ee21
                            Oct 12 10:56:48 raspberrypi systemd[1]: Stopping Network Time Synchronization...
                            Oct 12 10:56:48 raspberrypi systemd[1]: systemd-timesyncd.service: Succeeded.
                            Oct 12 10:56:48 raspberrypi systemd[1]: Stopped Network Time Synchronization.
                            Oct 12 10:56:48 raspberrypi systemd[1]: Starting Network Time Synchronization...
                            Oct 12 10:56:48 raspberrypi systemd[1]: Started Network Time Synchronization.
                            Oct 12 10:56:48 raspberrypi systemd-timesyncd[1231730]: Initial synchronization to time server 129.250.35.250:123 (0.debian.pool.ntp.org).
                            Oct 12 10:57:22 raspberrypi dhcpcd[809]: eth0: Router Advertisement from fe80::e228:6dff:fe35:ee21
                            Oct 12 10:57:23 raspberrypi systemd[1]: Stopping Network Time Synchronization...
                            Oct 12 10:57:23 raspberrypi systemd[1]: systemd-timesyncd.service: Succeeded.
                            Oct 12 10:57:23 raspberrypi systemd[1]: Stopped Network Time Synchronization.
                            Oct 12 10:57:23 raspberrypi systemd[1]: Starting Network Time Synchronization...
                            Oct 12 10:57:23 raspberrypi systemd[1]: Started Network Time Synchronization.
                            Oct 12 10:57:23 raspberrypi systemd-timesyncd[1231898]: Initial synchronization to time server 129.250.35.250:123 (0.debian.pool.ntp.org).
                            Oct 12 10:57:47 raspberrypi dhcpcd[809]: eth0: Router Advertisement from fe80::e228:6dff:fe35:ee21
                            Oct 12 10:57:48 raspberrypi systemd[1]: Stopping Network Time Synchronization...
                            Oct 12 10:57:48 raspberrypi systemd[1]: systemd-timesyncd.service: Succeeded.
                            Oct 12 10:57:48 raspberrypi systemd[1]: Stopped Network Time Synchronization.
                            Oct 12 10:57:48 raspberrypi systemd[1]: Starting Network Time Synchronization...
                            Oct 12 10:57:48 raspberrypi systemd[1]: Started Network Time Synchronization.
                            Oct 12 10:57:48 raspberrypi systemd-timesyncd[1232003]: Initial synchronization to time server 185.242.112.53:123 (0.debian.pool.ntp.org).
                            Oct 12 10:58:22 raspberrypi dhcpcd[809]: eth0: Router Advertisement from fe80::e228:6dff:fe35:ee21
                            Oct 12 10:58:23 raspberrypi systemd[1]: Stopping Network Time Synchronization...
                            Oct 12 10:58:23 raspberrypi systemd[1]: systemd-timesyncd.service: Succeeded.
                            Oct 12 10:58:23 raspberrypi systemd[1]: Stopped Network Time Synchronization.
                            Oct 12 10:58:23 raspberrypi systemd[1]: Starting Network Time Synchronization...
                            Oct 12 10:58:23 raspberrypi systemd[1]: Started Network Time Synchronization.
                            Oct 12 10:58:23 raspberrypi systemd-timesyncd[1232174]: Initial synchronization to time server 185.242.112.53:123 (0.debian.pool.ntp.org).
                            Oct 12 10:58:47 raspberrypi dhcpcd[809]: eth0: Router Advertisement from fe80::e228:6dff:fe35:ee21
                            Oct 12 10:58:47 raspberrypi systemd[1]: Stopping Network Time Synchronization...
                            Oct 12 10:58:47 raspberrypi systemd[1]: systemd-timesyncd.service: Succeeded.
                            Oct 12 10:58:47 raspberrypi systemd[1]: Stopped Network Time Synchronization.
                            Oct 12 10:58:47 raspberrypi systemd[1]: Starting Network Time Synchronization...
                            Oct 12 10:58:47 raspberrypi systemd[1]: Started Network Time Synchronization.
                            Oct 12 10:58:47 raspberrypi systemd-timesyncd[1232280]: Initial synchronization to time server 185.242.112.53:123 (0.debian.pool.ntp.org).
                            Oct 12 10:59:22 raspberrypi dhcpcd[809]: eth0: Router Advertisement from fe80::e228:6dff:fe35:ee21
                            Oct 12 10:59:23 raspberrypi systemd[1]: Stopping Network Time Synchronization...
                            Oct 12 10:59:23 raspberrypi systemd[1]: systemd-timesyncd.service: Succeeded.
                            Oct 12 10:59:23 raspberrypi systemd[1]: Stopped Network Time Synchronization.
                            Oct 12 10:59:23 raspberrypi systemd[1]: Starting Network Time Synchronization...
                            Oct 12 10:59:23 raspberrypi systemd[1]: Started Network Time Synchronization.
                            Oct 12 10:59:23 raspberrypi systemd-timesyncd[1232453]: Initial synchronization to time server 185.242.112.53:123 (0.debian.pool.ntp.org).
                            Oct 12 10:59:47 raspberrypi dhcpcd[809]: eth0: Router Advertisement from fe80::e228:6dff:fe35:ee21
                            Oct 12 10:59:48 raspberrypi systemd[1]: Stopping Network Time Synchronization...
                            Oct 12 10:59:48 raspberrypi systemd[1]: systemd-timesyncd.service: Succeeded.
                            Oct 12 10:59:48 raspberrypi systemd[1]: Stopped Network Time Synchronization.
                            Oct 12 10:59:48 raspberrypi systemd[1]: Starting Network Time Synchronization...
                            Oct 12 10:59:48 raspberrypi systemd[1]: Started Network Time Synchronization.
                            Oct 12 10:59:48 raspberrypi systemd-timesyncd[1232558]: Initial synchronization to time server 185.242.112.53:123 (0.debian.pool.ntp.org).
                            Oct 12 11:00:22 raspberrypi dhcpcd[809]: eth0: Router Advertisement from fe80::e228:6dff:fe35:ee21
                            Oct 12 11:00:23 raspberrypi systemd[1]: Starting debmatic set interface clock...
                            Oct 12 11:00:23 raspberrypi systemd[1]: Stopping Network Time Synchronization...
                            Oct 12 11:00:23 raspberrypi systemd[1]: debmatic-setinterfaceclock.service: Succeeded.
                            Oct 12 11:00:23 raspberrypi systemd[1]: Finished debmatic set interface clock.
                            Oct 12 11:00:23 raspberrypi systemd[1]: systemd-timesyncd.service: Succeeded.
                            Oct 12 11:00:23 raspberrypi systemd[1]: Stopped Network Time Synchronization.
                            Oct 12 11:00:23 raspberrypi systemd[1]: Starting Network Time Synchronization...
                            Oct 12 11:00:23 raspberrypi systemd[1]: Started Network Time Synchronization.
                            Oct 12 11:00:23 raspberrypi systemd-timesyncd[1232729]: Initial synchronization to time server 130.255.77.87:123 (0.debian.pool.ntp.org).
                            Oct 12 11:00:37 raspberrypi rngd[543]: stats: bits received from HRNG source: 2200064
                            Oct 12 11:00:37 raspberrypi rngd[543]: stats: bits sent to kernel pool: 2158944
                            Oct 12 11:00:37 raspberrypi rngd[543]: stats: entropy added to kernel pool: 2158944
                            Oct 12 11:00:37 raspberrypi rngd[543]: stats: FIPS 140-2 successes: 110
                            Oct 12 11:00:37 raspberrypi rngd[543]: stats: FIPS 140-2 failures: 0
                            Oct 12 11:00:37 raspberrypi rngd[543]: stats: FIPS 140-2(2001-10-10) Monobit: 0
                            Oct 12 11:00:37 raspberrypi rngd[543]: stats: FIPS 140-2(2001-10-10) Poker: 0
                            Oct 12 11:00:37 raspberrypi rngd[543]: stats: FIPS 140-2(2001-10-10) Runs: 0
                            Oct 12 11:00:37 raspberrypi rngd[543]: stats: FIPS 140-2(2001-10-10) Long run: 0
                            Oct 12 11:00:37 raspberrypi rngd[543]: stats: FIPS 140-2(2001-10-10) Continuous run: 0
                            Oct 12 11:00:37 raspberrypi rngd[543]: stats: HRNG source speed: (min=180.888; avg=581.010; max=658.927)Kibits/s
                            Oct 12 11:00:37 raspberrypi rngd[543]: stats: FIPS tests speed: (min=24.485; avg=43.559; max=78.170)Mibits/s
                            Oct 12 11:00:37 raspberrypi rngd[543]: stats: Lowest ready-buffers level: 2
                            Oct 12 11:00:37 raspberrypi rngd[543]: stats: Entropy starvations: 0
                            Oct 12 11:00:37 raspberrypi rngd[543]: stats: Time spent starving for entropy: (min=0; avg=0.000; max=0)us
                            Oct 12 11:00:47 raspberrypi dhcpcd[809]: eth0: Router Advertisement from fe80::e228:6dff:fe35:ee21
                            Oct 12 11:00:48 raspberrypi systemd[1]: Stopping Network Time Synchronization...
                            Oct 12 11:00:48 raspberrypi systemd[1]: systemd-timesyncd.service: Succeeded.
                            Oct 12 11:00:48 raspberrypi systemd[1]: Stopped Network Time Synchronization.
                            Oct 12 11:00:48 raspberrypi systemd[1]: Starting Network Time Synchronization...
                            Oct 12 11:00:48 raspberrypi systemd[1]: Started Network Time Synchronization.
                            Oct 12 11:00:48 raspberrypi systemd-timesyncd[1232837]: Initial synchronization to time server 130.255.77.87:123 (0.debian.pool.ntp.org).
                            Oct 12 11:01:04 raspberrypi bash[534]: Send diag info: {"uuid":"92cc5b8d-2c54-82ea-f8cd-e45e3c652986","language":"de","country":"Germany","hosts":[{"version":"4.0.23","platform":"Javascript/Node.js","type":"linux"}],"node":"v16.17.0","arch":"arm64","docker":false,"adapters":{"admin":{"version":"6.2.22","platform":"Javascript/Node.js"},"backitup":{"version":"2.4.12","platform":"Javascript/Node.js"},"cul":{"version":"1.3.5","platform":"javascript/Node.js"},"discovery":{"version":"3.0.5","platform":"Javascript/Node.js"},"echarts":{"version":"1.0.12","platform":"Javascript/Node.js"},"flot":{"version":"1.11.0","platform":"Javascript/Node.js"},"habpanel":{"version":"0.4.3","platform":"javascript/Node.js"},"history":{"version":"2.2.0","platform":"Javascript/Node.js"},"hm-rega":{"version":"3.0.40","platform":"Javascript/Node.js"},"hm-rpc":{"version":"1.15.12","platform":"Javascript/Node.js"},"info":{"version":"1.9.19","platform":"Javascript/Node.js"},"jarvis":{"version":"2.2.1","platform":"Javascript/Node.js"},"javascript":{"version":"6.0.3","platform":"Javascript/Node.js"},"mqtt":{"version":"4.0.7","platform":"Javascript/Node.js"},"net-tools":{"version":"0.2.0","platform":"Javascript/Node.js"},"onvif":{"version":"0.4.4","platform":"Javascript/Node.js"},"owfs":{"version":"0.7.0","platform":"Javascript/Node.js"},"ping":{"version":"1.5.0","platform":"Javascript/Node.js"},"rflink":{"version":"2.1.6","platform":"Javascript/Node.js"},"rpi2":{"version":"1.3.2","platform":"Javascript/Node.js"},"shelly":{"version":"6.0.0","platform":"Javascript/Node.js"},"simple-api":{"version":"2.6.4","platform":"Javascript/Node.js"},"socketio":{"version":"4.2.0","platform":"Javascript/Node.js"},"vis":{"version":"1.4.15","platform":"Javascript/Node.js"},"vis-fancyswitch":{"version":"1.1.0","platform":"Javascript/Node.js"},"vis-hqwidgets":{"version":"1.3.0","platform":"Javascript/Node.js"},"web":{"version":"4.3.0","platform":"Javascript/Node.js"},"zigbee":{"version":"1.7.5","platform":"Javascript/Node.js"}},"statesType":"jsonl","objectsType":"jsonl","noInstances":21,"compactMode":false,"noCompactInstances":0,"model":"Cortex-A72","cpus":4,"mem":1938026496,"ostype":"Linux","city":"Naumburg (Saale)","vis":80}
                            Oct 12 11:13:52 raspberrypi dhcpcd[809]: eth0: Router Advertisement from fe80::e228:6dff:fe35:ee21
                            Oct 12 12:07:58 raspberrypi kernel: [263234.188075] raw-uart raw-uart: generic_raw_uart_handle_rx_char(): rx fifo full.
                            Oct 12 12:09:04 raspberrypi kernel: [263236.735882] raw-uart raw-uart: generic_raw_uart_handle_rx_char(): rx fifo full.
                            
                            
                            Thomas Braun Homoran 2 Replies Last reply Reply Quote 0
                            • Thomas Braun
                              Thomas Braun Most Active @Laser last edited by

                              @laser

                              Welches Log ist das?

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

                                @thomas-braun
                                cat syslog | grep 'Oct 12'

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

                                  @laser

                                  Mein Raspberry zeigt da nicht so regelmäßig Einträge zur Zeitsynchronisation.
                                  Läuft das sowas wie piHole oder ähnliches im Netzwerk?

                                  1 Reply Last reply Reply Quote 0
                                  • L
                                    Lucky_ESA Developer Most Active last edited by

                                    Habe auch nicht jede Minuten eine time sync. Ein Log 1 Stunde vor dem Error wäre gut, in den o. g. Log finde ich den Error nicht. Hast du 2GB RAM? Das ist zu knapp...
                                    Poste mal den gesamten Tag lösche aber bitte die Zeilen mit Send diag info. Auch die aus den o.g. Log.

                                    Gruß//Lucky

                                    L 1 Reply Last reply Reply Quote 0
                                    • L
                                      Laser @Lucky_ESA last edited by Laser

                                      2GB RAM hat der Pi. Mit "top" wird 6,5 ... 12% RAM Auslastung angezeigt. Swapfile auf 500MB vergrößert.

                                      pi@raspberrypi:~ $ free -h
                                                     total        used        free      shared  buff/cache   available
                                      Mem:           1.8Gi       1.1Gi       142Mi       0.0Ki       580Mi       658Mi
                                      Swap:          511Mi          0B       511Mi
                                      
                                      

                                      Wenn ich das Log gleich nach "error" durchsuche, wie bisher schon getan, müßte das doch die "error's " anzeigen?
                                      -> kein Pihole o.ä.

                                      Thomas Braun 1 Reply Last reply Reply Quote 0
                                      • Homoran
                                        Homoran Global Moderator Administrators @Laser last edited by

                                        @laser sagte in Absturzursache Raspi und iO Broker finden:

                                        Timed out waiting for reply from 116.203.151.74:123 (0.debian.pool.ntp.org).

                                        aber der kommt wohl nicht an den ntp server

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

                                          @laser sagte in Absturzursache Raspi und iO Broker finden:

                                          Swapfile

                                          Jetzt hast du irgendwie zwei. Macht keinen Sinn.

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

                                            @thomas-braun
                                            Das macht wirklich keinen Sinn -2x swapfile. Habe nach Neustart den Post editiert und eine Zeile nicht gelöscht.

                                            L 1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            920
                                            Online

                                            31.9k
                                            Users

                                            80.2k
                                            Topics

                                            1.3m
                                            Posts

                                            11
                                            148
                                            9149
                                            Loading More Posts
                                            • Oldest to Newest
                                            • Newest to Oldest
                                            • Most Votes
                                            Reply
                                            • Reply as topic
                                            Log in to reply
                                            Community
                                            Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                            The ioBroker Community 2014-2023
                                            logo