TinyPilot Pro log dump https://tinypilotkvm.com Timestamp: 2024-04-23T00:51:38+01:00 Software versions TinyPilot version: 2.6.2 uStreamer version: 5.43 System information OS version: Linux mich 6.1.21-v8+ #1642 SMP PREEMPT Mon Apr 3 17:24:16 BST 2023 aarch64 GNU/Linux Kernel architecture: aarch64 Userland architecture: armhf (32-bit) Distribution name: Raspbian Distribution version: 11 Hardware information Hardware: BCM2835 Revision: d03115 Model: Raspberry Pi 4 Model B Rev 1.5 TinyPilot state Read-only filesystem: off SSH access: enabled Network interfaces: eth0 (up) lo (unknown) tailscale0 (unknown) wlan0 (down) Mouse jiggler: enabled CPU Temperature: 39.4'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 Apr 23 00:51:34 mich python[586]: Exception in thread Thread-14: Apr 23 00:51:34 mich python[586]: Traceback (most recent call last): Apr 23 00:51:34 mich python[586]: File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner Apr 23 00:51:34 mich python[586]: self.run() Apr 23 00:51:34 mich python[586]: File "/usr/lib/python3.9/threading.py", line 892, in run Apr 23 00:51:34 mich python[586]: self._target(*self._args, **self._kwargs) Apr 23 00:51:34 mich python[586]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 733, in _handle_event_internal Apr 23 00:51:34 mich python[586]: r = server._trigger_event(data[0], namespace, sid, *data[1:]) Apr 23 00:51:34 mich python[586]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 758, in _trigger_event Apr 23 00:51:34 mich python[586]: return self.handlers[namespace][event](*args) Apr 23 00:51:34 mich python[586]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 282, in _handler Apr 23 00:51:34 mich python[586]: return self._handle_event(handler, message, namespace, sid, Apr 23 00:51:34 mich python[586]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 828, in _handle_event Apr 23 00:51:34 mich python[586]: ret = handler(*args) Apr 23 00:51:34 mich python[586]: File "/opt/tinypilot/app/socket_api.py", line 62, in handler_with_auth_check Apr 23 00:51:34 mich python[586]: return handler(*args, **kwargs) Apr 23 00:51:34 mich python[586]: File "/opt/tinypilot/app/socket_api.py", line 102, in on_mouse_event Apr 23 00:51:34 mich python[586]: fake_mouse.send_mouse_event(mouse_path, mouse_move_event.buttons, Apr 23 00:51:34 mich python[586]: File "/opt/tinypilot/app/hid/mouse.py", line 17, in send_mouse_event Apr 23 00:51:34 mich python[586]: hid_write.write_to_hid_interface(mouse_path, buf) Apr 23 00:51:34 mich python[586]: File "/opt/tinypilot/app/hid/write.py", line 36, in write_to_hid_interface Apr 23 00:51:34 mich python[586]: execute.with_timeout(_write_to_hid_interface_immediately, Apr 23 00:51:34 mich python[586]: File "/opt/tinypilot/app/execute.py", line 86, in with_timeout Apr 23 00:51:34 mich python[586]: raise result.exception Apr 23 00:51:34 mich python[586]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Apr 23 00:51:34 mich python[4284]: Process ProcessWithResult-10: Apr 23 00:51:34 mich python[4284]: Traceback (most recent call last): Apr 23 00:51:34 mich python[4284]: File "/usr/lib/python3.9/multiprocessing/process.py", line 315, in _bootstrap Apr 23 00:51:34 mich python[4284]: self.run() Apr 23 00:51:34 mich python[4284]: File "/opt/tinypilot/app/execute.py", line 37, in run Apr 23 00:51:34 mich python[4284]: result.return_value = self._target(*self._args, **self._kwargs) Apr 23 00:51:34 mich python[4284]: File "/opt/tinypilot/app/hid/write.py", line 19, in _write_to_hid_interface_immediately Apr 23 00:51:34 mich python[4284]: hid_handle.write(bytearray(buffer)) Apr 23 00:51:34 mich python[4284]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Apr 23 00:51:35 mich python[586]: Exception in thread Thread-15: Apr 23 00:51:35 mich python[586]: Traceback (most recent call last): Apr 23 00:51:35 mich python[586]: File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner Apr 23 00:51:35 mich python[586]: self.run() Apr 23 00:51:35 mich python[586]: File "/usr/lib/python3.9/threading.py", line 892, in run Apr 23 00:51:35 mich python[586]: self._target(*self._args, **self._kwargs) Apr 23 00:51:35 mich python[586]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 733, in _handle_event_internal Apr 23 00:51:35 mich python[586]: r = server._trigger_event(data[0], namespace, sid, *data[1:]) Apr 23 00:51:35 mich python[586]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 758, in _trigger_event Apr 23 00:51:35 mich python[586]: return self.handlers[namespace][event](*args) Apr 23 00:51:35 mich python[586]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 282, in _handler Apr 23 00:51:35 mich python[586]: return self._handle_event(handler, message, namespace, sid, Apr 23 00:51:35 mich python[586]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 828, in _handle_event Apr 23 00:51:35 mich python[586]: ret = handler(*args) Apr 23 00:51:35 mich python[586]: File "/opt/tinypilot/app/socket_api.py", line 62, in handler_with_auth_check Apr 23 00:51:35 mich python[586]: return handler(*args, **kwargs) Apr 23 00:51:35 mich python[586]: File "/opt/tinypilot/app/socket_api.py", line 102, in on_mouse_event Apr 23 00:51:35 mich python[586]: fake_mouse.send_mouse_event(mouse_path, mouse_move_event.buttons, Apr 23 00:51:35 mich python[586]: File "/opt/tinypilot/app/hid/mouse.py", line 17, in send_mouse_event Apr 23 00:51:35 mich python[586]: hid_write.write_to_hid_interface(mouse_path, buf) Apr 23 00:51:35 mich python[586]: File "/opt/tinypilot/app/hid/write.py", line 36, in write_to_hid_interface Apr 23 00:51:35 mich python[586]: execute.with_timeout(_write_to_hid_interface_immediately, Apr 23 00:51:35 mich python[586]: File "/opt/tinypilot/app/execute.py", line 86, in with_timeout Apr 23 00:51:35 mich python[586]: raise result.exception Apr 23 00:51:35 mich python[586]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Apr 23 00:51:35 mich python[4285]: Process ProcessWithResult-11: Apr 23 00:51:35 mich python[4285]: Traceback (most recent call last): Apr 23 00:51:35 mich python[4285]: File "/usr/lib/python3.9/multiprocessing/process.py", line 315, in _bootstrap Apr 23 00:51:35 mich python[4285]: self.run() Apr 23 00:51:35 mich python[4285]: File "/opt/tinypilot/app/execute.py", line 37, in run Apr 23 00:51:35 mich python[4285]: result.return_value = self._target(*self._args, **self._kwargs) Apr 23 00:51:35 mich python[4285]: File "/opt/tinypilot/app/hid/write.py", line 19, in _write_to_hid_interface_immediately Apr 23 00:51:35 mich python[4285]: hid_handle.write(bytearray(buffer)) Apr 23 00:51:35 mich python[4285]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Apr 23 00:51:35 mich python[586]: Exception in thread Thread-16: Apr 23 00:51:35 mich python[586]: Traceback (most recent call last): Apr 23 00:51:35 mich python[586]: File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner Apr 23 00:51:35 mich python[586]: self.run() Apr 23 00:51:35 mich python[586]: File "/usr/lib/python3.9/threading.py", line 892, in run Apr 23 00:51:35 mich python[586]: self._target(*self._args, **self._kwargs) Apr 23 00:51:35 mich python[586]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 733, in _handle_event_internal Apr 23 00:51:35 mich python[586]: r = server._trigger_event(data[0], namespace, sid, *data[1:]) Apr 23 00:51:35 mich python[586]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 758, in _trigger_event Apr 23 00:51:35 mich python[586]: return self.handlers[namespace][event](*args) Apr 23 00:51:35 mich python[586]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 282, in _handler Apr 23 00:51:35 mich python[586]: return self._handle_event(handler, message, namespace, sid, Apr 23 00:51:35 mich python[586]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 828, in _handle_event Apr 23 00:51:35 mich python[586]: ret = handler(*args) Apr 23 00:51:35 mich python[586]: File "/opt/tinypilot/app/socket_api.py", line 62, in handler_with_auth_check Apr 23 00:51:35 mich python[586]: return handler(*args, **kwargs) Apr 23 00:51:35 mich python[586]: File "/opt/tinypilot/app/socket_api.py", line 102, in on_mouse_event Apr 23 00:51:35 mich python[586]: fake_mouse.send_mouse_event(mouse_path, mouse_move_event.buttons, Apr 23 00:51:35 mich python[586]: File "/opt/tinypilot/app/hid/mouse.py", line 17, in send_mouse_event Apr 23 00:51:35 mich python[586]: hid_write.write_to_hid_interface(mouse_path, buf) Apr 23 00:51:35 mich python[586]: File "/opt/tinypilot/app/hid/write.py", line 36, in write_to_hid_interface Apr 23 00:51:35 mich python[586]: execute.with_timeout(_write_to_hid_interface_immediately, Apr 23 00:51:35 mich python[586]: File "/opt/tinypilot/app/execute.py", line 86, in with_timeout Apr 23 00:51:35 mich python[586]: raise result.exception Apr 23 00:51:35 mich python[586]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Apr 23 00:51:35 mich python[4286]: Process ProcessWithResult-12: Apr 23 00:51:35 mich python[4286]: Traceback (most recent call last): Apr 23 00:51:35 mich python[4286]: File "/usr/lib/python3.9/multiprocessing/process.py", line 315, in _bootstrap Apr 23 00:51:35 mich python[4286]: self.run() Apr 23 00:51:35 mich python[4286]: File "/opt/tinypilot/app/execute.py", line 37, in run Apr 23 00:51:35 mich python[4286]: result.return_value = self._target(*self._args, **self._kwargs) Apr 23 00:51:35 mich python[4286]: File "/opt/tinypilot/app/hid/write.py", line 19, in _write_to_hid_interface_immediately Apr 23 00:51:35 mich python[4286]: hid_handle.write(bytearray(buffer)) Apr 23 00:51:35 mich python[4286]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Apr 23 00:51:35 mich python[586]: Exception in thread Thread-17: Apr 23 00:51:35 mich python[586]: Traceback (most recent call last): Apr 23 00:51:35 mich python[586]: File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner Apr 23 00:51:35 mich python[586]: self.run() Apr 23 00:51:35 mich python[586]: File "/usr/lib/python3.9/threading.py", line 892, in run Apr 23 00:51:35 mich python[586]: self._target(*self._args, **self._kwargs) Apr 23 00:51:35 mich python[586]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 733, in _handle_event_internal Apr 23 00:51:35 mich python[586]: r = server._trigger_event(data[0], namespace, sid, *data[1:]) Apr 23 00:51:35 mich python[586]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 758, in _trigger_event Apr 23 00:51:35 mich python[586]: return self.handlers[namespace][event](*args) Apr 23 00:51:35 mich python[586]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 282, in _handler Apr 23 00:51:35 mich python[586]: return self._handle_event(handler, message, namespace, sid, Apr 23 00:51:35 mich python[586]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 828, in _handle_event Apr 23 00:51:35 mich python[586]: ret = handler(*args) Apr 23 00:51:35 mich python[586]: File "/opt/tinypilot/app/socket_api.py", line 62, in handler_with_auth_check Apr 23 00:51:35 mich python[586]: return handler(*args, **kwargs) Apr 23 00:51:35 mich python[586]: File "/opt/tinypilot/app/socket_api.py", line 102, in on_mouse_event Apr 23 00:51:35 mich python[586]: fake_mouse.send_mouse_event(mouse_path, mouse_move_event.buttons, Apr 23 00:51:35 mich python[586]: File "/opt/tinypilot/app/hid/mouse.py", line 17, in send_mouse_event Apr 23 00:51:35 mich python[586]: hid_write.write_to_hid_interface(mouse_path, buf) Apr 23 00:51:35 mich python[586]: File "/opt/tinypilot/app/hid/write.py", line 36, in write_to_hid_interface Apr 23 00:51:35 mich python[586]: execute.with_timeout(_write_to_hid_interface_immediately, Apr 23 00:51:35 mich python[586]: File "/opt/tinypilot/app/execute.py", line 86, in with_timeout Apr 23 00:51:35 mich python[586]: raise result.exception Apr 23 00:51:35 mich python[586]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Apr 23 00:51:35 mich python[4287]: Process ProcessWithResult-13: Apr 23 00:51:35 mich python[4287]: Traceback (most recent call last): Apr 23 00:51:35 mich python[4287]: File "/usr/lib/python3.9/multiprocessing/process.py", line 315, in _bootstrap Apr 23 00:51:35 mich python[4287]: self.run() Apr 23 00:51:35 mich python[4287]: File "/opt/tinypilot/app/execute.py", line 37, in run Apr 23 00:51:35 mich python[4287]: result.return_value = self._target(*self._args, **self._kwargs) Apr 23 00:51:35 mich python[4287]: File "/opt/tinypilot/app/hid/write.py", line 19, in _write_to_hid_interface_immediately Apr 23 00:51:35 mich python[4287]: hid_handle.write(bytearray(buffer)) Apr 23 00:51:35 mich python[4287]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Apr 23 00:51:35 mich python[586]: Exception in thread Thread-18: Apr 23 00:51:35 mich python[586]: Traceback (most recent call last): Apr 23 00:51:35 mich python[586]: File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner Apr 23 00:51:35 mich python[586]: self.run() Apr 23 00:51:35 mich python[586]: File "/usr/lib/python3.9/threading.py", line 892, in run Apr 23 00:51:35 mich python[586]: self._target(*self._args, **self._kwargs) Apr 23 00:51:35 mich python[586]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 733, in _handle_event_internal Apr 23 00:51:35 mich python[586]: r = server._trigger_event(data[0], namespace, sid, *data[1:]) Apr 23 00:51:35 mich python[586]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 758, in _trigger_event Apr 23 00:51:35 mich python[586]: return self.handlers[namespace][event](*args) Apr 23 00:51:35 mich python[586]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 282, in _handler Apr 23 00:51:35 mich python[586]: return self._handle_event(handler, message, namespace, sid, Apr 23 00:51:35 mich python[586]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 828, in _handle_event Apr 23 00:51:35 mich python[586]: ret = handler(*args) Apr 23 00:51:35 mich python[586]: File "/opt/tinypilot/app/socket_api.py", line 62, in handler_with_auth_check Apr 23 00:51:35 mich python[586]: return handler(*args, **kwargs) Apr 23 00:51:35 mich python[586]: File "/opt/tinypilot/app/socket_api.py", line 102, in on_mouse_event Apr 23 00:51:35 mich python[586]: fake_mouse.send_mouse_event(mouse_path, mouse_move_event.buttons, Apr 23 00:51:35 mich python[586]: File "/opt/tinypilot/app/hid/mouse.py", line 17, in send_mouse_event Apr 23 00:51:35 mich python[586]: hid_write.write_to_hid_interface(mouse_path, buf) Apr 23 00:51:35 mich python[586]: File "/opt/tinypilot/app/hid/write.py", line 36, in write_to_hid_interface Apr 23 00:51:35 mich python[586]: execute.with_timeout(_write_to_hid_interface_immediately, Apr 23 00:51:35 mich python[586]: File "/opt/tinypilot/app/execute.py", line 86, in with_timeout Apr 23 00:51:35 mich python[586]: raise result.exception Apr 23 00:51:35 mich python[586]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Apr 23 00:51:35 mich python[4288]: Process ProcessWithResult-14: Apr 23 00:51:35 mich python[4288]: Traceback (most recent call last): Apr 23 00:51:35 mich python[4288]: File "/usr/lib/python3.9/multiprocessing/process.py", line 315, in _bootstrap Apr 23 00:51:35 mich python[4288]: self.run() Apr 23 00:51:35 mich python[4288]: File "/opt/tinypilot/app/execute.py", line 37, in run Apr 23 00:51:35 mich python[4288]: result.return_value = self._target(*self._args, **self._kwargs) Apr 23 00:51:35 mich python[4288]: File "/opt/tinypilot/app/hid/write.py", line 19, in _write_to_hid_interface_immediately Apr 23 00:51:35 mich python[4288]: hid_handle.write(bytearray(buffer)) Apr 23 00:51:35 mich python[4288]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Apr 23 00:51:35 mich python[586]: Exception in thread Thread-19: Apr 23 00:51:35 mich python[586]: Traceback (most recent call last): Apr 23 00:51:35 mich python[586]: File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner Apr 23 00:51:35 mich python[586]: self.run() Apr 23 00:51:35 mich python[586]: File "/usr/lib/python3.9/threading.py", line 892, in run Apr 23 00:51:35 mich python[586]: self._target(*self._args, **self._kwargs) Apr 23 00:51:35 mich python[586]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 733, in _handle_event_internal Apr 23 00:51:35 mich python[586]: r = server._trigger_event(data[0], namespace, sid, *data[1:]) Apr 23 00:51:35 mich python[586]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 758, in _trigger_event Apr 23 00:51:35 mich python[586]: return self.handlers[namespace][event](*args) Apr 23 00:51:35 mich python[586]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 282, in _handler Apr 23 00:51:35 mich python[586]: return self._handle_event(handler, message, namespace, sid, Apr 23 00:51:35 mich python[586]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 828, in _handle_event Apr 23 00:51:35 mich python[586]: ret = handler(*args) Apr 23 00:51:35 mich python[586]: File "/opt/tinypilot/app/socket_api.py", line 62, in handler_with_auth_check Apr 23 00:51:35 mich python[586]: return handler(*args, **kwargs) Apr 23 00:51:35 mich python[586]: File "/opt/tinypilot/app/socket_api.py", line 102, in on_mouse_event Apr 23 00:51:35 mich python[586]: fake_mouse.send_mouse_event(mouse_path, mouse_move_event.buttons, Apr 23 00:51:35 mich python[586]: File "/opt/tinypilot/app/hid/mouse.py", line 17, in send_mouse_event Apr 23 00:51:35 mich python[586]: hid_write.write_to_hid_interface(mouse_path, buf) Apr 23 00:51:35 mich python[586]: File "/opt/tinypilot/app/hid/write.py", line 36, in write_to_hid_interface Apr 23 00:51:35 mich python[586]: execute.with_timeout(_write_to_hid_interface_immediately, Apr 23 00:51:35 mich python[586]: File "/opt/tinypilot/app/execute.py", line 86, in with_timeout Apr 23 00:51:35 mich python[586]: raise result.exception Apr 23 00:51:35 mich python[586]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Apr 23 00:51:38 mich sudo[4289]: tinypilot : PWD=/opt/tinypilot ; USER=root ; COMMAND=/opt/tinypilot-privileged/scripts/collect-debug-logs -q Apr 23 00:51:38 mich sudo[4289]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=110) Apr 23 00:51:40 mich python[4323]: 2024-04-23 00:51:40.538 app.main INFO Starting app Apr 23 00:51:40 mich python[4323]: 2024-04-23 00:51:40.595 db.store INFO Loading database migrations from /opt/tinypilot/app/db/migrations/*.sql Apr 23 00:51:40 mich python[4323]: 2024-04-23 00:51:40.598 db.store INFO Read 7 database migrations from disk TinyPilot update logs 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-17 00:11:22.559 __main__ INFO Update completed successfully 2023-09-17 00:11:22.561 update.result_store INFO Writing result file to /home/tinypilot/logs/latest-update-result.json 2023-09-17 00:11:22.563 update.target_version INFO Clearing target version file /home/tinypilot/target-version 2024-01-28 20:11:20.528 __main__ INFO Starting TinyPilot update 2024-01-28 20:11:20.529 __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 ++ tr --squeeze-repeats ' ' ++ grep --fixed-strings Mem: ++ cut --delimiter ' ' --fields 7 + AVAILABLE_MEMORY_MIB=7349 + readonly AVAILABLE_MEMORY_MIB + INSTALLER_DIR=/mnt/tinypilot-installer + trap clean_up EXIT + (( 7349 >= 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=100000007f2632fe + readonly DEVICE_SERIAL_NUMBER ++ curl https://gk.tinypilotkvm.com/pro/download/2.6.2 --location --header 'TP-License: UNSPECIFIED' --header 'TP-Device-Serial-Number: 100000007f2632fe' --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 https://pkgs.tailscale.com/stable/raspbian bullseye InRelease Get:3 http://archive.raspberrypi.org/debian bullseye InRelease [23.6 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 InRelease [15.0 kB] Get:7 https://pkgs.tailscale.com/stable/raspbian bullseye/main armhf Packages [9,578 B] Get:8 http://archive.raspberrypi.org/debian bullseye/main armhf Packages [313 kB] Get:9 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf Packages [13.2 MB] Get:10 http://raspbian.raspberrypi.org/raspbian bullseye/non-free armhf Packages [106 kB] Fetched 14.5 MB in 8s (1,775 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 83 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-28 20:11:50.656 __main__ INFO Update completed successfully 2024-01-28 20:11:50.656 update.result_store INFO Writing result file to /home/tinypilot/logs/latest-update-result.json 2024-01-28 20:11:50.658 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 logs -- Journal begins at Sun 2024-03-10 10:54:01 GMT, ends at Tue 2024-04-23 00:51:40 BST. -- Apr 23 00:51:32 mich launch[561]: -- INFO [6427664.155 http] -- HTTP: NEW client (now=1): [100.65.96.58]:37268, id=f967dde9936a0ec nginx logs -- Journal begins at Sun 2024-03-10 10:54:01 GMT, ends at Tue 2024-04-23 00:51:40 BST. -- -- No entries --