TinyPilot Pro log dump https://tinypilotkvm.com Timestamp: 2024-03-27T20:23:22+00:00 Software versions TinyPilot version: 2.6.3 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: enabled Network interfaces: eth0 (up) lo (unknown) tailscale0 (unknown) wlan0 (down) Mouse jiggler: disabled CPU Temperature: 45.2'C CPU throttled since boot: no Voltage issues: no Streaming mode Selected mode: H264 Current mode: H264 TinyPilot settings.yml ustreamer_h264_bitrate: 20000 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 Mar 27 20:23:13 tinypilot python[692]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 282, in _handler Mar 27 20:23:13 tinypilot python[692]: return self._handle_event(handler, message, namespace, sid, Mar 27 20:23:13 tinypilot python[692]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 828, in _handle_event Mar 27 20:23:13 tinypilot python[692]: ret = handler(*args) Mar 27 20:23:13 tinypilot python[692]: File "/opt/tinypilot/app/socket_api.py", line 62, in handler_with_auth_check Mar 27 20:23:13 tinypilot python[692]: return handler(*args, **kwargs) Mar 27 20:23:13 tinypilot python[692]: File "/opt/tinypilot/app/socket_api.py", line 102, in on_mouse_event Mar 27 20:23:13 tinypilot python[692]: fake_mouse.send_mouse_event(mouse_path, mouse_move_event.buttons, Mar 27 20:23:13 tinypilot python[692]: File "/opt/tinypilot/app/hid/mouse.py", line 17, in send_mouse_event Mar 27 20:23:13 tinypilot python[692]: hid_write.write_to_hid_interface(mouse_path, buf) Mar 27 20:23:13 tinypilot python[692]: File "/opt/tinypilot/app/hid/write.py", line 36, in write_to_hid_interface Mar 27 20:23:13 tinypilot python[692]: execute.with_timeout(_write_to_hid_interface_immediately, Mar 27 20:23:13 tinypilot python[692]: File "/opt/tinypilot/app/execute.py", line 86, in with_timeout Mar 27 20:23:13 tinypilot python[692]: raise result.exception Mar 27 20:23:13 tinypilot python[692]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Mar 27 20:23:13 tinypilot python[1123]: Process ProcessWithResult-65: Mar 27 20:23:13 tinypilot python[1123]: Traceback (most recent call last): Mar 27 20:23:13 tinypilot python[1123]: File "/usr/lib/python3.9/multiprocessing/process.py", line 315, in _bootstrap Mar 27 20:23:13 tinypilot python[1123]: self.run() Mar 27 20:23:13 tinypilot python[1123]: File "/opt/tinypilot/app/execute.py", line 37, in run Mar 27 20:23:13 tinypilot python[1123]: result.return_value = self._target(*self._args, **self._kwargs) Mar 27 20:23:13 tinypilot python[1123]: File "/opt/tinypilot/app/hid/write.py", line 19, in _write_to_hid_interface_immediately Mar 27 20:23:13 tinypilot python[1123]: hid_handle.write(bytearray(buffer)) Mar 27 20:23:13 tinypilot python[1123]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Mar 27 20:23:13 tinypilot python[692]: Exception in thread Thread-100: Mar 27 20:23:13 tinypilot python[692]: Traceback (most recent call last): Mar 27 20:23:13 tinypilot python[692]: File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner Mar 27 20:23:13 tinypilot python[692]: self.run() Mar 27 20:23:13 tinypilot python[692]: File "/usr/lib/python3.9/threading.py", line 892, in run Mar 27 20:23:13 tinypilot python[692]: self._target(*self._args, **self._kwargs) Mar 27 20:23:13 tinypilot python[692]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 733, in _handle_event_internal Mar 27 20:23:13 tinypilot python[692]: r = server._trigger_event(data[0], namespace, sid, *data[1:]) Mar 27 20:23:13 tinypilot python[692]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 758, in _trigger_event Mar 27 20:23:13 tinypilot python[692]: return self.handlers[namespace][event](*args) Mar 27 20:23:13 tinypilot python[692]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 282, in _handler Mar 27 20:23:13 tinypilot python[692]: return self._handle_event(handler, message, namespace, sid, Mar 27 20:23:13 tinypilot python[692]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 828, in _handle_event Mar 27 20:23:13 tinypilot python[692]: ret = handler(*args) Mar 27 20:23:13 tinypilot python[692]: File "/opt/tinypilot/app/socket_api.py", line 62, in handler_with_auth_check Mar 27 20:23:13 tinypilot python[692]: return handler(*args, **kwargs) Mar 27 20:23:13 tinypilot python[692]: File "/opt/tinypilot/app/socket_api.py", line 102, in on_mouse_event Mar 27 20:23:13 tinypilot python[692]: fake_mouse.send_mouse_event(mouse_path, mouse_move_event.buttons, Mar 27 20:23:13 tinypilot python[692]: File "/opt/tinypilot/app/hid/mouse.py", line 17, in send_mouse_event Mar 27 20:23:13 tinypilot python[692]: hid_write.write_to_hid_interface(mouse_path, buf) Mar 27 20:23:13 tinypilot python[692]: File "/opt/tinypilot/app/hid/write.py", line 36, in write_to_hid_interface Mar 27 20:23:13 tinypilot python[692]: execute.with_timeout(_write_to_hid_interface_immediately, Mar 27 20:23:13 tinypilot python[692]: File "/opt/tinypilot/app/execute.py", line 86, in with_timeout Mar 27 20:23:13 tinypilot python[692]: raise result.exception Mar 27 20:23:13 tinypilot python[692]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Mar 27 20:23:13 tinypilot python[1124]: Process ProcessWithResult-66: Mar 27 20:23:13 tinypilot python[1124]: Traceback (most recent call last): Mar 27 20:23:13 tinypilot python[1124]: File "/usr/lib/python3.9/multiprocessing/process.py", line 315, in _bootstrap Mar 27 20:23:13 tinypilot python[1124]: self.run() Mar 27 20:23:13 tinypilot python[1124]: File "/opt/tinypilot/app/execute.py", line 37, in run Mar 27 20:23:13 tinypilot python[1124]: result.return_value = self._target(*self._args, **self._kwargs) Mar 27 20:23:13 tinypilot python[1124]: File "/opt/tinypilot/app/hid/write.py", line 19, in _write_to_hid_interface_immediately Mar 27 20:23:13 tinypilot python[1124]: hid_handle.write(bytearray(buffer)) Mar 27 20:23:13 tinypilot python[1124]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Mar 27 20:23:13 tinypilot python[692]: Exception in thread Thread-101: Mar 27 20:23:13 tinypilot python[692]: Traceback (most recent call last): Mar 27 20:23:13 tinypilot python[692]: File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner Mar 27 20:23:13 tinypilot python[692]: self.run() Mar 27 20:23:13 tinypilot python[692]: File "/usr/lib/python3.9/threading.py", line 892, in run Mar 27 20:23:13 tinypilot python[692]: self._target(*self._args, **self._kwargs) Mar 27 20:23:13 tinypilot python[692]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 733, in _handle_event_internal Mar 27 20:23:13 tinypilot python[692]: r = server._trigger_event(data[0], namespace, sid, *data[1:]) Mar 27 20:23:13 tinypilot python[692]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 758, in _trigger_event Mar 27 20:23:13 tinypilot python[692]: return self.handlers[namespace][event](*args) Mar 27 20:23:13 tinypilot python[692]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 282, in _handler Mar 27 20:23:13 tinypilot python[692]: return self._handle_event(handler, message, namespace, sid, Mar 27 20:23:13 tinypilot python[692]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 828, in _handle_event Mar 27 20:23:13 tinypilot python[692]: ret = handler(*args) Mar 27 20:23:13 tinypilot python[692]: File "/opt/tinypilot/app/socket_api.py", line 62, in handler_with_auth_check Mar 27 20:23:13 tinypilot python[692]: return handler(*args, **kwargs) Mar 27 20:23:13 tinypilot python[692]: File "/opt/tinypilot/app/socket_api.py", line 102, in on_mouse_event Mar 27 20:23:13 tinypilot python[692]: fake_mouse.send_mouse_event(mouse_path, mouse_move_event.buttons, Mar 27 20:23:13 tinypilot python[692]: File "/opt/tinypilot/app/hid/mouse.py", line 17, in send_mouse_event Mar 27 20:23:13 tinypilot python[692]: hid_write.write_to_hid_interface(mouse_path, buf) Mar 27 20:23:13 tinypilot python[692]: File "/opt/tinypilot/app/hid/write.py", line 36, in write_to_hid_interface Mar 27 20:23:13 tinypilot python[692]: execute.with_timeout(_write_to_hid_interface_immediately, Mar 27 20:23:13 tinypilot python[692]: File "/opt/tinypilot/app/execute.py", line 86, in with_timeout Mar 27 20:23:13 tinypilot python[692]: raise result.exception Mar 27 20:23:13 tinypilot python[692]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Mar 27 20:23:13 tinypilot python[1125]: Process ProcessWithResult-67: Mar 27 20:23:13 tinypilot python[1125]: Traceback (most recent call last): Mar 27 20:23:13 tinypilot python[1125]: File "/usr/lib/python3.9/multiprocessing/process.py", line 315, in _bootstrap Mar 27 20:23:13 tinypilot python[1125]: self.run() Mar 27 20:23:13 tinypilot python[1125]: File "/opt/tinypilot/app/execute.py", line 37, in run Mar 27 20:23:13 tinypilot python[1125]: result.return_value = self._target(*self._args, **self._kwargs) Mar 27 20:23:13 tinypilot python[1125]: File "/opt/tinypilot/app/hid/write.py", line 19, in _write_to_hid_interface_immediately Mar 27 20:23:13 tinypilot python[1125]: hid_handle.write(bytearray(buffer)) Mar 27 20:23:13 tinypilot python[1125]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Mar 27 20:23:13 tinypilot python[692]: Exception in thread Thread-102: Mar 27 20:23:13 tinypilot python[692]: Traceback (most recent call last): Mar 27 20:23:13 tinypilot python[692]: File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner Mar 27 20:23:13 tinypilot python[692]: self.run() Mar 27 20:23:13 tinypilot python[692]: File "/usr/lib/python3.9/threading.py", line 892, in run Mar 27 20:23:13 tinypilot python[692]: self._target(*self._args, **self._kwargs) Mar 27 20:23:13 tinypilot python[692]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 733, in _handle_event_internal Mar 27 20:23:13 tinypilot python[692]: r = server._trigger_event(data[0], namespace, sid, *data[1:]) Mar 27 20:23:13 tinypilot python[692]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 758, in _trigger_event Mar 27 20:23:13 tinypilot python[692]: return self.handlers[namespace][event](*args) Mar 27 20:23:13 tinypilot python[692]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 282, in _handler Mar 27 20:23:13 tinypilot python[692]: return self._handle_event(handler, message, namespace, sid, Mar 27 20:23:13 tinypilot python[692]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 828, in _handle_event Mar 27 20:23:13 tinypilot python[692]: ret = handler(*args) Mar 27 20:23:13 tinypilot python[692]: File "/opt/tinypilot/app/socket_api.py", line 62, in handler_with_auth_check Mar 27 20:23:13 tinypilot python[692]: return handler(*args, **kwargs) Mar 27 20:23:13 tinypilot python[692]: File "/opt/tinypilot/app/socket_api.py", line 102, in on_mouse_event Mar 27 20:23:13 tinypilot python[692]: fake_mouse.send_mouse_event(mouse_path, mouse_move_event.buttons, Mar 27 20:23:13 tinypilot python[692]: File "/opt/tinypilot/app/hid/mouse.py", line 17, in send_mouse_event Mar 27 20:23:13 tinypilot python[692]: hid_write.write_to_hid_interface(mouse_path, buf) Mar 27 20:23:13 tinypilot python[692]: File "/opt/tinypilot/app/hid/write.py", line 36, in write_to_hid_interface Mar 27 20:23:13 tinypilot python[692]: execute.with_timeout(_write_to_hid_interface_immediately, Mar 27 20:23:13 tinypilot python[692]: File "/opt/tinypilot/app/execute.py", line 86, in with_timeout Mar 27 20:23:13 tinypilot python[692]: raise result.exception Mar 27 20:23:13 tinypilot python[692]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Mar 27 20:23:13 tinypilot python[1126]: Process ProcessWithResult-68: Mar 27 20:23:13 tinypilot python[1126]: Traceback (most recent call last): Mar 27 20:23:13 tinypilot python[1126]: File "/usr/lib/python3.9/multiprocessing/process.py", line 315, in _bootstrap Mar 27 20:23:13 tinypilot python[1126]: self.run() Mar 27 20:23:13 tinypilot python[1126]: File "/opt/tinypilot/app/execute.py", line 37, in run Mar 27 20:23:13 tinypilot python[1126]: result.return_value = self._target(*self._args, **self._kwargs) Mar 27 20:23:13 tinypilot python[1126]: File "/opt/tinypilot/app/hid/write.py", line 19, in _write_to_hid_interface_immediately Mar 27 20:23:13 tinypilot python[1126]: hid_handle.write(bytearray(buffer)) Mar 27 20:23:13 tinypilot python[1126]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Mar 27 20:23:13 tinypilot python[692]: Exception in thread Thread-103: Mar 27 20:23:13 tinypilot python[692]: Traceback (most recent call last): Mar 27 20:23:13 tinypilot python[692]: File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner Mar 27 20:23:13 tinypilot python[692]: self.run() Mar 27 20:23:13 tinypilot python[692]: File "/usr/lib/python3.9/threading.py", line 892, in run Mar 27 20:23:13 tinypilot python[692]: self._target(*self._args, **self._kwargs) Mar 27 20:23:13 tinypilot python[692]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 733, in _handle_event_internal Mar 27 20:23:13 tinypilot python[692]: r = server._trigger_event(data[0], namespace, sid, *data[1:]) Mar 27 20:23:13 tinypilot python[692]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 758, in _trigger_event Mar 27 20:23:13 tinypilot python[692]: return self.handlers[namespace][event](*args) Mar 27 20:23:13 tinypilot python[692]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 282, in _handler Mar 27 20:23:13 tinypilot python[692]: return self._handle_event(handler, message, namespace, sid, Mar 27 20:23:13 tinypilot python[692]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 828, in _handle_event Mar 27 20:23:13 tinypilot python[692]: ret = handler(*args) Mar 27 20:23:13 tinypilot python[692]: File "/opt/tinypilot/app/socket_api.py", line 62, in handler_with_auth_check Mar 27 20:23:13 tinypilot python[692]: return handler(*args, **kwargs) Mar 27 20:23:13 tinypilot python[692]: File "/opt/tinypilot/app/socket_api.py", line 102, in on_mouse_event Mar 27 20:23:13 tinypilot python[692]: fake_mouse.send_mouse_event(mouse_path, mouse_move_event.buttons, Mar 27 20:23:13 tinypilot python[692]: File "/opt/tinypilot/app/hid/mouse.py", line 17, in send_mouse_event Mar 27 20:23:13 tinypilot python[692]: hid_write.write_to_hid_interface(mouse_path, buf) Mar 27 20:23:13 tinypilot python[692]: File "/opt/tinypilot/app/hid/write.py", line 36, in write_to_hid_interface Mar 27 20:23:13 tinypilot python[692]: execute.with_timeout(_write_to_hid_interface_immediately, Mar 27 20:23:13 tinypilot python[692]: File "/opt/tinypilot/app/execute.py", line 86, in with_timeout Mar 27 20:23:13 tinypilot python[692]: raise result.exception Mar 27 20:23:13 tinypilot python[692]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Mar 27 20:23:13 tinypilot python[1127]: Process ProcessWithResult-69: Mar 27 20:23:13 tinypilot python[1127]: Traceback (most recent call last): Mar 27 20:23:13 tinypilot python[1127]: File "/usr/lib/python3.9/multiprocessing/process.py", line 315, in _bootstrap Mar 27 20:23:13 tinypilot python[1127]: self.run() Mar 27 20:23:13 tinypilot python[1127]: File "/opt/tinypilot/app/execute.py", line 37, in run Mar 27 20:23:13 tinypilot python[1127]: result.return_value = self._target(*self._args, **self._kwargs) Mar 27 20:23:13 tinypilot python[1127]: File "/opt/tinypilot/app/hid/write.py", line 19, in _write_to_hid_interface_immediately Mar 27 20:23:13 tinypilot python[1127]: hid_handle.write(bytearray(buffer)) Mar 27 20:23:13 tinypilot python[1127]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Mar 27 20:23:13 tinypilot python[692]: Exception in thread Thread-104: Mar 27 20:23:13 tinypilot python[692]: Traceback (most recent call last): Mar 27 20:23:13 tinypilot python[692]: File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner Mar 27 20:23:13 tinypilot python[692]: self.run() Mar 27 20:23:13 tinypilot python[692]: File "/usr/lib/python3.9/threading.py", line 892, in run Mar 27 20:23:13 tinypilot python[692]: self._target(*self._args, **self._kwargs) Mar 27 20:23:13 tinypilot python[692]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 733, in _handle_event_internal Mar 27 20:23:13 tinypilot python[692]: r = server._trigger_event(data[0], namespace, sid, *data[1:]) Mar 27 20:23:13 tinypilot python[692]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 758, in _trigger_event Mar 27 20:23:13 tinypilot python[692]: return self.handlers[namespace][event](*args) Mar 27 20:23:13 tinypilot python[692]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 282, in _handler Mar 27 20:23:13 tinypilot python[692]: return self._handle_event(handler, message, namespace, sid, Mar 27 20:23:13 tinypilot python[692]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 828, in _handle_event Mar 27 20:23:13 tinypilot python[692]: ret = handler(*args) Mar 27 20:23:13 tinypilot python[692]: File "/opt/tinypilot/app/socket_api.py", line 62, in handler_with_auth_check Mar 27 20:23:13 tinypilot python[692]: return handler(*args, **kwargs) Mar 27 20:23:13 tinypilot python[692]: File "/opt/tinypilot/app/socket_api.py", line 102, in on_mouse_event Mar 27 20:23:13 tinypilot python[692]: fake_mouse.send_mouse_event(mouse_path, mouse_move_event.buttons, Mar 27 20:23:13 tinypilot python[692]: File "/opt/tinypilot/app/hid/mouse.py", line 17, in send_mouse_event Mar 27 20:23:13 tinypilot python[692]: hid_write.write_to_hid_interface(mouse_path, buf) Mar 27 20:23:13 tinypilot python[692]: File "/opt/tinypilot/app/hid/write.py", line 36, in write_to_hid_interface Mar 27 20:23:13 tinypilot python[692]: execute.with_timeout(_write_to_hid_interface_immediately, Mar 27 20:23:13 tinypilot python[692]: File "/opt/tinypilot/app/execute.py", line 86, in with_timeout Mar 27 20:23:13 tinypilot python[692]: raise result.exception Mar 27 20:23:13 tinypilot python[692]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Mar 27 20:23:14 tinypilot python[692]: 2024-03-27 20:23:14.529 session INFO [SENSITIVE] Ended session for user mareox [/SENSITIVE] Mar 27 20:23:14 tinypilot python[692]: 2024-03-27 20:23:14.564 socket_api INFO Client DR9-fztVWGoIUYg4AAAD disconnected Mar 27 20:23:19 tinypilot python[692]: 2024-03-27 20:23:19.846 api INFO [SENSITIVE] Login request from IP 192.168.10.11 [/SENSITIVE] Mar 27 20:23:19 tinypilot python[692]: 2024-03-27 20:23:19.847 auth INFO [SENSITIVE] Checking authentication for user mareox [/SENSITIVE] Mar 27 20:23:19 tinypilot python[692]: 2024-03-27 20:23:19.982 session INFO [SENSITIVE] Started session for user mareox [/SENSITIVE] Mar 27 20:23:20 tinypilot python[692]: 2024-03-27 20:23:20.154 socket_api INFO Client MSgVpAzoh-rD3S5jAAAF connected Mar 27 20:23:22 tinypilot sudo[1136]: tinypilot : PWD=/opt/tinypilot ; USER=root ; COMMAND=/opt/tinypilot-privileged/scripts/collect-debug-logs -q Mar 27 20:23:22 tinypilot sudo[1136]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=111) Mar 27 20:23:22 tinypilot runuser[1151]: pam_unix(runuser:session): session opened for user tinypilot(uid=111) by (uid=0) Mar 27 20:23:22 tinypilot runuser[1151]: pam_unix(runuser:session): session closed for user tinypilot Mar 27 20:23:22 tinypilot runuser[1165]: pam_unix(runuser:session): session opened for user tinypilot(uid=111) by (uid=0) Mar 27 20:23:23 tinypilot python[1172]: 2024-03-27 20:23:23.467 app.main INFO Starting app Mar 27 20:23:23 tinypilot python[1172]: 2024-03-27 20:23:23.526 db.store INFO Loading database migrations from /opt/tinypilot/app/db/migrations/*.sql Mar 27 20:23:23 tinypilot python[1172]: 2024-03-27 20:23:23.527 db.store INFO Read 7 database migrations from disk Mar 27 20:23:23 tinypilot runuser[1165]: pam_unix(runuser:session): session closed for user tinypilot TinyPilot update logs Get:2 /mnt/tinypilot-installer/tinypilot_20231109172723_armhf.deb tinypilot armhf 20231109172723 [2,510 kB] apt-listchanges: Reading changelogs... debconf: unable to initialize frontend: Dialog debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.) debconf: falling back to frontend: Readline debconf: unable to initialize frontend: Readline debconf: (This frontend requires a controlling tty.) debconf: falling back to frontend: Teletype dpkg-preconfigure: unable to re-open stdin: [614B blob data] Preparing to unpack .../ustreamer_5.43-20231004144402_armhf.deb ... Unpacking ustreamer (5.43-20231004144402) over (5.38-20230802141939) ... Preparing to unpack .../tinypilot_20231109172723_armhf.deb ... Unpacking tinypilot (20231109172723) over (20230904111604) ... Setting up ustreamer (5.43-20231004144402) ... Warning: The home dir /home/ustreamer you specified already exists. The system user `ustreamer' already exists. Exiting. Setting up tinypilot (20231109172723) ... Warning: The home dir /home/tinypilot you specified already exists. The system user `tinypilot' already exists. Exiting. /opt/tinypilot / / /opt/tinypilot / / /opt/tinypilot / / nginx: the configuration file /etc/nginx/nginx.conf syntax is ok nginx: configuration file /etc/nginx/nginx.conf test is successful active /opt/tinypilot / / update-tls-cert-common-name.service is a disabled or a static unit not running, not starting it. Processing triggers for man-db (2.9.4-2) ... + mv yq /usr/bin/yq + chmod 0755 /usr/bin/yq + clean_up + sudo umount --lazy /mnt/tinypilot-installer + sudo rm -rf /opt/tinypilot-updater /mnt/tinypilot-installer 2023-12-14 01:47:53.978 __main__ INFO Update completed successfully 2023-12-14 01:47:53.980 update.result_store INFO Writing result file to /home/tinypilot/logs/latest-update-result.json 2023-12-14 01:47:53.981 update.target_version INFO Clearing target version file /home/tinypilot/target-version 2024-03-06 06:47:19.873 __main__ INFO Starting TinyPilot update 2024-03-06 06:47:19.874 __main__ INFO Launching update script: /opt/tinypilot-privileged/scripts/update + set -u + set -e + readonly VERSION_FILE=/home/tinypilot/target-version + VERSION_FILE=/home/tinypilot/target-version + SCRIPT_ARGS=() + [[ -f /home/tinypilot/target-version ]] ++ cat /home/tinypilot/target-version + VERSION=2.6.3 + SCRIPT_ARGS+=(--version "${VERSION}") + readonly SCRIPT_ARGS + curl --silent --show-error https://gk.tinypilotkvm.com/get-tinypilot-pro.sh + bash -s -- --version 2.6.3 + TARGET_VERSION= + ALLOW_REINSTALL=false + [[ 2 -gt 0 ]] + case "$1" in + TARGET_VERSION=2.6.3 + shift + shift + [[ 0 -gt 0 ]] + readonly ALLOW_REINSTALL + readonly LEGACY_INSTALLER_DIR=/opt/tinypilot-updater + LEGACY_INSTALLER_DIR=/opt/tinypilot-updater + readonly RAMDISK_SIZE_MIB=560 + RAMDISK_SIZE_MIB=560 ++ free --mebi ++ grep --fixed-strings Mem: ++ cut --delimiter ' ' --fields 7 ++ tr --squeeze-repeats ' ' + AVAILABLE_MEMORY_MIB=1417 + readonly AVAILABLE_MEMORY_MIB + INSTALLER_DIR=/mnt/tinypilot-installer + trap clean_up EXIT + (( 1417 >= 560 )) + sudo mkdir /mnt/tinypilot-installer + sudo mount --types tmpfs --options size=560m --source tmpfs --target /mnt/tinypilot-installer --verbose mount: tmpfs mounted on /mnt/tinypilot-installer. + readonly INSTALLER_DIR + readonly TMPDIR=/mnt/tinypilot-installer/tmp + TMPDIR=/mnt/tinypilot-installer/tmp + export TMPDIR + sudo mkdir /mnt/tinypilot-installer/tmp + readonly BUNDLE_FILE=/mnt/tinypilot-installer/bundle.tgz + BUNDLE_FILE=/mnt/tinypilot-installer/bundle.tgz + readonly TARGET_VERSION_FILE=/mnt/tinypilot-installer/target_version.json + TARGET_VERSION_FILE=/mnt/tinypilot-installer/target_version.json + readonly TINYPILOT_VERSION_FILE=/opt/tinypilot/VERSION + TINYPILOT_VERSION_FILE=/opt/tinypilot/VERSION + CURRENT_VERSION= + [[ -f /opt/tinypilot/VERSION ]] ++ cat /opt/tinypilot/VERSION + CURRENT_VERSION=2.6.2 + readonly CURRENT_VERSION + HAS_COMMUNITY_INSTALLED=0 + readonly TINYPILOT_README_FILE=/opt/tinypilot/README.md + TINYPILOT_README_FILE=/opt/tinypilot/README.md + [[ -f /opt/tinypilot/README.md ]] ++ head -n 1 /opt/tinypilot/README.md + [[ # TinyPilot Pro == \#\ \T\i\n\y\P\i\l\o\t ]] + readonly HAS_COMMUNITY_INSTALLED + [[ -z 2.6.3 ]] + readonly TARGET_VERSION + [[ 2.6.2 == \2\.\6\.\3 ]] + readonly TINYPILOT_LICENSE_KEY=UNSPECIFIED + TINYPILOT_LICENSE_KEY=UNSPECIFIED ++ tr --delete '\0' + DEVICE_SERIAL_NUMBER=1000000015cf5b84 + readonly DEVICE_SERIAL_NUMBER ++ curl https://gk.tinypilotkvm.com/pro/download/2.6.3 --location --header 'TP-License: UNSPECIFIED' --header 'TP-Device-Serial-Number: 1000000015cf5b84' --output /mnt/tinypilot-installer/bundle.tgz --write-out '%{http_code}' --silent + HTTP_CODE=200 + readonly HTTP_CODE + [[ 200 != \2\0\0 ]] + sudo tar --gunzip --extract --file /mnt/tinypilot-installer/bundle.tgz --directory /mnt/tinypilot-installer + sudo chown root:root --recursive /mnt/tinypilot-installer + [[ 0 -eq 1 ]] + pushd /mnt/tinypilot-installer /mnt/tinypilot-installer /opt/tinypilot + sudo TMPDIR=/mnt/tinypilot-installer/tmp ./install + grep -q '^Model *: Raspberry Pi 3' /proc/cpuinfo ++ lsb_release --id --short + [[ Raspbian == \R\a\s\p\b\i\a\n ]] ++ lsb_release --release --short + (( 11 < 11 )) ++ lsb_release --id --short + [[ Raspbian == \R\a\s\p\b\i\a\n ]] ++ lsb_release --release --short + (( 11 > 11 )) + grep -q boot=overlay /proc/cmdline ++ ls janus_1.0.1-1~bpo11+1_armhf.deb + JANUS_DEBIAN_PACKAGE=janus_1.0.1-1~bpo11+1_armhf.deb + readonly JANUS_DEBIAN_PACKAGE ++ ls ustreamer_5.43-20231004144402_armhf.deb + USTREAMER_DEBIAN_PACKAGE=ustreamer_5.43-20231004144402_armhf.deb + readonly USTREAMER_DEBIAN_PACKAGE ++ ls tinypilot_20240229123737_armhf.deb + TINYPILOT_DEBIAN_PACKAGE=tinypilot_20240229123737_armhf.deb + readonly TINYPILOT_DEBIAN_PACKAGE + apt-get update --allow-releaseinfo-change-suite Get:1 https://pkgs.tailscale.com/stable/raspbian bullseye InRelease Get:2 https://pkgs.tailscale.com/stable/raspbian bullseye/main armhf Packages [9786 B] Get:3 http://archive.raspberrypi.org/debian bullseye InRelease [23.6 kB] Get:4 http://archive.raspberrypi.org/debian bullseye/main armhf Packages [313 kB] Get:5 http://raspbian.raspberrypi.org/raspbian bullseye InRelease [15.0 kB] Get:6 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf Packages [13.2 MB] Fetched 13.6 MB in 8s (1602 kB/s) Reading package lists... + apt-get install -y ./janus_1.0.1-1~bpo11+1_armhf.deb ./ustreamer_5.43-20231004144402_armhf.deb ./tinypilot_20240229123737_armhf.deb Reading package lists... Building dependency tree... Reading state information... janus is already the newest version (1.0.1-1~bpo11+1). ustreamer is already the newest version (5.43-20231004144402). The following packages were automatically installed and are no longer required: dos2unix libssl1.0.2 Use 'sudo apt autoremove' to remove them. The following packages will be upgraded: tinypilot 1 upgraded, 0 newly installed, 0 to remove and 1 not upgraded. Need to get 0 B/2515 kB of archives. After this operation, 30.7 kB of additional disk space will be used. Get:1 /mnt/tinypilot-installer/tinypilot_20240229123737_armhf.deb tinypilot armhf 20240229123737 [2515 kB] apt-listchanges: Reading changelogs... debconf: unable to initialize frontend: Dialog debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.) debconf: falling back to frontend: Readline debconf: unable to initialize frontend: Readline debconf: (This frontend requires a controlling tty.) debconf: falling back to frontend: Teletype dpkg-preconfigure: unable to re-open stdin: [614B blob data] Preparing to unpack .../tinypilot_20240229123737_armhf.deb ... Unpacking tinypilot (20240229123737) over (20231109172723) ... Setting up tinypilot (20240229123737) ... Installing new version of config file /etc/sudoers.d/tinypilot ... Warning: The home dir /home/tinypilot you specified already exists. The system user `tinypilot' already exists. Exiting. /opt/tinypilot / / /opt/tinypilot / / /opt/tinypilot / / nginx: the configuration file /etc/nginx/nginx.conf syntax is ok nginx: configuration file /etc/nginx/nginx.conf test is successful active /opt/tinypilot / / Warning: The unit file, source configuration file or drop-ins of janus.service changed on disk. Run 'systemctl daemon-reload' to reload units. update-tls-cert-common-name.service is a disabled or a static unit not running, not starting it. + mv yq /usr/bin/yq + chmod 0755 /usr/bin/yq + clean_up + sudo umount --lazy /mnt/tinypilot-installer + sudo rm -rf /opt/tinypilot-updater /mnt/tinypilot-installer 2024-03-06 06:49:32.027 __main__ INFO Update completed successfully 2024-03-06 06:49:32.028 update.result_store INFO Writing result file to /home/tinypilot/logs/latest-update-result.json 2024-03-06 06:49:32.029 update.target_version INFO Clearing target version file /home/tinypilot/target-version 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_h264_bitrate: 20000 uStreamer logs -- Journal begins at Wed 2024-03-27 19:18:53 GMT, ends at Wed 2024-03-27 20:23:23 GMT. -- Mar 27 19:53:17 tinypilot systemd[1]: Started uStreamer - Lightweight, optimized video encoder. Mar 27 19:53:19 tinypilot launch[510]: + 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 --h264-bitrate 20000 Mar 27 19:53:19 tinypilot launch[510]: -- INFO [9.504 main] -- Starting PiKVM uStreamer 5.43 ... Mar 27 19:53:19 tinypilot launch[510]: -- INFO [9.505 main] -- Using internal blank placeholder Mar 27 19:53:19 tinypilot launch[510]: -- INFO [9.505 main] -- Using H264-sink: tinypilot::ustreamer::h264 Mar 27 19:53:19 tinypilot launch[510]: -- INFO [9.505 main] -- Listening HTTP on [127.0.0.1]:48001 Mar 27 19:53:19 tinypilot launch[510]: -- INFO [9.506 stream] -- Using V4L2 device: /dev/video0 Mar 27 19:53:19 tinypilot launch[510]: -- INFO [9.506 stream] -- Using desired FPS: 0 Mar 27 19:53:19 tinypilot launch[510]: -- INFO [9.506 http] -- Starting HTTP eventloop ... Mar 27 19:53:19 tinypilot launch[510]: -- INFO [9.506 stream] -- H264: Initializing encoder ... Mar 27 19:53:19 tinypilot launch[510]: -- INFO [9.514 stream] -- H264: Configuring encoder: DMA=0 ... Mar 27 19:53:19 tinypilot launch[510]: ================================================================================ Mar 27 19:53:19 tinypilot launch[510]: -- INFO [9.535 stream] -- Device fd=10 opened Mar 27 19:53:19 tinypilot launch[510]: -- INFO [9.535 stream] -- Using input channel: 0 Mar 27 19:53:19 tinypilot launch[510]: -- INFO [9.559 stream] -- Using resolution: 640x480 Mar 27 19:53:19 tinypilot launch[510]: -- INFO [9.559 stream] -- Using format: UYVY Mar 27 19:53:19 tinypilot launch[510]: -- INFO [9.559 stream] -- Querying HW FPS changing is not supported Mar 27 19:53:19 tinypilot launch[510]: -- INFO [9.559 stream] -- Using IO method: MMAP Mar 27 19:53:19 tinypilot launch[510]: -- INFO [9.563 stream] -- Requested 5 device buffers, got 5 Mar 27 19:53:19 tinypilot launch[510]: -- INFO [9.570 stream] -- Capturing started Mar 27 19:53:19 tinypilot launch[510]: -- INFO [9.570 stream] -- JPEG-0: Initializing encoder ... Mar 27 19:53:19 tinypilot launch[510]: -- INFO [9.570 stream] -- JPEG-1: Initializing encoder ... Mar 27 19:53:19 tinypilot launch[510]: -- INFO [9.570 stream] -- JPEG-2: Initializing encoder ... Mar 27 19:53:19 tinypilot launch[510]: -- INFO [9.571 stream] -- Using JPEG quality: 80% Mar 27 19:53:19 tinypilot launch[510]: -- INFO [9.571 stream] -- Creating pool JPEG with 3 workers ... Mar 27 19:53:19 tinypilot launch[510]: -- INFO [9.571 stream] -- Capturing ... Mar 27 19:53:19 tinypilot launch[510]: -- INFO [10.080 stream] -- H264: Configuring encoder: DMA=1 ... Mar 27 19:53:19 tinypilot launch[510]: -- INFO [10.081 jw-0] -- JPEG-0: Configuring encoder: DMA=0 ... Mar 27 19:53:19 tinypilot launch[510]: -- INFO [10.111 jw-1] -- JPEG-1: Configuring encoder: DMA=0 ... Mar 27 20:11:15 tinypilot launch[510]: -- INFO [724.502 http] -- HTTP: NEW client (now=1): [192.168.10.11]:53238, id=eb82d9f25026f030 Mar 27 20:23:14 tinypilot launch[510]: -- INFO [1443.177 http] -- HTTP: DEL client (now=0): [192.168.10.11]:53238, id=eb82d9f25026f030, Resource temporarily unavailable (reading,eof) Mar 27 20:23:20 tinypilot launch[510]: -- INFO [1448.754 http] -- HTTP: NEW client (now=1): [192.168.10.11]:39372, id=b353f333640ceaee nginx logs -- Journal begins at Wed 2024-03-27 19:18:53 GMT, ends at Wed 2024-03-27 20:23:23 GMT. -- Mar 27 19:53:17 tinypilot systemd[1]: Starting A high performance web server and a reverse proxy server... Mar 27 19:53:19 tinypilot systemd[1]: Started A high performance web server and a reverse proxy server. 2024/03/27 19:17:28 [alert] 672#672: *75 open socket #15 left in connection 7 2024/03/27 19:17:28 [alert] 672#672: *78 open socket #16 left in connection 8 2024/03/27 19:17:28 [alert] 672#672: aborting 192.168.10.11 - - [27/Mar/2024:20:23:20 +0000] "GET /js/poll.js HTTP/1.1" 200 1958 "http://tinypilot/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36" 192.168.10.11 - - [27/Mar/2024:20:23:20 +0000] "GET /js/settings.js HTTP/1.1" 200 1900 "http://tinypilot/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36" 192.168.10.11 - - [27/Mar/2024:20:23:20 +0000] "GET /js/wake-on-lan.js HTTP/1.1" 200 551 "http://tinypilot/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36" 192.168.10.11 - - [27/Mar/2024:20:23:20 +0000] "GET /js/logs.js HTTP/1.1" 200 1484 "http://tinypilot/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36" 192.168.10.11 - - [27/Mar/2024:20:23:20 +0000] "GET /js/clipboard.js HTTP/1.1" 200 889 "http://tinypilot/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36" 192.168.10.11 - - [27/Mar/2024:20:23:20 +0000] "GET /js/keycodes.js HTTP/1.1" 200 822 "http://tinypilot/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36" 192.168.10.11 - - [27/Mar/2024:20:23:20 +0000] "GET /js/hostname.js HTTP/1.1" 200 1317 "http://tinypilot/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36" 192.168.10.11 - - [27/Mar/2024:20:23:20 +0000] "GET /third-party/fonts/fonts.css HTTP/1.1" 200 1812 "http://tinypilot/css/style.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36" 192.168.10.11 - - [27/Mar/2024:20:23:20 +0000] "GET /css/button.css HTTP/1.1" 200 1976 "http://tinypilot/css/style.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36" 192.168.10.11 - - [27/Mar/2024:20:23:20 +0000] "GET /css/cursors.css HTTP/1.1" 200 618 "http://tinypilot/css/style.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36" 192.168.10.11 - - [27/Mar/2024:20:23:20 +0000] "GET /js/mouse.js HTTP/1.1" 200 8492 "http://tinypilot/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36" 192.168.10.11 - - [27/Mar/2024:20:23:20 +0000] "GET /js/updatelogs.js HTTP/1.1" 200 861 "http://tinypilot/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36" 192.168.10.11 - - [27/Mar/2024:20:23:20 +0000] "GET /third-party/fonts/overpass-light.woff2 HTTP/1.1" 200 26568 "http://tinypilot/third-party/fonts/fonts.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36" 192.168.10.11 - - [27/Mar/2024:20:23:20 +0000] "GET /third-party/fonts/overpass-semibold.woff2 HTTP/1.1" 200 25032 "http://tinypilot/third-party/fonts/fonts.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36" 192.168.10.11 - - [27/Mar/2024:20:23:20 +0000] "GET /js/keyboardstate.js HTTP/1.1" 200 3122 "http://tinypilot/js/app.js" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36" 192.168.10.11 - - [27/Mar/2024:20:23:20 +0000] "GET /js/keystrokes.js HTTP/1.1" 200 362 "http://tinypilot/js/app.js" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36" 192.168.10.11 - - [27/Mar/2024:20:23:20 +0000] "GET /js/overlays.js HTTP/1.1" 200 495 "http://tinypilot/js/app.js" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36" 192.168.10.11 - - [27/Mar/2024:20:23:20 +0000] "GET /css/icons.css HTTP/1.1" 200 841 "http://tinypilot/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36" 192.168.10.11 - - [27/Mar/2024:20:23:20 +0000] "GET /css/toggle.css HTTP/1.1" 200 1005 "http://tinypilot/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36" 192.168.10.11 - - [27/Mar/2024:20:23:20 +0000] "GET /img/video-stream-icon.svg HTTP/1.1" 304 5 "http://tinypilot/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36" 192.168.10.11 - - [27/Mar/2024:20:23:20 +0000] "GET /third-party/fonts/overpass-mono-light.woff2 HTTP/1.1" 200 50112 "http://tinypilot/third-party/fonts/fonts.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36" 192.168.10.11 - - [27/Mar/2024:20:23:20 +0000] "GET /img/warning-icon.svg HTTP/1.1" 304 5 "http://tinypilot/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36" 192.168.10.11 - - [27/Mar/2024:20:23:20 +0000] "GET /img/clipboard-icon.svg HTTP/1.1" 304 5 "http://tinypilot/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36" 192.168.10.11 - - [27/Mar/2024:20:23:20 +0000] "GET /img/logo.svg HTTP/1.1" 304 5 "http://tinypilot/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36" 192.168.10.11 - - [27/Mar/2024:20:23:20 +0000] "GET /img/angle-down-icon.svg HTTP/1.1" 304 5 "http://tinypilot/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36" 192.168.10.11 - - [27/Mar/2024:20:23:20 +0000] "GET /img/external-link-icon.svg HTTP/1.1" 304 5 "http://tinypilot/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36" 192.168.10.11 - - [27/Mar/2024:20:23:20 +0000] "GET /socket.io/?EIO=4&transport=polling&t=Ow1bDcY HTTP/1.1" 200 97 "http://tinypilot/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36" 192.168.10.11 - - [27/Mar/2024:20:23:20 +0000] "POST /socket.io/?EIO=4&transport=polling&t=Ow1bDcu&sid=Da1vlRAN46YPRjhrAAAE HTTP/1.1" 200 2 "http://tinypilot/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36" 192.168.10.11 - - [27/Mar/2024:20:23:20 +0000] "GET /socket.io/?EIO=4&transport=polling&t=Ow1bDcv&sid=Da1vlRAN46YPRjhrAAAE HTTP/1.1" 200 32 "http://tinypilot/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36" 192.168.10.11 - - [27/Mar/2024:20:23:20 +0000] "GET /socket.io/?EIO=4&transport=polling&t=Ow1bDdd&sid=Da1vlRAN46YPRjhrAAAE HTTP/1.1" 200 1 "http://tinypilot/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36"