- Home
- Deutsch
- ioBroker Allgemein
- Mini-HowTo: Cannot find view "system" for search "host"
Mini-HowTo: Cannot find view "system" for search "host"
-
Es wird aber demnächst eine 3.2.17 vom js-controller geben, der hier noch etwas optimieren wird und wir hoffen das es damit wieder besser werden kann. Mal schauen
-
@apollon77 sagte in Mini-HowTo: Cannot find view "system" for search "host":
Mar 31 08:29:02 pve01 pvestatd[11476]: storage 'odin-pve01' is not online
Guten Abend, nein storage lag und liegt local auf ner nvme. Der odin-pve01 war offline weil ich die IP des NAS geändert hatte. Nach dem entfernen dessen ließ sich der mount mit der neuen IP erst nach einem reboot hinzufügen. Und bei diesem reboot hat es dann die objects.json in der iob-vm zerschossen.
Nach dem Log aus der VM schaue ich morgen früh und melde mich.
-
@apollon77 Du hast Recht, die VM wurde wohl um 8:02 sauber heruntergefahren. Ich krieg es aber nicht mehr in meinem Kopf sortiert was da war - hatte an dem Morgen viele Shells offen und Updates gefahren. Falls es wieder zu so nem Fall kommt, sind die Sinne geschärft und dann kann man auch direkt mal an die Ursachen Forschung gehen.
Im Syslog der ioB VM sieht man den normalen Shutdown:
-
@thomas-braun said in Mini-HowTo: Cannot find view "system" for search "host":
Zeig mal die Ausgabe von
sudo apt updateGerne:
smarthome@raspberrypi:~ $ sudo apt update Hit:1 http://raspbian.raspberrypi.org/raspbian buster InRelease Hit:2 https://packages.grafana.com/oss/deb stable InRelease Hit:3 https://repos.influxdata.com/debian buster InRelease Hit:4 https://deb.nodesource.com/node_12.x buster InRelease Hit:5 http://archive.raspberrypi.org/debian buster InRelease Reading package lists... Done Building dependency tree Reading state information... Done 26 packages can be upgraded. Run 'apt list --upgradable' to see them.
Viele Grüße!
-
@rdzipzap sagte in Mini-HowTo: Cannot find view "system" for search "host":
26 packages can be upgraded.
Dann tu es bitte.
-
@thomas-braun Done.
All packages are up to date.
-
@thomas-braun Vielen Dank für dieses HowTo, so konnte auch ich den Zugriff auf die Admin Weboberfläche wieder herstellen.
Ich nutze einen Raspberry Pi 4 und fuhr das System (lief fehlerfrei!) mittels
sudo iobroker stop sudo shutdown now
herunter. Danach kein Zugriff mehr und ich musste das Backup anhand deines HowTos wieder einspielen. Ich wollte lediglich das System ausschalten um etwas am Lüfter zu prüfen, habe an der Hadrware und Softwarekonfiguration ansonsten keinerlei Veränderungen vorgenommen.
Ist es nicht das richtige Vorgehen um den Pi herunterzufahren?
-
@marc_el_k
Eigentlich schon.
Wobei man iobroker-Kommandos nicht per sudo anpackt. Und nach dem shutdown now muss man auch noch etwas abwarten bis der auch abgeschlossen ist. Zur Sicherheit mal eine oder zwei Minuten abwarten. -
@thomas-braun Danke für deine Rückmeldung.
Kann ich denn anhand der Sicherungen irgendwie zur Ursachenforschung unterstützen?
In meinem Fall mache ich ein BackUp jede Nacht, sodass mein "Verlust" ein Zeitfenster von 4 Stunden sein dürfte, also für mich nicht tragisch...sicher aber für den einen oder anderen mit älteren bzw. gar keinen Backups...
-
@marc_el_k
Schau mal in die Dateien in /var/log/syslog und /opt/iobroker/log/ vom Zeitpunkt als das System heruntergefahren wurde + noch geraume Zeit davor. -
@thomas-braun kannst Du damit etwas anfangen:
Hier die Logs auszugsweise genau zum Zeitpunkt des Shutdowns (8:10 Uhr)
auth.log
Apr 3 08:10:29 raspberrypi sshd[25168]: Accepted password for pi from 192.168.178.23 port 37261 ssh2 Apr 3 08:10:29 raspberrypi sshd[25168]: pam_unix(sshd:session): session opened for user pi by (uid=0) Apr 3 08:10:29 raspberrypi systemd-logind[369]: New session 21 of user pi. Apr 3 08:10:29 raspberrypi systemd: pam_unix(systemd-user:session): session opened for user pi by (uid=0) Apr 3 08:10:37 raspberrypi sudo: pi : TTY=pts/0 ; PWD=/home/pi ; USER=root ; COMMAND=/usr/bin/iobroker stop Apr 3 08:10:37 raspberrypi sudo: pam_unix(sudo:session): session opened for user root by pi(uid=0) Apr 3 08:10:37 raspberrypi sudo: root : TTY=pts/0 ; PWD=/home/pi ; USER=root ; COMMAND=/usr/bin/systemctl stop iobroker Apr 3 08:10:37 raspberrypi sudo: pam_unix(sudo:session): session opened for user root by pi(uid=0) Apr 3 08:10:42 raspberrypi sudo: pam_unix(sudo:session): session closed for user root Apr 3 08:10:42 raspberrypi sudo: pam_unix(sudo:session): session closed for user root Apr 3 08:10:59 raspberrypi sudo: pi : TTY=pts/0 ; PWD=/home/pi ; USER=root ; COMMAND=/usr/bin/iobroker shutdown now Apr 3 08:10:59 raspberrypi sudo: pam_unix(sudo:session): session opened for user root by pi(uid=0) Apr 3 08:10:59 raspberrypi sudo: root : TTY=pts/0 ; PWD=/home/pi ; USER=iobroker ; COMMAND=/usr/bin/node /opt/iobroker/node_modules/iobroker.js-controller/iobroker.js shutdown now Apr 3 08:10:59 raspberrypi sudo: pam_unix(sudo:session): session opened for user iobroker by pi(uid=0) Apr 3 08:11:01 raspberrypi sudo: pam_unix(sudo:session): session closed for user iobroker Apr 3 08:11:01 raspberrypi sudo: pam_unix(sudo:session): session closed for user root Apr 3 08:11:22 raspberrypi sudo: pi : TTY=pts/0 ; PWD=/home/pi ; USER=root ; COMMAND=/usr/sbin/shutdown now Apr 3 08:11:22 raspberrypi sudo: pam_unix(sudo:session): session opened for user root by pi(uid=0) Apr 3 08:11:22 raspberrypi sudo: pam_unix(sudo:session): session closed for user root Apr 3 08:11:22 raspberrypi sshd[25168]: pam_unix(sshd:session): session closed for user pi Apr 3 08:11:22 raspberrypi sshd[851]: Received signal 15; terminating. Apr 3 08:11:29 raspberrypi systemd-logind[340]: New seat seat0. Apr 3 08:11:41 raspberrypi sshd[731]: Server listening on 0.0.0.0 port 22. Apr 3 08:11:41 raspberrypi sshd[731]: Server listening on :: port 22. Apr 3 08:42:07 raspberrypi systemd-logind[386]: New seat seat0. Apr 3 08:42:18 raspberrypi sshd[681]: Server listening on 0.0.0.0 port 22. Apr 3 08:42:18 raspberrypi sshd[681]: Server listening on :: port 22. Apr 3 08:47:08 raspberrypi sshd[905]: Accepted password for pi from 192.168.178.23 port 41377 ssh2
daemon.log
Apr 3 08:09:21 raspberrypi bash[845]: cat: /sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_cur_freq: Permission denied Apr 3 08:10:21 raspberrypi bash[845]: cat: /sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_cur_freq: Permission denied Apr 3 08:10:29 raspberrypi systemd[1]: Created slice User Slice of UID 1000. Apr 3 08:10:29 raspberrypi systemd[1]: Starting User Runtime Directory /run/user/1000... Apr 3 08:10:29 raspberrypi systemd[1]: Started User Runtime Directory /run/user/1000. Apr 3 08:10:29 raspberrypi systemd[1]: Starting User Manager for UID 1000... Apr 3 08:10:30 raspberrypi systemd[25223]: Listening on GnuPG network certificate management daemon. Apr 3 08:10:30 raspberrypi systemd[25223]: Reached target Paths. Apr 3 08:10:30 raspberrypi systemd[25223]: Reached target Timers. Apr 3 08:10:30 raspberrypi systemd[25223]: Listening on GnuPG cryptographic agent and passphrase cache. Apr 3 08:10:30 raspberrypi systemd[25223]: Listening on GnuPG cryptographic agent (ssh-agent emulation). Apr 3 08:10:30 raspberrypi systemd[25223]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers). Apr 3 08:10:30 raspberrypi systemd[25223]: Listening on GnuPG cryptographic agent and passphrase cache (restricted). Apr 3 08:10:30 raspberrypi systemd[25223]: Reached target Sockets. Apr 3 08:10:30 raspberrypi systemd[25223]: Reached target Basic System. Apr 3 08:10:30 raspberrypi systemd[25223]: Reached target Default. Apr 3 08:10:30 raspberrypi systemd[25223]: Startup finished in 169ms. Apr 3 08:10:30 raspberrypi systemd[1]: Started User Manager for UID 1000. Apr 3 08:10:30 raspberrypi systemd[1]: Started Session 21 of user pi. Apr 3 08:10:37 raspberrypi systemd[1]: Stopping ioBroker Server... Apr 3 08:10:39 raspberrypi bash[845]: ================================== > LOG REDIRECT system.adapter.admin.0 => false [Process stopped] Apr 3 08:10:40 raspberrypi bash[845]: ================================== > LOG REDIRECT system.adapter.javascript.0 => false [Process stopped] Apr 3 08:10:40 raspberrypi bash[845]: ================================== > LOG REDIRECT system.adapter.admin.0 => false [system.adapter.admin.0.logging] Apr 3 08:10:40 raspberrypi bash[845]: ================================== > LOG REDIRECT system.adapter.javascript.0 => false [system.adapter.javascript.0.logging] Apr 3 08:10:42 raspberrypi systemd[1]: iobroker.service: Main process exited, code=exited, status=1/FAILURE Apr 3 08:10:42 raspberrypi systemd[1]: iobroker.service: Failed with result 'exit-code'. Apr 3 08:10:42 raspberrypi systemd[1]: Stopped ioBroker Server. Apr 3 08:11:22 raspberrypi systemd[1]: Removed slice system-bthelper.slice. Apr 3 08:11:22 raspberrypi systemd[1]: Stopped target Sound Card. Apr 3 08:11:22 raspberrypi systemd[1]: Stopping Save/Restore Sound Card State... Apr 3 08:11:22 raspberrypi systemd[1]: systemd-rfkill.socket: Succeeded. Apr 3 08:11:22 raspberrypi systemd[1]: Closed Load/Save RF Kill Switch Status /dev/rfkill Watch. Apr 3 08:11:22 raspberrypi systemd[1]: Condition check resulted in Turns off Raspberry Pi display backlight on shutdown/reboot being skipped. Apr 3 08:11:22 raspberrypi systemd[1]: Stopping Session 21 of user pi. Apr 3 08:11:22 raspberrypi systemd[1]: Unmounting RPC Pipe File System... Apr 3 08:11:22 raspberrypi systemd[1]: Stopped target Timers. Apr 3 08:11:22 raspberrypi systemd[1]: man-db.timer: Succeeded. Apr 3 08:11:22 raspberrypi systemd[1]: Stopped Daily man-db regeneration. Apr 3 08:11:22 raspberrypi systemd[1]: apt-daily-upgrade.timer: Succeeded. Apr 3 08:11:22 raspberrypi systemd[1]: Stopped Daily apt upgrade and clean activities. Apr 3 08:11:22 raspberrypi systemd[1]: apt-daily.timer: Succeeded. Apr 3 08:11:22 raspberrypi systemd[1]: Stopped Daily apt download activities. Apr 3 08:11:22 raspberrypi systemd[1]: systemd-tmpfiles-clean.timer: Succeeded. Apr 3 08:11:22 raspberrypi systemd[1]: Stopped Daily Cleanup of Temporary Directories. Apr 3 08:11:22 raspberrypi meyectl[395]: INFO: interrupt signal received, shutting down... Apr 3 08:11:22 raspberrypi meyectl[395]: INFO: server stopped Apr 3 08:11:22 raspberrypi systemd[1]: Stopped target Graphical Interface. Apr 3 08:11:22 raspberrypi avahi-daemon[363]: Got SIGTERM, quitting. Apr 3 08:11:22 raspberrypi meyectl[395]: INFO: tasks stopped Apr 3 08:11:22 raspberrypi systemd[1]: Stopped target Multi-User System. Apr 3 08:11:22 raspberrypi avahi-daemon[363]: Leaving mDNS multicast group on interface eth0.IPv6 with address 2003:e4:7720:ec00:2644:7cf7:d745:dfa1. Apr 3 08:11:22 raspberrypi systemd[1]: Stopping dphys-swapfile - set up, mount/unmount, and delete a swap file... Apr 3 08:11:22 raspberrypi avahi-daemon[363]: Leaving mDNS multicast group on interface eth0.IPv4 with address 192.168.178.76. Apr 3 08:11:22 raspberrypi systemd[1]: Stopping OpenBSD Secure Shell server... Apr 3 08:11:22 raspberrypi systemd[1]: Stopped target Login Prompts. Apr 3 08:11:22 raspberrypi systemd[1]: Stopping motionEye Server... Apr 3 08:11:22 raspberrypi systemd[1]: rpi-eeprom-update.service: Succeeded. Apr 3 08:11:22 raspberrypi systemd[1]: Stopped Check for Raspberry Pi EEPROM updates. Apr 3 08:11:22 raspberrypi systemd[1]: Stopping triggerhappy global hotkey daemon... Apr 3 08:11:22 raspberrypi systemd[1]: Stopping Regular background program processing daemon... Apr 3 08:11:22 raspberrypi systemd[1]: Stopping Configure Bluetooth Modems connected by UART... Apr 3 08:11:22 raspberrypi systemd[1]: Stopping Avahi mDNS/DNS-SD Stack... Apr 3 08:11:22 raspberrypi systemd[1]: Stopping rng-tools.service... Apr 3 08:11:22 raspberrypi systemd[1]: Stopping LSB: Start Motion detection... Apr 3 08:11:29 raspberrypi fake-hwclock[119]: Sat 3 Apr 07:11:25 UTC 2021 Apr 3 08:11:29 raspberrypi systemd-fsck[134]: e2fsck 1.44.5 (15-Dec-2018) Apr 3 08:11:29 raspberrypi systemd[1]: Started udev Coldplug all Devices. Apr 3 08:11:29 raspberrypi systemd[1]: Starting Helper to synchronize boot up for ifupdown... Apr 3 08:11:29 raspberrypi systemd[1]: Started Set the console keyboard layout. Apr 3 08:11:29 raspberrypi systemd-fsck[134]: rootfs: clean, 137317/7699296 files, 1364572/31150592 blocks Apr 3 08:11:29 raspberrypi systemd[1]: Started Helper to synchronize boot up for ifupdown. Apr 3 08:11:29 raspberrypi systemd[1]: Started File System Check on Root Device. Apr 3 08:11:29 raspberrypi systemd[1]: Starting Remount Root and Kernel File Systems... Apr 3 08:11:29 raspberrypi systemd[1]: Started Remount Root and Kernel File Systems. Apr 3 08:11:29 raspberrypi systemd[1]: Starting Create System Users... Apr 3 08:11:29 raspberrypi systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped. Apr 3 08:11:29 raspberrypi systemd[1]: Starting Flush Journal to Persistent Storage... Apr 3 08:11:29 raspberrypi systemd[1]: Starting Load/Save Random Seed... Apr 3 08:11:29 raspberrypi systemd[1]: Started Create System Users. Apr 3 08:11:29 raspberrypi systemd[1]: Started Load/Save Random Seed. Apr 3 08:11:29 raspberrypi systemd[1]: Starting Create Static Device Nodes in /dev... Apr 3 08:11:29 raspberrypi systemd[1]: Started Flush Journal to Persistent Storage. Apr 3 08:11:29 raspberrypi systemd[1]: Started Create Static Device Nodes in /dev. Apr 3 08:11:29 raspberrypi systemd[1]: Starting udev Kernel Device Manager... Apr 3 08:11:29 raspberrypi systemd[1]: Reached target Local File Systems (Pre). Apr 3 08:11:29 raspberrypi systemd[1]: Started udev Kernel Device Manager. Apr 3 08:11:29 raspberrypi systemd-udevd[163]: Using default interface naming scheme 'v240'. Apr 3 08:11:29 raspberrypi systemd[1]: Found device /dev/disk/by-partuuid/f8e84112-01. Apr 3 08:11:29 raspberrypi systemd[1]: Found device /dev/serial1. Apr 3 08:11:29 raspberrypi systemd-udevd[166]: Using default interface naming scheme 'v240'. Apr 3 08:11:29 raspberrypi systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch. Apr 3 08:11:29 raspberrypi systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped. Apr 3 08:11:29 raspberrypi systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped. Apr 3 08:11:29 raspberrypi systemd[1]: Condition check resulted in Huge Pages File System being skipped. Apr 3 08:11:29 raspberrypi systemd[1]: Condition check resulted in FUSE Control File System being skipped. Apr 3 08:11:29 raspberrypi systemd[1]: Starting File System Check on /dev/disk/by-partuuid/f8e84112-01... Apr 3 08:11:29 raspberrypi systemd[1]: Starting Load/Save RF Kill Switch Status... Apr 3 08:11:29 raspberrypi systemd[1]: Started Load/Save RF Kill Switch Status. Apr 3 08:11:29 raspberrypi systemd-fsck[279]: fsck.fat 4.1 (2017-01-24) Apr 3 08:11:29 raspberrypi systemd-fsck[279]: /dev/mmcblk0p1: 264 files, 97566/516190 clusters Apr 3 08:11:29 raspberrypi systemd[1]: Started File System Check on /dev/disk/by-partuuid/f8e84112-01. Apr 3 08:11:29 raspberrypi systemd[1]: Mounting /boot... Apr 3 08:11:29 raspberrypi systemd[1]: Mounted /boot. Apr 3 08:11:29 raspberrypi systemd[1]: Reached target Local File Systems. Apr 3 08:11:29 raspberrypi systemd[1]: Condition check resulted in Commit a transient machine-id on disk being skipped. Apr 3 08:11:29 raspberrypi systemd[1]: Starting Raise network interfaces... Apr 3 08:11:29 raspberrypi systemd[1]: Starting Set console font and keymap... Apr 3 08:11:29 raspberrypi systemd[1]: Starting Preprocess NFS configuration... Apr 3 08:11:29 raspberrypi systemd[1]: Starting Create Volatile Files and Directories... Apr 3 08:11:29 raspberrypi systemd[1]: Started Set console font and keymap. Apr 3 08:11:29 raspberrypi systemd[1]: nfs-config.service: Succeeded. Apr 3 08:11:29 raspberrypi systemd[1]: Started Preprocess NFS configuration. Apr 3 08:11:29 raspberrypi systemd[1]: Condition check resulted in RPC security service for NFS server being skipped. Apr 3 08:11:29 raspberrypi systemd[1]: Condition check resulted in RPC security service for NFS client and server being skipped. Apr 3 08:11:29 raspberrypi systemd[1]: Reached target NFS client services. Apr 3 08:11:29 raspberrypi systemd[1]: Reached target Remote File Systems (Pre). Apr 3 08:11:29 raspberrypi systemd[1]: Reached target Remote File Systems. Apr 3 08:11:29 raspberrypi systemd[1]: Started Create Volatile Files and Directories. Apr 3 08:11:29 raspberrypi systemd[1]: Starting Update UTMP about System Boot/Shutdown... Apr 3 08:11:29 raspberrypi systemd[1]: Starting Network Time Synchronization... Apr 3 08:11:29 raspberrypi systemd[1]: Started Update UTMP about System Boot/Shutdown. Apr 3 08:11:29 raspberrypi systemd[1]: Started Raise network interfaces. Apr 3 08:11:29 raspberrypi systemd[1]: Started Network Time Synchronization. Apr 3 08:11:29 raspberrypi systemd[1]: Reached target System Time Synchronized. Apr 3 08:11:29 raspberrypi systemd[1]: Reached target System Initialization. Apr 3 08:11:29 raspberrypi systemd[1]: Started Daily apt download activities. Apr 3 08:11:29 raspberrypi systemd[1]: Listening on Avahi mDNS/DNS-SD Stack Activation Socket. Apr 3 08:11:29 raspberrypi systemd[1]: Started Daily rotation of log files. Apr 3 08:11:29 raspberrypi systemd[1]: Started Daily man-db regeneration. Apr 3 08:11:29 raspberrypi systemd[1]: Started Daily Cleanup of Temporary Directories. Apr 3 08:11:29 raspberrypi systemd[1]: Started Daily apt upgrade and clean activities. Apr 3 08:11:29 raspberrypi systemd[1]: Reached target Timers. Apr 3 08:11:29 raspberrypi systemd[1]: Listening on D-Bus System Message Bus Socket. Apr 3 08:11:29 raspberrypi systemd[1]: Listening on triggerhappy.socket. Apr 3 08:11:29 raspberrypi systemd[1]: Reached target Sockets. Apr 3 08:11:29 raspberrypi systemd[1]: Reached target Basic System. Apr 3 08:11:29 raspberrypi systemd[1]: Starting rng-tools.service... Apr 3 08:11:29 raspberrypi systemd[1]: Starting Login Service... Apr 3 08:11:29 raspberrypi systemd[1]: Started Manage Sound Card State (restore and store). Apr 3 08:11:29 raspberrypi systemd[1]: Starting dphys-swapfile - set up, mount/unmount, and delete a swap file... Apr 3 08:11:29 raspberrypi alsactl[341]: alsactl 1.1.8 daemon started Apr 3 08:11:29 raspberrypi systemd[1]: Started motionEye Server. Apr 3 08:11:29 raspberrypi systemd[1]: Condition check resulted in Turn on SSH if /boot/ssh is present being skipped. Apr 3 08:11:29 raspberrypi rng-tools[339]: Starting Hardware RNG entropy gatherer daemon: rngd. Apr 3 08:11:29 raspberrypi rngd[345]: rngd 2-unofficial-mt.14 starting up... Apr 3 08:11:29 raspberrypi systemd[1]: Starting Avahi mDNS/DNS-SD Stack... Apr 3 08:11:29 raspberrypi systemd[1]: Starting Save/Restore Sound Card State... Apr 3 08:11:29 raspberrypi systemd[1]: Starting Check for Raspberry Pi EEPROM updates... Apr 3 08:11:29 raspberrypi systemd[1]: Condition check resulted in Copy user wpa_supplicant.conf being skipped. Apr 3 08:11:29 raspberrypi systemd[1]: Started Regular background program processing daemon. Apr 3 08:11:29 raspberrypi systemd[1]: Starting dhcpcd on all interfaces... Apr 3 08:11:29 raspberrypi systemd[1]: Starting Configure Bluetooth Modems connected by UART... Apr 3 08:11:29 raspberrypi rngd[345]: entropy feed to the kernel ready Apr 3 08:11:29 raspberrypi systemd[1]: Starting System Logging Service... Apr 3 08:11:29 raspberrypi avahi-daemon[349]: Found user 'avahi' (UID 108) and group 'avahi' (GID 113). Apr 3 08:11:29 raspberrypi avahi-daemon[349]: Successfully dropped root privileges. Apr 3 08:11:29 raspberrypi avahi-daemon[349]: avahi-daemon 0.7 starting up. Apr 3 08:11:29 raspberrypi systemd[1]: Starting triggerhappy global hotkey daemon... Apr 3 08:11:29 raspberrypi systemd[1]: Starting LSB: Start Motion detection... Apr 3 08:11:29 raspberrypi systemd[1]: Started D-Bus System Message Bus. Apr 3 08:11:29 raspberrypi thd[373]: Found socket passed from systemd Apr 3 08:11:29 raspberrypi dhcpcd[358]: dev: loaded udev Apr 3 08:11:29 raspberrypi systemd[1]: Starting WPA supplicant... Apr 3 08:11:29 raspberrypi systemd[1]: Condition check resulted in getty on tty2-tty6 if dbus and logind are not available being skipped. Apr 3 08:11:29 raspberrypi systemd[1]: Starting LSB: Switch to ondemand cpu governor (unless shift key is pressed)... Apr 3 08:11:29 raspberrypi systemd[1]: Started triggerhappy global hotkey daemon. Apr 3 08:11:29 raspberrypi systemd[1]: Started rng-tools.service. Apr 3 08:11:29 raspberrypi systemd[1]: Started Save/Restore Sound Card State. Apr 3 08:11:29 raspberrypi systemd[1]: Started System Logging Service. Apr 3 08:11:29 raspberrypi dphys-swapfile[343]: want /var/swap=100MByte, checking existing: keeping it Apr 3 08:11:29 raspberrypi systemd[1]: Reached target Sound Card. Apr 3 08:11:29 raspberrypi motion[379]: Not starting motion daemon, disabled via /etc/default/motion ... (warning). Apr 3 08:11:29 raspberrypi dbus-daemon[385]: [system] Successfully activated service 'org.freedesktop.systemd1' Apr 3 08:11:29 raspberrypi avahi-daemon[349]: Successfully called chroot(). Apr 3 08:11:29 raspberrypi avahi-daemon[349]: Successfully dropped remaining capabilities. Apr 3 08:11:29 raspberrypi avahi-daemon[349]: No service file found in /etc/avahi/services. Apr 3 08:11:29 raspberrypi avahi-daemon[349]: Network interface enumeration completed. Apr 3 08:11:29 raspberrypi avahi-daemon[349]: Server startup complete. Host name is raspberrypi.local. Local service cookie is 723682461. Apr 3 08:11:29 raspberrypi systemd[1]: Started LSB: Start Motion detection. Apr 3 08:11:29 raspberrypi wpa_supplicant[392]: Successfully initialized wpa_supplicant Apr 3 08:11:29 raspberrypi systemd[1]: Started Avahi mDNS/DNS-SD Stack. Apr 3 08:11:29 raspberrypi systemd[1]: Started WPA supplicant. Apr 3 08:11:29 raspberrypi systemd[1]: Started Login Service. Apr 3 08:11:29 raspberrypi systemd[1]: Started dphys-swapfile - set up, mount/unmount, and delete a swap file. Apr 3 08:11:29 raspberrypi raspi-config[395]: Checking if shift key is held down:Error opening '/dev/input/event*': No such file or directory Apr 3 08:11:29 raspberrypi raspi-config[395]: No. Switching to ondemand scaling governor. Apr 3 08:11:29 raspberrypi systemd[1]: Started LSB: Switch to ondemand cpu governor (unless shift key is pressed). Apr 3 08:11:29 raspberrypi dhcpcd[358]: wlan0: starting wpa_supplicant Apr 3 08:11:29 raspberrypi dhcpcd-run-hooks[452]: wlan0: starting wpa_supplicant Apr 3 08:11:29 raspberrypi rpi-eeprom-update[356]: BOOTLOADER: up-to-date Apr 3 08:11:29 raspberrypi rpi-eeprom-update[356]: CURRENT: Thu 3 Sep 12:11:43 UTC 2020 (1599135103) Apr 3 08:11:29 raspberrypi rpi-eeprom-update[356]: LATEST: Thu 3 Sep 12:11:43 UTC 2020 (1599135103) Apr 3 08:11:29 raspberrypi rpi-eeprom-update[356]: RELEASE: default (/lib/firmware/raspberrypi/bootloader/default) Apr 3 08:11:29 raspberrypi rpi-eeprom-update[356]: Use raspi-config to change the release. Apr 3 08:11:29 raspberrypi rpi-eeprom-update[356]: VL805_FW: Using bootloader EEPROM Apr 3 08:11:29 raspberrypi rpi-eeprom-update[356]: VL805: up-to-date Apr 3 08:11:29 raspberrypi rpi-eeprom-update[356]: CURRENT: 000138a1 Apr 3 08:11:29 raspberrypi rpi-eeprom-update[356]: LATEST: 000138a1 Apr 3 08:11:29 raspberrypi systemd[1]: Started Check for Raspberry Pi EEPROM updates. Apr 3 08:11:29 raspberrypi dhcpcd[358]: wlan0: connected to Access Point `' Apr 3 08:11:29 raspberrypi dhcpcd[358]: eth0: waiting for carrier Apr 3 08:11:29 raspberrypi dhcpcd[358]: dhcpcd_prestartinterface: wlan0: Operation not possible due to RF-kill Apr 3 08:11:29 raspberrypi dhcpcd[358]: dhcpcd_prestartinterface: wlan0: Operation not possible due to RF-kill Apr 3 08:11:29 raspberrypi dhcpcd[358]: wlan0: waiting for carrier Apr 3 08:11:30 raspberrypi meyectl[344]: INFO: hello! this is motionEye server 0.42.1 Apr 3 08:11:32 raspberrypi systemd[1]: systemd-rfkill.service: Succeeded. Apr 3 08:11:34 raspberrypi meyectl[344]: INFO: cleanup started Apr 3 08:11:34 raspberrypi meyectl[344]: INFO: wsswitch started Apr 3 08:11:34 raspberrypi meyectl[344]: INFO: tasks started Apr 3 08:11:34 raspberrypi meyectl[344]: INFO: mjpg client garbage collector started Apr 3 08:11:34 raspberrypi meyectl[344]: INFO: server started Apr 3 08:11:34 raspberrypi dhcpcd[358]: eth0: carrier acquired Apr 3 08:11:34 raspberrypi dhcpcd[358]: DUID 00:01:00:01:27:8f:0a:6e:dc:a6:32:d9:04:68 Apr 3 08:11:34 raspberrypi dhcpcd[358]: eth0: IAID 32:d9:04:68 Apr 3 08:11:34 raspberrypi dhcpcd[358]: eth0: adding address fe80::afc:39a2:8efa:c552 Apr 3 08:11:34 raspberrypi avahi-daemon[349]: Joining mDNS multicast group on interface eth0.IPv6 with address fe80::afc:39a2:8efa:c552. Apr 3 08:11:34 raspberrypi avahi-daemon[349]: New relevant interface eth0.IPv6 for mDNS. Apr 3 08:11:34 raspberrypi avahi-daemon[349]: Registering new address record for fe80::afc:39a2:8efa:c552 on eth0.*. Apr 3 08:11:35 raspberrypi dhcpcd[358]: eth0: soliciting an IPv6 router Apr 3 08:11:35 raspberrypi dhcpcd[358]: eth0: rebinding lease of 192.168.178.76 Apr 3 08:11:35 raspberrypi dhcpcd[358]: eth0: probing address 192.168.178.76/24 Apr 3 08:11:36 raspberrypi btuart[361]: bcm43xx_init Apr 3 08:11:36 raspberrypi btuart[361]: Flash firmware /lib/firmware/brcm/BCM4345C0.hcd Apr 3 08:11:36 raspberrypi btuart[361]: Set Controller UART speed to 3000000 bit/s Apr 3 08:11:36 raspberrypi btuart[361]: Device setup complete Apr 3 08:11:36 raspberrypi systemd[1]: Starting Load/Save RF Kill Switch Status... Apr 3 08:11:36 raspberrypi systemd[1]: Started Configure Bluetooth Modems connected by UART. Apr 3 08:11:36 raspberrypi systemd[1]: Started Load/Save RF Kill Switch Status. Apr 3 08:11:36 raspberrypi systemd[1]: Created slice system-bthelper.slice. Apr 3 08:11:36 raspberrypi systemd[1]: Starting Bluetooth service... Apr 3 08:11:36 raspberrypi bluetoothd[505]: Bluetooth daemon 5.50 Apr 3 08:11:36 raspberrypi systemd[1]: Started Bluetooth service. Apr 3 08:11:36 raspberrypi systemd[1]: Started Raspberry Pi bluetooth helper. Apr 3 08:11:36 raspberrypi bluetoothd[505]: Starting SDP server Apr 3 08:11:36 raspberrypi systemd[1]: Reached target Bluetooth. Apr 3 08:11:36 raspberrypi dbus-daemon[385]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.5' (uid=0 pid=505 comm="/usr/lib/bluetooth/bluetoothd ") Apr 3 08:11:36 raspberrypi bluetoothd[505]: Bluetooth management interface 1.18 initialized Apr 3 08:11:36 raspberrypi bluetoothd[505]: Sap driver initialization failed. Apr 3 08:11:36 raspberrypi bluetoothd[505]: sap-server: Operation not permitted (1) Apr 3 08:11:36 raspberrypi bthelper[506]: Raspberry Pi BDADDR already set Apr 3 08:11:36 raspberrypi systemd[1]: Starting Hostname Service... Apr 3 08:11:36 raspberrypi dbus-daemon[385]: [system] Successfully activated service 'org.freedesktop.hostname1' Apr 3 08:11:36 raspberrypi systemd[1]: Started Hostname Service. Apr 3 08:11:36 raspberrypi bluetoothd[505]: Failed to set privacy: Rejected (0x0b) Apr 3 08:11:36 raspberrypi bthelper[506]: [#033[0;93mCHG#033[0m] Controller DC:A6:32:D9:04:6A Name: raspberrypi Apr 3 08:11:36 raspberrypi bthelper[506]: [#033[0;93mCHG#033[0m] Controller DC:A6:32:D9:04:6A Alias: raspberrypi Apr 3 08:11:36 raspberrypi bthelper[506]: [#033[0;93mCHG#033[0m] Controller DC:A6:32:D9:04:6A UUIDs: 00001801-0000-1000-8000-00805f9b34fb Apr 3 08:11:36 raspberrypi bthelper[506]: [#033[0;93mCHG#033[0m] Controller DC:A6:32:D9:04:6A UUIDs: 0000110e-0000-1000-8000-00805f9b34fb Apr 3 08:11:36 raspberrypi bthelper[506]: [#033[0;93mCHG#033[0m] Controller DC:A6:32:D9:04:6A UUIDs: 00001200-0000-1000-8000-00805f9b34fb Apr 3 08:11:36 raspberrypi bthelper[506]: [#033[0;93mCHG#033[0m] Controller DC:A6:32:D9:04:6A UUIDs: 0000110c-0000-1000-8000-00805f9b34fb Apr 3 08:11:36 raspberrypi bthelper[506]: [#033[0;93mCHG#033[0m] Controller DC:A6:32:D9:04:6A UUIDs: 00001800-0000-1000-8000-00805f9b34fb Apr 3 08:11:36 raspberrypi bthelper[506]: [#033[0;93mCHG#033[0m] Controller DC:A6:32:D9:04:6A Alias: BlueZ 5.50 Apr 3 08:11:36 raspberrypi bthelper[506]: [#033[0;93mCHG#033[0m] Controller DC:A6:32:D9:04:6A Pairable: yes Apr 3 08:11:36 raspberrypi bthelper[506]: Changing power off succeeded Apr 3 08:11:36 raspberrypi bthelper[506]: [#033[0;93mCHG#033[0m] Controller DC:A6:32:D9:04:6A Powered: no Apr 3 08:11:36 raspberrypi bthelper[506]: [#033[0;93mCHG#033[0m] Controller DC:A6:32:D9:04:6A Discovering: no Apr 3 08:11:36 raspberrypi bthelper[506]: [#033[0;93mCHG#033[0m] Controller DC:A6:32:D9:04:6A Alias: raspberrypi Apr 3 08:11:36 raspberrypi bthelper[506]: Changing power on succeeded Apr 3 08:11:36 raspberrypi systemd[1]: bthelper@hci0.service: Succeeded. Apr 3 08:11:36 raspberrypi dhcpcd[358]: eth0: Router Advertisement from fe80::2e91:abff:fee8:3482 Apr 3 08:11:36 raspberrypi dhcpcd[358]: eth0: adding address 2003:e4:7720:ec00:2644:7cf7:d745:dfa1/64 Apr 3 08:11:36 raspberrypi avahi-daemon[349]: Leaving mDNS multicast group on interface eth0.IPv6 with address fe80::afc:39a2:8efa:c552. Apr 3 08:11:36 raspberrypi avahi-daemon[349]: Joining mDNS multicast group on interface eth0.IPv6 with address 2003:e4:7720:ec00:2644:7cf7:d745:dfa1. Apr 3 08:11:36 raspberrypi avahi-daemon[349]: Registering new address record for 2003:e4:7720:ec00:2644:7cf7:d745:dfa1 on eth0.*. Apr 3 08:11:36 raspberrypi dhcpcd[358]: eth0: adding route to 2003:e4:7720:ec00::/64 Apr 3 08:11:36 raspberrypi avahi-daemon[349]: Withdrawing address record for fe80::afc:39a2:8efa:c552 on eth0. Apr 3 08:11:36 raspberrypi dhcpcd[358]: eth0: requesting DHCPv6 information Apr 3 08:11:36 raspberrypi dhcpcd[358]: eth0: fe80::2e91:abff:fee8:3482 is reachable again Apr 3 08:11:36 raspberrypi dhcpcd[358]: eth0: adding default route via fe80::2e91:abff:fee8:3482 Apr 3 08:11:37 raspberrypi dhcpcd[358]: Too few arguments. Apr 3 08:11:37 raspberrypi dhcpcd[358]: Too few arguments. Apr 3 08:11:41 raspberrypi dhcpcd[358]: eth0: leased 192.168.178.76 for 864000 seconds Apr 3 08:11:41 raspberrypi avahi-daemon[349]: Joining mDNS multicast group on interface eth0.IPv4 with address 192.168.178.76. Apr 3 08:11:41 raspberrypi avahi-daemon[349]: New relevant interface eth0.IPv4 for mDNS. Apr 3 08:11:41 raspberrypi avahi-daemon[349]: Registering new address record for 192.168.178.76 on eth0.IPv4. Apr 3 08:11:41 raspberrypi dhcpcd[358]: eth0: adding route to 192.168.178.0/24 Apr 3 08:11:41 raspberrypi dhcpcd[358]: eth0: adding default route via 192.168.178.1 Apr 3 08:11:41 raspberrypi systemd[1]: systemd-rfkill.service: Succeeded. Apr 3 08:11:41 raspberrypi dhcpcd[358]: Too few arguments. Apr 3 08:11:41 raspberrypi dhcpcd[358]: Too few arguments. Apr 3 08:11:41 raspberrypi dhcpcd[358]: forked to background, child pid 721 Apr 3 08:11:41 raspberrypi systemd[1]: Started dhcpcd on all interfaces. Apr 3 08:11:41 raspberrypi systemd[1]: Reached target Network. Apr 3 08:11:41 raspberrypi systemd[1]: Starting OpenBSD Secure Shell server... Apr 3 08:11:41 raspberrypi systemd[1]: Starting Permit User Sessions... Apr 3 08:11:41 raspberrypi systemd[1]: Started ioBroker Server. Apr 3 08:11:41 raspberrypi systemd[1]: Condition check resulted in fast remote file copy program daemon being skipped. Apr 3 08:11:41 raspberrypi systemd[1]: Starting /etc/rc.local Compatibility... Apr 3 08:11:41 raspberrypi systemd[1]: Started /etc/rc.local Compatibility. Apr 3 08:11:41 raspberrypi systemd[1]: Started Permit User Sessions. Apr 3 08:11:41 raspberrypi systemd[1]: Started Getty on tty1. Apr 3 08:11:41 raspberrypi systemd[1]: Reached target Login Prompts. Apr 3 08:11:41 raspberrypi systemd[1]: Started OpenBSD Secure Shell server. Apr 3 08:11:41 raspberrypi systemd[1]: Reached target Multi-User System. Apr 3 08:11:41 raspberrypi systemd[1]: Reached target Graphical Interface. Apr 3 08:11:41 raspberrypi systemd[1]: Starting Update UTMP about System Runlevel Changes... Apr 3 08:11:41 raspberrypi systemd[1]: systemd-update-utmp-runlevel.service: Succeeded. Apr 3 08:11:41 raspberrypi systemd[1]: Started Update UTMP about System Runlevel Changes. Apr 3 08:11:41 raspberrypi systemd[1]: Startup finished in 2.135s (kernel) + 17.708s (userspace) = 19.843s. Apr 3 08:11:45 raspberrypi bash[724]: host.raspberrypi check instance "system.adapter.admin.0" for host "raspberrypi" Apr 3 08:11:45 raspberrypi bash[724]: host.raspberrypi check instance "system.adapter.discovery.0" for host "raspberrypi" Apr 3 08:11:45 raspberrypi bash[724]: host.raspberrypi check instance "system.adapter.info.0" for host "raspberrypi" Apr 3 08:11:45 raspberrypi bash[724]: host.raspberrypi check instance "system.adapter.tr-064.0" for host "raspberrypi" Apr 3 08:11:45 raspberrypi bash[724]: host.raspberrypi check instance "system.adapter.ping.0" for host "raspberrypi" Apr 3 08:11:45 raspberrypi bash[724]: host.raspberrypi check instance "system.adapter.fritzdect.0" for host "raspberrypi" Apr 3 08:11:45 raspberrypi bash[724]: host.raspberrypi check instance "system.adapter.web.0" for host "raspberrypi" Apr 3 08:11:45 raspberrypi bash[724]: host.raspberrypi check instance "system.adapter.history.0" for host "raspberrypi" Apr 3 08:11:45 raspberrypi bash[724]: host.raspberrypi check instance "system.adapter.alexa2.0" for host "raspberrypi" Apr 3 08:11:45 raspberrypi bash[724]: host.raspberrypi check instance "system.adapter.dwd.0" for host "raspberrypi" Apr 3 08:11:45 raspberrypi bash[724]: host.raspberrypi check instance "system.adapter.ical.0" for host "raspberrypi" Apr 3 08:11:45 raspberrypi bash[724]: host.raspberrypi check instance "system.adapter.trashschedule.0" for host "raspberrypi" Apr 3 08:11:45 raspberrypi bash[724]: host.raspberrypi check instance "system.adapter.iot.0" for host "raspberrypi" Apr 3 08:11:45 raspberrypi bash[724]: host.raspberrypi check instance "system.adapter.text2command.0" for host "raspberrypi" Apr 3 08:11:45 raspberrypi bash[724]: host.raspberrypi check instance "system.adapter.telegram.0" for host "raspberrypi" Apr 3 08:11:45 raspberrypi bash[724]: host.raspberrypi check instance "system.adapter.tuya.0" for host "raspberrypi" Apr 3 08:11:45 raspberrypi bash[724]: host.raspberrypi check instance "system.adapter.vis.0" for host "raspberrypi" Apr 3 08:11:45 raspberrypi bash[724]: host.raspberrypi check instance "system.adapter.tankerkoenig.0" for host "raspberrypi" Apr 3 08:11:45 raspberrypi bash[724]: host.raspberrypi check instance "system.adapter.shelly.0" for host "raspberrypi" Apr 3 08:11:45 raspberrypi bash[724]: host.raspberrypi check instance "system.adapter.meross.0" for host "raspberrypi" Apr 3 08:11:45 raspberrypi bash[724]: host.raspberrypi check instance "system.adapter.daswetter.0" for host "raspberrypi" Apr 3 08:11:45 raspberrypi bash[724]: host.raspberrypi check instance "system.adapter.vis-timeandweather.0" for host "raspberrypi" Apr 3 08:11:45 raspberrypi bash[724]: host.raspberrypi check instance "system.adapter.upnp.0" for host "raspberrypi" Apr 3 08:11:45 raspberrypi bash[724]: host.raspberrypi check instance "system.adapter.javascript.0" for host "raspberrypi" Apr 3 08:11:45 raspberrypi bash[724]: host.raspberrypi check instance "system.adapter.ble.0" for host "raspberrypi" Apr 3 08:11:45 raspberrypi bash[724]: host.raspberrypi check instance "system.adapter.vis-colorpicker.0" for host "raspberrypi" Apr 3 08:11:45 raspberrypi bash[724]: host.raspberrypi check instance "system.adapter.vis-hqwidgets.0" for host "raspberrypi" Apr 3 08:11:45 raspberrypi bash[724]: host.raspberrypi check instance "system.adapter.vis-inventwo.0" for host "raspberrypi" Apr 3 08:11:45 raspberrypi bash[724]: host.raspberrypi check instance "system.adapter.vis-fancyswitch.0" for host "raspberrypi" Apr 3 08:11:45 raspberrypi bash[724]: host.raspberrypi check instance "system.adapter.vis-bars.0" for host "raspberrypi" Apr 3 08:11:45 raspberrypi bash[724]: host.raspberrypi check instance "system.adapter.vis-canvas-gauges.0" for host "raspberrypi" Apr 3 08:11:45 raspberrypi bash[724]: host.raspberrypi check instance "system.adapter.vis-material-advanced.0" for host "raspberrypi" Apr 3 08:11:45 raspberrypi bash[724]: host.raspberrypi check instance "system.adapter.rpi2.0" for host "raspberrypi" Apr 3 08:11:45 raspberrypi bash[724]: host.raspberrypi check instance "system.adapter.backitup.0" for host "raspberrypi" Apr 3 08:11:45 raspberrypi bash[724]: host.raspberrypi check instance "system.adapter.paw.0" for host "raspberrypi" Apr 3 08:11:45 raspberrypi bash[724]: host.raspberrypi check instance "system.adapter.simple-api.0" for host "raspberrypi" Apr 3 08:11:47 raspberrypi dhcpcd[721]: eth0: fe80::2e91:abff:fee8:3482 is reachable again Apr 3 08:11:47 raspberrypi dhcpcd[721]: eth0: fe80::2e91:abff:fee8:3482 is reachable again Apr 3 08:11:58 raspberrypi systemd[1]: systemd-fsckd.service: Succeeded. Apr 3 08:42:07 raspberrypi meyectl[344]: ERROR: mjpg client timed out receiving data for camera 1 on port 1111 Apr 3 08:42:07 raspberrypi fake-hwclock[115]: Sat 3 Apr 07:11:25 UTC 2021 Apr 3 08:42:07 raspberrypi systemd-fsck[132]: e2fsck 1.44.5 (15-Dec-2018) Apr 3 08:42:07 raspberrypi systemd[1]: Started Set the console keyboard layout. Apr 3 08:42:07 raspberrypi systemd-fsck[132]: rootfs: clean, 137322/7699296 files, 1361899/31150592 blocks Apr 3 08:42:07 raspberrypi systemd[1]: Started File System Check on Root Device. Apr 3 08:42:07 raspberrypi systemd[1]: Starting Remount Root and Kernel File Systems... Apr 3 08:42:07 raspberrypi systemd[1]: Started udev Coldplug all Devices. Apr 3 08:42:07 raspberrypi systemd[1]: Starting Helper to synchronize boot up for ifupdown... Apr 3 08:42:07 raspberrypi systemd[1]: Started Helper to synchronize boot up for ifupdown. Apr 3 08:42:07 raspberrypi systemd[1]: Started Remount Root and Kernel File Systems. Apr 3 08:42:07 raspberrypi systemd[1]: Starting Create System Users... Apr 3 08:42:07 raspberrypi systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped. Apr 3 08:42:07 raspberrypi systemd[1]: Starting Flush Journal to Persistent Storage... Apr 3 08:42:07 raspberrypi systemd[1]: Starting Load/Save Random Seed... Apr 3 08:42:07 raspberrypi systemd[1]: Started Create System Users. Apr 3 08:42:07 raspberrypi systemd[1]: Started Load/Save Random Seed. Apr 3 08:42:07 raspberrypi systemd[1]: Starting Create Static Device Nodes in /dev... Apr 3 08:42:07 raspberrypi systemd[1]: Started Flush Journal to Persistent Storage. Apr 3 08:42:07 raspberrypi systemd[1]: Started Create Static Device Nodes in /dev. Apr 3 08:42:07 raspberrypi systemd[1]: Starting udev Kernel Device Manager... Apr 3 08:42:07 raspberrypi systemd[1]: Reached target Local File Systems (Pre). Apr 3 08:42:07 raspberrypi systemd[1]: Started udev Kernel Device Manager. Apr 3 08:42:07 raspberrypi systemd-udevd[173]: Using default interface naming scheme 'v240'. Apr 3 08:42:07 raspberrypi systemd[1]: Found device /dev/serial1. Apr 3 08:42:07 raspberrypi systemd[1]: Found device /dev/disk/by-partuuid/f8e84112-01. Apr 3 08:42:07 raspberrypi systemd-udevd[170]: Using default interface naming scheme 'v240'. Apr 3 08:42:07 raspberrypi systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch. Apr 3 08:42:07 raspberrypi systemd[1]: Condition check resulted in FUSE Control File System being skipped. Apr 3 08:42:07 raspberrypi systemd[1]: Condition check resulted in Huge Pages File System being skipped. Apr 3 08:42:07 raspberrypi systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped. Apr 3 08:42:07 raspberrypi systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped. Apr 3 08:42:07 raspberrypi systemd[1]: Starting File System Check on /dev/disk/by-partuuid/f8e84112-01... Apr 3 08:42:07 raspberrypi systemd[1]: Starting Load/Save RF Kill Switch Status... Apr 3 08:42:07 raspberrypi systemd[1]: Started Load/Save RF Kill Switch Status. Apr 3 08:42:07 raspberrypi systemd-fsck[280]: fsck.fat 4.1 (2017-01-24) Apr 3 08:42:07 raspberrypi systemd-fsck[280]: 0x41: Dirty bit is set. Fs was not properly unmounted and some data may be corrupt. Apr 3 08:42:07 raspberrypi systemd-fsck[280]: Automatically removing dirty bit. Apr 3 08:42:07 raspberrypi systemd-fsck[280]: Performing changes. Apr 3 08:42:07 raspberrypi systemd-fsck[280]: /dev/mmcblk0p1: 264 files, 97566/516190 clusters Apr 3 08:42:07 raspberrypi systemd[1]: Started File System Check on /dev/disk/by-partuuid/f8e84112-01. Apr 3 08:42:07 raspberrypi systemd[1]: Mounting /boot... Apr 3 08:42:07 raspberrypi systemd[1]: Mounted /boot. Apr 3 08:42:07 raspberrypi systemd[1]: Reached target Local File Systems. Apr 3 08:42:07 raspberrypi systemd[1]: Condition check resulted in Commit a transient machine-id on disk being skipped. Apr 3 08:42:07 raspberrypi systemd[1]: Starting Raise network interfaces... Apr 3 08:42:07 raspberrypi systemd[1]: Starting Set console font and keymap... Apr 3 08:42:07 raspberrypi systemd[1]: Starting Preprocess NFS configuration... Apr 3 08:42:07 raspberrypi systemd[1]: Starting Create Volatile Files and Directories... Apr 3 08:42:07 raspberrypi systemd[1]: Started Set console font and keymap. Apr 3 08:42:07 raspberrypi systemd[1]: nfs-config.service: Succeeded. Apr 3 08:42:07 raspberrypi systemd[1]: Started Preprocess NFS configuration. Apr 3 08:42:07 raspberrypi systemd[1]: Condition check resulted in RPC security service for NFS server being skipped. Apr 3 08:42:07 raspberrypi systemd[1]: Condition check resulted in RPC security service for NFS client and server being skipped. Apr 3 08:42:07 raspberrypi systemd[1]: Reached target NFS client services. Apr 3 08:42:07 raspberrypi systemd[1]: Reached target Remote File Systems (Pre). Apr 3 08:42:07 raspberrypi systemd[1]: Reached target Remote File Systems. Apr 3 08:42:07 raspberrypi systemd[1]: Started Create Volatile Files and Directories. Apr 3 08:42:07 raspberrypi systemd[1]: Starting Update UTMP about System Boot/Shutdown... Apr 3 08:42:07 raspberrypi systemd[1]: Starting Network Time Synchronization... Apr 3 08:42:07 raspberrypi systemd[1]: Started Update UTMP about System Boot/Shutdown. Apr 3 08:42:07 raspberrypi systemd[1]: Started Raise network interfaces. Apr 3 08:42:07 raspberrypi systemd[1]: Started Network Time Synchronization. Apr 3 08:42:07 raspberrypi systemd[1]: Reached target System Initialization. Apr 3 08:42:07 raspberrypi systemd[1]: Listening on D-Bus System Message Bus Socket. Apr 3 08:42:07 raspberrypi systemd[1]: Listening on Avahi mDNS/DNS-SD Stack Activation Socket. Apr 3 08:42:07 raspberrypi systemd[1]: Listening on triggerhappy.socket. Apr 3 08:42:07 raspberrypi systemd[1]: Reached target Sockets. Apr 3 08:42:07 raspberrypi systemd[1]: Reached target Basic System. Apr 3 08:42:07 raspberrypi systemd[1]: Starting dphys-swapfile - set up, mount/unmount, and delete a swap file... Apr 3 08:42:07 raspberrypi systemd[1]: Condition check resulted in Copy user wpa_supplicant.conf being skipped. Apr 3 08:42:07 raspberrypi systemd[1]: Starting LSB: Switch to ondemand cpu governor (unless shift key is pressed)... Apr 3 08:42:07 raspberrypi systemd[1]: Starting rng-tools.service... Apr 3 08:42:07 raspberrypi systemd[1]: Started Regular background program processing daemon. Apr 3 08:42:07 raspberrypi systemd[1]: Starting Configure Bluetooth Modems connected by UART... Apr 3 08:42:07 raspberrypi systemd[1]: Started D-Bus System Message Bus. Apr 3 08:42:07 raspberrypi rng-tools[342]: Starting Hardware RNG entropy gatherer daemon: rngd. Apr 3 08:42:07 raspberrypi rngd[357]: rngd 2-unofficial-mt.14 starting up... Apr 3 08:42:07 raspberrypi systemd[1]: Starting WPA supplicant... Apr 3 08:42:07 raspberrypi systemd[1]: Starting LSB: Start Motion detection... Apr 3 08:42:07 raspberrypi systemd[1]: Starting dhcpcd on all interfaces... Apr 3 08:42:07 raspberrypi systemd[1]: Started Daily Cleanup of Temporary Directories. Apr 3 08:42:07 raspberrypi rngd[357]: entropy feed to the kernel ready Apr 3 08:42:07 raspberrypi systemd[1]: Starting System Logging Service... Apr 3 08:42:07 raspberrypi systemd[1]: Starting triggerhappy global hotkey daemon... Apr 3 08:42:07 raspberrypi systemd[1]: Starting Avahi mDNS/DNS-SD Stack... Apr 3 08:42:07 raspberrypi systemd[1]: Started motionEye Server. Apr 3 08:42:07 raspberrypi systemd[1]: Condition check resulted in Turn on SSH if /boot/ssh is present being skipped. Apr 3 08:42:07 raspberrypi thd[374]: Found socket passed from systemd Apr 3 08:42:07 raspberrypi systemd[1]: Starting Login Service... Apr 3 08:42:07 raspberrypi systemd[1]: Started Manage Sound Card State (restore and store). Apr 3 08:42:07 raspberrypi systemd[1]: Starting Save/Restore Sound Card State... Apr 3 08:42:07 raspberrypi systemd[1]: Condition check resulted in getty on tty2-tty6 if dbus and logind are not available being skipped. Apr 3 08:42:07 raspberrypi alsactl[387]: alsactl 1.1.8 daemon started Apr 3 08:42:07 raspberrypi systemd[1]: Starting Check for Raspberry Pi EEPROM updates... Apr 3 08:42:07 raspberrypi systemd[1]: Reached target System Time Synchronized. Apr 3 08:42:07 raspberrypi dhcpcd[369]: dev: loaded udev Apr 3 08:42:07 raspberrypi systemd[1]: Started Daily apt download activities. Apr 3 08:42:07 raspberrypi systemd[1]: Started Daily apt upgrade and clean activities. Apr 3 08:42:07 raspberrypi systemd[1]: Started Daily man-db regeneration. Apr 3 08:42:07 raspberrypi systemd[1]: Started Daily rotation of log files. Apr 3 08:42:07 raspberrypi systemd[1]: Reached target Timers. Apr 3 08:42:07 raspberrypi systemd[1]: Started triggerhappy global hotkey daemon. Apr 3 08:42:07 raspberrypi systemd[1]: Started rng-tools.service. Apr 3 08:42:07 raspberrypi systemd[1]: Started Save/Restore Sound Card State. Apr 3 08:42:07 raspberrypi systemd[1]: Started System Logging Service. Apr 3 08:42:07 raspberrypi avahi-daemon[379]: Found user 'avahi' (UID 108) and group 'avahi' (GID 113). Apr 3 08:42:07 raspberrypi avahi-daemon[379]: Successfully dropped root privileges. Apr 3 08:42:07 raspberrypi avahi-daemon[379]: avahi-daemon 0.7 starting up. Apr 3 08:42:07 raspberrypi dphys-swapfile[340]: want /var/swap=100MByte, checking existing: keeping it Apr 3 08:42:07 raspberrypi systemd[1]: Reached target Sound Card. Apr 3 08:42:07 raspberrypi motion[368]: Not starting motion daemon, disabled via /etc/default/motion ... (warning). Apr 3 08:42:07 raspberrypi wpa_supplicant[364]: Successfully initialized wpa_supplicant Apr 3 08:42:07 raspberrypi raspi-config[341]: Checking if shift key is held down:Error opening '/dev/input/event*': No such file or directory Apr 3 08:42:07 raspberrypi avahi-daemon[379]: Successfully called chroot(). Apr 3 08:42:07 raspberrypi avahi-daemon[379]: Successfully dropped remaining capabilities. Apr 3 08:42:07 raspberrypi raspi-config[341]: No. Switching to ondemand scaling governor. Apr 3 08:42:07 raspberrypi avahi-daemon[379]: No service file found in /etc/avahi/services. Apr 3 08:42:07 raspberrypi avahi-daemon[379]: Network interface enumeration completed. Apr 3 08:42:07 raspberrypi avahi-daemon[379]: Server startup complete. Host name is raspberrypi.local. Local service cookie is 4246940340. Apr 3 08:42:07 raspberrypi systemd[1]: Started LSB: Start Motion detection. Apr 3 08:42:07 raspberrypi systemd[1]: Started LSB: Switch to ondemand cpu governor (unless shift key is pressed). Apr 3 08:42:07 raspberrypi dbus-daemon[352]: [system] Successfully activated service 'org.freedesktop.systemd1' Apr 3 08:42:07 raspberrypi systemd[1]: Started WPA supplicant. Apr 3 08:42:07 raspberrypi systemd[1]: Started Login Service. Apr 3 08:42:07 raspberrypi systemd[1]: Started Avahi mDNS/DNS-SD Stack. Apr 3 08:42:07 raspberrypi systemd[1]: Started dphys-swapfile - set up, mount/unmount, and delete a swap file. Apr 3 08:42:07 raspberrypi dhcpcd[369]: wlan0: starting wpa_supplicant Apr 3 08:42:07 raspberrypi dhcpcd-run-hooks[448]: wlan0: starting wpa_supplicant Apr 3 08:42:08 raspberrypi rpi-eeprom-update[389]: BOOTLOADER: up-to-date Apr 3 08:42:08 raspberrypi rpi-eeprom-update[389]: CURRENT: Thu 3 Sep 12:11:43 UTC 2020 (1599135103) Apr 3 08:42:08 raspberrypi rpi-eeprom-update[389]: LATEST: Thu 3 Sep 12:11:43 UTC 2020 (1599135103) Apr 3 08:42:08 raspberrypi rpi-eeprom-update[389]: RELEASE: default (/lib/firmware/raspberrypi/bootloader/default) Apr 3 08:42:08 raspberrypi rpi-eeprom-update[389]: Use raspi-config to change the release. Apr 3 08:42:08 raspberrypi rpi-eeprom-update[389]: VL805_FW: Using bootloader EEPROM Apr 3 08:42:08 raspberrypi rpi-eeprom-update[389]: VL805: up-to-date Apr 3 08:42:08 raspberrypi rpi-eeprom-update[389]: CURRENT: 000138a1 Apr 3 08:42:08 raspberrypi rpi-eeprom-update[389]: LATEST: 000138a1 Apr 3 08:42:08 raspberrypi systemd[1]: Started Check for Raspberry Pi EEPROM updates. Apr 3 08:42:08 raspberrypi dhcpcd[369]: wlan0: connected to Access Point `' Apr 3 08:42:08 raspberrypi dhcpcd[369]: eth0: waiting for carrier Apr 3 08:42:08 raspberrypi dhcpcd[369]: dhcpcd_prestartinterface: wlan0: Operation not possible due to RF-kill Apr 3 08:42:08 raspberrypi dhcpcd[369]: dhcpcd_prestartinterface: wlan0: Operation not possible due to RF-kill Apr 3 08:42:08 raspberrypi dhcpcd[369]: wlan0: waiting for carrier Apr 3 08:42:08 raspberrypi meyectl[385]: INFO: hello! this is motionEye server 0.42.1 Apr 3 08:42:11 raspberrypi systemd[1]: systemd-rfkill.service: Succeeded. Apr 3 08:42:12 raspberrypi meyectl[385]: INFO: cleanup started Apr 3 08:42:12 raspberrypi meyectl[385]: INFO: wsswitch started Apr 3 08:42:12 raspberrypi meyectl[385]: INFO: tasks started Apr 3 08:42:12 raspberrypi meyectl[385]: INFO: mjpg client garbage collector started Apr 3 08:42:12 raspberrypi meyectl[385]: INFO: server started Apr 3 08:42:13 raspberrypi dhcpcd[369]: eth0: carrier acquired Apr 3 08:42:13 raspberrypi dhcpcd[369]: DUID 00:01:00:01:27:8f:0a:6e:dc:a6:32:d9:04:68 Apr 3 08:42:13 raspberrypi dhcpcd[369]: eth0: IAID 32:d9:04:68 Apr 3 08:42:13 raspberrypi dhcpcd[369]: eth0: adding address fe80::afc:39a2:8efa:c552 Apr 3 08:42:13 raspberrypi avahi-daemon[379]: Joining mDNS multicast group on interface eth0.IPv6 with address fe80::afc:39a2:8efa:c552. Apr 3 08:42:13 raspberrypi avahi-daemon[379]: New relevant interface eth0.IPv6 for mDNS. Apr 3 08:42:13 raspberrypi avahi-daemon[379]: Registering new address record for fe80::afc:39a2:8efa:c552 on eth0.*. Apr 3 08:42:13 raspberrypi dhcpcd[369]: eth0: rebinding lease of 192.168.178.76 Apr 3 08:42:13 raspberrypi dhcpcd[369]: eth0: probing address 192.168.178.76/24 Apr 3 08:42:13 raspberrypi dhcpcd[369]: eth0: soliciting an IPv6 router Apr 3 08:42:14 raspberrypi btuart[350]: bcm43xx_init Apr 3 08:42:14 raspberrypi btuart[350]: Flash firmware /lib/firmware/brcm/BCM4345C0.hcd Apr 3 08:42:14 raspberrypi btuart[350]: Set Controller UART speed to 3000000 bit/s Apr 3 08:42:14 raspberrypi btuart[350]: Device setup complete Apr 3 08:42:14 raspberrypi systemd[1]: Starting Load/Save RF Kill Switch Status... Apr 3 08:42:14 raspberrypi systemd[1]: Started Configure Bluetooth Modems connected by UART. Apr 3 08:42:14 raspberrypi systemd[1]: Started Load/Save RF Kill Switch Status. Apr 3 08:42:14 raspberrypi systemd[1]: Starting Bluetooth service... Apr 3 08:42:14 raspberrypi systemd[1]: Created slice system-bthelper.slice. Apr 3 08:42:14 raspberrypi bluetoothd[557]: Bluetooth daemon 5.50 Apr 3 08:42:14 raspberrypi systemd[1]: Started Bluetooth service. Apr 3 08:42:14 raspberrypi systemd[1]: Started Raspberry Pi bluetooth helper. Apr 3 08:42:14 raspberrypi bluetoothd[557]: Starting SDP server Apr 3 08:42:14 raspberrypi systemd[1]: Reached target Bluetooth. Apr 3 08:42:14 raspberrypi dbus-daemon[352]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.5' (uid=0 pid=557 comm="/usr/lib/bluetooth/bluetoothd ") Apr 3 08:42:14 raspberrypi bluetoothd[557]: Bluetooth management interface 1.18 initialized Apr 3 08:42:14 raspberrypi bluetoothd[557]: Sap driver initialization failed. Apr 3 08:42:14 raspberrypi bluetoothd[557]: sap-server: Operation not permitted (1) Apr 3 08:42:14 raspberrypi bthelper[558]: Raspberry Pi BDADDR already set Apr 3 08:42:14 raspberrypi systemd[1]: Starting Hostname Service... Apr 3 08:42:14 raspberrypi dbus-daemon[352]: [system] Successfully activated service 'org.freedesktop.hostname1' Apr 3 08:42:14 raspberrypi systemd[1]: Started Hostname Service. Apr 3 08:42:14 raspberrypi bluetoothd[557]: Failed to set privacy: Rejected (0x0b) Apr 3 08:42:14 raspberrypi bthelper[558]: [#033[0;93mCHG#033[0m] Controller DC:A6:32:D9:04:6A Name: raspberrypi Apr 3 08:42:14 raspberrypi bthelper[558]: [#033[0;93mCHG#033[0m] Controller DC:A6:32:D9:04:6A Alias: raspberrypi Apr 3 08:42:14 raspberrypi bthelper[558]: [#033[0;93mCHG#033[0m] Controller DC:A6:32:D9:04:6A UUIDs: 00001801-0000-1000-8000-00805f9b34fb Apr 3 08:42:14 raspberrypi bthelper[558]: [#033[0;93mCHG#033[0m] Controller DC:A6:32:D9:04:6A UUIDs: 0000110e-0000-1000-8000-00805f9b34fb Apr 3 08:42:14 raspberrypi bthelper[558]: [#033[0;93mCHG#033[0m] Controller DC:A6:32:D9:04:6A UUIDs: 00001200-0000-1000-8000-00805f9b34fb Apr 3 08:42:14 raspberrypi bthelper[558]: [#033[0;93mCHG#033[0m] Controller DC:A6:32:D9:04:6A UUIDs: 0000110c-0000-1000-8000-00805f9b34fb Apr 3 08:42:14 raspberrypi bthelper[558]: [#033[0;93mCHG#033[0m] Controller DC:A6:32:D9:04:6A UUIDs: 00001800-0000-1000-8000-00805f9b34fb Apr 3 08:42:14 raspberrypi bthelper[558]: [#033[0;93mCHG#033[0m] Controller DC:A6:32:D9:04:6A Alias: BlueZ 5.50 Apr 3 08:42:14 raspberrypi bthelper[558]: [#033[0;93mCHG#033[0m] Controller DC:A6:32:D9:04:6A Pairable: yes Apr 3 08:42:14 raspberrypi bthelper[558]: Changing power off succeeded Apr 3 08:42:14 raspberrypi bthelper[558]: Changing power on succeeded Apr 3 08:42:14 raspberrypi bthelper[558]: [#033[0;93mCHG#033[0m] Controller DC:A6:32:D9:04:6A Powered: yes Apr 3 08:42:14 raspberrypi systemd[1]: bthelper@hci0.service: Succeeded. Apr 3 08:42:15 raspberrypi dhcpcd[369]: eth0: Router Advertisement from fe80::2e91:abff:fee8:3482 Apr 3 08:42:15 raspberrypi dhcpcd[369]: eth0: adding address 2003:e4:7720:ec00:2644:7cf7:d745:dfa1/64 Apr 3 08:42:15 raspberrypi dhcpcd[369]: eth0: adding route to 2003:e4:7720:ec00::/64 Apr 3 08:42:15 raspberrypi dhcpcd[369]: eth0: requesting DHCPv6 information Apr 3 08:42:15 raspberrypi avahi-daemon[379]: Leaving mDNS multicast group on interface eth0.IPv6 with address fe80::afc:39a2:8efa:c552. Apr 3 08:42:15 raspberrypi avahi-daemon[379]: Joining mDNS multicast group on interface eth0.IPv6 with address 2003:e4:7720:ec00:2644:7cf7:d745:dfa1. Apr 3 08:42:15 raspberrypi avahi-daemon[379]: Registering new address record for 2003:e4:7720:ec00:2644:7cf7:d745:dfa1 on eth0.*. Apr 3 08:42:15 raspberrypi avahi-daemon[379]: Withdrawing address record for fe80::afc:39a2:8efa:c552 on eth0. Apr 3 08:42:15 raspberrypi dhcpcd[369]: eth0: fe80::2e91:abff:fee8:3482 is reachable again Apr 3 08:42:15 raspberrypi dhcpcd[369]: eth0: adding default route via fe80::2e91:abff:fee8:3482 Apr 3 08:42:15 raspberrypi dhcpcd[369]: Too few arguments. Apr 3 08:42:15 raspberrypi dhcpcd[369]: Too few arguments. Apr 3 08:42:18 raspberrypi dhcpcd[369]: eth0: leased 192.168.178.76 for 864000 seconds Apr 3 08:42:18 raspberrypi avahi-daemon[379]: Joining mDNS multicast group on interface eth0.IPv4 with address 192.168.178.76. Apr 3 08:42:18 raspberrypi avahi-daemon[379]: New relevant interface eth0.IPv4 for mDNS. Apr 3 08:42:18 raspberrypi avahi-daemon[379]: Registering new address record for 192.168.178.76 on eth0.IPv4. Apr 3 08:42:18 raspberrypi dhcpcd[369]: eth0: adding route to 192.168.178.0/24 Apr 3 08:42:18 raspberrypi dhcpcd[369]: eth0: adding default route via 192.168.178.1 Apr 3 08:42:18 raspberrypi dhcpcd[369]: Too few arguments. Apr 3 08:42:18 raspberrypi dhcpcd[369]: Too few arguments. Apr 3 08:42:18 raspberrypi dhcpcd[369]: forked to background, child pid 673 Apr 3 08:42:18 raspberrypi systemd[1]: Started dhcpcd on all interfaces. Apr 3 08:42:18 raspberrypi systemd[1]: Reached target Network. Apr 3 08:42:18 raspberrypi systemd[1]: Starting OpenBSD Secure Shell server... Apr 3 08:42:18 raspberrypi systemd[1]: Starting /etc/rc.local Compatibility... Apr 3 08:42:18 raspberrypi systemd[1]: Starting Permit User Sessions... Apr 3 08:42:18 raspberrypi systemd[1]: Started ioBroker Server. Apr 3 08:42:18 raspberrypi systemd[1]: Condition check resulted in fast remote file copy program daemon being skipped. Apr 3 08:42:18 raspberrypi systemd[1]: Started /etc/rc.local Compatibility. Apr 3 08:42:18 raspberrypi systemd[1]: Started Permit User Sessions. Apr 3 08:42:18 raspberrypi systemd[1]: Started Getty on tty1. Apr 3 08:42:18 raspberrypi systemd[1]: Reached target Login Prompts. Apr 3 08:42:18 raspberrypi systemd[1]: Started OpenBSD Secure Shell server. Apr 3 08:42:18 raspberrypi systemd[1]: Reached target Multi-User System. Apr 3 08:42:18 raspberrypi systemd[1]: Reached target Graphical Interface. Apr 3 08:42:18 raspberrypi systemd[1]: Starting Update UTMP about System Runlevel Changes... Apr 3 08:42:18 raspberrypi systemd[1]: systemd-update-utmp-runlevel.service: Succeeded. Apr 3 08:42:18 raspberrypi systemd[1]: Started Update UTMP about System Runlevel Changes. Apr 3 08:42:18 raspberrypi systemd[1]: Startup finished in 2.219s (kernel) + 16.324s (userspace) = 18.544s. Apr 3 08:42:19 raspberrypi systemd[1]: systemd-rfkill.service: Succeeded. Apr 3 08:42:21 raspberrypi bash[678]: ================================== > LOG REDIRECT system.adapter.admin.0 => false [system.adapter.admin.0.logging] Apr 3 08:42:21 raspberrypi bash[678]: ================================== > LOG REDIRECT system.adapter.javascript.0 => false [system.adapter.javascript.0.logging] Apr 3 08:42:21 raspberrypi bash[678]: object system.meta.uuid created: 26711388-ed9e-e086-6f07-6f13554a9a3f Apr 3 08:42:21 raspberrypi bash[678]: object system.user.admin created Apr 3 08:42:36 raspberrypi systemd[1]: systemd-fsckd.service: Succeeded. Apr 3 08:43:24 raspberrypi meyectl[385]: ERROR: mjpg client timed out receiving data for camera 1 on port 1111 Apr 3 08:43:29 raspberrypi dhcpcd[673]: eth0: fe80::2e91:abff:fee8:3482 is reachable again Apr 3 08:43:29 raspberrypi dhcpcd[673]: eth0: fe80::2e91:abff:fee8:3482 is reachable again Apr 3 08:43:31 raspberrypi systemd[1]: systemd-hostnamed.service: Succeeded. Apr 3 08:43:34 raspberrypi meyectl[385]: ERROR: mjpg client timed out receiving data for camera 2 on port 1112 Apr 3 08:43:44 raspberrypi meyectl[385]: ERROR: mjpg client timed out receiving data for camera 2 on port 1112 Apr 3 08:43:54 raspberrypi meyectl[385]: ERROR: mjpg client timed out receiving data for camera 2 on port 1112 Apr 3 08:44:04 raspberrypi meyectl[385]: ERROR: mjpg client timed out receiving data for camera 2 on port 1112 Apr 3 08:44:14 raspberrypi meyectl[385]: ERROR: mjpg client timed out receiving data for camera 2 on port 1112 Apr 3 08:44:24 raspberrypi meyectl[385]: ERROR: mjpg client timed out receiving data for camera 2 on port 1112 Apr 3 08:44:34 raspberrypi meyectl[385]: ERROR: mjpg client timed out receiving data for camera 2 on port 1112 Apr 3 08:44:44 raspberrypi meyectl[385]: ERROR: mjpg client timed out receiving data for camera 2 on port 1112 Apr 3 08:44:54 raspberrypi meyectl[385]: ERROR: mjpg client timed out receiving data for camera 2 on port 1112 Apr 3 08:45:04 raspberrypi meyectl[385]: ERROR: mjpg client timed out receiving data for camera 2 on port 1112 Apr 3 08:45:14 raspberrypi meyectl[385]: ERROR: mjpg client timed out receiving data for camera 2 on port 1112 Apr 3 08:45:24 raspberrypi meyectl[385]: ERROR: mjpg client timed out receiving data for camera 2 on port 1112 Apr 3 08:45:34 raspberrypi meyectl[385]: ERROR: mjpg client timed out receiving data for camera 2 on port 1112 Apr 3 08:45:44 raspberrypi meyectl[385]: ERROR: mjpg client timed out receiving data for camera 2 on port 1112 Apr 3 08:45:54 raspberrypi meyectl[385]: ERROR: mjpg client timed out receiving data for camera 2 on port 1112 Apr 3 08:46:04 raspberrypi meyectl[385]: ERROR: mjpg client timed out receiving data for camera 2 on port 1112 Apr 3 08:46:14 raspberrypi meyectl[385]: ERROR: mjpg client timed out receiving data for camera 2 on port 1112 Apr 3 08:46:24 raspberrypi meyectl[385]: ERROR: mjpg client timed out receiving data for camera 2 on port 1112 Apr 3 08:46:34 raspberrypi meyectl[385]: ERROR: mjpg client timed out receiving data for camera 2 on port 1112 Apr 3 08:46:44 raspberrypi meyectl[385]: ERROR: mjpg client timed out receiving data for camera 2 on port 1112 Apr 3 08:46:54 raspberrypi meyectl[385]: ERROR: mjpg client timed out receiving data for camera 2 on port 1112 Apr 3 08:47:04 raspberrypi meyectl[385]: ERROR: mjpg client timed out receiving data for camera 2 on port 1112 Apr 3 08:47:08 raspberrypi systemd[1]: Created slice User Slice of UID 1000. Apr 3 08:47:08 raspberrypi systemd[1]: Starting User Runtime Directory /run/user/1000... Apr 3 08:47:08 raspberrypi systemd[1]: Started User Runtime Directory /run/user/1000. Apr 3 08:47:08 raspberrypi systemd[1]: Starting User Manager for UID 1000... Apr 3 08:47:08 raspberrypi systemd[908]: Listening on GnuPG cryptographic agent (ssh-agent emulation). Apr 3 08:47:08 raspberrypi systemd[908]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers). Apr 3 08:47:08 raspberrypi systemd[908]: Reached target Paths. Apr 3 08:47:08 raspberrypi systemd[908]: Listening on GnuPG cryptographic agent and passphrase cache. Apr 3 08:47:08 raspberrypi systemd[908]: Listening on GnuPG network certificate management daemon. Apr 3 08:47:08 raspberrypi systemd[908]: Reached target Timers. Apr 3 08:47:08 raspberrypi systemd[908]: Listening on GnuPG cryptographic agent and passphrase cache (restricted). Apr 3 08:47:08 raspberrypi systemd[908]: Reached target Sockets. Apr 3 08:47:08 raspberrypi systemd[908]: Reached target Basic System. Apr 3 08:47:08 raspberrypi systemd[908]: Reached target Default. Apr 3 08:47:08 raspberrypi systemd[908]: Startup finished in 153ms. Apr 3 08:47:08 raspberrypi systemd[1]: Started User Manager for UID 1000. Apr 3 08:47:08 raspberrypi systemd[1]: Started Session 1 of user pi. Apr 3 08:47:14 raspberrypi meyectl[385]: ERROR: mjpg client timed out receiving data for camera 2 on port 1112 Apr 3 08:47:16 raspberrypi systemd[1]: Stopping ioBroker Server... Apr 3 08:47:17 raspberrypi systemd[1]: iobroker.service: Main process exited, code=exited, status=1/FAILURE Apr 3 08:47:17 raspberrypi systemd[1]: iobroker.service: Failed with result 'exit-code'. Apr 3 08:47:17 raspberrypi systemd[1]: Stopped ioBroker Server. Apr 3 08:47:23 raspberrypi systemd[1]: Stopped target Bluetooth. Apr 3 08:47:23 raspberrypi bluetoothd[557]: Terminating Apr 3 08:47:23 raspberrypi systemd[1]: Stopping Bluetooth service... Apr 3 08:47:23 raspberrypi systemd[1]: Stopping Session 1 of user pi. Apr 3 08:47:23 raspberrypi systemd[1]: Stopped target Timers. Apr 3 08:47:23 raspberrypi systemd[1]: apt-daily-upgrade.timer: Succeeded. Apr 3 08:47:23 raspberrypi systemd[1]: Stopped Daily apt upgrade and clean activities. Apr 3 08:47:23 raspberrypi systemd[1]: apt-daily.timer: Succeeded. Apr 3 08:47:23 raspberrypi systemd[1]: Stopped Daily apt download activities. Apr 3 08:47:23 raspberrypi systemd[1]: systemd-tmpfiles-clean.timer: Succeeded. Apr 3 08:47:23 raspberrypi systemd[1]: Stopped Daily Cleanup of Temporary Directories. Apr 3 08:47:23 raspberrypi bluetoothd[557]: Stopping SDP server Apr 3 08:47:23 raspberrypi systemd[1]: man-db.timer: Succeeded. Apr 3 08:47:23 raspberrypi bluetoothd[557]: Exit
-
@marc_el_k Das ist aber nicht syslog oder kernellog.
Und auch nicht iobroker.log -
Hallo Zusammen,
hatte soeben auch dieses Problem, die Anleitung hat geholfen. Es ist in den letzten 4 Tagen 2 mal passiert. Habe absolut nicht an der Hardware gemacht, nur den MOSDBUS Adapter und BAckupit installiert. Irgendwie muss da was inkompatibel sein.
Grüsse -
@uwessmarthome Dann hier das gleiche: ioBroker Log bitte von der Platte und auch /var/log/syslog
-
Hallo
Ich freu mich auch immer wieder über diese gut funktionierende Lösung. Bei mir war es heute so, dass währen ich ein javascript editiert habe plötzlich die Oberfläche eingefroren ist und ich dann das System nicht mehr starten konnte.
Im Verdacht habe ich ein skript, dass in einen Datenpunkt einen String schreibt, der immer länger wird. Ich kenne mich in javascript nicht so gut aus und weiß nicht, ob es da eine Obergrenze gibt, aber vielleicht ist das ja ein Ansatz zum Suchen.Gruß Wolfgang
-
@wolfgangfb ich denkendes Limit ist akademisch bzw vom normalen RAM durchaus begrenzt.
Auch was „eingefroren“ heißt ist so ne Sache.
Zeig doch mal ioBroker und syslog von dem zeitpunkt
-
@apollon77 Hi
Eingefrohren heißt: Ich bin ja im Browser wenn ich etwas mache. Plötzlich (ohne selbst irgend eine Aktion angestoße zu haben) kommt der graue Hintergrund mit dem drehenden Rad. Aus dem Raspi selbst sehe ich dann, dass iobroker status nicht mehr erreichbar ist.Nachdem start "iobroker start" kommt die bekannte Meldung "cannot find..."
Wenn Du mir jetzt noch verrätst, was Du genau mit "zeig doch mal IoBroker" meinst und wie ich an den syslog von einem bestimmten Zeitpunkt komme mache ich das gerne.Gruß Wolfgang
-
Für den heutigen Tag:
cat /opt/iobroker/log/iobroker.current.log cat /var/log/syslog
Ansonsten wäre noch die Ausstattung mit RAM interessant und ob da eine graphische Oberfläche vorgesehen ist:
free -h who -r
-
@thomas-braun sagte in Mini-HowTo: Cannot find view "system" for search "host":
Für den heutigen Tag:
Denke ehr gestern weil war wohl gestern
-
Dann halt so:
zcat /opt/iobroker/log/iobroker.2021-04-18.log.gz cat /var/log/syslog.1