TinyPilot log dump https://tinypilotkvm.com Timestamp: 2024-05-03T15:37:44+01:00 Software versions TinyPilot version: 1.9.2-19+13d1b53 uStreamer version: 5.43 System information OS version: Linux raspberrypi 6.1.21-v8+ #1642 SMP PREEMPT Mon Apr 3 17:24:16 BST 2023 aarch64 GNU/Linux Kernel architecture: aarch64 Userland architecture: armhf (32-bit) Distribution name: Raspbian Distribution version: 11 Hardware information Hardware: BCM2835 Revision: d03115 Model: Raspberry Pi 4 Model B Rev 1.5 TinyPilot state Read-only filesystem: off SSH access: enabled Network interfaces: eth0 (down) lo (unknown) wlan0 (up) Mouse jiggler: disabled CPU Temperature: 45.7'C CPU throttled since boot: no Voltage issues: yes - Feb 01 21:58:51 raspberrypi kernel: hwmon hwmon1: Voltage normalised Streaming mode Selected mode: MJPEG Current mode: MJPEG TinyPilot settings.yml TinyPilot configuration [Unit] Description=TinyPilot - RPi-based virtual KVM BindsTo=nginx.service After=syslog.target network.target nginx.service StartLimitIntervalSec=0 [Service] Type=simple User=tinypilot WorkingDirectory=/opt/tinypilot ExecStart=/opt/tinypilot/venv/bin/python app/main.py Environment=APP_SETTINGS_FILE=/home/tinypilot/app_settings.cfg Restart=always [Install] WantedBy=multi-user.target TinyPilot logs May 03 15:37:38 raspberrypi python[653]: File "/opt/tinypilot/app/execute.py", line 86, in with_timeout May 03 15:37:38 raspberrypi python[653]: raise result.exception May 03 15:37:38 raspberrypi python[653]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown May 03 15:37:38 raspberrypi python[864]: Process ProcessWithResult-4: May 03 15:37:38 raspberrypi python[864]: Traceback (most recent call last): May 03 15:37:38 raspberrypi python[864]: File "/usr/lib/python3.9/multiprocessing/process.py", line 315, in _bootstrap May 03 15:37:38 raspberrypi python[864]: self.run() May 03 15:37:38 raspberrypi python[864]: File "/opt/tinypilot/app/execute.py", line 37, in run May 03 15:37:38 raspberrypi python[864]: result.return_value = self._target(*self._args, **self._kwargs) May 03 15:37:38 raspberrypi python[864]: File "/opt/tinypilot/app/hid/write.py", line 19, in _write_to_hid_interface_immediately May 03 15:37:38 raspberrypi python[864]: hid_handle.write(bytearray(buffer)) May 03 15:37:38 raspberrypi python[864]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown May 03 15:37:38 raspberrypi python[653]: Exception in thread Thread-10: May 03 15:37:38 raspberrypi python[653]: Traceback (most recent call last): May 03 15:37:38 raspberrypi python[653]: File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner May 03 15:37:38 raspberrypi python[653]: self.run() May 03 15:37:38 raspberrypi python[653]: File "/usr/lib/python3.9/threading.py", line 892, in run May 03 15:37:38 raspberrypi python[653]: self._target(*self._args, **self._kwargs) May 03 15:37:38 raspberrypi python[653]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 733, in _handle_event_internal May 03 15:37:38 raspberrypi python[653]: r = server._trigger_event(data[0], namespace, sid, *data[1:]) May 03 15:37:38 raspberrypi python[653]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 758, in _trigger_event May 03 15:37:38 raspberrypi python[653]: return self.handlers[namespace][event](*args) May 03 15:37:38 raspberrypi python[653]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 282, in _handler May 03 15:37:38 raspberrypi python[653]: return self._handle_event(handler, message, namespace, sid, May 03 15:37:38 raspberrypi python[653]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 828, in _handle_event May 03 15:37:38 raspberrypi python[653]: ret = handler(*args) May 03 15:37:38 raspberrypi python[653]: File "/opt/tinypilot/app/socket_api.py", line 53, in on_mouse_event May 03 15:37:38 raspberrypi python[653]: fake_mouse.send_mouse_event(mouse_path, mouse_move_event.buttons, May 03 15:37:38 raspberrypi python[653]: File "/opt/tinypilot/app/hid/mouse.py", line 17, in send_mouse_event May 03 15:37:38 raspberrypi python[653]: hid_write.write_to_hid_interface(mouse_path, buf) May 03 15:37:38 raspberrypi python[653]: File "/opt/tinypilot/app/hid/write.py", line 36, in write_to_hid_interface May 03 15:37:38 raspberrypi python[653]: execute.with_timeout(_write_to_hid_interface_immediately, May 03 15:37:38 raspberrypi python[653]: File "/opt/tinypilot/app/execute.py", line 86, in with_timeout May 03 15:37:38 raspberrypi python[653]: raise result.exception May 03 15:37:38 raspberrypi python[653]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown May 03 15:37:39 raspberrypi python[865]: Process ProcessWithResult-5: May 03 15:37:39 raspberrypi python[865]: Traceback (most recent call last): May 03 15:37:39 raspberrypi python[865]: File "/usr/lib/python3.9/multiprocessing/process.py", line 315, in _bootstrap May 03 15:37:39 raspberrypi python[865]: self.run() May 03 15:37:39 raspberrypi python[865]: File "/opt/tinypilot/app/execute.py", line 37, in run May 03 15:37:39 raspberrypi python[865]: result.return_value = self._target(*self._args, **self._kwargs) May 03 15:37:39 raspberrypi python[865]: File "/opt/tinypilot/app/hid/write.py", line 19, in _write_to_hid_interface_immediately May 03 15:37:39 raspberrypi python[865]: hid_handle.write(bytearray(buffer)) May 03 15:37:39 raspberrypi python[865]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown May 03 15:37:39 raspberrypi python[653]: Exception in thread Thread-11: May 03 15:37:39 raspberrypi python[653]: Traceback (most recent call last): May 03 15:37:39 raspberrypi python[653]: File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner May 03 15:37:39 raspberrypi python[653]: self.run() May 03 15:37:39 raspberrypi python[653]: File "/usr/lib/python3.9/threading.py", line 892, in run May 03 15:37:39 raspberrypi python[653]: self._target(*self._args, **self._kwargs) May 03 15:37:39 raspberrypi python[653]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 733, in _handle_event_internal May 03 15:37:39 raspberrypi python[653]: r = server._trigger_event(data[0], namespace, sid, *data[1:]) May 03 15:37:39 raspberrypi python[653]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 758, in _trigger_event May 03 15:37:39 raspberrypi python[653]: return self.handlers[namespace][event](*args) May 03 15:37:39 raspberrypi python[653]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 282, in _handler May 03 15:37:39 raspberrypi python[653]: return self._handle_event(handler, message, namespace, sid, May 03 15:37:39 raspberrypi python[653]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 828, in _handle_event May 03 15:37:39 raspberrypi python[653]: ret = handler(*args) May 03 15:37:39 raspberrypi python[653]: File "/opt/tinypilot/app/socket_api.py", line 53, in on_mouse_event May 03 15:37:39 raspberrypi python[653]: fake_mouse.send_mouse_event(mouse_path, mouse_move_event.buttons, May 03 15:37:39 raspberrypi python[653]: File "/opt/tinypilot/app/hid/mouse.py", line 17, in send_mouse_event May 03 15:37:39 raspberrypi python[653]: hid_write.write_to_hid_interface(mouse_path, buf) May 03 15:37:39 raspberrypi python[653]: File "/opt/tinypilot/app/hid/write.py", line 36, in write_to_hid_interface May 03 15:37:39 raspberrypi python[653]: execute.with_timeout(_write_to_hid_interface_immediately, May 03 15:37:39 raspberrypi python[653]: File "/opt/tinypilot/app/execute.py", line 86, in with_timeout May 03 15:37:39 raspberrypi python[653]: raise result.exception May 03 15:37:39 raspberrypi python[653]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown May 03 15:37:40 raspberrypi python[866]: Process ProcessWithResult-6: May 03 15:37:40 raspberrypi python[866]: Traceback (most recent call last): May 03 15:37:40 raspberrypi python[866]: File "/usr/lib/python3.9/multiprocessing/process.py", line 315, in _bootstrap May 03 15:37:40 raspberrypi python[866]: self.run() May 03 15:37:40 raspberrypi python[866]: File "/opt/tinypilot/app/execute.py", line 37, in run May 03 15:37:40 raspberrypi python[866]: result.return_value = self._target(*self._args, **self._kwargs) May 03 15:37:40 raspberrypi python[866]: File "/opt/tinypilot/app/hid/write.py", line 19, in _write_to_hid_interface_immediately May 03 15:37:40 raspberrypi python[866]: hid_handle.write(bytearray(buffer)) May 03 15:37:40 raspberrypi python[866]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown May 03 15:37:40 raspberrypi python[653]: Exception in thread Thread-12: May 03 15:37:40 raspberrypi python[653]: Traceback (most recent call last): May 03 15:37:40 raspberrypi python[653]: File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner May 03 15:37:40 raspberrypi python[653]: self.run() May 03 15:37:40 raspberrypi python[653]: File "/usr/lib/python3.9/threading.py", line 892, in run May 03 15:37:40 raspberrypi python[653]: self._target(*self._args, **self._kwargs) May 03 15:37:40 raspberrypi python[653]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 733, in _handle_event_internal May 03 15:37:40 raspberrypi python[653]: r = server._trigger_event(data[0], namespace, sid, *data[1:]) May 03 15:37:40 raspberrypi python[653]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 758, in _trigger_event May 03 15:37:40 raspberrypi python[653]: return self.handlers[namespace][event](*args) May 03 15:37:40 raspberrypi python[653]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 282, in _handler May 03 15:37:40 raspberrypi python[653]: return self._handle_event(handler, message, namespace, sid, May 03 15:37:40 raspberrypi python[653]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 828, in _handle_event May 03 15:37:40 raspberrypi python[653]: ret = handler(*args) May 03 15:37:40 raspberrypi python[653]: File "/opt/tinypilot/app/socket_api.py", line 53, in on_mouse_event May 03 15:37:40 raspberrypi python[653]: fake_mouse.send_mouse_event(mouse_path, mouse_move_event.buttons, May 03 15:37:40 raspberrypi python[653]: File "/opt/tinypilot/app/hid/mouse.py", line 17, in send_mouse_event May 03 15:37:40 raspberrypi python[653]: hid_write.write_to_hid_interface(mouse_path, buf) May 03 15:37:40 raspberrypi python[653]: File "/opt/tinypilot/app/hid/write.py", line 36, in write_to_hid_interface May 03 15:37:40 raspberrypi python[653]: execute.with_timeout(_write_to_hid_interface_immediately, May 03 15:37:40 raspberrypi python[653]: File "/opt/tinypilot/app/execute.py", line 86, in with_timeout May 03 15:37:40 raspberrypi python[653]: raise result.exception May 03 15:37:40 raspberrypi python[653]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown May 03 15:37:40 raspberrypi python[867]: Process ProcessWithResult-7: May 03 15:37:40 raspberrypi python[867]: Traceback (most recent call last): May 03 15:37:40 raspberrypi python[867]: File "/usr/lib/python3.9/multiprocessing/process.py", line 315, in _bootstrap May 03 15:37:40 raspberrypi python[867]: self.run() May 03 15:37:40 raspberrypi python[867]: File "/opt/tinypilot/app/execute.py", line 37, in run May 03 15:37:40 raspberrypi python[867]: result.return_value = self._target(*self._args, **self._kwargs) May 03 15:37:40 raspberrypi python[867]: File "/opt/tinypilot/app/hid/write.py", line 19, in _write_to_hid_interface_immediately May 03 15:37:40 raspberrypi python[867]: hid_handle.write(bytearray(buffer)) May 03 15:37:40 raspberrypi python[867]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown May 03 15:37:40 raspberrypi python[653]: Exception in thread Thread-13: May 03 15:37:40 raspberrypi python[653]: Traceback (most recent call last): May 03 15:37:40 raspberrypi python[653]: File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner May 03 15:37:40 raspberrypi python[653]: self.run() May 03 15:37:40 raspberrypi python[653]: File "/usr/lib/python3.9/threading.py", line 892, in run May 03 15:37:40 raspberrypi python[653]: self._target(*self._args, **self._kwargs) May 03 15:37:40 raspberrypi python[653]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 733, in _handle_event_internal May 03 15:37:40 raspberrypi python[653]: r = server._trigger_event(data[0], namespace, sid, *data[1:]) May 03 15:37:40 raspberrypi python[653]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 758, in _trigger_event May 03 15:37:40 raspberrypi python[653]: return self.handlers[namespace][event](*args) May 03 15:37:40 raspberrypi python[653]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 282, in _handler May 03 15:37:40 raspberrypi python[653]: return self._handle_event(handler, message, namespace, sid, May 03 15:37:40 raspberrypi python[653]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 828, in _handle_event May 03 15:37:40 raspberrypi python[653]: ret = handler(*args) May 03 15:37:40 raspberrypi python[653]: File "/opt/tinypilot/app/socket_api.py", line 53, in on_mouse_event May 03 15:37:40 raspberrypi python[653]: fake_mouse.send_mouse_event(mouse_path, mouse_move_event.buttons, May 03 15:37:40 raspberrypi python[653]: File "/opt/tinypilot/app/hid/mouse.py", line 17, in send_mouse_event May 03 15:37:40 raspberrypi python[653]: hid_write.write_to_hid_interface(mouse_path, buf) May 03 15:37:40 raspberrypi python[653]: File "/opt/tinypilot/app/hid/write.py", line 36, in write_to_hid_interface May 03 15:37:40 raspberrypi python[653]: execute.with_timeout(_write_to_hid_interface_immediately, May 03 15:37:40 raspberrypi python[653]: File "/opt/tinypilot/app/execute.py", line 86, in with_timeout May 03 15:37:40 raspberrypi python[653]: raise result.exception May 03 15:37:40 raspberrypi python[653]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown May 03 15:37:41 raspberrypi python[868]: Process ProcessWithResult-8: May 03 15:37:41 raspberrypi python[868]: Traceback (most recent call last): May 03 15:37:41 raspberrypi python[868]: File "/usr/lib/python3.9/multiprocessing/process.py", line 315, in _bootstrap May 03 15:37:41 raspberrypi python[868]: self.run() May 03 15:37:41 raspberrypi python[868]: File "/opt/tinypilot/app/execute.py", line 37, in run May 03 15:37:41 raspberrypi python[868]: result.return_value = self._target(*self._args, **self._kwargs) May 03 15:37:41 raspberrypi python[868]: File "/opt/tinypilot/app/hid/write.py", line 19, in _write_to_hid_interface_immediately May 03 15:37:41 raspberrypi python[868]: hid_handle.write(bytearray(buffer)) May 03 15:37:41 raspberrypi python[868]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown May 03 15:37:41 raspberrypi python[653]: Exception in thread Thread-14: May 03 15:37:41 raspberrypi python[653]: Traceback (most recent call last): May 03 15:37:41 raspberrypi python[653]: File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner May 03 15:37:41 raspberrypi python[653]: self.run() May 03 15:37:41 raspberrypi python[653]: File "/usr/lib/python3.9/threading.py", line 892, in run May 03 15:37:41 raspberrypi python[653]: self._target(*self._args, **self._kwargs) May 03 15:37:41 raspberrypi python[653]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 733, in _handle_event_internal May 03 15:37:41 raspberrypi python[653]: r = server._trigger_event(data[0], namespace, sid, *data[1:]) May 03 15:37:41 raspberrypi python[653]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 758, in _trigger_event May 03 15:37:41 raspberrypi python[653]: return self.handlers[namespace][event](*args) May 03 15:37:41 raspberrypi python[653]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 282, in _handler May 03 15:37:41 raspberrypi python[653]: return self._handle_event(handler, message, namespace, sid, May 03 15:37:41 raspberrypi python[653]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 828, in _handle_event May 03 15:37:41 raspberrypi python[653]: ret = handler(*args) May 03 15:37:41 raspberrypi python[653]: File "/opt/tinypilot/app/socket_api.py", line 53, in on_mouse_event May 03 15:37:41 raspberrypi python[653]: fake_mouse.send_mouse_event(mouse_path, mouse_move_event.buttons, May 03 15:37:41 raspberrypi python[653]: File "/opt/tinypilot/app/hid/mouse.py", line 17, in send_mouse_event May 03 15:37:41 raspberrypi python[653]: hid_write.write_to_hid_interface(mouse_path, buf) May 03 15:37:41 raspberrypi python[653]: File "/opt/tinypilot/app/hid/write.py", line 36, in write_to_hid_interface May 03 15:37:41 raspberrypi python[653]: execute.with_timeout(_write_to_hid_interface_immediately, May 03 15:37:41 raspberrypi python[653]: File "/opt/tinypilot/app/execute.py", line 86, in with_timeout May 03 15:37:41 raspberrypi python[653]: raise result.exception May 03 15:37:41 raspberrypi python[653]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown May 03 15:37:41 raspberrypi python[869]: Process ProcessWithResult-9: May 03 15:37:41 raspberrypi python[869]: Traceback (most recent call last): May 03 15:37:41 raspberrypi python[869]: File "/usr/lib/python3.9/multiprocessing/process.py", line 315, in _bootstrap May 03 15:37:41 raspberrypi python[869]: self.run() May 03 15:37:41 raspberrypi python[869]: File "/opt/tinypilot/app/execute.py", line 37, in run May 03 15:37:41 raspberrypi python[869]: result.return_value = self._target(*self._args, **self._kwargs) May 03 15:37:41 raspberrypi python[869]: File "/opt/tinypilot/app/hid/write.py", line 19, in _write_to_hid_interface_immediately May 03 15:37:41 raspberrypi python[869]: hid_handle.write(bytearray(buffer)) May 03 15:37:41 raspberrypi python[869]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown May 03 15:37:41 raspberrypi python[653]: Exception in thread Thread-15: May 03 15:37:41 raspberrypi python[653]: Traceback (most recent call last): May 03 15:37:41 raspberrypi python[653]: File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner May 03 15:37:41 raspberrypi python[653]: self.run() May 03 15:37:41 raspberrypi python[653]: File "/usr/lib/python3.9/threading.py", line 892, in run May 03 15:37:41 raspberrypi python[653]: self._target(*self._args, **self._kwargs) May 03 15:37:41 raspberrypi python[653]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 733, in _handle_event_internal May 03 15:37:41 raspberrypi python[653]: r = server._trigger_event(data[0], namespace, sid, *data[1:]) May 03 15:37:41 raspberrypi python[653]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 758, in _trigger_event May 03 15:37:41 raspberrypi python[653]: return self.handlers[namespace][event](*args) May 03 15:37:41 raspberrypi python[653]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 282, in _handler May 03 15:37:41 raspberrypi python[653]: return self._handle_event(handler, message, namespace, sid, May 03 15:37:41 raspberrypi python[653]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 828, in _handle_event May 03 15:37:41 raspberrypi python[653]: ret = handler(*args) May 03 15:37:41 raspberrypi python[653]: File "/opt/tinypilot/app/socket_api.py", line 53, in on_mouse_event May 03 15:37:41 raspberrypi python[653]: fake_mouse.send_mouse_event(mouse_path, mouse_move_event.buttons, May 03 15:37:41 raspberrypi python[653]: File "/opt/tinypilot/app/hid/mouse.py", line 17, in send_mouse_event May 03 15:37:41 raspberrypi python[653]: hid_write.write_to_hid_interface(mouse_path, buf) May 03 15:37:41 raspberrypi python[653]: File "/opt/tinypilot/app/hid/write.py", line 36, in write_to_hid_interface May 03 15:37:41 raspberrypi python[653]: execute.with_timeout(_write_to_hid_interface_immediately, May 03 15:37:41 raspberrypi python[653]: File "/opt/tinypilot/app/execute.py", line 86, in with_timeout May 03 15:37:41 raspberrypi python[653]: raise result.exception May 03 15:37:41 raspberrypi python[653]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown May 03 15:37:44 raspberrypi sudo[870]: tinypilot : PWD=/opt/tinypilot ; USER=root ; COMMAND=/opt/tinypilot-privileged/scripts/collect-debug-logs -q May 03 15:37:44 raspberrypi sudo[870]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=111) May 03 15:37:57 raspberrypi python[905]: 2024-05-03 15:37:57.256 app.main INFO Starting app May 03 15:37:57 raspberrypi python[905]: 2024-05-03 15:37:57.283 db.store INFO Loading database migrations from /opt/tinypilot/app/db/migrations/*.sql May 03 15:37:57 raspberrypi python[905]: 2024-05-03 15:37:57.284 db.store INFO Read 7 database migrations from disk TinyPilot update logs uStreamer configuration ==> /opt/ustreamer-launcher/configs.d/000-defaults.yml <== # Settings for an HDMI to USB video capture dongle. --- ustreamer_encoder: hw ustreamer_format: jpeg ustreamer_resolution: "1920x1080" ==> /opt/ustreamer-launcher/configs.d/100-tinypilot.yml <== uStreamer logs May 03 15:13:00 raspberrypi launch[534]: -- INFO [770.224 stream] -- Capturing stopped May 03 15:13:00 raspberrypi launch[534]: -- INFO [770.230 stream] -- Device fd=10 closed May 03 15:13:00 raspberrypi launch[534]: -- INFO [770.230 stream] -- H264: Destroying encoder ... May 03 15:13:00 raspberrypi launch[534]: -- INFO [770.235 main] -- Bye-bye May 03 15:13:00 raspberrypi systemd[1]: ustreamer.service: Succeeded. May 03 15:13:00 raspberrypi systemd[1]: Stopped uStreamer - Lightweight, optimized video encoder. May 03 15:13:00 raspberrypi systemd[1]: ustreamer.service: Consumed 4min 29.726s CPU time. -- Boot 147a6cf4d3d64c0eac7d77c6b11dc82b -- May 03 15:13:06 raspberrypi systemd[1]: Started uStreamer - Lightweight, optimized video encoder. May 03 15:13:07 raspberrypi launch[543]: + exec /opt/ustreamer/ustreamer --port 48001 --persistent --h264-sink tinypilot::ustreamer::h264 --h264-sink-mode 777 --h264-sink-rm --encoder hw --format jpeg --resolution 1920x1080 May 03 15:13:07 raspberrypi launch[543]: -- INFO [9.794 main] -- Starting PiKVM uStreamer 5.43 ... May 03 15:13:07 raspberrypi launch[543]: -- INFO [9.794 main] -- Using internal blank placeholder May 03 15:13:07 raspberrypi launch[543]: -- INFO [9.794 main] -- Using H264-sink: tinypilot::ustreamer::h264 May 03 15:13:07 raspberrypi launch[543]: -- INFO [9.795 main] -- Listening HTTP on [127.0.0.1]:48001 May 03 15:13:07 raspberrypi launch[543]: -- INFO [9.795 stream] -- Using V4L2 device: /dev/video0 May 03 15:13:07 raspberrypi launch[543]: -- INFO [9.795 stream] -- Using desired FPS: 0 May 03 15:13:07 raspberrypi launch[543]: -- INFO [9.795 http] -- Starting HTTP eventloop ... May 03 15:13:07 raspberrypi launch[543]: -- INFO [9.795 stream] -- H264: Initializing encoder ... May 03 15:13:07 raspberrypi launch[543]: -- INFO [9.803 stream] -- H264: Configuring encoder: DMA=0 ... May 03 15:13:07 raspberrypi launch[543]: ================================================================================ May 03 15:13:07 raspberrypi launch[543]: -- INFO [9.822 stream] -- Device fd=10 opened May 03 15:13:07 raspberrypi launch[543]: -- INFO [9.822 stream] -- Using input channel: 0 May 03 15:13:07 raspberrypi launch[543]: -- INFO [9.823 stream] -- Using resolution: 1920x1080 May 03 15:13:07 raspberrypi launch[543]: -- ERROR [9.823 stream] -- Could not obtain the requested format=JPEG; driver gave us MJPEG May 03 15:13:07 raspberrypi launch[543]: -- INFO [9.823 stream] -- Falling back to format=MJPEG May 03 15:13:07 raspberrypi launch[543]: -- INFO [9.823 stream] -- Using format: MJPEG May 03 15:13:07 raspberrypi launch[543]: -- INFO [9.824 stream] -- Using HW FPS: 0 -> 60 (coerced) May 03 15:13:07 raspberrypi launch[543]: -- ERROR [9.824 stream] -- Device doesn't support setting of HW encoding quality parameters May 03 15:13:07 raspberrypi launch[543]: -- INFO [9.824 stream] -- Using IO method: MMAP May 03 15:13:07 raspberrypi launch[543]: -- INFO [9.837 stream] -- Requested 5 device buffers, got 5 May 03 15:13:07 raspberrypi launch[543]: -- INFO [9.842 stream] -- Capturing started May 03 15:13:07 raspberrypi launch[543]: -- INFO [9.842 stream] -- Using JPEG quality: encoder default May 03 15:13:07 raspberrypi launch[543]: -- INFO [9.842 stream] -- Creating pool JPEG with 1 workers ... May 03 15:13:07 raspberrypi launch[543]: -- INFO [9.842 stream] -- Capturing ... May 03 15:13:07 raspberrypi launch[543]: -- INFO [9.994 stream] -- H264: Configuring encoder: DMA=0 ... May 03 15:24:12 raspberrypi launch[543]: Corrupt JPEG data: 960 extraneous bytes before marker 0xd9 May 03 15:26:18 raspberrypi launch[543]: Corrupt JPEG data: premature end of data segment May 03 15:26:18 raspberrypi launch[543]: -- ERROR [788.392 stream] -- Can't decompress JPEG: Didn't expect more than one scan May 03 15:26:43 raspberrypi launch[543]: Corrupt JPEG data: premature end of data segment May 03 15:26:43 raspberrypi launch[543]: -- ERROR [813.409 stream] -- Can't decompress JPEG: Didn't expect more than one scan May 03 15:26:56 raspberrypi launch[543]: Corrupt JPEG data: premature end of data segment May 03 15:26:58 raspberrypi launch[543]: Corrupt JPEG data: premature end of data segment May 03 15:27:07 raspberrypi launch[543]: Corrupt JPEG data: premature end of data segment May 03 15:27:35 raspberrypi launch[543]: Corrupt JPEG data: 1326 extraneous bytes before marker 0xd9 May 03 15:27:45 raspberrypi launch[543]: Corrupt JPEG data: premature end of data segment May 03 15:27:53 raspberrypi launch[543]: -- ERROR [882.757 stream] -- Can't decompress JPEG: Not a JPEG file: starts with 0x00 0x14 May 03 15:28:01 raspberrypi launch[543]: Corrupt JPEG data: 1028 extraneous bytes before marker 0xd9 May 03 15:28:42 raspberrypi launch[543]: Corrupt JPEG data: premature end of data segment May 03 15:28:42 raspberrypi launch[543]: Corrupt JPEG data: premature end of data segment May 03 15:28:55 raspberrypi launch[543]: Corrupt JPEG data: premature end of data segment May 03 15:29:13 raspberrypi launch[543]: Corrupt JPEG data: premature end of data segment May 03 15:29:29 raspberrypi launch[543]: Corrupt JPEG data: 2375 extraneous bytes before marker 0xd9 May 03 15:29:35 raspberrypi launch[543]: Corrupt JPEG data: premature end of data segment May 03 15:29:44 raspberrypi launch[543]: Corrupt JPEG data: premature end of data segment May 03 15:29:49 raspberrypi launch[543]: Corrupt JPEG data: premature end of data segment May 03 15:30:05 raspberrypi launch[543]: Corrupt JPEG data: premature end of data segment May 03 15:30:06 raspberrypi launch[543]: Corrupt JPEG data: premature end of data segment May 03 15:30:06 raspberrypi launch[543]: -- ERROR [1016.037 stream] -- Can't decompress JPEG: Didn't expect more than one scan May 03 15:30:36 raspberrypi launch[543]: Corrupt JPEG data: premature end of data segment May 03 15:30:41 raspberrypi launch[543]: Corrupt JPEG data: 744 extraneous bytes before marker 0xd9 May 03 15:30:51 raspberrypi launch[543]: Corrupt JPEG data: 1579 extraneous bytes before marker 0xd9 May 03 15:31:08 raspberrypi launch[543]: Corrupt JPEG data: premature end of data segment May 03 15:32:01 raspberrypi launch[543]: Corrupt JPEG data: premature end of data segment May 03 15:33:05 raspberrypi launch[543]: Corrupt JPEG data: premature end of data segment May 03 15:33:14 raspberrypi launch[543]: Corrupt JPEG data: premature end of data segment May 03 15:33:14 raspberrypi launch[543]: -- ERROR [1203.982 stream] -- Can't decompress JPEG: Didn't expect more than one scan May 03 15:33:28 raspberrypi launch[543]: Corrupt JPEG data: 1897 extraneous bytes before marker 0xd9 May 03 15:34:05 raspberrypi launch[543]: Corrupt JPEG data: premature end of data segment May 03 15:34:05 raspberrypi launch[543]: -- ERROR [1254.572 stream] -- Can't decompress JPEG: Didn't expect more than one scan May 03 15:34:13 raspberrypi launch[543]: Corrupt JPEG data: premature end of data segment May 03 15:34:31 raspberrypi launch[543]: Corrupt JPEG data: 1119 extraneous bytes before marker 0xd9 May 03 15:34:35 raspberrypi launch[543]: Corrupt JPEG data: premature end of data segment May 03 15:34:36 raspberrypi launch[543]: Corrupt JPEG data: 2622 extraneous bytes before marker 0xd9 May 03 15:34:51 raspberrypi launch[543]: Corrupt JPEG data: premature end of data segment May 03 15:35:09 raspberrypi launch[543]: Corrupt JPEG data: premature end of data segment May 03 15:35:31 raspberrypi launch[543]: -- ERROR [1341.375 stream] -- Can't decompress JPEG: Not a JPEG file: starts with 0xad 0x00 May 03 15:35:53 raspberrypi launch[543]: Corrupt JPEG data: premature end of data segment May 03 15:36:25 raspberrypi launch[543]: Corrupt JPEG data: premature end of data segment May 03 15:37:12 raspberrypi launch[543]: -- INFO [1442.093 http] -- HTTP: NEW client (now=1): [192.168.0.104]:37078, id=79ee94bab6cb0914 May 03 15:37:49 raspberrypi launch[543]: Corrupt JPEG data: premature end of data segment nginx logs -- Journal begins at Tue 2023-12-05 02:57:17 GMT, ends at Fri 2024-05-03 15:37:57 BST. -- Jan 22 17:58:29 raspberrypi systemd[1]: Starting A high performance web server and a reverse proxy server... Jan 22 17:58:29 raspberrypi systemd[1]: Started A high performance web server and a reverse proxy server. Jan 22 17:59:03 raspberrypi systemd[1]: Reloading A high performance web server and a reverse proxy server. Jan 22 17:59:03 raspberrypi systemd[1]: Reloaded A high performance web server and a reverse proxy server. Jan 22 17:59:11 raspberrypi systemd[1]: Stopping A high performance web server and a reverse proxy server... Jan 22 17:59:11 raspberrypi systemd[1]: nginx.service: Succeeded. Jan 22 17:59:11 raspberrypi systemd[1]: Stopped A high performance web server and a reverse proxy server. -- Boot 3eafeaaf85a2470a9e5995c01e8a1420 -- Jan 22 17:59:17 raspberrypi systemd[1]: Starting A high performance web server and a reverse proxy server... Jan 22 17:59:18 raspberrypi systemd[1]: Started A high performance web server and a reverse proxy server. Jan 22 18:10:32 raspberrypi systemd[1]: Stopping A high performance web server and a reverse proxy server... Jan 22 18:10:32 raspberrypi systemd[1]: nginx.service: Succeeded. Jan 22 18:10:32 raspberrypi systemd[1]: Stopped A high performance web server and a reverse proxy server. Jan 22 18:10:32 raspberrypi systemd[1]: nginx.service: Consumed 4.262s CPU time. -- Boot ab9c6d35fe114b6498569a61046eeabd -- Jan 22 18:10:37 raspberrypi systemd[1]: Starting A high performance web server and a reverse proxy server... Jan 22 18:10:38 raspberrypi systemd[1]: Started A high performance web server and a reverse proxy server. Jan 22 18:25:29 raspberrypi systemd[1]: Stopping A high performance web server and a reverse proxy server... Jan 22 18:25:29 raspberrypi systemd[1]: nginx.service: Succeeded. Jan 22 18:25:29 raspberrypi systemd[1]: Stopped A high performance web server and a reverse proxy server. Jan 22 18:25:29 raspberrypi systemd[1]: nginx.service: Consumed 2.091s CPU time. -- Boot acd17a55359f47aba20190222f8a4ffd -- Jan 22 18:25:34 raspberrypi systemd[1]: Starting A high performance web server and a reverse proxy server... Jan 22 18:25:35 raspberrypi systemd[1]: Started A high performance web server and a reverse proxy server. Jan 22 18:38:15 raspberrypi systemd[1]: Stopping A high performance web server and a reverse proxy server... Jan 22 18:38:15 raspberrypi systemd[1]: nginx.service: Succeeded. Jan 22 18:38:15 raspberrypi systemd[1]: Stopped A high performance web server and a reverse proxy server. Jan 22 18:38:15 raspberrypi systemd[1]: nginx.service: Consumed 1.937s CPU time. -- Boot 5791836ceac6423294295c534f4f1c01 -- Jan 22 18:38:20 raspberrypi systemd[1]: Starting A high performance web server and a reverse proxy server... Jan 22 18:38:21 raspberrypi systemd[1]: Started A high performance web server and a reverse proxy server. -- Boot 56df1d109a9549c5a2af876585af063f -- Jan 25 18:01:31 raspberrypi systemd[1]: Starting A high performance web server and a reverse proxy server... Jan 25 18:01:32 raspberrypi systemd[1]: Started A high performance web server and a reverse proxy server. Jan 25 18:16:31 raspberrypi systemd[1]: Stopping A high performance web server and a reverse proxy server... Jan 25 18:16:31 raspberrypi systemd[1]: nginx.service: Succeeded. Jan 25 18:16:31 raspberrypi systemd[1]: Stopped A high performance web server and a reverse proxy server. Jan 25 18:16:31 raspberrypi systemd[1]: nginx.service: Consumed 1.293s CPU time. -- Boot 7fd61c2060fd43e8a9c31ecc1bac6670 -- Jan 25 18:16:37 raspberrypi systemd[1]: Starting A high performance web server and a reverse proxy server... Jan 25 18:16:38 raspberrypi systemd[1]: Started A high performance web server and a reverse proxy server. Feb 01 19:17:25 raspberrypi systemd[1]: Stopping A high performance web server and a reverse proxy server... Feb 01 19:17:25 raspberrypi systemd[1]: nginx.service: Succeeded. Feb 01 19:17:25 raspberrypi systemd[1]: Stopped A high performance web server and a reverse proxy server. Feb 01 19:17:25 raspberrypi systemd[1]: nginx.service: Consumed 22.159s CPU time. -- Boot 3e5d580274c547a08bfcc6bfcc5e1920 -- Feb 01 19:17:31 raspberrypi systemd[1]: Starting A high performance web server and a reverse proxy server... Feb 01 19:17:32 raspberrypi systemd[1]: Started A high performance web server and a reverse proxy server. -- Boot c65256d701654f68b0b9ed8fe8707f9c -- Feb 01 19:21:44 raspberrypi systemd[1]: Starting A high performance web server and a reverse proxy server... Feb 01 19:21:45 raspberrypi systemd[1]: Started A high performance web server and a reverse proxy server. -- Boot 2ea3a4f3ce394cfbb2bce1c760988f23 -- Feb 01 19:44:48 raspberrypi systemd[1]: Starting A high performance web server and a reverse proxy server... Feb 01 19:44:49 raspberrypi systemd[1]: Started A high performance web server and a reverse proxy server. -- Boot 31d926fc0bcb414f872ab2ae6d5f6413 -- Feb 01 21:17:06 raspberrypi systemd[1]: Starting A high performance web server and a reverse proxy server... Feb 01 21:17:07 raspberrypi systemd[1]: Started A high performance web server and a reverse proxy server. -- Boot f4e97c2b8d474ea680273063e308ee1b -- Feb 01 21:33:18 raspberrypi systemd[1]: Starting A high performance web server and a reverse proxy server... Feb 01 21:33:19 raspberrypi systemd[1]: Started A high performance web server and a reverse proxy server. -- Boot 05c3f5d985574a93be886387c3182d9c -- Feb 01 21:41:49 raspberrypi systemd[1]: Starting A high performance web server and a reverse proxy server... Feb 01 21:41:50 raspberrypi systemd[1]: Started A high performance web server and a reverse proxy server. -- Boot 50d435843f83432ca0ab080f4c536c81 -- Feb 01 22:06:07 raspberrypi systemd[1]: Starting A high performance web server and a reverse proxy server... Feb 01 22:06:08 raspberrypi systemd[1]: Started A high performance web server and a reverse proxy server. Feb 02 03:39:03 raspberrypi systemd[1]: Stopping A high performance web server and a reverse proxy server... Feb 02 03:39:08 raspberrypi systemd[1]: nginx.service: Succeeded. Feb 02 03:39:08 raspberrypi systemd[1]: Stopped A high performance web server and a reverse proxy server. Feb 02 03:39:08 raspberrypi systemd[1]: nginx.service: Consumed 5.878s CPU time. -- Boot 0a1804b4c1c6433bbef0cce2bb10f02a -- Feb 02 03:39:13 raspberrypi systemd[1]: Starting A high performance web server and a reverse proxy server... Feb 02 03:39:14 raspberrypi systemd[1]: Started A high performance web server and a reverse proxy server. Feb 02 03:44:03 raspberrypi systemd[1]: Stopping A high performance web server and a reverse proxy server... Feb 02 03:44:08 raspberrypi systemd[1]: nginx.service: Succeeded. Feb 02 03:44:08 raspberrypi systemd[1]: Stopped A high performance web server and a reverse proxy server. Feb 02 03:44:08 raspberrypi systemd[1]: nginx.service: Consumed 1.466s CPU time. -- Boot 852b3998a267459380a16be63845d273 -- Feb 02 03:44:13 raspberrypi systemd[1]: Starting A high performance web server and a reverse proxy server... Feb 02 03:44:14 raspberrypi systemd[1]: Started A high performance web server and a reverse proxy server. Feb 02 03:46:54 raspberrypi systemd[1]: Stopping A high performance web server and a reverse proxy server... Feb 02 03:46:59 raspberrypi systemd[1]: nginx.service: Succeeded. Feb 02 03:46:59 raspberrypi systemd[1]: Stopped A high performance web server and a reverse proxy server. Feb 02 03:46:59 raspberrypi systemd[1]: nginx.service: Consumed 1.208s CPU time. -- Boot 56db2b8502a740b0b6c56c0d7af4a835 -- Feb 02 03:47:04 raspberrypi systemd[1]: Starting A high performance web server and a reverse proxy server... Feb 02 03:47:05 raspberrypi systemd[1]: Started A high performance web server and a reverse proxy server. Feb 02 03:48:22 raspberrypi systemd[1]: Stopping A high performance web server and a reverse proxy server... Feb 02 03:48:22 raspberrypi systemd[1]: nginx.service: Succeeded. Feb 02 03:48:22 raspberrypi systemd[1]: Stopped A high performance web server and a reverse proxy server. -- Boot 9907cddf8b494c428ee82fc20f598f82 -- Feb 02 03:48:28 raspberrypi systemd[1]: Starting A high performance web server and a reverse proxy server... Feb 02 03:48:29 raspberrypi systemd[1]: Started A high performance web server and a reverse proxy server. -- Boot 4ce9c834ad41473ea424a531ebdd9115 -- Feb 02 03:57:43 raspberrypi systemd[1]: Starting A high performance web server and a reverse proxy server... Feb 02 03:57:45 raspberrypi systemd[1]: Started A high performance web server and a reverse proxy server. -- Boot b7f5ad58b20e4e68bfe06b1b46dbf347 -- Feb 03 21:17:05 raspberrypi systemd[1]: Starting A high performance web server and a reverse proxy server... Feb 03 21:17:06 raspberrypi systemd[1]: Started A high performance web server and a reverse proxy server. -- Boot 5c81d37ea1454f7f86ed63bb611a2257 -- Feb 05 20:10:46 raspberrypi systemd[1]: Starting A high performance web server and a reverse proxy server... Feb 05 20:10:47 raspberrypi systemd[1]: Started A high performance web server and a reverse proxy server. -- Boot 2bee7988fdc844af9d4c22052cbee5d5 -- Feb 05 20:17:15 raspberrypi systemd[1]: Starting A high performance web server and a reverse proxy server... Feb 05 20:17:16 raspberrypi systemd[1]: Started A high performance web server and a reverse proxy server. -- Boot 1a42f467ad534cb3a504b80947016dd8 -- Feb 05 20:26:00 raspberrypi systemd[1]: Starting A high performance web server and a reverse proxy server... Feb 05 20:26:02 raspberrypi systemd[1]: Started A high performance web server and a reverse proxy server. -- Boot 3be7c187cfbe4f289f4f84948ffea6cc -- Feb 05 20:46:37 raspberrypi systemd[1]: Starting A high performance web server and a reverse proxy server... Feb 05 20:46:38 raspberrypi systemd[1]: Started A high performance web server and a reverse proxy server. -- Boot b710cd6b0b9c448eb6570dbf3b0e8d68 -- Feb 05 22:33:22 raspberrypi systemd[1]: Starting A high performance web server and a reverse proxy server... Feb 05 22:33:24 raspberrypi systemd[1]: Started A high performance web server and a reverse proxy server. Feb 06 02:38:30 raspberrypi systemd[1]: Stopping A high performance web server and a reverse proxy server... Feb 06 02:38:30 raspberrypi systemd[1]: nginx.service: Succeeded. Feb 06 02:38:30 raspberrypi systemd[1]: Stopped A high performance web server and a reverse proxy server. Feb 06 02:38:30 raspberrypi systemd[1]: nginx.service: Consumed 2.147s CPU time. -- Boot 2b1963cc19c647798180a1afba85fbf8 -- Feb 06 02:38:34 raspberrypi systemd[1]: Starting A high performance web server and a reverse proxy server... Feb 06 02:38:35 raspberrypi systemd[1]: Started A high performance web server and a reverse proxy server. -- Boot c58ce30b85a54347bf6143bc84260831 -- Feb 06 02:44:03 raspberrypi systemd[1]: Starting A high performance web server and a reverse proxy server... Feb 06 02:44:04 raspberrypi systemd[1]: Started A high performance web server and a reverse proxy server. Feb 07 17:28:47 raspberrypi systemd[1]: Stopping A high performance web server and a reverse proxy server... Feb 07 17:28:47 raspberrypi systemd[1]: nginx.service: Succeeded. Feb 07 17:28:47 raspberrypi systemd[1]: Stopped A high performance web server and a reverse proxy server. Feb 07 17:28:47 raspberrypi systemd[1]: nginx.service: Consumed 58.031s CPU time. -- Boot b9e95fe912184e6e9e657273fffb0947 -- Feb 07 17:28:52 raspberrypi systemd[1]: Starting A high performance web server and a reverse proxy server... Feb 07 17:28:54 raspberrypi systemd[1]: Started A high performance web server and a reverse proxy server. Feb 08 22:03:19 raspberrypi systemd[1]: Stopping A high performance web server and a reverse proxy server... Feb 08 22:03:20 raspberrypi systemd[1]: nginx.service: Succeeded. Feb 08 22:03:20 raspberrypi systemd[1]: Stopped A high performance web server and a reverse proxy server. -- Boot c9a4ace086c94303b71f4ec35002de57 -- Feb 08 22:03:24 raspberrypi systemd[1]: Starting A high performance web server and a reverse proxy server... Feb 08 22:03:25 raspberrypi systemd[1]: Started A high performance web server and a reverse proxy server. Feb 13 18:40:04 raspberrypi systemd[1]: Stopping A high performance web server and a reverse proxy server... Feb 13 18:40:04 raspberrypi systemd[1]: nginx.service: Succeeded. Feb 13 18:40:04 raspberrypi systemd[1]: Stopped A high performance web server and a reverse proxy server. Feb 13 18:40:04 raspberrypi systemd[1]: nginx.service: Consumed 45.343s CPU time. -- Boot 34f351eef8d7451fb57a2c978317c111 -- Feb 13 18:40:08 raspberrypi systemd[1]: Starting A high performance web server and a reverse proxy server... Feb 13 18:40:09 raspberrypi systemd[1]: Started A high performance web server and a reverse proxy server. Feb 13 21:04:56 raspberrypi systemd[1]: Stopping A high performance web server and a reverse proxy server... Feb 13 21:04:57 raspberrypi systemd[1]: nginx.service: Succeeded. Feb 13 21:04:57 raspberrypi systemd[1]: Stopped A high performance web server and a reverse proxy server. -- Boot 891b9ed891e04367b10200ea22c9ebdc -- Feb 13 21:05:01 raspberrypi systemd[1]: Starting A high performance web server and a reverse proxy server... Feb 13 21:05:02 raspberrypi systemd[1]: Started A high performance web server and a reverse proxy server. Feb 13 21:25:43 raspberrypi systemd[1]: Stopping A high performance web server and a reverse proxy server... Feb 13 21:25:43 raspberrypi systemd[1]: nginx.service: Succeeded. Feb 13 21:25:43 raspberrypi systemd[1]: Stopped A high performance web server and a reverse proxy server. Feb 13 21:25:43 raspberrypi systemd[1]: nginx.service: Consumed 1.036s CPU time. -- Boot 82577db48e8e418a952526385d4cb497 -- Feb 13 21:25:48 raspberrypi systemd[1]: Starting A high performance web server and a reverse proxy server... Feb 13 21:25:49 raspberrypi systemd[1]: Started A high performance web server and a reverse proxy server. Feb 13 21:58:13 raspberrypi systemd[1]: Stopping A high performance web server and a reverse proxy server... Feb 13 21:58:13 raspberrypi systemd[1]: nginx.service: Succeeded. Feb 13 21:58:13 raspberrypi systemd[1]: Stopped A high performance web server and a reverse proxy server. Feb 13 21:58:13 raspberrypi systemd[1]: nginx.service: Consumed 23.551s CPU time. -- Boot 4e8478f84e7a4b4e9bd48635d3497597 -- Feb 13 21:58:19 raspberrypi systemd[1]: Starting A high performance web server and a reverse proxy server... Feb 13 21:58:20 raspberrypi systemd[1]: Started A high performance web server and a reverse proxy server. -- Boot f8f201f9f3e8462ba3df1b2cc2a23303 -- Feb 14 01:30:44 raspberrypi systemd[1]: Starting A high performance web server and a reverse proxy server... Feb 14 01:30:46 raspberrypi systemd[1]: Started A high performance web server and a reverse proxy server. -- Boot ef41b25ea0cb464b8608959f0626f6c8 -- Feb 14 12:43:59 raspberrypi systemd[1]: Starting A high performance web server and a reverse proxy server... Feb 14 12:44:00 raspberrypi systemd[1]: Started A high performance web server and a reverse proxy server. -- Boot 76506096d21a41b5b7abab724545a215 -- Feb 14 21:00:33 raspberrypi systemd[1]: Starting A high performance web server and a reverse proxy server... Feb 14 21:00:34 raspberrypi systemd[1]: Started A high performance web server and a reverse proxy server. -- Boot 4359d6016afa4d69acf27bacb61e9e42 -- Feb 16 16:29:21 raspberrypi systemd[1]: Starting A high performance web server and a reverse proxy server... Feb 16 16:29:25 raspberrypi systemd[1]: Started A high performance web server and a reverse proxy server. -- Boot 0bd498aeb43a4c8da375bd92d6a7fbc7 -- Feb 18 13:03:12 raspberrypi systemd[1]: Starting A high performance web server and a reverse proxy server... Feb 18 13:03:13 raspberrypi systemd[1]: Started A high performance web server and a reverse proxy server. -- Boot 846706aa7ec24f2ba47b8d6023c24060 -- Feb 19 21:17:05 raspberrypi systemd[1]: Starting A high performance web server and a reverse proxy server... Feb 19 21:17:06 raspberrypi systemd[1]: Started A high performance web server and a reverse proxy server. -- Boot f3d77bc3ae024a70bf7d1f91be60c1e8 -- Feb 19 21:54:24 raspberrypi systemd[1]: Starting A high performance web server and a reverse proxy server... Feb 19 21:54:26 raspberrypi systemd[1]: Started A high performance web server and a reverse proxy server. -- Boot f3a81e5f01d445a98a4e3e55b59532e8 -- Feb 20 13:34:39 raspberrypi systemd[1]: Starting A high performance web server and a reverse proxy server... Feb 20 13:34:41 raspberrypi systemd[1]: Started A high performance web server and a reverse proxy server. -- Boot 0fc0d240644f47edabedf91eaa810b28 -- Feb 20 13:39:04 raspberrypi systemd[1]: Starting A high performance web server and a reverse proxy server... Feb 20 13:39:06 raspberrypi systemd[1]: Started A high performance web server and a reverse proxy server. -- Boot 1dd0252e8ce14553b09eb942636750e2 -- Feb 20 14:02:20 raspberrypi systemd[1]: Starting A high performance web server and a reverse proxy server... Feb 20 14:02:21 raspberrypi systemd[1]: Started A high performance web server and a reverse proxy server. Apr 24 17:03:56 raspberrypi systemd[1]: Stopping A high performance web server and a reverse proxy server... Apr 24 17:03:56 raspberrypi systemd[1]: nginx.service: Succeeded. Apr 24 17:03:56 raspberrypi systemd[1]: Stopped A high performance web server and a reverse proxy server. Apr 24 17:03:56 raspberrypi systemd[1]: nginx.service: Consumed 4.820s CPU time. -- Boot 4373aaf6f3d0470eaabd545202f2d053 -- Apr 24 17:04:01 raspberrypi systemd[1]: Starting A high performance web server and a reverse proxy server... Apr 24 17:04:03 raspberrypi systemd[1]: Started A high performance web server and a reverse proxy server. -- Boot 44345cbadf974328b144b5bc76266825 -- Apr 24 17:06:09 raspberrypi systemd[1]: Starting A high performance web server and a reverse proxy server... Apr 24 17:06:10 raspberrypi systemd[1]: Started A high performance web server and a reverse proxy server. -- Boot 62bd4889c09e41b7a17f644b7069fa08 -- Apr 24 18:01:21 raspberrypi systemd[1]: Starting A high performance web server and a reverse proxy server... Apr 24 18:01:26 raspberrypi systemd[1]: Started A high performance web server and a reverse proxy server. -- Boot fc1570b5577848a0ba2c3ea6ace26e8e -- Apr 25 13:13:34 raspberrypi systemd[1]: Starting A high performance web server and a reverse proxy server... Apr 25 13:13:35 raspberrypi systemd[1]: Started A high performance web server and a reverse proxy server. -- Boot 66e3a6bcf28847d9a21561603f7f69ce -- Apr 25 13:17:13 raspberrypi systemd[1]: Starting A high performance web server and a reverse proxy server... Apr 25 13:17:14 raspberrypi systemd[1]: Started A high performance web server and a reverse proxy server. -- Boot 5f6c3506566541aca4a158f139cef761 -- Apr 25 13:27:24 raspberrypi systemd[1]: Starting A high performance web server and a reverse proxy server... Apr 25 13:27:27 raspberrypi systemd[1]: Started A high performance web server and a reverse proxy server. -- Boot 6ef6811e05064c5999b6f06f45cd018e -- Apr 25 13:36:30 raspberrypi systemd[1]: Starting A high performance web server and a reverse proxy server... Apr 25 13:36:31 raspberrypi systemd[1]: Started A high performance web server and a reverse proxy server. -- Boot 8a673e91d0844c88a358430141d18d1e -- Apr 25 13:46:42 raspberrypi systemd[1]: Starting A high performance web server and a reverse proxy server... Apr 25 13:46:45 raspberrypi systemd[1]: Started A high performance web server and a reverse proxy server. -- Boot dd6f8b8613b54374a874f4375f7100cd -- Apr 25 23:39:30 raspberrypi systemd[1]: Starting A high performance web server and a reverse proxy server... Apr 25 23:39:31 raspberrypi systemd[1]: Started A high performance web server and a reverse proxy server. -- Boot 00f39e78cc1e46de93b3de4fed0ebeb6 -- May 01 19:17:05 raspberrypi systemd[1]: Starting A high performance web server and a reverse proxy server... May 01 19:17:06 raspberrypi systemd[1]: Started A high performance web server and a reverse proxy server. -- Boot aad0bd11e60d43d68c52cc7829c73e8a -- May 01 19:36:16 raspberrypi systemd[1]: Starting A high performance web server and a reverse proxy server... May 01 19:36:17 raspberrypi systemd[1]: Started A high performance web server and a reverse proxy server. -- Boot 5fc55821b0d74286a6791afdb3daed2f -- May 01 19:42:28 raspberrypi systemd[1]: Starting A high performance web server and a reverse proxy server... May 01 19:42:29 raspberrypi systemd[1]: nginx.service: Failed to parse PID from file /run/nginx.pid: Invalid argument May 01 19:42:29 raspberrypi systemd[1]: Started A high performance web server and a reverse proxy server. -- Boot 09b2588e2f984bcaacf9a93aafce0a7a -- May 01 19:50:25 raspberrypi systemd[1]: Starting A high performance web server and a reverse proxy server... May 01 19:50:26 raspberrypi systemd[1]: Started A high performance web server and a reverse proxy server. -- Boot 2c79af7c16d246019b24e1bf8696fc65 -- May 01 20:17:05 raspberrypi systemd[1]: Starting A high performance web server and a reverse proxy server... May 01 20:17:06 raspberrypi systemd[1]: Started A high performance web server and a reverse proxy server. -- Boot 69f518e92e4d4a8a9325a615daa8ea82 -- May 01 20:59:13 raspberrypi systemd[1]: Starting A high performance web server and a reverse proxy server... May 01 20:59:14 raspberrypi systemd[1]: Started A high performance web server and a reverse proxy server. -- Boot 380b0f377e5b474b91c1dbdd772cc00e -- May 03 14:17:06 raspberrypi systemd[1]: Starting A high performance web server and a reverse proxy server... May 03 14:17:07 raspberrypi systemd[1]: Started A high performance web server and a reverse proxy server. May 03 14:50:32 raspberrypi systemd[1]: Stopping A high performance web server and a reverse proxy server... May 03 14:50:32 raspberrypi systemd[1]: nginx.service: Succeeded. May 03 14:50:32 raspberrypi systemd[1]: Stopped A high performance web server and a reverse proxy server. -- Boot bea0d169e98c403eaeff537e2be68494 -- May 03 14:50:37 raspberrypi systemd[1]: Starting A high performance web server and a reverse proxy server... May 03 14:50:39 raspberrypi systemd[1]: Started A high performance web server and a reverse proxy server. -- Boot 99a6bfe9be284566b8698426c206415a -- May 03 14:56:02 raspberrypi systemd[1]: Starting A high performance web server and a reverse proxy server... May 03 14:56:03 raspberrypi systemd[1]: Started A high performance web server and a reverse proxy server. May 03 15:13:00 raspberrypi systemd[1]: Stopping A high performance web server and a reverse proxy server... May 03 15:13:00 raspberrypi systemd[1]: nginx.service: Succeeded. May 03 15:13:00 raspberrypi systemd[1]: Stopped A high performance web server and a reverse proxy server. -- Boot 147a6cf4d3d64c0eac7d77c6b11dc82b -- May 03 15:13:05 raspberrypi systemd[1]: Starting A high performance web server and a reverse proxy server... May 03 15:13:07 raspberrypi systemd[1]: Started A high performance web server and a reverse proxy server. 2024/05/03 00:09:21 [error] 637#637: *287 open() "/opt/tinypilot/app/static/druid/index.html" failed (2: No such file or directory), client: 192.241.228.37, server: tinypilot, request: "GET /druid/index.html HTTP/1.1", host: "108.20.56.223" 2024/05/03 08:37:23 [error] 637#637: *384 open() "/opt/tinypilot/app/static/form.html" failed (2: No such file or directory), client: 167.172.42.144, server: tinypilot, request: "GET /form.html HTTP/1.1", host: "108.20.56.223" 2024/05/03 08:37:24 [error] 637#637: *393 open() "/opt/tinypilot/app/static/bundle.js" failed (2: No such file or directory), client: 167.172.42.144, server: tinypilot, request: "GET /bundle.js HTTP/1.1", host: "108.20.56.223" 2024/05/03 11:58:11 [error] 637#637: *517 open() "/opt/tinypilot/app/static/zabbix/favicon.ico" failed (2: No such file or directory), client: 45.156.128.43, server: tinypilot, request: "GET /zabbix/favicon.ico HTTP/1.1", host: "108.20.56.223" 2024/05/03 14:50:32 [error] 654#654: *108 upstream prematurely closed connection while reading response header from upstream, client: 192.168.0.104, server: tinypilot, request: "POST /api/restart HTTP/1.1", upstream: "http://127.0.0.1:48000/api/restart", host: "192.168.0.175", referrer: "http://192.168.0.175/" 2024/05/03 15:13:00 [error] 625#625: *25 upstream prematurely closed connection while reading response header from upstream, client: 192.168.0.104, server: tinypilot, request: "POST /api/restart HTTP/1.1", upstream: "http://127.0.0.1:48000/api/restart", host: "192.168.0.175", referrer: "http://192.168.0.175/" 192.168.0.104 - - [03/May/2024:15:37:11 +0100] "GET /img/angle-down-icon.svg HTTP/1.1" 200 516 "http://192.168.0.175/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:125.0) Gecko/20100101 Firefox/125.0" 192.168.0.104 - - [03/May/2024:15:37:11 +0100] "GET /img/logo.svg HTTP/1.1" 304 5 "http://192.168.0.175/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:125.0) Gecko/20100101 Firefox/125.0" 192.168.0.104 - - [03/May/2024:15:37:11 +0100] "GET /img/clipboard-icon.svg HTTP/1.1" 304 5 "http://192.168.0.175/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:125.0) Gecko/20100101 Firefox/125.0" 192.168.0.104 - - [03/May/2024:15:37:11 +0100] "GET /img/warning-icon.svg HTTP/1.1" 304 5 "http://192.168.0.175/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:125.0) Gecko/20100101 Firefox/125.0" 192.168.0.104 - - [03/May/2024:15:37:11 +0100] "GET /js/events.js HTTP/1.1" 200 1890 "http://192.168.0.175/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:125.0) Gecko/20100101 Firefox/125.0" 192.168.0.104 - - [03/May/2024:15:37:11 +0100] "GET /js/controllers.js HTTP/1.1" 200 8993 "http://192.168.0.175/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:125.0) Gecko/20100101 Firefox/125.0" 192.168.0.104 - - [03/May/2024:15:37:11 +0100] "GET /js/poll.js HTTP/1.1" 200 1088 "http://192.168.0.175/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:125.0) Gecko/20100101 Firefox/125.0" 192.168.0.104 - - [03/May/2024:15:37:11 +0100] "GET /third-party/fonts/fonts.css HTTP/1.1" 200 1812 "http://192.168.0.175/css/style.css" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:125.0) Gecko/20100101 Firefox/125.0" 192.168.0.104 - - [03/May/2024:15:37:11 +0100] "GET /css/button.css HTTP/1.1" 200 1976 "http://192.168.0.175/css/style.css" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:125.0) Gecko/20100101 Firefox/125.0" 192.168.0.104 - - [03/May/2024:15:37:11 +0100] "GET /css/cursors.css HTTP/1.1" 200 618 "http://192.168.0.175/css/style.css" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:125.0) Gecko/20100101 Firefox/125.0" 192.168.0.104 - - [03/May/2024:15:37:11 +0100] "GET /js/mouse.js HTTP/1.1" 200 8492 "http://192.168.0.175/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:125.0) Gecko/20100101 Firefox/125.0" 192.168.0.104 - - [03/May/2024:15:37:11 +0100] "GET /js/clipboard.js HTTP/1.1" 200 889 "http://192.168.0.175/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:125.0) Gecko/20100101 Firefox/125.0" 192.168.0.104 - - [03/May/2024:15:37:11 +0100] "GET /js/logs.js HTTP/1.1" 200 1484 "http://192.168.0.175/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:125.0) Gecko/20100101 Firefox/125.0" 192.168.0.104 - - [03/May/2024:15:37:11 +0100] "GET /js/updatelogs.js HTTP/1.1" 200 861 "http://192.168.0.175/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:125.0) Gecko/20100101 Firefox/125.0" 192.168.0.104 - - [03/May/2024:15:37:11 +0100] "GET /js/keycodes.js HTTP/1.1" 200 822 "http://192.168.0.175/js/app.js" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:125.0) Gecko/20100101 Firefox/125.0" 192.168.0.104 - - [03/May/2024:15:37:11 +0100] "GET /js/keyboardstate.js HTTP/1.1" 200 3122 "http://192.168.0.175/js/app.js" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:125.0) Gecko/20100101 Firefox/125.0" 192.168.0.104 - - [03/May/2024:15:37:11 +0100] "GET /js/keystrokes.js HTTP/1.1" 200 362 "http://192.168.0.175/js/app.js" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:125.0) Gecko/20100101 Firefox/125.0" 192.168.0.104 - - [03/May/2024:15:37:11 +0100] "GET /js/settings.js HTTP/1.1" 200 1215 "http://192.168.0.175/js/app.js" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:125.0) Gecko/20100101 Firefox/125.0" 192.168.0.104 - - [03/May/2024:15:37:11 +0100] "GET /js/overlays.js HTTP/1.1" 200 495 "http://192.168.0.175/js/app.js" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:125.0) Gecko/20100101 Firefox/125.0" 192.168.0.104 - - [03/May/2024:15:37:11 +0100] "GET /third-party/fonts/overpass-light.woff2 HTTP/1.1" 200 26568 "http://192.168.0.175/third-party/fonts/fonts.css" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:125.0) Gecko/20100101 Firefox/125.0" 192.168.0.104 - - [03/May/2024:15:37:12 +0100] "GET /css/toggle.css HTTP/1.1" 200 1005 "http://192.168.0.175/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:125.0) Gecko/20100101 Firefox/125.0" 192.168.0.104 - - [03/May/2024:15:37:12 +0100] "GET /css/icons.css HTTP/1.1" 200 419 "http://192.168.0.175/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:125.0) Gecko/20100101 Firefox/125.0" 192.168.0.104 - - [03/May/2024:15:37:12 +0100] "GET /socket.io/?EIO=4&transport=polling&t=Oy-uq9N HTTP/1.1" 200 97 "http://192.168.0.175/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:125.0) Gecko/20100101 Firefox/125.0" 192.168.0.104 - - [03/May/2024:15:37:12 +0100] "GET /img/external-link-icon.svg HTTP/1.1" 304 5 "http://192.168.0.175/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:125.0) Gecko/20100101 Firefox/125.0" 192.168.0.104 - - [03/May/2024:15:37:12 +0100] "GET /third-party/fonts/overpass-mono-light.woff2 HTTP/1.1" 200 50112 "http://192.168.0.175/third-party/fonts/fonts.css" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:125.0) Gecko/20100101 Firefox/125.0" 192.168.0.104 - - [03/May/2024:15:37:12 +0100] "GET /third-party/fonts/overpass-semibold.woff2 HTTP/1.1" 200 25032 "http://192.168.0.175/third-party/fonts/fonts.css" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:125.0) Gecko/20100101 Firefox/125.0" 192.168.0.104 - - [03/May/2024:15:37:36 +0100] "POST /socket.io/?EIO=4&transport=polling&t=Oy-uw1t&sid=E0-qQ8jDp4HL53r0AAAA HTTP/1.1" 200 2 "http://192.168.0.175/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:125.0) Gecko/20100101 Firefox/125.0" 192.168.0.104 - - [03/May/2024:15:37:36 +0100] "GET /socket.io/?EIO=4&transport=polling&t=Oy-uw1y&sid=E0-qQ8jDp4HL53r0AAAA HTTP/1.1" 200 32 "http://192.168.0.175/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:125.0) Gecko/20100101 Firefox/125.0" 192.168.0.104 - - [03/May/2024:15:37:37 +0100] "GET /socket.io/?EIO=4&transport=polling&t=Oy-uwEQ&sid=E0-qQ8jDp4HL53r0AAAA HTTP/1.1" 200 1 "http://192.168.0.175/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:125.0) Gecko/20100101 Firefox/125.0" 192.168.0.104 - - [03/May/2024:15:37:37 +0100] "GET /socket.io/?EIO=4&transport=polling&t=Oy-uwIt&sid=E0-qQ8jDp4HL53r0AAAA HTTP/1.1" 200 1 "http://192.168.0.175/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:125.0) Gecko/20100101 Firefox/125.0"