TinyPilot Pro log dump https://tinypilotkvm.com Timestamp: 2024-08-07T05:42:56+01:00 Software versions TinyPilot version: 2.6.4 uStreamer version: 5.43 System information OS version: Linux tinypilot 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: b03115 Model: Raspberry Pi 4 Model B Rev 1.5 TinyPilot state Read-only filesystem: off SSH access: disabled Network interfaces: eth0 (up) lo (unknown) wlan0 (down) Static IP: Not set Mouse jiggler: disabled CPU Temperature: 51.1'C CPU throttled since boot: no Voltage issues: no 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 Aug 07 05:42:46 tinypilot python[647]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 733, in _handle_event_internal Aug 07 05:42:46 tinypilot python[647]: r = server._trigger_event(data[0], namespace, sid, *data[1:]) Aug 07 05:42:46 tinypilot python[647]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 758, in _trigger_event Aug 07 05:42:46 tinypilot python[647]: return self.handlers[namespace][event](*args) Aug 07 05:42:46 tinypilot python[647]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 282, in _handler Aug 07 05:42:46 tinypilot python[647]: return self._handle_event(handler, message, namespace, sid, Aug 07 05:42:46 tinypilot python[647]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 828, in _handle_event Aug 07 05:42:46 tinypilot python[647]: ret = handler(*args) Aug 07 05:42:46 tinypilot python[647]: File "/opt/tinypilot/app/socket_api.py", line 62, in handler_with_auth_check Aug 07 05:42:46 tinypilot python[647]: return handler(*args, **kwargs) Aug 07 05:42:46 tinypilot python[647]: File "/opt/tinypilot/app/socket_api.py", line 102, in on_mouse_event Aug 07 05:42:46 tinypilot python[647]: fake_mouse.send_mouse_event(mouse_path, mouse_move_event.buttons, Aug 07 05:42:46 tinypilot python[647]: File "/opt/tinypilot/app/hid/mouse.py", line 17, in send_mouse_event Aug 07 05:42:46 tinypilot python[647]: hid_write.write_to_hid_interface(mouse_path, buf) Aug 07 05:42:46 tinypilot python[647]: File "/opt/tinypilot/app/hid/write.py", line 36, in write_to_hid_interface Aug 07 05:42:46 tinypilot python[647]: execute.with_timeout(_write_to_hid_interface_immediately, Aug 07 05:42:46 tinypilot python[647]: File "/opt/tinypilot/app/execute.py", line 86, in with_timeout Aug 07 05:42:46 tinypilot python[647]: raise result.exception Aug 07 05:42:46 tinypilot python[647]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Aug 07 05:42:46 tinypilot python[944]: Process ProcessWithResult-24: Aug 07 05:42:46 tinypilot python[944]: Traceback (most recent call last): Aug 07 05:42:46 tinypilot python[944]: File "/usr/lib/python3.9/multiprocessing/process.py", line 315, in _bootstrap Aug 07 05:42:46 tinypilot python[944]: self.run() Aug 07 05:42:46 tinypilot python[944]: File "/opt/tinypilot/app/execute.py", line 37, in run Aug 07 05:42:46 tinypilot python[944]: result.return_value = self._target(*self._args, **self._kwargs) Aug 07 05:42:46 tinypilot python[944]: File "/opt/tinypilot/app/hid/write.py", line 19, in _write_to_hid_interface_immediately Aug 07 05:42:46 tinypilot python[944]: hid_handle.write(bytearray(buffer)) Aug 07 05:42:46 tinypilot python[944]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Aug 07 05:42:46 tinypilot python[647]: Exception in thread Thread-132: Aug 07 05:42:46 tinypilot python[647]: Traceback (most recent call last): Aug 07 05:42:46 tinypilot python[647]: File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner Aug 07 05:42:46 tinypilot python[647]: self.run() Aug 07 05:42:46 tinypilot python[647]: File "/usr/lib/python3.9/threading.py", line 892, in run Aug 07 05:42:46 tinypilot python[647]: self._target(*self._args, **self._kwargs) Aug 07 05:42:46 tinypilot python[647]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 733, in _handle_event_internal Aug 07 05:42:46 tinypilot python[647]: r = server._trigger_event(data[0], namespace, sid, *data[1:]) Aug 07 05:42:46 tinypilot python[647]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 758, in _trigger_event Aug 07 05:42:46 tinypilot python[647]: return self.handlers[namespace][event](*args) Aug 07 05:42:46 tinypilot python[647]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 282, in _handler Aug 07 05:42:46 tinypilot python[647]: return self._handle_event(handler, message, namespace, sid, Aug 07 05:42:46 tinypilot python[647]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 828, in _handle_event Aug 07 05:42:46 tinypilot python[647]: ret = handler(*args) Aug 07 05:42:46 tinypilot python[647]: File "/opt/tinypilot/app/socket_api.py", line 62, in handler_with_auth_check Aug 07 05:42:46 tinypilot python[647]: return handler(*args, **kwargs) Aug 07 05:42:46 tinypilot python[647]: File "/opt/tinypilot/app/socket_api.py", line 102, in on_mouse_event Aug 07 05:42:46 tinypilot python[647]: fake_mouse.send_mouse_event(mouse_path, mouse_move_event.buttons, Aug 07 05:42:46 tinypilot python[647]: File "/opt/tinypilot/app/hid/mouse.py", line 17, in send_mouse_event Aug 07 05:42:46 tinypilot python[647]: hid_write.write_to_hid_interface(mouse_path, buf) Aug 07 05:42:46 tinypilot python[647]: File "/opt/tinypilot/app/hid/write.py", line 36, in write_to_hid_interface Aug 07 05:42:46 tinypilot python[647]: execute.with_timeout(_write_to_hid_interface_immediately, Aug 07 05:42:46 tinypilot python[647]: File "/opt/tinypilot/app/execute.py", line 86, in with_timeout Aug 07 05:42:46 tinypilot python[647]: raise result.exception Aug 07 05:42:46 tinypilot python[647]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Aug 07 05:42:46 tinypilot python[945]: Process ProcessWithResult-25: Aug 07 05:42:46 tinypilot python[945]: Traceback (most recent call last): Aug 07 05:42:46 tinypilot python[945]: File "/usr/lib/python3.9/multiprocessing/process.py", line 315, in _bootstrap Aug 07 05:42:46 tinypilot python[945]: self.run() Aug 07 05:42:46 tinypilot python[945]: File "/opt/tinypilot/app/execute.py", line 37, in run Aug 07 05:42:46 tinypilot python[945]: result.return_value = self._target(*self._args, **self._kwargs) Aug 07 05:42:46 tinypilot python[945]: File "/opt/tinypilot/app/hid/write.py", line 19, in _write_to_hid_interface_immediately Aug 07 05:42:46 tinypilot python[945]: hid_handle.write(bytearray(buffer)) Aug 07 05:42:46 tinypilot python[945]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Aug 07 05:42:46 tinypilot python[647]: Exception in thread Thread-133: Aug 07 05:42:46 tinypilot python[647]: Traceback (most recent call last): Aug 07 05:42:46 tinypilot python[647]: File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner Aug 07 05:42:46 tinypilot python[647]: self.run() Aug 07 05:42:46 tinypilot python[647]: File "/usr/lib/python3.9/threading.py", line 892, in run Aug 07 05:42:46 tinypilot python[647]: self._target(*self._args, **self._kwargs) Aug 07 05:42:46 tinypilot python[647]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 733, in _handle_event_internal Aug 07 05:42:46 tinypilot python[647]: r = server._trigger_event(data[0], namespace, sid, *data[1:]) Aug 07 05:42:46 tinypilot python[647]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 758, in _trigger_event Aug 07 05:42:46 tinypilot python[647]: return self.handlers[namespace][event](*args) Aug 07 05:42:46 tinypilot python[647]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 282, in _handler Aug 07 05:42:46 tinypilot python[647]: return self._handle_event(handler, message, namespace, sid, Aug 07 05:42:46 tinypilot python[647]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 828, in _handle_event Aug 07 05:42:46 tinypilot python[647]: ret = handler(*args) Aug 07 05:42:46 tinypilot python[647]: File "/opt/tinypilot/app/socket_api.py", line 62, in handler_with_auth_check Aug 07 05:42:46 tinypilot python[647]: return handler(*args, **kwargs) Aug 07 05:42:46 tinypilot python[647]: File "/opt/tinypilot/app/socket_api.py", line 102, in on_mouse_event Aug 07 05:42:46 tinypilot python[647]: fake_mouse.send_mouse_event(mouse_path, mouse_move_event.buttons, Aug 07 05:42:46 tinypilot python[647]: File "/opt/tinypilot/app/hid/mouse.py", line 17, in send_mouse_event Aug 07 05:42:46 tinypilot python[647]: hid_write.write_to_hid_interface(mouse_path, buf) Aug 07 05:42:46 tinypilot python[647]: File "/opt/tinypilot/app/hid/write.py", line 36, in write_to_hid_interface Aug 07 05:42:46 tinypilot python[647]: execute.with_timeout(_write_to_hid_interface_immediately, Aug 07 05:42:46 tinypilot python[647]: File "/opt/tinypilot/app/execute.py", line 86, in with_timeout Aug 07 05:42:46 tinypilot python[647]: raise result.exception Aug 07 05:42:46 tinypilot python[647]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Aug 07 05:42:46 tinypilot python[946]: Process ProcessWithResult-26: Aug 07 05:42:46 tinypilot python[946]: Traceback (most recent call last): Aug 07 05:42:46 tinypilot python[946]: File "/usr/lib/python3.9/multiprocessing/process.py", line 315, in _bootstrap Aug 07 05:42:46 tinypilot python[946]: self.run() Aug 07 05:42:46 tinypilot python[946]: File "/opt/tinypilot/app/execute.py", line 37, in run Aug 07 05:42:46 tinypilot python[946]: result.return_value = self._target(*self._args, **self._kwargs) Aug 07 05:42:46 tinypilot python[946]: File "/opt/tinypilot/app/hid/write.py", line 19, in _write_to_hid_interface_immediately Aug 07 05:42:46 tinypilot python[946]: hid_handle.write(bytearray(buffer)) Aug 07 05:42:46 tinypilot python[946]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Aug 07 05:42:46 tinypilot python[647]: Exception in thread Thread-134: Aug 07 05:42:46 tinypilot python[647]: Traceback (most recent call last): Aug 07 05:42:46 tinypilot python[647]: File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner Aug 07 05:42:46 tinypilot python[647]: self.run() Aug 07 05:42:46 tinypilot python[647]: File "/usr/lib/python3.9/threading.py", line 892, in run Aug 07 05:42:46 tinypilot python[647]: self._target(*self._args, **self._kwargs) Aug 07 05:42:46 tinypilot python[647]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 733, in _handle_event_internal Aug 07 05:42:46 tinypilot python[647]: r = server._trigger_event(data[0], namespace, sid, *data[1:]) Aug 07 05:42:46 tinypilot python[647]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 758, in _trigger_event Aug 07 05:42:46 tinypilot python[647]: return self.handlers[namespace][event](*args) Aug 07 05:42:46 tinypilot python[647]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 282, in _handler Aug 07 05:42:46 tinypilot python[647]: return self._handle_event(handler, message, namespace, sid, Aug 07 05:42:46 tinypilot python[647]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 828, in _handle_event Aug 07 05:42:46 tinypilot python[647]: ret = handler(*args) Aug 07 05:42:46 tinypilot python[647]: File "/opt/tinypilot/app/socket_api.py", line 62, in handler_with_auth_check Aug 07 05:42:46 tinypilot python[647]: return handler(*args, **kwargs) Aug 07 05:42:46 tinypilot python[647]: File "/opt/tinypilot/app/socket_api.py", line 102, in on_mouse_event Aug 07 05:42:46 tinypilot python[647]: fake_mouse.send_mouse_event(mouse_path, mouse_move_event.buttons, Aug 07 05:42:46 tinypilot python[647]: File "/opt/tinypilot/app/hid/mouse.py", line 17, in send_mouse_event Aug 07 05:42:46 tinypilot python[647]: hid_write.write_to_hid_interface(mouse_path, buf) Aug 07 05:42:46 tinypilot python[647]: File "/opt/tinypilot/app/hid/write.py", line 36, in write_to_hid_interface Aug 07 05:42:46 tinypilot python[647]: execute.with_timeout(_write_to_hid_interface_immediately, Aug 07 05:42:46 tinypilot python[647]: File "/opt/tinypilot/app/execute.py", line 86, in with_timeout Aug 07 05:42:46 tinypilot python[647]: raise result.exception Aug 07 05:42:46 tinypilot python[647]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Aug 07 05:42:47 tinypilot python[947]: Process ProcessWithResult-27: Aug 07 05:42:47 tinypilot python[947]: Traceback (most recent call last): Aug 07 05:42:47 tinypilot python[947]: File "/usr/lib/python3.9/multiprocessing/process.py", line 315, in _bootstrap Aug 07 05:42:47 tinypilot python[947]: self.run() Aug 07 05:42:47 tinypilot python[947]: File "/opt/tinypilot/app/execute.py", line 37, in run Aug 07 05:42:47 tinypilot python[947]: result.return_value = self._target(*self._args, **self._kwargs) Aug 07 05:42:47 tinypilot python[947]: File "/opt/tinypilot/app/hid/write.py", line 19, in _write_to_hid_interface_immediately Aug 07 05:42:47 tinypilot python[947]: hid_handle.write(bytearray(buffer)) Aug 07 05:42:47 tinypilot python[947]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Aug 07 05:42:47 tinypilot python[647]: Exception in thread Thread-135: Aug 07 05:42:47 tinypilot python[647]: Traceback (most recent call last): Aug 07 05:42:47 tinypilot python[647]: File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner Aug 07 05:42:47 tinypilot python[647]: self.run() Aug 07 05:42:47 tinypilot python[647]: File "/usr/lib/python3.9/threading.py", line 892, in run Aug 07 05:42:47 tinypilot python[647]: self._target(*self._args, **self._kwargs) Aug 07 05:42:47 tinypilot python[647]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 733, in _handle_event_internal Aug 07 05:42:47 tinypilot python[647]: r = server._trigger_event(data[0], namespace, sid, *data[1:]) Aug 07 05:42:47 tinypilot python[647]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 758, in _trigger_event Aug 07 05:42:47 tinypilot python[647]: return self.handlers[namespace][event](*args) Aug 07 05:42:47 tinypilot python[647]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 282, in _handler Aug 07 05:42:47 tinypilot python[647]: return self._handle_event(handler, message, namespace, sid, Aug 07 05:42:47 tinypilot python[647]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 828, in _handle_event Aug 07 05:42:47 tinypilot python[647]: ret = handler(*args) Aug 07 05:42:47 tinypilot python[647]: File "/opt/tinypilot/app/socket_api.py", line 62, in handler_with_auth_check Aug 07 05:42:47 tinypilot python[647]: return handler(*args, **kwargs) Aug 07 05:42:47 tinypilot python[647]: File "/opt/tinypilot/app/socket_api.py", line 102, in on_mouse_event Aug 07 05:42:47 tinypilot python[647]: fake_mouse.send_mouse_event(mouse_path, mouse_move_event.buttons, Aug 07 05:42:47 tinypilot python[647]: File "/opt/tinypilot/app/hid/mouse.py", line 17, in send_mouse_event Aug 07 05:42:47 tinypilot python[647]: hid_write.write_to_hid_interface(mouse_path, buf) Aug 07 05:42:47 tinypilot python[647]: File "/opt/tinypilot/app/hid/write.py", line 36, in write_to_hid_interface Aug 07 05:42:47 tinypilot python[647]: execute.with_timeout(_write_to_hid_interface_immediately, Aug 07 05:42:47 tinypilot python[647]: File "/opt/tinypilot/app/execute.py", line 86, in with_timeout Aug 07 05:42:47 tinypilot python[647]: raise result.exception Aug 07 05:42:47 tinypilot python[647]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Aug 07 05:42:48 tinypilot python[948]: Process ProcessWithResult-28: Aug 07 05:42:48 tinypilot python[948]: Traceback (most recent call last): Aug 07 05:42:48 tinypilot python[948]: File "/usr/lib/python3.9/multiprocessing/process.py", line 315, in _bootstrap Aug 07 05:42:48 tinypilot python[948]: self.run() Aug 07 05:42:48 tinypilot python[948]: File "/opt/tinypilot/app/execute.py", line 37, in run Aug 07 05:42:48 tinypilot python[948]: result.return_value = self._target(*self._args, **self._kwargs) Aug 07 05:42:48 tinypilot python[948]: File "/opt/tinypilot/app/hid/write.py", line 19, in _write_to_hid_interface_immediately Aug 07 05:42:48 tinypilot python[948]: hid_handle.write(bytearray(buffer)) Aug 07 05:42:48 tinypilot python[948]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Aug 07 05:42:48 tinypilot python[647]: Exception in thread Thread-136: Aug 07 05:42:48 tinypilot python[647]: Traceback (most recent call last): Aug 07 05:42:48 tinypilot python[647]: File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner Aug 07 05:42:48 tinypilot python[647]: self.run() Aug 07 05:42:48 tinypilot python[647]: File "/usr/lib/python3.9/threading.py", line 892, in run Aug 07 05:42:48 tinypilot python[647]: self._target(*self._args, **self._kwargs) Aug 07 05:42:48 tinypilot python[647]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 733, in _handle_event_internal Aug 07 05:42:48 tinypilot python[647]: r = server._trigger_event(data[0], namespace, sid, *data[1:]) Aug 07 05:42:48 tinypilot python[647]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 758, in _trigger_event Aug 07 05:42:48 tinypilot python[647]: return self.handlers[namespace][event](*args) Aug 07 05:42:48 tinypilot python[647]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 282, in _handler Aug 07 05:42:48 tinypilot python[647]: return self._handle_event(handler, message, namespace, sid, Aug 07 05:42:48 tinypilot python[647]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 828, in _handle_event Aug 07 05:42:48 tinypilot python[647]: ret = handler(*args) Aug 07 05:42:48 tinypilot python[647]: File "/opt/tinypilot/app/socket_api.py", line 62, in handler_with_auth_check Aug 07 05:42:48 tinypilot python[647]: return handler(*args, **kwargs) Aug 07 05:42:48 tinypilot python[647]: File "/opt/tinypilot/app/socket_api.py", line 102, in on_mouse_event Aug 07 05:42:48 tinypilot python[647]: fake_mouse.send_mouse_event(mouse_path, mouse_move_event.buttons, Aug 07 05:42:48 tinypilot python[647]: File "/opt/tinypilot/app/hid/mouse.py", line 17, in send_mouse_event Aug 07 05:42:48 tinypilot python[647]: hid_write.write_to_hid_interface(mouse_path, buf) Aug 07 05:42:48 tinypilot python[647]: File "/opt/tinypilot/app/hid/write.py", line 36, in write_to_hid_interface Aug 07 05:42:48 tinypilot python[647]: execute.with_timeout(_write_to_hid_interface_immediately, Aug 07 05:42:48 tinypilot python[647]: File "/opt/tinypilot/app/execute.py", line 86, in with_timeout Aug 07 05:42:48 tinypilot python[647]: raise result.exception Aug 07 05:42:48 tinypilot python[647]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Aug 07 05:42:56 tinypilot sudo[949]: tinypilot : PWD=/opt/tinypilot ; USER=root ; COMMAND=/opt/tinypilot-privileged/scripts/collect-debug-logs -q Aug 07 05:42:56 tinypilot sudo[949]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=111) Aug 07 05:42:57 tinypilot runuser[964]: pam_unix(runuser:session): session opened for user tinypilot(uid=111) by (uid=0) Aug 07 05:42:57 tinypilot runuser[964]: pam_unix(runuser:session): session closed for user tinypilot Aug 07 05:42:57 tinypilot runuser[970]: pam_unix(runuser:session): session opened for user tinypilot(uid=111) by (uid=0) Aug 07 05:42:57 tinypilot runuser[970]: pam_unix(runuser:session): session closed for user tinypilot Aug 07 05:42:57 tinypilot runuser[979]: pam_unix(runuser:session): session opened for user tinypilot(uid=111) by (uid=0) Aug 07 05:42:59 tinypilot python[986]: 2024-08-07 05:42:59.277 app.main INFO Starting app Aug 07 05:42:59 tinypilot python[986]: 2024-08-07 05:42:59.366 db.store INFO Loading database migrations from /opt/tinypilot/app/db/migrations/*.sql Aug 07 05:42:59 tinypilot python[986]: 2024-08-07 05:42:59.369 db.store INFO Read 7 database migrations from disk Aug 07 05:42:59 tinypilot runuser[979]: pam_unix(runuser:session): session closed for user tinypilot TinyPilot update logs uStreamer configuration ==> /opt/ustreamer-launcher/configs.d/000-defaults.yml <== # Settings for TC358743 HDMI to CSI-2 bridge, which are included on the # TinyPilot Voyager series of devices. --- ustreamer_encoder: m2m-image ustreamer_format: uyvy ustreamer_use_dv_timings: true ustreamer_workers: "3" ustreamer_drop_same_frames: "30" ==> /opt/ustreamer-launcher/configs.d/100-tinypilot.yml <== uStreamer logs -- Journal begins at Wed 2024-08-07 02:58:08 BST, ends at Wed 2024-08-07 05:42:59 BST. -- Aug 07 02:58:11 tinypilot systemd[1]: Started uStreamer - Lightweight, optimized video encoder. Aug 07 02:58:12 tinypilot launch[457]: + exec /opt/ustreamer/ustreamer --port 48001 --persistent --h264-sink tinypilot::ustreamer::h264 --h264-sink-mode 777 --h264-sink-rm --encoder m2m-image --format uyvy --workers 3 --drop-same-frames 30 --dv-timings Aug 07 02:58:13 tinypilot launch[457]: -- INFO [8.587 main] -- Starting PiKVM uStreamer 5.43 ... Aug 07 02:58:13 tinypilot launch[457]: -- INFO [8.587 main] -- Using internal blank placeholder Aug 07 02:58:13 tinypilot launch[457]: -- INFO [8.587 main] -- Using H264-sink: tinypilot::ustreamer::h264 Aug 07 02:58:13 tinypilot launch[457]: -- INFO [8.588 main] -- Listening HTTP on [127.0.0.1]:48001 Aug 07 02:58:13 tinypilot launch[457]: -- INFO [8.588 stream] -- Using V4L2 device: /dev/video0 Aug 07 02:58:13 tinypilot launch[457]: -- INFO [8.588 stream] -- Using desired FPS: 0 Aug 07 02:58:13 tinypilot launch[457]: -- INFO [8.588 http] -- Starting HTTP eventloop ... Aug 07 02:58:13 tinypilot launch[457]: -- INFO [8.588 stream] -- H264: Initializing encoder ... Aug 07 02:58:13 tinypilot launch[457]: -- INFO [8.596 stream] -- H264: Configuring encoder: DMA=0 ... Aug 07 02:58:13 tinypilot launch[457]: ================================================================================ Aug 07 02:58:13 tinypilot launch[457]: -- INFO [8.617 stream] -- Device fd=10 opened Aug 07 02:58:13 tinypilot launch[457]: -- INFO [8.617 stream] -- Using input channel: 0 Aug 07 02:58:13 tinypilot launch[457]: -- INFO [8.640 stream] -- Using resolution: 640x480 Aug 07 02:58:13 tinypilot launch[457]: -- INFO [8.640 stream] -- Using format: UYVY Aug 07 02:58:13 tinypilot launch[457]: -- INFO [8.640 stream] -- Querying HW FPS changing is not supported Aug 07 02:58:13 tinypilot launch[457]: -- INFO [8.640 stream] -- Using IO method: MMAP Aug 07 02:58:13 tinypilot launch[457]: -- INFO [8.644 stream] -- Requested 5 device buffers, got 5 Aug 07 02:58:13 tinypilot launch[457]: -- INFO [8.651 stream] -- Capturing started Aug 07 02:58:13 tinypilot launch[457]: -- INFO [8.651 stream] -- JPEG-0: Initializing encoder ... Aug 07 02:58:13 tinypilot launch[457]: -- INFO [8.651 stream] -- JPEG-1: Initializing encoder ... Aug 07 02:58:13 tinypilot launch[457]: -- INFO [8.651 stream] -- JPEG-2: Initializing encoder ... Aug 07 02:58:13 tinypilot launch[457]: -- INFO [8.651 stream] -- Using JPEG quality: 80% Aug 07 02:58:13 tinypilot launch[457]: -- INFO [8.651 stream] -- Creating pool JPEG with 3 workers ... Aug 07 02:58:13 tinypilot launch[457]: -- INFO [8.651 stream] -- Capturing ... Aug 07 02:58:14 tinypilot launch[457]: -- ERROR [9.652 stream] -- Persistent device timeout (unplugged) Aug 07 05:01:11 tinypilot launch[457]: -- INFO [137.438 http] -- HTTP: NEW client (now=1): [10.115.10.51]:52822, id=cd3bc911f50f73fe Aug 07 05:41:29 tinypilot launch[457]: -- INFO [2555.776 stream] -- H264: Configuring encoder: DMA=1 ... Aug 07 05:41:29 tinypilot launch[457]: -- INFO [2555.776 jw-0] -- JPEG-0: Configuring encoder: DMA=0 ... Aug 07 05:41:31 tinypilot launch[457]: -- INFO [2557.821 stream] -- Got V4L2 event Aug 07 05:41:31 tinypilot launch[457]: -- INFO [2557.821 stream] -- Got V4L2_EVENT_SOURCE_CHANGE: source changed Aug 07 05:41:31 tinypilot launch[457]: -- INFO [2557.821 stream] -- Destroying workers pool JPEG ... Aug 07 05:41:31 tinypilot launch[457]: -- INFO [2557.858 stream] -- Capturing stopped Aug 07 05:41:31 tinypilot launch[457]: -- INFO [2557.859 stream] -- Device fd=10 closed Aug 07 05:41:31 tinypilot launch[457]: -- INFO [2557.859 stream] -- Changed video frame to BLANK Aug 07 05:41:31 tinypilot launch[457]: -- INFO [2557.875 stream] -- H264: Configuring encoder: DMA=0 ... Aug 07 05:41:34 tinypilot launch[457]: ================================================================================ Aug 07 05:41:34 tinypilot launch[457]: -- INFO [2559.938 stream] -- Device fd=10 opened Aug 07 05:41:34 tinypilot launch[457]: -- INFO [2559.938 stream] -- Using input channel: 0 Aug 07 05:41:34 tinypilot launch[457]: -- INFO [2559.954 stream] -- Got new DV-timings: 1920x1080p30.00, pixclk=79872960, vsync=22, hsync=496 Aug 07 05:41:34 tinypilot launch[457]: -- INFO [2560.034 stream] -- Using resolution: 1920x1080 Aug 07 05:41:34 tinypilot launch[457]: -- INFO [2560.034 stream] -- Using format: UYVY Aug 07 05:41:34 tinypilot launch[457]: -- INFO [2560.034 stream] -- Querying HW FPS changing is not supported Aug 07 05:41:34 tinypilot launch[457]: -- INFO [2560.034 stream] -- Using IO method: MMAP Aug 07 05:41:34 tinypilot launch[457]: -- INFO [2560.057 stream] -- Requested 5 device buffers, got 5 Aug 07 05:41:34 tinypilot launch[457]: -- INFO [2560.068 stream] -- Capturing started Aug 07 05:41:34 tinypilot launch[457]: -- INFO [2560.068 stream] -- Using JPEG quality: 80% Aug 07 05:41:34 tinypilot launch[457]: -- INFO [2560.068 stream] -- Creating pool JPEG with 3 workers ... Aug 07 05:41:34 tinypilot launch[457]: -- INFO [2560.068 stream] -- Capturing ... Aug 07 05:41:34 tinypilot launch[457]: -- INFO [2560.083 stream] -- H264: Configuring encoder: DMA=1 ... Aug 07 05:41:34 tinypilot launch[457]: -- INFO [2560.083 jw-0] -- JPEG-0: Configuring encoder: DMA=0 ... Aug 07 05:41:34 tinypilot launch[457]: -- INFO [2560.134 jw-1] -- JPEG-1: Configuring encoder: DMA=0 ... Aug 07 05:41:34 tinypilot launch[457]: -- INFO [2560.168 jw-2] -- JPEG-2: Configuring encoder: DMA=0 ... Aug 07 05:42:38 tinypilot launch[457]: -- INFO [2624.073 http] -- HTTP: NEW client (now=2): [10.115.10.51]:40540, id=a93864d5d5a78006 nginx logs -- Journal begins at Wed 2024-08-07 02:58:08 BST, ends at Wed 2024-08-07 05:42:59 BST. -- Aug 07 02:58:11 tinypilot systemd[1]: Starting A high performance web server and a reverse proxy server... Aug 07 02:58:13 tinypilot systemd[1]: Started A high performance web server and a reverse proxy server. 2024/03/12 01:15:00 [alert] 760#760: *1 open socket #15 left in connection 5 2024/03/12 01:15:00 [alert] 760#760: *21 open socket #17 left in connection 15 2024/03/12 01:15:00 [alert] 760#760: aborting 2024/08/07 02:50:13 [error] 907#907: *1 connect() failed (111: Connection refused) while connecting to upstream, client: 10.115.10.21, server: tinypilot, request: "GET /socket.io/?EIO=4&transport=polling&t=P4gXv2j HTTP/2.0", upstream: "http://127.0.0.1:48000/socket.io/?EIO=4&transport=polling&t=P4gXv2j", host: "pilot.geomtnfoci.com", referrer: "https://pilot.geomtnfoci.com/" 2024/08/07 02:50:13 [error] 907#907: *1 connect() failed (111: Connection refused) while connecting to upstream, client: 10.115.10.21, server: tinypilot, request: "GET /socket.io/?EIO=4&transport=polling&t=P4gXv0D HTTP/2.0", upstream: "http://127.0.0.1:48000/socket.io/?EIO=4&transport=polling&t=P4gXv0D", host: "pilot.geomtnfoci.com", referrer: "https://pilot.geomtnfoci.com/" 2024/08/07 02:53:30 [error] 907#907: *1 upstream prematurely closed connection while reading response header from upstream, client: 10.115.10.21, server: tinypilot, request: "POST /api/shutdown HTTP/2.0", upstream: "http://127.0.0.1:48000/api/shutdown", host: "pilot.geomtnfoci.com", referrer: "https://pilot.geomtnfoci.com/" 2024/08/07 02:58:08 [error] 638#638: *1 upstream prematurely closed connection while reading response header from upstream, client: 10.115.10.21, server: tinypilot, request: "POST /api/shutdown HTTP/2.0", upstream: "http://127.0.0.1:48000/api/shutdown", host: "pilot.geomtnfoci.com", referrer: "https://pilot.geomtnfoci.com/" 10.115.10.51 - - [07/Aug/2024:05:42:38 +0100] "GET /img/video-stream-icon.svg HTTP/2.0" 200 840 "https://10.115.10.116/" "Mozilla/5.0 (X11; Linux x86_64; rv:128.0) Gecko/20100101 Firefox/128.0" 10.115.10.51 - - [07/Aug/2024:05:42:38 +0100] "GET /js/settings.js HTTP/2.0" 200 2124 "https://10.115.10.116/js/app.js" "Mozilla/5.0 (X11; Linux x86_64; rv:128.0) Gecko/20100101 Firefox/128.0" 10.115.10.51 - - [07/Aug/2024:05:42:38 +0100] "GET /js/keyboardstate.js HTTP/2.0" 200 3122 "https://10.115.10.116/js/app.js" "Mozilla/5.0 (X11; Linux x86_64; rv:128.0) Gecko/20100101 Firefox/128.0" 10.115.10.51 - - [07/Aug/2024:05:42:38 +0100] "GET /js/controllers.js HTTP/2.0" 200 22232 "https://10.115.10.116/js/app.js" "Mozilla/5.0 (X11; Linux x86_64; rv:128.0) Gecko/20100101 Firefox/128.0" 10.115.10.51 - - [07/Aug/2024:05:42:38 +0100] "GET /js/keystrokes.js HTTP/2.0" 200 362 "https://10.115.10.116/js/app.js" "Mozilla/5.0 (X11; Linux x86_64; rv:128.0) Gecko/20100101 Firefox/128.0" 10.115.10.51 - - [07/Aug/2024:05:42:38 +0100] "GET /js/overlays.js HTTP/2.0" 200 495 "https://10.115.10.116/js/app.js" "Mozilla/5.0 (X11; Linux x86_64; rv:128.0) Gecko/20100101 Firefox/128.0" 10.115.10.51 - - [07/Aug/2024:05:42:38 +0100] "GET /img/warning-icon.svg HTTP/2.0" 200 2177 "https://10.115.10.116/" "Mozilla/5.0 (X11; Linux x86_64; rv:128.0) Gecko/20100101 Firefox/128.0" 10.115.10.51 - - [07/Aug/2024:05:42:38 +0100] "GET /img/logo.svg HTTP/2.0" 200 5550 "https://10.115.10.116/" "Mozilla/5.0 (X11; Linux x86_64; rv:128.0) Gecko/20100101 Firefox/128.0" 10.115.10.51 - - [07/Aug/2024:05:42:38 +0100] "GET /third-party/fonts/overpass-light.woff2 HTTP/2.0" 200 26568 "https://10.115.10.116/third-party/fonts/fonts.css" "Mozilla/5.0 (X11; Linux x86_64; rv:128.0) Gecko/20100101 Firefox/128.0" 10.115.10.51 - - [07/Aug/2024:05:42:38 +0100] "GET /js/events.js HTTP/2.0" 200 1890 "https://10.115.10.116/" "Mozilla/5.0 (X11; Linux x86_64; rv:128.0) Gecko/20100101 Firefox/128.0" 10.115.10.51 - - [07/Aug/2024:05:42:38 +0100] "GET /js/poll.js HTTP/2.0" 200 1958 "https://10.115.10.116/" "Mozilla/5.0 (X11; Linux x86_64; rv:128.0) Gecko/20100101 Firefox/128.0" 10.115.10.51 - - [07/Aug/2024:05:42:38 +0100] "GET /js/hostname.js HTTP/2.0" 200 1317 "https://10.115.10.116/" "Mozilla/5.0 (X11; Linux x86_64; rv:128.0) Gecko/20100101 Firefox/128.0" 10.115.10.51 - - [07/Aug/2024:05:42:38 +0100] "GET /js/mass-storage.js HTTP/2.0" 200 874 "https://10.115.10.116/" "Mozilla/5.0 (X11; Linux x86_64; rv:128.0) Gecko/20100101 Firefox/128.0" 10.115.10.51 - - [07/Aug/2024:05:42:38 +0100] "GET /js/logs.js HTTP/2.0" 200 1484 "https://10.115.10.116/" "Mozilla/5.0 (X11; Linux x86_64; rv:128.0) Gecko/20100101 Firefox/128.0" 10.115.10.51 - - [07/Aug/2024:05:42:38 +0100] "GET /js/clipboard.js HTTP/2.0" 200 889 "https://10.115.10.116/" "Mozilla/5.0 (X11; Linux x86_64; rv:128.0) Gecko/20100101 Firefox/128.0" 10.115.10.51 - - [07/Aug/2024:05:42:38 +0100] "GET /js/wake-on-lan.js HTTP/2.0" 200 551 "https://10.115.10.116/" "Mozilla/5.0 (X11; Linux x86_64; rv:128.0) Gecko/20100101 Firefox/128.0" 10.115.10.51 - - [07/Aug/2024:05:42:38 +0100] "GET /js/mouse.js HTTP/2.0" 200 8581 "https://10.115.10.116/" "Mozilla/5.0 (X11; Linux x86_64; rv:128.0) Gecko/20100101 Firefox/128.0" 10.115.10.51 - - [07/Aug/2024:05:42:38 +0100] "GET /js/touch.js HTTP/2.0" 200 4453 "https://10.115.10.116/" "Mozilla/5.0 (X11; Linux x86_64; rv:128.0) Gecko/20100101 Firefox/128.0" 10.115.10.51 - - [07/Aug/2024:05:42:38 +0100] "GET /js/updatelogs.js HTTP/2.0" 200 861 "https://10.115.10.116/" "Mozilla/5.0 (X11; Linux x86_64; rv:128.0) Gecko/20100101 Firefox/128.0" 10.115.10.51 - - [07/Aug/2024:05:42:38 +0100] "GET /third-party/fonts/overpass-mono-light.woff2 HTTP/2.0" 200 50112 "https://10.115.10.116/third-party/fonts/fonts.css" "Mozilla/5.0 (X11; Linux x86_64; rv:128.0) Gecko/20100101 Firefox/128.0" 10.115.10.51 - - [07/Aug/2024:05:42:38 +0100] "GET /third-party/fonts/overpass-semibold.woff2 HTTP/2.0" 200 25032 "https://10.115.10.116/third-party/fonts/fonts.css" "Mozilla/5.0 (X11; Linux x86_64; rv:128.0) Gecko/20100101 Firefox/128.0" 10.115.10.51 - - [07/Aug/2024:05:42:38 +0100] "GET /css/toggle.css HTTP/2.0" 200 1005 "https://10.115.10.116/" "Mozilla/5.0 (X11; Linux x86_64; rv:128.0) Gecko/20100101 Firefox/128.0" 10.115.10.51 - - [07/Aug/2024:05:42:38 +0100] "GET /css/icons.css HTTP/2.0" 200 841 "https://10.115.10.116/" "Mozilla/5.0 (X11; Linux x86_64; rv:128.0) Gecko/20100101 Firefox/128.0" 10.115.10.51 - - [07/Aug/2024:05:42:38 +0100] "GET /img/external-link-icon.svg HTTP/2.0" 200 1223 "https://10.115.10.116/" "Mozilla/5.0 (X11; Linux x86_64; rv:128.0) Gecko/20100101 Firefox/128.0" 10.115.10.51 - - [07/Aug/2024:05:42:38 +0100] "GET /socket.io/?EIO=4&transport=polling&t=P4h9Mgj HTTP/2.0" 200 97 "https://10.115.10.116/" "Mozilla/5.0 (X11; Linux x86_64; rv:128.0) Gecko/20100101 Firefox/128.0" 10.115.10.51 - - [07/Aug/2024:05:42:38 +0100] "POST /socket.io/?EIO=4&transport=polling&t=P4h9Mhj&sid=O1F8EKEpOOR1zGyAAAAC HTTP/2.0" 200 2 "https://10.115.10.116/" "Mozilla/5.0 (X11; Linux x86_64; rv:128.0) Gecko/20100101 Firefox/128.0" 10.115.10.51 - - [07/Aug/2024:05:42:38 +0100] "GET /socket.io/?EIO=4&transport=polling&t=P4h9Mhk&sid=O1F8EKEpOOR1zGyAAAAC HTTP/2.0" 200 32 "https://10.115.10.116/" "Mozilla/5.0 (X11; Linux x86_64; rv:128.0) Gecko/20100101 Firefox/128.0" 10.115.10.51 - - [07/Aug/2024:05:42:38 +0100] "GET /socket.io/?EIO=4&transport=polling&t=P4h9Mj1&sid=O1F8EKEpOOR1zGyAAAAC HTTP/2.0" 200 1 "https://10.115.10.116/" "Mozilla/5.0 (X11; Linux x86_64; rv:128.0) Gecko/20100101 Firefox/128.0" 10.115.10.51 - - [07/Aug/2024:05:42:38 +0100] "GET /apple-touch-icon.png HTTP/2.0" 200 3571 "https://10.115.10.116/" "Mozilla/5.0 (X11; Linux x86_64; rv:128.0) Gecko/20100101 Firefox/128.0" 10.115.10.51 - - [07/Aug/2024:05:42:38 +0100] "GET /favicon-16x16.png HTTP/2.0" 200 468 "https://10.115.10.116/" "Mozilla/5.0 (X11; Linux x86_64; rv:128.0) Gecko/20100101 Firefox/128.0"