TinyPilot Pro log dump https://tinypilotkvm.com Timestamp: 2024-02-23T14:40:24+00:00 Software versions TinyPilot version: 2.6.2 uStreamer version: 5.43 System information OS version: Linux localhost 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 (up) Mouse jiggler: disabled CPU Temperature: 43.3'C CPU throttled since boot: no Voltage issues: no Streaming mode Selected mode: H264 Current mode: H264 TinyPilot settings.yml ustreamer_desired_fps: 14 ustreamer_h264_bitrate: 9200 ustreamer_quality: 23 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 Feb 23 08:11:51 localhost python[580]: self._target(*self._args, **self._kwargs) Feb 23 08:11:51 localhost python[580]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 733, in _handle_event_internal Feb 23 08:11:51 localhost python[580]: r = server._trigger_event(data[0], namespace, sid, *data[1:]) Feb 23 08:11:51 localhost python[580]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 758, in _trigger_event Feb 23 08:11:51 localhost python[580]: return self.handlers[namespace][event](*args) Feb 23 08:11:51 localhost python[580]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 282, in _handler Feb 23 08:11:51 localhost python[580]: return self._handle_event(handler, message, namespace, sid, Feb 23 08:11:51 localhost python[580]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 828, in _handle_event Feb 23 08:11:51 localhost python[580]: ret = handler(*args) Feb 23 08:11:51 localhost python[580]: File "/opt/tinypilot/app/socket_api.py", line 62, in handler_with_auth_check Feb 23 08:11:51 localhost python[580]: return handler(*args, **kwargs) Feb 23 08:11:51 localhost python[580]: File "/opt/tinypilot/app/socket_api.py", line 102, in on_mouse_event Feb 23 08:11:51 localhost python[580]: fake_mouse.send_mouse_event(mouse_path, mouse_move_event.buttons, Feb 23 08:11:51 localhost python[580]: File "/opt/tinypilot/app/hid/mouse.py", line 17, in send_mouse_event Feb 23 08:11:51 localhost python[580]: hid_write.write_to_hid_interface(mouse_path, buf) Feb 23 08:11:51 localhost python[580]: File "/opt/tinypilot/app/hid/write.py", line 36, in write_to_hid_interface Feb 23 08:11:51 localhost python[580]: execute.with_timeout(_write_to_hid_interface_immediately, Feb 23 08:11:51 localhost python[580]: File "/opt/tinypilot/app/execute.py", line 86, in with_timeout Feb 23 08:11:51 localhost python[580]: raise result.exception Feb 23 08:11:51 localhost python[580]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Feb 23 08:11:51 localhost python[27297]: Process ProcessWithResult-165412: Feb 23 08:11:51 localhost python[27297]: Traceback (most recent call last): Feb 23 08:11:51 localhost python[27297]: File "/usr/lib/python3.9/multiprocessing/process.py", line 315, in _bootstrap Feb 23 08:11:51 localhost python[27297]: self.run() Feb 23 08:11:51 localhost python[27297]: File "/opt/tinypilot/app/execute.py", line 37, in run Feb 23 08:11:51 localhost python[27297]: result.return_value = self._target(*self._args, **self._kwargs) Feb 23 08:11:51 localhost python[27297]: File "/opt/tinypilot/app/hid/write.py", line 19, in _write_to_hid_interface_immediately Feb 23 08:11:51 localhost python[27297]: hid_handle.write(bytearray(buffer)) Feb 23 08:11:51 localhost python[27297]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Feb 23 08:11:51 localhost python[580]: Exception in thread Thread-164102: Feb 23 08:11:51 localhost python[580]: Traceback (most recent call last): Feb 23 08:11:51 localhost python[580]: File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner Feb 23 08:11:51 localhost python[580]: self.run() Feb 23 08:11:51 localhost python[580]: File "/usr/lib/python3.9/threading.py", line 892, in run Feb 23 08:11:51 localhost python[580]: self._target(*self._args, **self._kwargs) Feb 23 08:11:51 localhost python[580]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 733, in _handle_event_internal Feb 23 08:11:51 localhost python[580]: r = server._trigger_event(data[0], namespace, sid, *data[1:]) Feb 23 08:11:51 localhost python[580]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 758, in _trigger_event Feb 23 08:11:51 localhost python[580]: return self.handlers[namespace][event](*args) Feb 23 08:11:51 localhost python[580]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 282, in _handler Feb 23 08:11:51 localhost python[580]: return self._handle_event(handler, message, namespace, sid, Feb 23 08:11:51 localhost python[580]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 828, in _handle_event Feb 23 08:11:51 localhost python[580]: ret = handler(*args) Feb 23 08:11:51 localhost python[580]: File "/opt/tinypilot/app/socket_api.py", line 62, in handler_with_auth_check Feb 23 08:11:51 localhost python[580]: return handler(*args, **kwargs) Feb 23 08:11:51 localhost python[580]: File "/opt/tinypilot/app/socket_api.py", line 102, in on_mouse_event Feb 23 08:11:51 localhost python[580]: fake_mouse.send_mouse_event(mouse_path, mouse_move_event.buttons, Feb 23 08:11:51 localhost python[580]: File "/opt/tinypilot/app/hid/mouse.py", line 17, in send_mouse_event Feb 23 08:11:51 localhost python[580]: hid_write.write_to_hid_interface(mouse_path, buf) Feb 23 08:11:51 localhost python[580]: File "/opt/tinypilot/app/hid/write.py", line 36, in write_to_hid_interface Feb 23 08:11:51 localhost python[580]: execute.with_timeout(_write_to_hid_interface_immediately, Feb 23 08:11:51 localhost python[580]: File "/opt/tinypilot/app/execute.py", line 86, in with_timeout Feb 23 08:11:51 localhost python[580]: raise result.exception Feb 23 08:11:51 localhost python[580]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Feb 23 08:11:51 localhost python[27299]: Process ProcessWithResult-165413: Feb 23 08:11:51 localhost python[27299]: Traceback (most recent call last): Feb 23 08:11:51 localhost python[27299]: File "/usr/lib/python3.9/multiprocessing/process.py", line 315, in _bootstrap Feb 23 08:11:51 localhost python[27299]: self.run() Feb 23 08:11:51 localhost python[27299]: File "/opt/tinypilot/app/execute.py", line 37, in run Feb 23 08:11:51 localhost python[27299]: result.return_value = self._target(*self._args, **self._kwargs) Feb 23 08:11:51 localhost python[27299]: File "/opt/tinypilot/app/hid/write.py", line 19, in _write_to_hid_interface_immediately Feb 23 08:11:51 localhost python[27299]: hid_handle.write(bytearray(buffer)) Feb 23 08:11:51 localhost python[27299]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Feb 23 08:11:51 localhost python[580]: Exception in thread Thread-164103: Feb 23 08:11:51 localhost python[580]: Traceback (most recent call last): Feb 23 08:11:51 localhost python[580]: File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner Feb 23 08:11:51 localhost python[580]: self.run() Feb 23 08:11:51 localhost python[580]: File "/usr/lib/python3.9/threading.py", line 892, in run Feb 23 08:11:51 localhost python[580]: self._target(*self._args, **self._kwargs) Feb 23 08:11:51 localhost python[580]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 733, in _handle_event_internal Feb 23 08:11:51 localhost python[580]: r = server._trigger_event(data[0], namespace, sid, *data[1:]) Feb 23 08:11:51 localhost python[580]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 758, in _trigger_event Feb 23 08:11:51 localhost python[580]: return self.handlers[namespace][event](*args) Feb 23 08:11:51 localhost python[580]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 282, in _handler Feb 23 08:11:51 localhost python[580]: return self._handle_event(handler, message, namespace, sid, Feb 23 08:11:51 localhost python[580]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 828, in _handle_event Feb 23 08:11:51 localhost python[580]: ret = handler(*args) Feb 23 08:11:51 localhost python[580]: File "/opt/tinypilot/app/socket_api.py", line 62, in handler_with_auth_check Feb 23 08:11:51 localhost python[580]: return handler(*args, **kwargs) Feb 23 08:11:51 localhost python[580]: File "/opt/tinypilot/app/socket_api.py", line 102, in on_mouse_event Feb 23 08:11:51 localhost python[580]: fake_mouse.send_mouse_event(mouse_path, mouse_move_event.buttons, Feb 23 08:11:51 localhost python[580]: File "/opt/tinypilot/app/hid/mouse.py", line 17, in send_mouse_event Feb 23 08:11:51 localhost python[580]: hid_write.write_to_hid_interface(mouse_path, buf) Feb 23 08:11:51 localhost python[580]: File "/opt/tinypilot/app/hid/write.py", line 36, in write_to_hid_interface Feb 23 08:11:51 localhost python[580]: execute.with_timeout(_write_to_hid_interface_immediately, Feb 23 08:11:51 localhost python[580]: File "/opt/tinypilot/app/execute.py", line 86, in with_timeout Feb 23 08:11:51 localhost python[580]: raise result.exception Feb 23 08:11:51 localhost python[580]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Feb 23 08:11:51 localhost python[27300]: Process ProcessWithResult-165414: Feb 23 08:11:51 localhost python[27300]: Traceback (most recent call last): Feb 23 08:11:51 localhost python[27300]: File "/usr/lib/python3.9/multiprocessing/process.py", line 315, in _bootstrap Feb 23 08:11:51 localhost python[27300]: self.run() Feb 23 08:11:51 localhost python[27300]: File "/opt/tinypilot/app/execute.py", line 37, in run Feb 23 08:11:51 localhost python[27300]: result.return_value = self._target(*self._args, **self._kwargs) Feb 23 08:11:51 localhost python[27300]: File "/opt/tinypilot/app/hid/write.py", line 19, in _write_to_hid_interface_immediately Feb 23 08:11:51 localhost python[27300]: hid_handle.write(bytearray(buffer)) Feb 23 08:11:51 localhost python[27300]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Feb 23 08:11:51 localhost python[580]: Exception in thread Thread-164104: Feb 23 08:11:51 localhost python[580]: Traceback (most recent call last): Feb 23 08:11:51 localhost python[580]: File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner Feb 23 08:11:51 localhost python[580]: self.run() Feb 23 08:11:51 localhost python[580]: File "/usr/lib/python3.9/threading.py", line 892, in run Feb 23 08:11:51 localhost python[580]: self._target(*self._args, **self._kwargs) Feb 23 08:11:51 localhost python[580]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 733, in _handle_event_internal Feb 23 08:11:51 localhost python[580]: r = server._trigger_event(data[0], namespace, sid, *data[1:]) Feb 23 08:11:51 localhost python[580]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 758, in _trigger_event Feb 23 08:11:51 localhost python[580]: return self.handlers[namespace][event](*args) Feb 23 08:11:51 localhost python[580]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 282, in _handler Feb 23 08:11:51 localhost python[580]: return self._handle_event(handler, message, namespace, sid, Feb 23 08:11:51 localhost python[580]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 828, in _handle_event Feb 23 08:11:51 localhost python[580]: ret = handler(*args) Feb 23 08:11:51 localhost python[580]: File "/opt/tinypilot/app/socket_api.py", line 62, in handler_with_auth_check Feb 23 08:11:51 localhost python[580]: return handler(*args, **kwargs) Feb 23 08:11:51 localhost python[580]: File "/opt/tinypilot/app/socket_api.py", line 102, in on_mouse_event Feb 23 08:11:51 localhost python[580]: fake_mouse.send_mouse_event(mouse_path, mouse_move_event.buttons, Feb 23 08:11:51 localhost python[580]: File "/opt/tinypilot/app/hid/mouse.py", line 17, in send_mouse_event Feb 23 08:11:51 localhost python[580]: hid_write.write_to_hid_interface(mouse_path, buf) Feb 23 08:11:51 localhost python[580]: File "/opt/tinypilot/app/hid/write.py", line 36, in write_to_hid_interface Feb 23 08:11:51 localhost python[580]: execute.with_timeout(_write_to_hid_interface_immediately, Feb 23 08:11:51 localhost python[580]: File "/opt/tinypilot/app/execute.py", line 86, in with_timeout Feb 23 08:11:51 localhost python[580]: raise result.exception Feb 23 08:11:51 localhost python[580]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Feb 23 08:11:58 localhost python[580]: 2024-02-23 08:11:58.230 socket_api INFO Client NbdP2qgqcIlQLRwWAAA6 disconnected Feb 23 14:40:07 localhost python[580]: 2024-02-23 14:40:07.197 api INFO [SENSITIVE] Login request from IP 100.99.114.38 [/SENSITIVE] Feb 23 14:40:07 localhost python[580]: 2024-02-23 14:40:07.198 auth INFO [SENSITIVE] Checking authentication for user zkltok [/SENSITIVE] Feb 23 14:40:07 localhost python[580]: 2024-02-23 14:40:07.336 session INFO [SENSITIVE] Started session for user zkltok [/SENSITIVE] Feb 23 14:40:09 localhost python[580]: 2024-02-23 14:40:09.962 socket_api INFO Client idDLJGH0eJb70Z-XAAA8 connected Feb 23 14:40:21 localhost python[27614]: Process ProcessWithResult-165415: Feb 23 14:40:21 localhost python[27614]: Traceback (most recent call last): Feb 23 14:40:21 localhost python[27614]: File "/usr/lib/python3.9/multiprocessing/process.py", line 315, in _bootstrap Feb 23 14:40:21 localhost python[27614]: self.run() Feb 23 14:40:21 localhost python[27614]: File "/opt/tinypilot/app/execute.py", line 37, in run Feb 23 14:40:21 localhost python[27614]: result.return_value = self._target(*self._args, **self._kwargs) Feb 23 14:40:21 localhost python[27614]: File "/opt/tinypilot/app/hid/write.py", line 19, in _write_to_hid_interface_immediately Feb 23 14:40:21 localhost python[27614]: hid_handle.write(bytearray(buffer)) Feb 23 14:40:21 localhost python[27614]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Feb 23 14:40:21 localhost python[580]: Exception in thread Thread-164109: Feb 23 14:40:21 localhost python[580]: Traceback (most recent call last): Feb 23 14:40:21 localhost python[580]: File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner Feb 23 14:40:21 localhost python[580]: self.run() Feb 23 14:40:21 localhost python[580]: File "/usr/lib/python3.9/threading.py", line 892, in run Feb 23 14:40:21 localhost python[580]: self._target(*self._args, **self._kwargs) Feb 23 14:40:21 localhost python[580]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 733, in _handle_event_internal Feb 23 14:40:21 localhost python[580]: r = server._trigger_event(data[0], namespace, sid, *data[1:]) Feb 23 14:40:21 localhost python[580]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 758, in _trigger_event Feb 23 14:40:21 localhost python[580]: return self.handlers[namespace][event](*args) Feb 23 14:40:21 localhost python[580]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 282, in _handler Feb 23 14:40:21 localhost python[580]: return self._handle_event(handler, message, namespace, sid, Feb 23 14:40:21 localhost python[580]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 828, in _handle_event Feb 23 14:40:21 localhost python[580]: ret = handler(*args) Feb 23 14:40:21 localhost python[580]: File "/opt/tinypilot/app/socket_api.py", line 62, in handler_with_auth_check Feb 23 14:40:21 localhost python[580]: return handler(*args, **kwargs) Feb 23 14:40:21 localhost python[580]: File "/opt/tinypilot/app/socket_api.py", line 102, in on_mouse_event Feb 23 14:40:21 localhost python[580]: fake_mouse.send_mouse_event(mouse_path, mouse_move_event.buttons, Feb 23 14:40:21 localhost python[580]: File "/opt/tinypilot/app/hid/mouse.py", line 17, in send_mouse_event Feb 23 14:40:21 localhost python[580]: hid_write.write_to_hid_interface(mouse_path, buf) Feb 23 14:40:21 localhost python[580]: File "/opt/tinypilot/app/hid/write.py", line 36, in write_to_hid_interface Feb 23 14:40:21 localhost python[580]: execute.with_timeout(_write_to_hid_interface_immediately, Feb 23 14:40:21 localhost python[580]: File "/opt/tinypilot/app/execute.py", line 86, in with_timeout Feb 23 14:40:21 localhost python[580]: raise result.exception Feb 23 14:40:21 localhost python[580]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Feb 23 14:40:22 localhost python[27615]: Process ProcessWithResult-165416: Feb 23 14:40:22 localhost python[27615]: Traceback (most recent call last): Feb 23 14:40:22 localhost python[27615]: File "/usr/lib/python3.9/multiprocessing/process.py", line 315, in _bootstrap Feb 23 14:40:22 localhost python[27615]: self.run() Feb 23 14:40:22 localhost python[27615]: File "/opt/tinypilot/app/execute.py", line 37, in run Feb 23 14:40:22 localhost python[27615]: result.return_value = self._target(*self._args, **self._kwargs) Feb 23 14:40:22 localhost python[27615]: File "/opt/tinypilot/app/hid/write.py", line 19, in _write_to_hid_interface_immediately Feb 23 14:40:22 localhost python[27615]: hid_handle.write(bytearray(buffer)) Feb 23 14:40:22 localhost python[27615]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Feb 23 14:40:22 localhost python[580]: Exception in thread Thread-164110: Feb 23 14:40:22 localhost python[580]: Traceback (most recent call last): Feb 23 14:40:22 localhost python[580]: File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner Feb 23 14:40:22 localhost python[580]: self.run() Feb 23 14:40:22 localhost python[580]: File "/usr/lib/python3.9/threading.py", line 892, in run Feb 23 14:40:22 localhost python[580]: self._target(*self._args, **self._kwargs) Feb 23 14:40:22 localhost python[580]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 733, in _handle_event_internal Feb 23 14:40:22 localhost python[580]: r = server._trigger_event(data[0], namespace, sid, *data[1:]) Feb 23 14:40:22 localhost python[580]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 758, in _trigger_event Feb 23 14:40:22 localhost python[580]: return self.handlers[namespace][event](*args) Feb 23 14:40:22 localhost python[580]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 282, in _handler Feb 23 14:40:22 localhost python[580]: return self._handle_event(handler, message, namespace, sid, Feb 23 14:40:22 localhost python[580]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 828, in _handle_event Feb 23 14:40:22 localhost python[580]: ret = handler(*args) Feb 23 14:40:22 localhost python[580]: File "/opt/tinypilot/app/socket_api.py", line 62, in handler_with_auth_check Feb 23 14:40:22 localhost python[580]: return handler(*args, **kwargs) Feb 23 14:40:22 localhost python[580]: File "/opt/tinypilot/app/socket_api.py", line 102, in on_mouse_event Feb 23 14:40:22 localhost python[580]: fake_mouse.send_mouse_event(mouse_path, mouse_move_event.buttons, Feb 23 14:40:22 localhost python[580]: File "/opt/tinypilot/app/hid/mouse.py", line 17, in send_mouse_event Feb 23 14:40:22 localhost python[580]: hid_write.write_to_hid_interface(mouse_path, buf) Feb 23 14:40:22 localhost python[580]: File "/opt/tinypilot/app/hid/write.py", line 36, in write_to_hid_interface Feb 23 14:40:22 localhost python[580]: execute.with_timeout(_write_to_hid_interface_immediately, Feb 23 14:40:22 localhost python[580]: File "/opt/tinypilot/app/execute.py", line 86, in with_timeout Feb 23 14:40:22 localhost python[580]: raise result.exception Feb 23 14:40:22 localhost python[580]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Feb 23 14:40:24 localhost sudo[27618]: tinypilot : PWD=/opt/tinypilot ; USER=root ; COMMAND=/opt/tinypilot-privileged/scripts/collect-debug-logs -q Feb 23 14:40:24 localhost sudo[27618]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=110) Feb 23 14:40:26 localhost python[27652]: 2024-02-23 14:40:26.315 app.main INFO Starting app Feb 23 14:40:26 localhost python[27652]: 2024-02-23 14:40:26.371 db.store INFO Loading database migrations from /opt/tinypilot/app/db/migrations/*.sql Feb 23 14:40:26 localhost python[27652]: 2024-02-23 14:40:26.373 db.store INFO Read 7 database migrations from disk TinyPilot update logs 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.38-20230802141939_armhf.deb ... Unpacking ustreamer (5.38-20230802141939) over (5.38-20230525134432) ... Preparing to unpack .../tinypilot_20230904111604_armhf.deb ... Unpacking tinypilot (20230904111604) over (20230626153715) ... Setting up ustreamer (5.38-20230802141939) ... Warning: The home dir /home/ustreamer you specified already exists. The system user `ustreamer' already exists. Exiting. Setting up tinypilot (20230904111604) ... 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 / / 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-09-05 16:21:29.653 __main__ INFO Update completed successfully 2023-09-05 16:21:29.653 update.result_store INFO Writing result file to /home/tinypilot/logs/latest-update-result.json 2023-09-05 16:21:29.655 update.target_version INFO Clearing target version file /home/tinypilot/target-version 2024-01-03 17:01:16.799 __main__ INFO Starting TinyPilot update 2024-01-03 17:01:16.799 __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.2 + SCRIPT_ARGS+=(--version "${VERSION}") + readonly SCRIPT_ARGS + curl --silent --show-error https://gk.tinypilotkvm.com/get-tinypilot-pro.sh + bash -s -- --version 2.6.2 + TARGET_VERSION= + ALLOW_REINSTALL=false + [[ 2 -gt 0 ]] + case "$1" in + TARGET_VERSION=2.6.2 + 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: ++ tr --squeeze-repeats ' ' ++ cut --delimiter ' ' --fields 7 + AVAILABLE_MEMORY_MIB=1440 + readonly AVAILABLE_MEMORY_MIB + INSTALLER_DIR=/mnt/tinypilot-installer + trap clean_up EXIT + (( 1440 >= 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.1 + 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.2 ]] + readonly TARGET_VERSION + [[ 2.6.1 == \2\.\6\.\2 ]] + readonly TINYPILOT_LICENSE_KEY=UNSPECIFIED + TINYPILOT_LICENSE_KEY=UNSPECIFIED ++ tr --delete '\0' + DEVICE_SERIAL_NUMBER=10000000bd6a8e61 + readonly DEVICE_SERIAL_NUMBER ++ curl https://gk.tinypilotkvm.com/pro/download/2.6.2 --location --header 'TP-License: UNSPECIFIED' --header 'TP-Device-Serial-Number: 10000000bd6a8e61' --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 )) + 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_20231109172723_armhf.deb + TINYPILOT_DEBIAN_PACKAGE=tinypilot_20231109172723_armhf.deb + readonly TINYPILOT_DEBIAN_PACKAGE + apt-get update --allow-releaseinfo-change-suite Get:1 http://deb.debian.org/debian bullseye-backports InRelease [49.0 kB] Get:2 http://archive.raspberrypi.org/debian bullseye InRelease [23.6 kB] Get:3 http://raspbian.raspberrypi.org/raspbian bullseye InRelease [15.0 kB] Get:4 http://deb.debian.org/debian bullseye-backports/main armhf Packages [396 kB] Get:5 http://deb.debian.org/debian bullseye-backports/main Translation-en [341 kB] Get:6 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf Packages [13.2 MB] Get:7 http://archive.raspberrypi.org/debian bullseye/main armhf Packages [313 kB] Get:8 http://raspbian.raspberrypi.org/raspbian bullseye/non-free armhf Packages [106 kB] Fetched 14.5 MB in 7s (2,161 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_20231109172723_armhf.deb Reading package lists... Building dependency tree... Reading state information... janus is already the newest version (1.0.1-1~bpo11+1). The following package was automatically installed and is no longer required: dos2unix Use 'sudo apt autoremove' to remove it. The following packages will be upgraded: tinypilot ustreamer 2 upgraded, 0 newly installed, 0 to remove and 82 not upgraded. Need to get 0 B/2,667 kB of archives. After this operation, 54.3 kB of additional disk space will be used. Get:1 /mnt/tinypilot-installer/ustreamer_5.43-20231004144402_armhf.deb ustreamer armhf 5.43-20231004144402 [158 kB] 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 2024-01-03 17:02:01.536 __main__ INFO Update completed successfully 2024-01-03 17:02:01.537 update.result_store INFO Writing result file to /home/tinypilot/logs/latest-update-result.json 2024-01-03 17:02:01.540 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_desired_fps: 14 ustreamer_h264_bitrate: 9200 ustreamer_quality: 23 uStreamer logs Feb 22 14:53:14 localhost launch[553]: -- INFO [164712.567 stream] -- H264: Requested keyframe by a sink client Feb 22 14:53:15 localhost launch[553]: -- INFO [164713.527 stream] -- H264: Requested keyframe by a sink client Feb 22 14:53:15 localhost launch[553]: -- INFO [164713.687 stream] -- H264: Requested keyframe by a sink client Feb 22 14:53:15 localhost launch[553]: -- INFO [164714.247 stream] -- H264: Requested keyframe by a sink client Feb 22 14:53:16 localhost launch[553]: -- INFO [164714.407 stream] -- H264: Requested keyframe by a sink client Feb 22 14:57:28 localhost launch[553]: -- ERROR [164966.798 stream] -- Persistent device timeout (unplugged) Feb 22 14:57:28 localhost launch[553]: -- INFO [164966.803 stream] -- Got V4L2 event Feb 22 14:57:28 localhost launch[553]: -- INFO [164966.803 stream] -- Got V4L2_EVENT_SOURCE_CHANGE: source changed Feb 22 14:57:28 localhost launch[553]: -- INFO [164966.803 stream] -- Destroying workers pool JPEG ... Feb 22 14:57:28 localhost launch[553]: -- INFO [164966.840 stream] -- Capturing stopped Feb 22 14:57:28 localhost launch[553]: -- INFO [164966.848 stream] -- Device fd=10 closed Feb 22 14:57:28 localhost launch[553]: -- INFO [164966.849 stream] -- Changed video frame to BLANK Feb 22 14:57:28 localhost launch[553]: -- INFO [164966.864 stream] -- H264: Configuring encoder: DMA=0 ... Feb 22 14:57:28 localhost launch[553]: ================================================================================ Feb 22 14:57:28 localhost launch[553]: -- INFO [164966.897 stream] -- Device fd=10 opened Feb 22 14:57:28 localhost launch[553]: -- INFO [164966.897 stream] -- Using input channel: 0 Feb 22 14:57:28 localhost launch[553]: -- ERROR [164966.930 stream] -- Requested resolution=640x480 is unavailable Feb 22 14:57:28 localhost launch[553]: -- INFO [164966.950 stream] -- Using resolution: 1920x1080 Feb 22 14:57:28 localhost launch[553]: -- INFO [164966.950 stream] -- Using format: UYVY Feb 22 14:57:28 localhost launch[553]: -- INFO [164966.950 stream] -- Querying HW FPS changing is not supported Feb 22 14:57:28 localhost launch[553]: -- INFO [164966.950 stream] -- Using IO method: MMAP Feb 22 14:57:28 localhost launch[553]: -- INFO [164966.959 stream] -- Requested 5 device buffers, got 5 Feb 22 14:57:28 localhost launch[553]: -- INFO [164966.966 stream] -- Capturing started Feb 22 14:57:28 localhost launch[553]: -- INFO [164966.966 stream] -- Using JPEG quality: 23% Feb 22 14:57:28 localhost launch[553]: -- INFO [164966.966 stream] -- Creating pool JPEG with 3 workers ... Feb 22 14:57:28 localhost launch[553]: -- INFO [164966.967 stream] -- Capturing ... Feb 22 14:57:29 localhost launch[553]: -- ERROR [164967.968 stream] -- Persistent device timeout (unplugged) Feb 22 15:07:38 localhost launch[553]: -- INFO [165576.638 stream] -- H264: Configuring encoder: DMA=1 ... Feb 22 15:07:38 localhost launch[553]: -- INFO [165576.778 stream] -- H264: Requested keyframe by a sink client Feb 22 15:07:38 localhost launch[553]: -- INFO [165577.127 stream] -- Got V4L2 event Feb 22 15:07:38 localhost launch[553]: -- INFO [165577.127 stream] -- Got V4L2_EVENT_SOURCE_CHANGE: source changed Feb 22 15:07:38 localhost launch[553]: -- INFO [165577.127 stream] -- Destroying workers pool JPEG ... Feb 22 15:07:38 localhost launch[553]: -- INFO [165577.166 stream] -- Capturing stopped Feb 22 15:07:38 localhost launch[553]: -- INFO [165577.171 stream] -- Device fd=10 closed Feb 22 15:07:38 localhost launch[553]: -- INFO [165577.171 stream] -- Changed video frame to BLANK Feb 22 15:07:38 localhost launch[553]: -- INFO [165577.180 stream] -- H264: Configuring encoder: DMA=0 ... Feb 22 15:07:38 localhost launch[553]: ================================================================================ Feb 22 15:07:38 localhost launch[553]: -- INFO [165577.206 stream] -- Device fd=10 opened Feb 22 15:07:38 localhost launch[553]: -- INFO [165577.207 stream] -- Using input channel: 0 Feb 22 15:07:38 localhost launch[553]: -- INFO [165577.218 stream] -- Got new DV-timings: 1920x1080p50.00, pixclk=148500000, vsync=45, hsync=720 Feb 22 15:07:38 localhost launch[553]: -- INFO [165577.251 stream] -- Using resolution: 1920x1080 Feb 22 15:07:38 localhost launch[553]: -- INFO [165577.252 stream] -- Using format: UYVY Feb 22 15:07:38 localhost launch[553]: -- INFO [165577.252 stream] -- Querying HW FPS changing is not supported Feb 22 15:07:38 localhost launch[553]: -- INFO [165577.252 stream] -- Using IO method: MMAP Feb 22 15:07:38 localhost launch[553]: -- INFO [165577.276 stream] -- Requested 5 device buffers, got 5 Feb 22 15:07:38 localhost launch[553]: -- INFO [165577.285 stream] -- Capturing started Feb 22 15:07:38 localhost launch[553]: -- INFO [165577.285 stream] -- Using JPEG quality: 23% Feb 22 15:07:38 localhost launch[553]: -- INFO [165577.285 stream] -- Creating pool JPEG with 3 workers ... Feb 22 15:07:38 localhost launch[553]: -- INFO [165577.286 stream] -- Capturing ... Feb 22 15:07:38 localhost launch[553]: -- INFO [165577.298 stream] -- H264: Configuring encoder: DMA=1 ... Feb 22 15:20:24 localhost launch[553]: -- INFO [166342.465 http] -- HTTP: DEL client (now=0): [192.168.1.160]:43512, id=2e8769bae44bbfcc, Connection reset by peer (writing,error) Feb 22 16:01:21 localhost launch[553]: -- INFO [168800.161 stream] -- H264: Requested keyframe by a sink client Feb 22 16:01:21 localhost launch[553]: -- INFO [168800.321 stream] -- H264: Requested keyframe by a sink client Feb 22 16:01:22 localhost launch[553]: -- INFO [168800.481 stream] -- H264: Requested keyframe by a sink client Feb 22 17:01:12 localhost launch[553]: -- INFO [172390.799 stream] -- Got V4L2 event Feb 22 17:01:12 localhost launch[553]: -- INFO [172390.799 stream] -- Got V4L2_EVENT_SOURCE_CHANGE: source changed Feb 22 17:01:12 localhost launch[553]: -- INFO [172390.799 stream] -- Destroying workers pool JPEG ... Feb 22 17:01:12 localhost launch[553]: -- INFO [172390.836 stream] -- Capturing stopped Feb 22 17:01:12 localhost launch[553]: -- INFO [172390.845 stream] -- Device fd=10 closed Feb 22 17:01:12 localhost launch[553]: -- INFO [172390.845 stream] -- Changed video frame to BLANK Feb 22 17:01:12 localhost launch[553]: -- INFO [172390.860 stream] -- H264: Configuring encoder: DMA=0 ... Feb 22 17:01:12 localhost launch[553]: ================================================================================ Feb 22 17:01:12 localhost launch[553]: -- INFO [172390.890 stream] -- Device fd=10 opened Feb 22 17:01:12 localhost launch[553]: -- INFO [172390.890 stream] -- Using input channel: 0 Feb 22 17:01:12 localhost launch[553]: -- ERROR [172390.924 stream] -- Requested resolution=640x480 is unavailable Feb 22 17:01:12 localhost launch[553]: -- INFO [172390.958 stream] -- Using resolution: 1920x1080 Feb 22 17:01:12 localhost launch[553]: -- INFO [172390.958 stream] -- Using format: UYVY Feb 22 17:01:12 localhost launch[553]: -- INFO [172390.958 stream] -- Querying HW FPS changing is not supported Feb 22 17:01:12 localhost launch[553]: -- INFO [172390.958 stream] -- Using IO method: MMAP Feb 22 17:01:12 localhost launch[553]: -- INFO [172390.973 stream] -- Requested 5 device buffers, got 5 Feb 22 17:01:12 localhost launch[553]: -- INFO [172390.985 stream] -- Capturing started Feb 22 17:01:12 localhost launch[553]: -- INFO [172390.985 stream] -- Using JPEG quality: 23% Feb 22 17:01:12 localhost launch[553]: -- INFO [172390.985 stream] -- Creating pool JPEG with 3 workers ... Feb 22 17:01:12 localhost launch[553]: -- INFO [172390.986 stream] -- Capturing ... Feb 22 17:01:13 localhost launch[553]: -- ERROR [172391.987 stream] -- Persistent device timeout (unplugged) Feb 23 08:09:58 localhost launch[553]: -- INFO [226916.421 http] -- HTTP: NEW client (now=1): [100.79.63.112]:41906, id=98c0ae4cde5378f5 Feb 23 08:10:33 localhost launch[553]: -- INFO [226952.338 http] -- HTTP: DEL client (now=0): [100.79.63.112]:41906, id=98c0ae4cde5378f5, Connection reset by peer (reading,error) Feb 23 08:10:43 localhost launch[553]: -- INFO [226961.993 http] -- HTTP: NEW client (now=1): [100.79.63.112]:43964, id=5f36769a8594000a Feb 23 08:11:58 localhost launch[553]: -- INFO [227036.612 http] -- HTTP: DEL client (now=0): [100.79.63.112]:43964, id=5f36769a8594000a, Resource temporarily unavailable (reading,eof) Feb 23 14:40:09 localhost launch[553]: -- INFO [250328.063 http] -- HTTP: NEW client (now=1): [100.99.114.38]:60748, id=cc172b77c1822949 nginx logs -- Journal begins at Wed 2024-02-21 15:34:00 GMT, ends at Fri 2024-02-23 14:40:26 GMT. -- -- No entries -- 100.79.63.112 - - [23/Feb/2024:08:10:43 +0000] "GET /third-party/fonts/overpass-mono-light.woff2 HTTP/2.0" 200 50112 "https://100.79.221.51/third-party/fonts/fonts.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 OPR/106.0.0.0" "-" 100.79.63.112 - - [23/Feb/2024:08:10:43 +0000] "GET /third-party/fonts/overpass-semibold.woff2 HTTP/2.0" 200 25032 "https://100.79.221.51/third-party/fonts/fonts.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 OPR/106.0.0.0" "-" 100.79.63.112 - - [23/Feb/2024:08:10:43 +0000] "GET /img/clipboard-icon.svg HTTP/2.0" 304 0 "https://100.79.221.51/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 OPR/106.0.0.0" "-" 100.79.63.112 - - [23/Feb/2024:08:10:43 +0000] "GET /img/logo.svg HTTP/2.0" 304 0 "https://100.79.221.51/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 OPR/106.0.0.0" "-" 100.79.63.112 - - [23/Feb/2024:08:10:43 +0000] "GET /img/angle-down-icon.svg HTTP/2.0" 304 0 "https://100.79.221.51/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 OPR/106.0.0.0" "-" 100.79.63.112 - - [23/Feb/2024:08:10:43 +0000] "GET /img/external-link-icon.svg HTTP/2.0" 304 0 "https://100.79.221.51/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 OPR/106.0.0.0" "-" 100.79.63.112 - - [23/Feb/2024:08:10:43 +0000] "GET /socket.io/?EIO=4&transport=polling&t=OtL14PH HTTP/2.0" 200 97 "https://100.79.221.51/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 OPR/106.0.0.0" "-" 100.79.63.112 - - [23/Feb/2024:08:10:46 +0000] "GET /apple-touch-icon.png HTTP/2.0" 200 3571 "https://100.79.221.51/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 OPR/106.0.0.0" "-" 100.79.63.112 - - [23/Feb/2024:08:10:46 +0000] "GET /favicon.ico HTTP/2.0" 200 1213 "https://100.79.221.51/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 OPR/106.0.0.0" "-" 100.79.63.112 - - [23/Feb/2024:08:10:46 +0000] "POST /socket.io/?EIO=4&transport=polling&t=OtL14Us&sid=el60mBGIAMmMnc7NAAA5 HTTP/2.0" 200 2 "https://100.79.221.51/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 OPR/106.0.0.0" "-" 100.79.63.112 - - [23/Feb/2024:08:10:46 +0000] "GET /socket.io/?EIO=4&transport=polling&t=OtL14Us.0&sid=el60mBGIAMmMnc7NAAA5 HTTP/2.0" 200 32 "https://100.79.221.51/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 OPR/106.0.0.0" "-" 100.79.63.112 - - [23/Feb/2024:08:10:47 +0000] "GET /favicon-32x32.png HTTP/2.0" 200 833 "https://100.79.221.51/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 OPR/106.0.0.0" "-" 100.79.63.112 - - [23/Feb/2024:08:10:47 +0000] "POST /socket.io/?EIO=4&transport=polling&t=OtL15KH&sid=el60mBGIAMmMnc7NAAA5 HTTP/2.0" 200 2 "https://100.79.221.51/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 OPR/106.0.0.0" "-" 100.79.63.112 - - [23/Feb/2024:08:10:47 +0000] "POST /socket.io/?EIO=4&transport=polling&t=OtL15PL&sid=el60mBGIAMmMnc7NAAA5 HTTP/2.0" 200 2 "https://100.79.221.51/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 OPR/106.0.0.0" "-" 100.79.63.112 - - [23/Feb/2024:08:10:48 +0000] "POST /socket.io/?EIO=4&transport=polling&t=OtL15TO&sid=el60mBGIAMmMnc7NAAA5 HTTP/2.0" 200 2 "https://100.79.221.51/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 OPR/106.0.0.0" "-" 100.79.63.112 - - [23/Feb/2024:08:10:48 +0000] "GET /socket.io/?EIO=4&transport=polling&t=OtL15FI&sid=el60mBGIAMmMnc7NAAA5 HTTP/2.0" 200 1 "https://100.79.221.51/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 OPR/106.0.0.0" "-" 100.79.63.112 - - [23/Feb/2024:08:11:58 +0000] "GET /janus/ws HTTP/1.1" 101 3510 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 OPR/106.0.0.0" "-" 100.79.63.112 - - [23/Feb/2024:08:11:58 +0000] "GET /socket.io/?EIO=4&transport=websocket&sid=el60mBGIAMmMnc7NAAA5 HTTP/1.1" 101 20 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 OPR/106.0.0.0" "-" 100.79.63.112 - - [23/Feb/2024:08:11:58 +0000] "GET /stream?advance_headers=1 HTTP/2.0" 200 1030828 "https://100.79.221.51/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36 OPR/106.0.0.0" "-" 100.99.114.38 - - [23/Feb/2024:13:20:37 +0000] "GET / HTTP/2.0" 302 199 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36" "-" 100.99.114.38 - - [23/Feb/2024:13:20:38 +0000] "GET /login HTTP/2.0" 200 5940 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36" "-" 100.99.114.38 - - [23/Feb/2024:13:20:38 +0000] "GET /css/style.css HTTP/2.0" 200 3854 "https://100.79.221.51/login" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36" "-" 100.99.114.38 - - [23/Feb/2024:13:20:38 +0000] "GET /css/button.css HTTP/2.0" 200 1976 "https://100.79.221.51/login" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36" "-" 100.99.114.38 - - [23/Feb/2024:13:20:38 +0000] "GET /img/logo.svg HTTP/2.0" 200 5550 "https://100.79.221.51/login" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36" "-" 100.99.114.38 - - [23/Feb/2024:13:20:38 +0000] "GET /js/controllers.js HTTP/2.0" 200 19781 "https://100.79.221.51/login" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36" "-" 100.99.114.38 - - [23/Feb/2024:13:20:38 +0000] "GET /third-party/fonts/fonts.css HTTP/2.0" 200 1812 "https://100.79.221.51/css/style.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36" "-" 100.99.114.38 - - [23/Feb/2024:13:20:38 +0000] "GET /css/cursors.css HTTP/2.0" 200 618 "https://100.79.221.51/css/style.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36" "-" 100.99.114.38 - - [23/Feb/2024:13:20:39 +0000] "GET /third-party/fonts/overpass-light.woff2 HTTP/2.0" 200 26568 "https://100.79.221.51/third-party/fonts/fonts.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36" "-" 100.99.114.38 - - [23/Feb/2024:13:20:39 +0000] "GET /third-party/fonts/overpass-semibold.woff2 HTTP/2.0" 200 25032 "https://100.79.221.51/third-party/fonts/fonts.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36" "-" 100.99.114.38 - - [23/Feb/2024:13:20:40 +0000] "GET /favicon.ico HTTP/2.0" 200 1213 "https://100.79.221.51/login" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36" "-"