TinyPilot Pro log dump https://tinypilotkvm.com Timestamp: 2024-08-04T08:08:04+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.6'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 04 08:07:59 tinypilot python[1004]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 733, in _handle_event_internal Aug 04 08:07:59 tinypilot python[1004]: r = server._trigger_event(data[0], namespace, sid, *data[1:]) Aug 04 08:07:59 tinypilot python[1004]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 758, in _trigger_event Aug 04 08:07:59 tinypilot python[1004]: return self.handlers[namespace][event](*args) Aug 04 08:07:59 tinypilot python[1004]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 282, in _handler Aug 04 08:07:59 tinypilot python[1004]: return self._handle_event(handler, message, namespace, sid, Aug 04 08:07:59 tinypilot python[1004]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 828, in _handle_event Aug 04 08:07:59 tinypilot python[1004]: ret = handler(*args) Aug 04 08:07:59 tinypilot python[1004]: File "/opt/tinypilot/app/socket_api.py", line 62, in handler_with_auth_check Aug 04 08:07:59 tinypilot python[1004]: return handler(*args, **kwargs) Aug 04 08:07:59 tinypilot python[1004]: File "/opt/tinypilot/app/socket_api.py", line 102, in on_mouse_event Aug 04 08:07:59 tinypilot python[1004]: fake_mouse.send_mouse_event(mouse_path, mouse_move_event.buttons, Aug 04 08:07:59 tinypilot python[1004]: File "/opt/tinypilot/app/hid/mouse.py", line 17, in send_mouse_event Aug 04 08:07:59 tinypilot python[1004]: hid_write.write_to_hid_interface(mouse_path, buf) Aug 04 08:07:59 tinypilot python[1004]: File "/opt/tinypilot/app/hid/write.py", line 36, in write_to_hid_interface Aug 04 08:07:59 tinypilot python[1004]: execute.with_timeout(_write_to_hid_interface_immediately, Aug 04 08:07:59 tinypilot python[1004]: File "/opt/tinypilot/app/execute.py", line 86, in with_timeout Aug 04 08:07:59 tinypilot python[1004]: raise result.exception Aug 04 08:07:59 tinypilot python[1004]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Aug 04 08:08:00 tinypilot python[1168]: Process ProcessWithResult-100: Aug 04 08:08:00 tinypilot python[1168]: Traceback (most recent call last): Aug 04 08:08:00 tinypilot python[1168]: File "/usr/lib/python3.9/multiprocessing/process.py", line 315, in _bootstrap Aug 04 08:08:00 tinypilot python[1168]: self.run() Aug 04 08:08:00 tinypilot python[1168]: File "/opt/tinypilot/app/execute.py", line 37, in run Aug 04 08:08:00 tinypilot python[1168]: result.return_value = self._target(*self._args, **self._kwargs) Aug 04 08:08:00 tinypilot python[1168]: File "/opt/tinypilot/app/hid/write.py", line 19, in _write_to_hid_interface_immediately Aug 04 08:08:00 tinypilot python[1168]: hid_handle.write(bytearray(buffer)) Aug 04 08:08:00 tinypilot python[1168]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Aug 04 08:08:00 tinypilot python[1004]: Exception in thread Thread-132: Aug 04 08:08:00 tinypilot python[1004]: Traceback (most recent call last): Aug 04 08:08:00 tinypilot python[1004]: File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner Aug 04 08:08:00 tinypilot python[1004]: self.run() Aug 04 08:08:00 tinypilot python[1004]: File "/usr/lib/python3.9/threading.py", line 892, in run Aug 04 08:08:00 tinypilot python[1004]: self._target(*self._args, **self._kwargs) Aug 04 08:08:00 tinypilot python[1004]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 733, in _handle_event_internal Aug 04 08:08:00 tinypilot python[1004]: r = server._trigger_event(data[0], namespace, sid, *data[1:]) Aug 04 08:08:00 tinypilot python[1004]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 758, in _trigger_event Aug 04 08:08:00 tinypilot python[1004]: return self.handlers[namespace][event](*args) Aug 04 08:08:00 tinypilot python[1004]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 282, in _handler Aug 04 08:08:00 tinypilot python[1004]: return self._handle_event(handler, message, namespace, sid, Aug 04 08:08:00 tinypilot python[1004]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 828, in _handle_event Aug 04 08:08:00 tinypilot python[1004]: ret = handler(*args) Aug 04 08:08:00 tinypilot python[1004]: File "/opt/tinypilot/app/socket_api.py", line 62, in handler_with_auth_check Aug 04 08:08:00 tinypilot python[1004]: return handler(*args, **kwargs) Aug 04 08:08:00 tinypilot python[1004]: File "/opt/tinypilot/app/socket_api.py", line 102, in on_mouse_event Aug 04 08:08:00 tinypilot python[1004]: fake_mouse.send_mouse_event(mouse_path, mouse_move_event.buttons, Aug 04 08:08:00 tinypilot python[1004]: File "/opt/tinypilot/app/hid/mouse.py", line 17, in send_mouse_event Aug 04 08:08:00 tinypilot python[1004]: hid_write.write_to_hid_interface(mouse_path, buf) Aug 04 08:08:00 tinypilot python[1004]: File "/opt/tinypilot/app/hid/write.py", line 36, in write_to_hid_interface Aug 04 08:08:00 tinypilot python[1004]: execute.with_timeout(_write_to_hid_interface_immediately, Aug 04 08:08:00 tinypilot python[1004]: File "/opt/tinypilot/app/execute.py", line 86, in with_timeout Aug 04 08:08:00 tinypilot python[1004]: raise result.exception Aug 04 08:08:00 tinypilot python[1004]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Aug 04 08:08:00 tinypilot python[1169]: Process ProcessWithResult-101: Aug 04 08:08:00 tinypilot python[1169]: Traceback (most recent call last): Aug 04 08:08:00 tinypilot python[1169]: File "/usr/lib/python3.9/multiprocessing/process.py", line 315, in _bootstrap Aug 04 08:08:00 tinypilot python[1169]: self.run() Aug 04 08:08:00 tinypilot python[1169]: File "/opt/tinypilot/app/execute.py", line 37, in run Aug 04 08:08:00 tinypilot python[1169]: result.return_value = self._target(*self._args, **self._kwargs) Aug 04 08:08:00 tinypilot python[1169]: File "/opt/tinypilot/app/hid/write.py", line 19, in _write_to_hid_interface_immediately Aug 04 08:08:00 tinypilot python[1169]: hid_handle.write(bytearray(buffer)) Aug 04 08:08:00 tinypilot python[1169]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Aug 04 08:08:00 tinypilot python[1004]: Exception in thread Thread-133: Aug 04 08:08:00 tinypilot python[1004]: Traceback (most recent call last): Aug 04 08:08:00 tinypilot python[1004]: File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner Aug 04 08:08:00 tinypilot python[1004]: self.run() Aug 04 08:08:00 tinypilot python[1004]: File "/usr/lib/python3.9/threading.py", line 892, in run Aug 04 08:08:00 tinypilot python[1004]: self._target(*self._args, **self._kwargs) Aug 04 08:08:00 tinypilot python[1004]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 733, in _handle_event_internal Aug 04 08:08:00 tinypilot python[1004]: r = server._trigger_event(data[0], namespace, sid, *data[1:]) Aug 04 08:08:00 tinypilot python[1004]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 758, in _trigger_event Aug 04 08:08:00 tinypilot python[1004]: return self.handlers[namespace][event](*args) Aug 04 08:08:00 tinypilot python[1004]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 282, in _handler Aug 04 08:08:00 tinypilot python[1004]: return self._handle_event(handler, message, namespace, sid, Aug 04 08:08:00 tinypilot python[1004]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 828, in _handle_event Aug 04 08:08:00 tinypilot python[1004]: ret = handler(*args) Aug 04 08:08:00 tinypilot python[1004]: File "/opt/tinypilot/app/socket_api.py", line 62, in handler_with_auth_check Aug 04 08:08:00 tinypilot python[1004]: return handler(*args, **kwargs) Aug 04 08:08:00 tinypilot python[1004]: File "/opt/tinypilot/app/socket_api.py", line 102, in on_mouse_event Aug 04 08:08:00 tinypilot python[1004]: fake_mouse.send_mouse_event(mouse_path, mouse_move_event.buttons, Aug 04 08:08:00 tinypilot python[1004]: File "/opt/tinypilot/app/hid/mouse.py", line 17, in send_mouse_event Aug 04 08:08:00 tinypilot python[1004]: hid_write.write_to_hid_interface(mouse_path, buf) Aug 04 08:08:00 tinypilot python[1004]: File "/opt/tinypilot/app/hid/write.py", line 36, in write_to_hid_interface Aug 04 08:08:00 tinypilot python[1004]: execute.with_timeout(_write_to_hid_interface_immediately, Aug 04 08:08:00 tinypilot python[1004]: File "/opt/tinypilot/app/execute.py", line 86, in with_timeout Aug 04 08:08:00 tinypilot python[1004]: raise result.exception Aug 04 08:08:00 tinypilot python[1004]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Aug 04 08:08:00 tinypilot python[1170]: Process ProcessWithResult-102: Aug 04 08:08:00 tinypilot python[1170]: Traceback (most recent call last): Aug 04 08:08:00 tinypilot python[1170]: File "/usr/lib/python3.9/multiprocessing/process.py", line 315, in _bootstrap Aug 04 08:08:00 tinypilot python[1170]: self.run() Aug 04 08:08:00 tinypilot python[1170]: File "/opt/tinypilot/app/execute.py", line 37, in run Aug 04 08:08:00 tinypilot python[1170]: result.return_value = self._target(*self._args, **self._kwargs) Aug 04 08:08:00 tinypilot python[1170]: File "/opt/tinypilot/app/hid/write.py", line 19, in _write_to_hid_interface_immediately Aug 04 08:08:00 tinypilot python[1170]: hid_handle.write(bytearray(buffer)) Aug 04 08:08:00 tinypilot python[1170]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Aug 04 08:08:00 tinypilot python[1004]: Exception in thread Thread-134: Aug 04 08:08:00 tinypilot python[1004]: Traceback (most recent call last): Aug 04 08:08:00 tinypilot python[1004]: File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner Aug 04 08:08:00 tinypilot python[1004]: self.run() Aug 04 08:08:00 tinypilot python[1004]: File "/usr/lib/python3.9/threading.py", line 892, in run Aug 04 08:08:00 tinypilot python[1004]: self._target(*self._args, **self._kwargs) Aug 04 08:08:00 tinypilot python[1004]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 733, in _handle_event_internal Aug 04 08:08:00 tinypilot python[1004]: r = server._trigger_event(data[0], namespace, sid, *data[1:]) Aug 04 08:08:00 tinypilot python[1004]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 758, in _trigger_event Aug 04 08:08:00 tinypilot python[1004]: return self.handlers[namespace][event](*args) Aug 04 08:08:00 tinypilot python[1004]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 282, in _handler Aug 04 08:08:00 tinypilot python[1004]: return self._handle_event(handler, message, namespace, sid, Aug 04 08:08:00 tinypilot python[1004]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 828, in _handle_event Aug 04 08:08:00 tinypilot python[1004]: ret = handler(*args) Aug 04 08:08:00 tinypilot python[1004]: File "/opt/tinypilot/app/socket_api.py", line 62, in handler_with_auth_check Aug 04 08:08:00 tinypilot python[1004]: return handler(*args, **kwargs) Aug 04 08:08:00 tinypilot python[1004]: File "/opt/tinypilot/app/socket_api.py", line 102, in on_mouse_event Aug 04 08:08:00 tinypilot python[1004]: fake_mouse.send_mouse_event(mouse_path, mouse_move_event.buttons, Aug 04 08:08:00 tinypilot python[1004]: File "/opt/tinypilot/app/hid/mouse.py", line 17, in send_mouse_event Aug 04 08:08:00 tinypilot python[1004]: hid_write.write_to_hid_interface(mouse_path, buf) Aug 04 08:08:00 tinypilot python[1004]: File "/opt/tinypilot/app/hid/write.py", line 36, in write_to_hid_interface Aug 04 08:08:00 tinypilot python[1004]: execute.with_timeout(_write_to_hid_interface_immediately, Aug 04 08:08:00 tinypilot python[1004]: File "/opt/tinypilot/app/execute.py", line 86, in with_timeout Aug 04 08:08:00 tinypilot python[1004]: raise result.exception Aug 04 08:08:00 tinypilot python[1004]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Aug 04 08:08:00 tinypilot python[1171]: Process ProcessWithResult-103: Aug 04 08:08:00 tinypilot python[1171]: Traceback (most recent call last): Aug 04 08:08:00 tinypilot python[1171]: File "/usr/lib/python3.9/multiprocessing/process.py", line 315, in _bootstrap Aug 04 08:08:00 tinypilot python[1171]: self.run() Aug 04 08:08:00 tinypilot python[1171]: File "/opt/tinypilot/app/execute.py", line 37, in run Aug 04 08:08:00 tinypilot python[1171]: result.return_value = self._target(*self._args, **self._kwargs) Aug 04 08:08:00 tinypilot python[1171]: File "/opt/tinypilot/app/hid/write.py", line 19, in _write_to_hid_interface_immediately Aug 04 08:08:00 tinypilot python[1171]: hid_handle.write(bytearray(buffer)) Aug 04 08:08:00 tinypilot python[1171]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Aug 04 08:08:00 tinypilot python[1004]: Exception in thread Thread-135: Aug 04 08:08:00 tinypilot python[1004]: Traceback (most recent call last): Aug 04 08:08:00 tinypilot python[1004]: File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner Aug 04 08:08:00 tinypilot python[1004]: self.run() Aug 04 08:08:00 tinypilot python[1004]: File "/usr/lib/python3.9/threading.py", line 892, in run Aug 04 08:08:00 tinypilot python[1004]: self._target(*self._args, **self._kwargs) Aug 04 08:08:00 tinypilot python[1004]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 733, in _handle_event_internal Aug 04 08:08:00 tinypilot python[1004]: r = server._trigger_event(data[0], namespace, sid, *data[1:]) Aug 04 08:08:00 tinypilot python[1004]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 758, in _trigger_event Aug 04 08:08:00 tinypilot python[1004]: return self.handlers[namespace][event](*args) Aug 04 08:08:00 tinypilot python[1004]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 282, in _handler Aug 04 08:08:00 tinypilot python[1004]: return self._handle_event(handler, message, namespace, sid, Aug 04 08:08:00 tinypilot python[1004]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 828, in _handle_event Aug 04 08:08:00 tinypilot python[1004]: ret = handler(*args) Aug 04 08:08:00 tinypilot python[1004]: File "/opt/tinypilot/app/socket_api.py", line 62, in handler_with_auth_check Aug 04 08:08:00 tinypilot python[1004]: return handler(*args, **kwargs) Aug 04 08:08:00 tinypilot python[1004]: File "/opt/tinypilot/app/socket_api.py", line 102, in on_mouse_event Aug 04 08:08:00 tinypilot python[1004]: fake_mouse.send_mouse_event(mouse_path, mouse_move_event.buttons, Aug 04 08:08:00 tinypilot python[1004]: File "/opt/tinypilot/app/hid/mouse.py", line 17, in send_mouse_event Aug 04 08:08:00 tinypilot python[1004]: hid_write.write_to_hid_interface(mouse_path, buf) Aug 04 08:08:00 tinypilot python[1004]: File "/opt/tinypilot/app/hid/write.py", line 36, in write_to_hid_interface Aug 04 08:08:00 tinypilot python[1004]: execute.with_timeout(_write_to_hid_interface_immediately, Aug 04 08:08:00 tinypilot python[1004]: File "/opt/tinypilot/app/execute.py", line 86, in with_timeout Aug 04 08:08:00 tinypilot python[1004]: raise result.exception Aug 04 08:08:00 tinypilot python[1004]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Aug 04 08:08:01 tinypilot python[1172]: Process ProcessWithResult-104: Aug 04 08:08:01 tinypilot python[1172]: Traceback (most recent call last): Aug 04 08:08:01 tinypilot python[1172]: File "/usr/lib/python3.9/multiprocessing/process.py", line 315, in _bootstrap Aug 04 08:08:01 tinypilot python[1172]: self.run() Aug 04 08:08:01 tinypilot python[1172]: File "/opt/tinypilot/app/execute.py", line 37, in run Aug 04 08:08:01 tinypilot python[1172]: result.return_value = self._target(*self._args, **self._kwargs) Aug 04 08:08:01 tinypilot python[1172]: File "/opt/tinypilot/app/hid/write.py", line 19, in _write_to_hid_interface_immediately Aug 04 08:08:01 tinypilot python[1172]: hid_handle.write(bytearray(buffer)) Aug 04 08:08:01 tinypilot python[1172]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Aug 04 08:08:01 tinypilot python[1004]: Exception in thread Thread-136: Aug 04 08:08:01 tinypilot python[1004]: Traceback (most recent call last): Aug 04 08:08:01 tinypilot python[1004]: File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner Aug 04 08:08:01 tinypilot python[1004]: self.run() Aug 04 08:08:01 tinypilot python[1004]: File "/usr/lib/python3.9/threading.py", line 892, in run Aug 04 08:08:01 tinypilot python[1004]: self._target(*self._args, **self._kwargs) Aug 04 08:08:01 tinypilot python[1004]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 733, in _handle_event_internal Aug 04 08:08:01 tinypilot python[1004]: r = server._trigger_event(data[0], namespace, sid, *data[1:]) Aug 04 08:08:01 tinypilot python[1004]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 758, in _trigger_event Aug 04 08:08:01 tinypilot python[1004]: return self.handlers[namespace][event](*args) Aug 04 08:08:01 tinypilot python[1004]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 282, in _handler Aug 04 08:08:01 tinypilot python[1004]: return self._handle_event(handler, message, namespace, sid, Aug 04 08:08:01 tinypilot python[1004]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 828, in _handle_event Aug 04 08:08:01 tinypilot python[1004]: ret = handler(*args) Aug 04 08:08:01 tinypilot python[1004]: File "/opt/tinypilot/app/socket_api.py", line 62, in handler_with_auth_check Aug 04 08:08:01 tinypilot python[1004]: return handler(*args, **kwargs) Aug 04 08:08:01 tinypilot python[1004]: File "/opt/tinypilot/app/socket_api.py", line 102, in on_mouse_event Aug 04 08:08:01 tinypilot python[1004]: fake_mouse.send_mouse_event(mouse_path, mouse_move_event.buttons, Aug 04 08:08:01 tinypilot python[1004]: File "/opt/tinypilot/app/hid/mouse.py", line 17, in send_mouse_event Aug 04 08:08:01 tinypilot python[1004]: hid_write.write_to_hid_interface(mouse_path, buf) Aug 04 08:08:01 tinypilot python[1004]: File "/opt/tinypilot/app/hid/write.py", line 36, in write_to_hid_interface Aug 04 08:08:01 tinypilot python[1004]: execute.with_timeout(_write_to_hid_interface_immediately, Aug 04 08:08:01 tinypilot python[1004]: File "/opt/tinypilot/app/execute.py", line 86, in with_timeout Aug 04 08:08:01 tinypilot python[1004]: raise result.exception Aug 04 08:08:01 tinypilot python[1004]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Aug 04 08:08:04 tinypilot sudo[1173]: tinypilot : PWD=/opt/tinypilot ; USER=root ; COMMAND=/opt/tinypilot-privileged/scripts/collect-debug-logs -q Aug 04 08:08:04 tinypilot sudo[1173]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=111) Aug 04 08:08:05 tinypilot runuser[1188]: pam_unix(runuser:session): session opened for user tinypilot(uid=111) by (uid=0) Aug 04 08:08:05 tinypilot runuser[1188]: pam_unix(runuser:session): session closed for user tinypilot Aug 04 08:08:05 tinypilot runuser[1194]: pam_unix(runuser:session): session opened for user tinypilot(uid=111) by (uid=0) Aug 04 08:08:05 tinypilot runuser[1194]: pam_unix(runuser:session): session closed for user tinypilot Aug 04 08:08:05 tinypilot runuser[1203]: pam_unix(runuser:session): session opened for user tinypilot(uid=111) by (uid=0) Aug 04 08:08:08 tinypilot python[1210]: 2024-08-04 08:08:08.241 app.main INFO Starting app Aug 04 08:08:08 tinypilot python[1210]: 2024-08-04 08:08:08.320 db.store INFO Loading database migrations from /opt/tinypilot/app/db/migrations/*.sql Aug 04 08:08:08 tinypilot python[1210]: 2024-08-04 08:08:08.323 db.store INFO Read 7 database migrations from disk Aug 04 08:08:08 tinypilot runuser[1203]: 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 Tue 2024-03-12 01:14:28 GMT, ends at Sun 2024-08-04 08:08:09 BST. -- Mar 12 01:14:32 tinypilot systemd[1]: Started uStreamer - Lightweight, optimized video encoder. Mar 12 01:14:33 tinypilot launch[532]: + 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 Mar 12 01:14:33 tinypilot launch[532]: -- INFO [9.128 main] -- Starting PiKVM uStreamer 5.43 ... Mar 12 01:14:33 tinypilot launch[532]: -- INFO [9.128 main] -- Using internal blank placeholder Mar 12 01:14:33 tinypilot launch[532]: -- INFO [9.128 main] -- Using H264-sink: tinypilot::ustreamer::h264 Mar 12 01:14:33 tinypilot launch[532]: -- INFO [9.129 main] -- Listening HTTP on [127.0.0.1]:48001 Mar 12 01:14:33 tinypilot launch[532]: -- INFO [9.129 http] -- Starting HTTP eventloop ... Mar 12 01:14:33 tinypilot launch[532]: -- INFO [9.129 stream] -- Using V4L2 device: /dev/video0 Mar 12 01:14:33 tinypilot launch[532]: -- INFO [9.129 stream] -- Using desired FPS: 0 Mar 12 01:14:33 tinypilot launch[532]: -- INFO [9.130 stream] -- H264: Initializing encoder ... Mar 12 01:14:33 tinypilot launch[532]: -- INFO [9.137 stream] -- H264: Configuring encoder: DMA=0 ... Mar 12 01:14:33 tinypilot launch[532]: ================================================================================ Mar 12 01:14:33 tinypilot launch[532]: -- INFO [9.155 stream] -- Device fd=10 opened Mar 12 01:14:33 tinypilot launch[532]: -- INFO [9.155 stream] -- Using input channel: 0 Mar 12 01:14:33 tinypilot launch[532]: -- INFO [9.176 stream] -- Using resolution: 640x480 Mar 12 01:14:33 tinypilot launch[532]: -- INFO [9.177 stream] -- Using format: UYVY Mar 12 01:14:33 tinypilot launch[532]: -- INFO [9.177 stream] -- Querying HW FPS changing is not supported Mar 12 01:14:33 tinypilot launch[532]: -- INFO [9.177 stream] -- Using IO method: MMAP Mar 12 01:14:33 tinypilot launch[532]: -- INFO [9.180 stream] -- Requested 5 device buffers, got 5 Mar 12 01:14:33 tinypilot launch[532]: -- INFO [9.187 stream] -- Capturing started Mar 12 01:14:33 tinypilot launch[532]: -- INFO [9.187 stream] -- JPEG-0: Initializing encoder ... Mar 12 01:14:33 tinypilot launch[532]: -- INFO [9.187 stream] -- JPEG-1: Initializing encoder ... Mar 12 01:14:33 tinypilot launch[532]: -- INFO [9.187 stream] -- JPEG-2: Initializing encoder ... Mar 12 01:14:33 tinypilot launch[532]: -- INFO [9.187 stream] -- Using JPEG quality: 80% Mar 12 01:14:33 tinypilot launch[532]: -- INFO [9.187 stream] -- Creating pool JPEG with 3 workers ... Mar 12 01:14:33 tinypilot launch[532]: -- INFO [9.188 stream] -- Capturing ... Mar 12 01:14:34 tinypilot launch[532]: -- ERROR [10.189 stream] -- Persistent device timeout (unplugged) Mar 12 01:14:35 tinypilot launch[532]: -- INFO [10.524 stream] -- H264: Configuring encoder: DMA=1 ... Mar 12 01:14:35 tinypilot launch[532]: -- INFO [10.524 jw-0] -- JPEG-0: Configuring encoder: DMA=0 ... Mar 12 01:14:35 tinypilot launch[532]: -- INFO [10.557 jw-1] -- JPEG-1: Configuring encoder: DMA=0 ... Mar 12 01:14:35 tinypilot launch[532]: -- INFO [10.597 jw-2] -- JPEG-2: Configuring encoder: DMA=0 ... Mar 12 01:14:35 tinypilot launch[532]: -- INFO [11.373 stream] -- Got V4L2 event Mar 12 01:14:35 tinypilot launch[532]: -- INFO [11.375 stream] -- Got V4L2_EVENT_SOURCE_CHANGE: source changed Mar 12 01:14:35 tinypilot launch[532]: -- INFO [11.375 stream] -- Destroying workers pool JPEG ... Mar 12 01:14:35 tinypilot launch[532]: -- INFO [11.407 stream] -- Capturing stopped Mar 12 01:14:35 tinypilot launch[532]: -- INFO [11.408 stream] -- Device fd=10 closed Mar 12 01:14:35 tinypilot launch[532]: -- INFO [11.409 stream] -- Changed video frame to BLANK Mar 12 01:14:35 tinypilot launch[532]: -- INFO [11.415 stream] -- H264: Configuring encoder: DMA=0 ... Mar 12 01:14:35 tinypilot launch[532]: ================================================================================ Mar 12 01:14:35 tinypilot launch[532]: -- INFO [11.440 stream] -- Device fd=10 opened Mar 12 01:14:35 tinypilot launch[532]: -- INFO [11.440 stream] -- Using input channel: 0 Mar 12 01:14:35 tinypilot launch[532]: -- INFO [11.447 stream] -- Got new DV-timings: 1920x1080p50.00, pixclk=148500000, vsync=45, hsync=720 Mar 12 01:14:35 tinypilot launch[532]: -- INFO [11.485 stream] -- Using resolution: 1920x1080 Mar 12 01:14:35 tinypilot launch[532]: -- INFO [11.486 stream] -- Using format: UYVY Mar 12 01:14:35 tinypilot launch[532]: -- INFO [11.486 stream] -- Querying HW FPS changing is not supported Mar 12 01:14:35 tinypilot launch[532]: -- INFO [11.486 stream] -- Using IO method: MMAP Mar 12 01:14:36 tinypilot launch[532]: -- INFO [11.498 stream] -- Requested 5 device buffers, got 5 Mar 12 01:14:36 tinypilot launch[532]: -- INFO [11.505 stream] -- Capturing started Mar 12 01:14:36 tinypilot launch[532]: -- INFO [11.506 stream] -- Using JPEG quality: 80% Mar 12 01:14:36 tinypilot launch[532]: -- INFO [11.506 stream] -- Creating pool JPEG with 3 workers ... Mar 12 01:14:36 tinypilot launch[532]: -- INFO [11.507 stream] -- Capturing ... Mar 12 01:14:36 tinypilot launch[532]: -- INFO [11.517 stream] -- H264: Configuring encoder: DMA=1 ... Mar 12 01:14:36 tinypilot launch[532]: -- INFO [11.518 jw-0] -- JPEG-0: Configuring encoder: DMA=0 ... Mar 12 01:14:36 tinypilot launch[532]: -- INFO [11.553 jw-1] -- JPEG-1: Configuring encoder: DMA=0 ... Mar 12 01:14:36 tinypilot launch[532]: -- INFO [11.578 jw-2] -- JPEG-2: Configuring encoder: DMA=0 ... Aug 04 07:56:26 tinypilot launch[532]: -- INFO [152.849 http] -- HTTP: NEW client (now=1): [2600:1700:38c1:3a70:40d5:3dfc:20f7:d596]:51470, id=89e2758fe017dc7a nginx logs -- Journal begins at Tue 2024-03-12 01:14:28 GMT, ends at Sun 2024-08-04 08:08:09 BST. -- Mar 12 01:14:32 tinypilot systemd[1]: Starting A high performance web server and a reverse proxy server... Mar 12 01:14:33 tinypilot systemd[1]: Started A high performance web server and a reverse proxy server. Aug 04 07:54:39 tinypilot systemd[1]: Stopping A high performance web server and a reverse proxy server... Aug 04 07:54:39 tinypilot systemd[1]: nginx.service: Succeeded. Aug 04 07:54:39 tinypilot systemd[1]: Stopped A high performance web server and a reverse proxy server. Aug 04 07:54:39 tinypilot systemd[1]: Starting A high performance web server and a reverse proxy server... Aug 04 07:54:40 tinypilot systemd[1]: Started A high performance web server and a reverse proxy server. 2600:1700:38c1:3a70:40d5:3dfc:20f7:d596 - - [04/Aug/2024:07:56:26 +0100] "GET /js/hostname.js HTTP/2.0" 200 1317 "https://tinypilot.local/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36" 2600:1700:38c1:3a70:40d5:3dfc:20f7:d596 - - [04/Aug/2024:07:56:26 +0100] "GET /js/mass-storage.js HTTP/2.0" 200 874 "https://tinypilot.local/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36" 2600:1700:38c1:3a70:40d5:3dfc:20f7:d596 - - [04/Aug/2024:07:56:26 +0100] "GET /js/logs.js HTTP/2.0" 200 1484 "https://tinypilot.local/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36" 2600:1700:38c1:3a70:40d5:3dfc:20f7:d596 - - [04/Aug/2024:07:56:26 +0100] "GET /js/keycodes.js HTTP/2.0" 200 822 "https://tinypilot.local/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36" 2600:1700:38c1:3a70:40d5:3dfc:20f7:d596 - - [04/Aug/2024:07:56:26 +0100] "GET /js/clipboard.js HTTP/2.0" 200 889 "https://tinypilot.local/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36" 2600:1700:38c1:3a70:40d5:3dfc:20f7:d596 - - [04/Aug/2024:07:56:26 +0100] "GET /js/wake-on-lan.js HTTP/2.0" 200 551 "https://tinypilot.local/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36" 2600:1700:38c1:3a70:40d5:3dfc:20f7:d596 - - [04/Aug/2024:07:56:26 +0100] "GET /js/mouse.js HTTP/2.0" 200 8581 "https://tinypilot.local/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36" 2600:1700:38c1:3a70:40d5:3dfc:20f7:d596 - - [04/Aug/2024:07:56:26 +0100] "GET /js/touch.js HTTP/2.0" 200 4453 "https://tinypilot.local/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36" 2600:1700:38c1:3a70:40d5:3dfc:20f7:d596 - - [04/Aug/2024:07:56:26 +0100] "GET /js/updatelogs.js HTTP/2.0" 200 861 "https://tinypilot.local/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36" 2600:1700:38c1:3a70:40d5:3dfc:20f7:d596 - - [04/Aug/2024:07:56:26 +0100] "GET /third-party/fonts/overpass-light.woff2 HTTP/2.0" 200 26568 "https://tinypilot.local/third-party/fonts/fonts.css" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36" 2600:1700:38c1:3a70:40d5:3dfc:20f7:d596 - - [04/Aug/2024:07:56:26 +0100] "GET /third-party/fonts/overpass-mono-light.woff2 HTTP/2.0" 200 50112 "https://tinypilot.local/third-party/fonts/fonts.css" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36" 2600:1700:38c1:3a70:40d5:3dfc:20f7:d596 - - [04/Aug/2024:07:56:26 +0100] "GET /third-party/fonts/overpass-semibold.woff2 HTTP/2.0" 200 25032 "https://tinypilot.local/third-party/fonts/fonts.css" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36" 2600:1700:38c1:3a70:40d5:3dfc:20f7:d596 - - [04/Aug/2024:07:56:26 +0100] "GET /js/keyboardstate.js HTTP/2.0" 200 3122 "https://tinypilot.local/js/app.js" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36" 2600:1700:38c1:3a70:40d5:3dfc:20f7:d596 - - [04/Aug/2024:07:56:26 +0100] "GET /js/keystrokes.js HTTP/2.0" 200 362 "https://tinypilot.local/js/app.js" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36" 2600:1700:38c1:3a70:40d5:3dfc:20f7:d596 - - [04/Aug/2024:07:56:26 +0100] "GET /js/overlays.js HTTP/2.0" 200 495 "https://tinypilot.local/js/app.js" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36" 2600:1700:38c1:3a70:40d5:3dfc:20f7:d596 - - [04/Aug/2024:07:56:26 +0100] "GET /css/toggle.css HTTP/2.0" 200 1005 "https://tinypilot.local/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36" 2600:1700:38c1:3a70:40d5:3dfc:20f7:d596 - - [04/Aug/2024:07:56:26 +0100] "GET /css/icons.css HTTP/2.0" 200 841 "https://tinypilot.local/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36" 2600:1700:38c1:3a70:40d5:3dfc:20f7:d596 - - [04/Aug/2024:07:56:26 +0100] "GET /img/logo.svg HTTP/2.0" 200 5550 "https://tinypilot.local/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36" 2600:1700:38c1:3a70:40d5:3dfc:20f7:d596 - - [04/Aug/2024:07:56:26 +0100] "GET /img/angle-down-icon.svg HTTP/2.0" 200 516 "https://tinypilot.local/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36" 2600:1700:38c1:3a70:40d5:3dfc:20f7:d596 - - [04/Aug/2024:07:56:26 +0100] "GET /img/clipboard-icon.svg HTTP/2.0" 200 855 "https://tinypilot.local/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36" 2600:1700:38c1:3a70:40d5:3dfc:20f7:d596 - - [04/Aug/2024:07:56:26 +0100] "GET /img/video-stream-icon.svg HTTP/2.0" 200 840 "https://tinypilot.local/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36" 2600:1700:38c1:3a70:40d5:3dfc:20f7:d596 - - [04/Aug/2024:07:56:26 +0100] "GET /img/warning-icon.svg HTTP/2.0" 200 2177 "https://tinypilot.local/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36" 2600:1700:38c1:3a70:40d5:3dfc:20f7:d596 - - [04/Aug/2024:07:56:26 +0100] "GET /img/external-link-icon.svg HTTP/2.0" 200 1223 "https://tinypilot.local/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36" 2600:1700:38c1:3a70:40d5:3dfc:20f7:d596 - - [04/Aug/2024:07:56:26 +0100] "GET /socket.io/?EIO=4&transport=polling&t=P4SBDP_ HTTP/2.0" 200 97 "https://tinypilot.local/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36" 2600:1700:38c1:3a70:40d5:3dfc:20f7:d596 - - [04/Aug/2024:07:56:26 +0100] "GET /favicon.ico HTTP/2.0" 200 1213 "https://tinypilot.local/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36" 2600:1700:38c1:3a70:40d5:3dfc:20f7:d596 - - [04/Aug/2024:07:56:26 +0100] "GET /favicon-32x32.png HTTP/2.0" 200 833 "https://tinypilot.local/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36" 2600:1700:38c1:3a70:40d5:3dfc:20f7:d596 - - [04/Aug/2024:07:56:26 +0100] "POST /socket.io/?EIO=4&transport=polling&t=P4SBDSf&sid=nG3NDwXKiPXWVzN8AAAA HTTP/2.0" 200 2 "https://tinypilot.local/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36" 2600:1700:38c1:3a70:40d5:3dfc:20f7:d596 - - [04/Aug/2024:07:56:26 +0100] "GET /socket.io/?EIO=4&transport=polling&t=P4SBDSf.0&sid=nG3NDwXKiPXWVzN8AAAA HTTP/2.0" 200 32 "https://tinypilot.local/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36" 2600:1700:38c1:3a70:40d5:3dfc:20f7:d596 - - [04/Aug/2024:07:56:26 +0100] "GET /socket.io/?EIO=4&transport=polling&t=P4SBDT_&sid=nG3NDwXKiPXWVzN8AAAA HTTP/2.0" 200 1 "https://tinypilot.local/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36" 2600:1700:38c1:3a70:40d5:3dfc:20f7:d596 - - [04/Aug/2024:07:56:26 +0100] "GET /socket.io/?EIO=4&transport=polling&t=P4SBDUI&sid=nG3NDwXKiPXWVzN8AAAA HTTP/2.0" 200 1 "https://tinypilot.local/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36"