TinyPilot Pro log dump https://tinypilotkvm.com Timestamp: 2024-09-28T16:37:11+01:00 Software versions TinyPilot version: 2.5.0 uStreamer version: OS version: Linux tinypilot 5.10.103-v7l+ #1529 SMP Tue Mar 8 12:24:00 GMT 2022 armv7l GNU/Linux TinyPilot state temp=37.9'C throttled=0x0 voltage logs TinyPilot configuration [Unit] Description=TinyPilot - RPi-based virtual KVM After=syslog.target network.target StartLimitIntervalSec=0 [Service] Type=simple User=tinypilot WorkingDirectory=/opt/tinypilot ExecStart=/opt/tinypilot/venv/bin/python app/main.py Environment=HOST=127.0.0.1 Environment=PORT=8000 Environment=APP_SETTINGS_FILE=/home/tinypilot/app_settings.cfg Restart=always [Install] WantedBy=multi-user.target TinyPilot logs Sep 28 16:25:15 tinypilot python[692]: 2024-09-28 16:25:15.003 update_logs INFO read-update-log completed successfully Sep 28 16:25:15 tinypilot python[692]: 2024-09-28 16:25:15.505 update_logs INFO Running read-update-log Sep 28 16:25:15 tinypilot sudo[1057]: tinypilot : TTY=unknown ; PWD=/opt/tinypilot ; USER=root ; COMMAND=/opt/tinypilot-privileged/read-update-log Sep 28 16:25:15 tinypilot sudo[1057]: pam_unix(sudo:session): session opened for user root by (uid=0) Sep 28 16:25:15 tinypilot sudo[1057]: pam_unix(sudo:session): session closed for user root Sep 28 16:25:15 tinypilot python[692]: 2024-09-28 16:25:15.555 update_logs INFO read-update-log completed successfully Sep 28 16:25:16 tinypilot python[692]: 2024-09-28 16:25:16.058 update_logs INFO Running read-update-log Sep 28 16:25:16 tinypilot sudo[1081]: tinypilot : TTY=unknown ; PWD=/opt/tinypilot ; USER=root ; COMMAND=/opt/tinypilot-privileged/read-update-log Sep 28 16:25:16 tinypilot sudo[1081]: pam_unix(sudo:session): session opened for user root by (uid=0) Sep 28 16:25:16 tinypilot sudo[1081]: pam_unix(sudo:session): session closed for user root Sep 28 16:25:16 tinypilot python[692]: 2024-09-28 16:25:16.166 update_logs INFO read-update-log completed successfully Sep 28 16:25:16 tinypilot python[692]: 2024-09-28 16:25:16.669 update_logs INFO Running read-update-log Sep 28 16:25:16 tinypilot sudo[1088]: tinypilot : TTY=unknown ; PWD=/opt/tinypilot ; USER=root ; COMMAND=/opt/tinypilot-privileged/read-update-log Sep 28 16:25:16 tinypilot sudo[1088]: pam_unix(sudo:session): session opened for user root by (uid=0) Sep 28 16:25:16 tinypilot sudo[1088]: pam_unix(sudo:session): session closed for user root Sep 28 16:25:16 tinypilot python[692]: 2024-09-28 16:25:16.719 update_logs INFO read-update-log completed successfully Sep 28 16:25:17 tinypilot python[692]: 2024-09-28 16:25:17.221 update_logs INFO Running read-update-log Sep 28 16:25:17 tinypilot sudo[1093]: tinypilot : TTY=unknown ; PWD=/opt/tinypilot ; USER=root ; COMMAND=/opt/tinypilot-privileged/read-update-log Sep 28 16:25:17 tinypilot sudo[1093]: pam_unix(sudo:session): session opened for user root by (uid=0) Sep 28 16:25:17 tinypilot sudo[1093]: pam_unix(sudo:session): session closed for user root Sep 28 16:25:17 tinypilot python[692]: 2024-09-28 16:25:17.318 update_logs INFO read-update-log completed successfully Sep 28 16:25:17 tinypilot python[692]: 2024-09-28 16:25:17.821 update_logs INFO Running read-update-log Sep 28 16:25:17 tinypilot sudo[1098]: tinypilot : TTY=unknown ; PWD=/opt/tinypilot ; USER=root ; COMMAND=/opt/tinypilot-privileged/read-update-log Sep 28 16:25:17 tinypilot sudo[1098]: pam_unix(sudo:session): session opened for user root by (uid=0) Sep 28 16:25:17 tinypilot sudo[1098]: pam_unix(sudo:session): session closed for user root Sep 28 16:25:17 tinypilot python[692]: 2024-09-28 16:25:17.914 update_logs INFO read-update-log completed successfully Sep 28 16:25:18 tinypilot sudo[996]: pam_unix(sudo:session): session closed for user root Sep 28 16:25:18 tinypilot python[692]: 2024-09-28 16:25:18.418 update_logs INFO Running read-update-log Sep 28 16:25:18 tinypilot sudo[1121]: tinypilot : TTY=unknown ; PWD=/opt/tinypilot ; USER=root ; COMMAND=/opt/tinypilot-privileged/read-update-log Sep 28 16:25:18 tinypilot sudo[1121]: pam_unix(sudo:session): session opened for user root by (uid=0) Sep 28 16:25:18 tinypilot sudo[1121]: pam_unix(sudo:session): session closed for user root Sep 28 16:25:18 tinypilot python[692]: 2024-09-28 16:25:18.523 update_logs INFO read-update-log completed successfully Sep 28 16:25:30 tinypilot python[692]: Process ProcessWithResult-6: Sep 28 16:25:30 tinypilot python[692]: Traceback (most recent call last): Sep 28 16:25:30 tinypilot python[692]: File "/usr/lib/python3.7/multiprocessing/process.py", line 297, in _bootstrap Sep 28 16:25:30 tinypilot python[692]: self.run() Sep 28 16:25:30 tinypilot python[692]: File "/opt/tinypilot/app/hid/write.py", line 45, in run Sep 28 16:25:30 tinypilot python[692]: result.return_value = self._target(*self._args, **self._kwargs) Sep 28 16:25:30 tinypilot python[692]: File "/opt/tinypilot/app/hid/write.py", line 65, in _write_to_hid_interface_immediately Sep 28 16:25:30 tinypilot python[692]: hid_handle.write(bytearray(buffer)) Sep 28 16:25:30 tinypilot python[692]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Sep 28 16:25:30 tinypilot python[692]: 2024-09-28 16:25:30.813 socket_api ERROR [SENSITIVE] Failed to forward mouse event: Failed to write to HID interface: /dev/hidg1. Is USB cable connected? [/SENSITIVE] Sep 28 16:25:32 tinypilot python[692]: Process ProcessWithResult-7: Sep 28 16:25:32 tinypilot python[692]: Traceback (most recent call last): Sep 28 16:25:32 tinypilot python[692]: File "/usr/lib/python3.7/multiprocessing/process.py", line 297, in _bootstrap Sep 28 16:25:32 tinypilot python[692]: self.run() Sep 28 16:25:32 tinypilot python[692]: File "/opt/tinypilot/app/hid/write.py", line 45, in run Sep 28 16:25:32 tinypilot python[692]: result.return_value = self._target(*self._args, **self._kwargs) Sep 28 16:25:32 tinypilot python[692]: File "/opt/tinypilot/app/hid/write.py", line 65, in _write_to_hid_interface_immediately Sep 28 16:25:32 tinypilot python[692]: hid_handle.write(bytearray(buffer)) Sep 28 16:25:32 tinypilot python[692]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Sep 28 16:25:32 tinypilot python[692]: 2024-09-28 16:25:32.425 socket_api ERROR [SENSITIVE] Failed to forward mouse event: Failed to write to HID interface: /dev/hidg1. Is USB cable connected? [/SENSITIVE] Sep 28 16:25:36 tinypilot python[692]: Process ProcessWithResult-8: Sep 28 16:25:36 tinypilot python[692]: Traceback (most recent call last): Sep 28 16:25:36 tinypilot python[692]: File "/usr/lib/python3.7/multiprocessing/process.py", line 297, in _bootstrap Sep 28 16:25:36 tinypilot python[692]: self.run() Sep 28 16:25:36 tinypilot python[692]: File "/opt/tinypilot/app/hid/write.py", line 45, in run Sep 28 16:25:36 tinypilot python[692]: result.return_value = self._target(*self._args, **self._kwargs) Sep 28 16:25:36 tinypilot python[692]: File "/opt/tinypilot/app/hid/write.py", line 65, in _write_to_hid_interface_immediately Sep 28 16:25:36 tinypilot python[692]: hid_handle.write(bytearray(buffer)) Sep 28 16:25:36 tinypilot python[692]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Sep 28 16:25:36 tinypilot python[692]: 2024-09-28 16:25:36.820 socket_api ERROR [SENSITIVE] Failed to forward mouse event: Failed to write to HID interface: /dev/hidg1. Is USB cable connected? [/SENSITIVE] Sep 28 16:25:38 tinypilot python[692]: Process ProcessWithResult-9: Sep 28 16:25:38 tinypilot python[692]: Traceback (most recent call last): Sep 28 16:25:38 tinypilot python[692]: File "/usr/lib/python3.7/multiprocessing/process.py", line 297, in _bootstrap Sep 28 16:25:38 tinypilot python[692]: self.run() Sep 28 16:25:38 tinypilot python[692]: File "/opt/tinypilot/app/hid/write.py", line 45, in run Sep 28 16:25:38 tinypilot python[692]: result.return_value = self._target(*self._args, **self._kwargs) Sep 28 16:25:38 tinypilot python[692]: File "/opt/tinypilot/app/hid/write.py", line 65, in _write_to_hid_interface_immediately Sep 28 16:25:38 tinypilot python[692]: hid_handle.write(bytearray(buffer)) Sep 28 16:25:38 tinypilot python[692]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Sep 28 16:25:38 tinypilot python[692]: 2024-09-28 16:25:38.823 socket_api ERROR [SENSITIVE] Failed to forward mouse event: Failed to write to HID interface: /dev/hidg1. Is USB cable connected? [/SENSITIVE] Sep 28 16:27:23 tinypilot python[692]: Process ProcessWithResult-10: Sep 28 16:27:23 tinypilot python[692]: Traceback (most recent call last): Sep 28 16:27:23 tinypilot python[692]: File "/usr/lib/python3.7/multiprocessing/process.py", line 297, in _bootstrap Sep 28 16:27:23 tinypilot python[692]: self.run() Sep 28 16:27:23 tinypilot python[692]: File "/opt/tinypilot/app/hid/write.py", line 45, in run Sep 28 16:27:23 tinypilot python[692]: result.return_value = self._target(*self._args, **self._kwargs) Sep 28 16:27:23 tinypilot python[692]: File "/opt/tinypilot/app/hid/write.py", line 65, in _write_to_hid_interface_immediately Sep 28 16:27:23 tinypilot python[692]: hid_handle.write(bytearray(buffer)) Sep 28 16:27:23 tinypilot python[692]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Sep 28 16:27:23 tinypilot python[692]: 2024-09-28 16:27:23.870 socket_api ERROR [SENSITIVE] Failed to forward mouse event: Failed to write to HID interface: /dev/hidg1. Is USB cable connected? [/SENSITIVE] Sep 28 16:27:30 tinypilot python[692]: Process ProcessWithResult-11: Sep 28 16:27:30 tinypilot python[692]: Traceback (most recent call last): Sep 28 16:27:30 tinypilot python[692]: File "/usr/lib/python3.7/multiprocessing/process.py", line 297, in _bootstrap Sep 28 16:27:30 tinypilot python[692]: self.run() Sep 28 16:27:30 tinypilot python[692]: File "/opt/tinypilot/app/hid/write.py", line 45, in run Sep 28 16:27:30 tinypilot python[692]: result.return_value = self._target(*self._args, **self._kwargs) Sep 28 16:27:30 tinypilot python[692]: File "/opt/tinypilot/app/hid/write.py", line 65, in _write_to_hid_interface_immediately Sep 28 16:27:30 tinypilot python[692]: hid_handle.write(bytearray(buffer)) Sep 28 16:27:30 tinypilot python[692]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Sep 28 16:27:30 tinypilot python[692]: 2024-09-28 16:27:30.931 socket_api ERROR [SENSITIVE] Failed to forward mouse event: Failed to write to HID interface: /dev/hidg1. Is USB cable connected? [/SENSITIVE] Sep 28 16:27:32 tinypilot python[692]: Process ProcessWithResult-12: Sep 28 16:27:32 tinypilot python[692]: Traceback (most recent call last): Sep 28 16:27:32 tinypilot python[692]: File "/usr/lib/python3.7/multiprocessing/process.py", line 297, in _bootstrap Sep 28 16:27:32 tinypilot python[692]: self.run() Sep 28 16:27:32 tinypilot python[692]: File "/opt/tinypilot/app/hid/write.py", line 45, in run Sep 28 16:27:32 tinypilot python[692]: result.return_value = self._target(*self._args, **self._kwargs) Sep 28 16:27:32 tinypilot python[692]: File "/opt/tinypilot/app/hid/write.py", line 65, in _write_to_hid_interface_immediately Sep 28 16:27:32 tinypilot python[692]: hid_handle.write(bytearray(buffer)) Sep 28 16:27:32 tinypilot python[692]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Sep 28 16:27:32 tinypilot python[692]: 2024-09-28 16:27:32.501 socket_api ERROR [SENSITIVE] Failed to forward mouse event: Failed to write to HID interface: /dev/hidg1. Is USB cable connected? [/SENSITIVE] Sep 28 16:27:32 tinypilot python[692]: Process ProcessWithResult-13: Sep 28 16:27:32 tinypilot python[692]: Traceback (most recent call last): Sep 28 16:27:32 tinypilot python[692]: File "/usr/lib/python3.7/multiprocessing/process.py", line 297, in _bootstrap Sep 28 16:27:32 tinypilot python[692]: self.run() Sep 28 16:27:32 tinypilot python[692]: File "/opt/tinypilot/app/hid/write.py", line 45, in run Sep 28 16:27:32 tinypilot python[692]: result.return_value = self._target(*self._args, **self._kwargs) Sep 28 16:27:32 tinypilot python[692]: File "/opt/tinypilot/app/hid/write.py", line 65, in _write_to_hid_interface_immediately Sep 28 16:27:32 tinypilot python[692]: hid_handle.write(bytearray(buffer)) Sep 28 16:27:32 tinypilot python[692]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Sep 28 16:27:32 tinypilot python[692]: 2024-09-28 16:27:32.604 socket_api ERROR [SENSITIVE] Failed to forward mouse event: Failed to write to HID interface: /dev/hidg1. Is USB cable connected? [/SENSITIVE] Sep 28 16:27:34 tinypilot python[692]: Process ProcessWithResult-14: Sep 28 16:27:34 tinypilot python[692]: Traceback (most recent call last): Sep 28 16:27:34 tinypilot python[692]: File "/usr/lib/python3.7/multiprocessing/process.py", line 297, in _bootstrap Sep 28 16:27:34 tinypilot python[692]: self.run() Sep 28 16:27:34 tinypilot python[692]: File "/opt/tinypilot/app/hid/write.py", line 45, in run Sep 28 16:27:34 tinypilot python[692]: result.return_value = self._target(*self._args, **self._kwargs) Sep 28 16:27:34 tinypilot python[692]: File "/opt/tinypilot/app/hid/write.py", line 65, in _write_to_hid_interface_immediately Sep 28 16:27:34 tinypilot python[692]: hid_handle.write(bytearray(buffer)) Sep 28 16:27:34 tinypilot python[692]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Sep 28 16:27:34 tinypilot python[692]: 2024-09-28 16:27:34.631 socket_api ERROR [SENSITIVE] Failed to forward mouse event: Failed to write to HID interface: /dev/hidg1. Is USB cable connected? [/SENSITIVE] Sep 28 16:27:40 tinypilot sudo[1226]: tinypilot : TTY=unknown ; PWD=/opt/tinypilot ; USER=root ; COMMAND=/opt/tinypilot-privileged/collect-debug-logs -q Sep 28 16:27:40 tinypilot sudo[1226]: pam_unix(sudo:session): session opened for user root by (uid=0) Sep 28 16:27:40 tinypilot python[692]: fatal: detected dubious ownership in repository at '/opt/ustreamer' Sep 28 16:27:40 tinypilot python[692]: To add an exception for this directory, call: Sep 28 16:27:40 tinypilot python[692]: git config --global --add safe.directory /opt/ustreamer Sep 28 16:27:40 tinypilot python[692]: fatal: detected dubious ownership in repository at '/opt/ustreamer' Sep 28 16:27:40 tinypilot python[692]: To add an exception for this directory, call: Sep 28 16:27:40 tinypilot python[692]: git config --global --add safe.directory /opt/ustreamer Sep 28 16:27:40 tinypilot sudo[1226]: pam_unix(sudo:session): session closed for user root Sep 28 16:34:35 tinypilot python[692]: Process ProcessWithResult-15: Sep 28 16:34:35 tinypilot python[692]: Traceback (most recent call last): Sep 28 16:34:35 tinypilot python[692]: File "/usr/lib/python3.7/multiprocessing/process.py", line 297, in _bootstrap Sep 28 16:34:35 tinypilot python[692]: self.run() Sep 28 16:34:35 tinypilot python[692]: File "/opt/tinypilot/app/hid/write.py", line 45, in run Sep 28 16:34:35 tinypilot python[692]: result.return_value = self._target(*self._args, **self._kwargs) Sep 28 16:34:35 tinypilot python[692]: File "/opt/tinypilot/app/hid/write.py", line 65, in _write_to_hid_interface_immediately Sep 28 16:34:35 tinypilot python[692]: hid_handle.write(bytearray(buffer)) Sep 28 16:34:35 tinypilot python[692]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Sep 28 16:34:35 tinypilot python[692]: 2024-09-28 16:34:35.810 socket_api ERROR [SENSITIVE] Failed to forward mouse event: Failed to write to HID interface: /dev/hidg1. Is USB cable connected? [/SENSITIVE] Sep 28 16:34:37 tinypilot python[692]: Process ProcessWithResult-16: Sep 28 16:34:37 tinypilot python[692]: Traceback (most recent call last): Sep 28 16:34:37 tinypilot python[692]: File "/usr/lib/python3.7/multiprocessing/process.py", line 297, in _bootstrap Sep 28 16:34:37 tinypilot python[692]: self.run() Sep 28 16:34:37 tinypilot python[692]: File "/opt/tinypilot/app/hid/write.py", line 45, in run Sep 28 16:34:37 tinypilot python[692]: result.return_value = self._target(*self._args, **self._kwargs) Sep 28 16:34:37 tinypilot python[692]: File "/opt/tinypilot/app/hid/write.py", line 65, in _write_to_hid_interface_immediately Sep 28 16:34:37 tinypilot python[692]: hid_handle.write(bytearray(buffer)) Sep 28 16:34:37 tinypilot python[692]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Sep 28 16:34:37 tinypilot python[692]: 2024-09-28 16:34:37.814 socket_api ERROR [SENSITIVE] Failed to forward mouse event: Failed to write to HID interface: /dev/hidg1. Is USB cable connected? [/SENSITIVE] Sep 28 16:34:39 tinypilot python[692]: Process ProcessWithResult-17: Sep 28 16:34:39 tinypilot python[692]: Traceback (most recent call last): Sep 28 16:34:39 tinypilot python[692]: File "/usr/lib/python3.7/multiprocessing/process.py", line 297, in _bootstrap Sep 28 16:34:39 tinypilot python[692]: self.run() Sep 28 16:34:39 tinypilot python[692]: File "/opt/tinypilot/app/hid/write.py", line 45, in run Sep 28 16:34:39 tinypilot python[692]: result.return_value = self._target(*self._args, **self._kwargs) Sep 28 16:34:39 tinypilot python[692]: File "/opt/tinypilot/app/hid/write.py", line 65, in _write_to_hid_interface_immediately Sep 28 16:34:39 tinypilot python[692]: hid_handle.write(bytearray(buffer)) Sep 28 16:34:39 tinypilot python[692]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Sep 28 16:34:39 tinypilot python[692]: 2024-09-28 16:34:39.821 socket_api ERROR [SENSITIVE] Failed to forward mouse event: Failed to write to HID interface: /dev/hidg1. Is USB cable connected? [/SENSITIVE] Sep 28 16:34:41 tinypilot python[692]: Process ProcessWithResult-18: Sep 28 16:34:41 tinypilot python[692]: Traceback (most recent call last): Sep 28 16:34:41 tinypilot python[692]: File "/usr/lib/python3.7/multiprocessing/process.py", line 297, in _bootstrap Sep 28 16:34:41 tinypilot python[692]: self.run() Sep 28 16:34:41 tinypilot python[692]: File "/opt/tinypilot/app/hid/write.py", line 45, in run Sep 28 16:34:41 tinypilot python[692]: result.return_value = self._target(*self._args, **self._kwargs) Sep 28 16:34:41 tinypilot python[692]: File "/opt/tinypilot/app/hid/write.py", line 65, in _write_to_hid_interface_immediately Sep 28 16:34:41 tinypilot python[692]: hid_handle.write(bytearray(buffer)) Sep 28 16:34:41 tinypilot python[692]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Sep 28 16:34:41 tinypilot python[692]: 2024-09-28 16:34:41.823 socket_api ERROR [SENSITIVE] Failed to forward mouse event: Failed to write to HID interface: /dev/hidg1. Is USB cable connected? [/SENSITIVE] Sep 28 16:37:08 tinypilot python[692]: 2024-09-28 16:37:08.806 socket_api INFO Client Ez2zWpKH7_c4JtBWAAAQ connected Sep 28 16:37:09 tinypilot python[692]: Process ProcessWithResult-19: Sep 28 16:37:09 tinypilot python[692]: Traceback (most recent call last): Sep 28 16:37:09 tinypilot python[692]: File "/usr/lib/python3.7/multiprocessing/process.py", line 297, in _bootstrap Sep 28 16:37:09 tinypilot python[692]: self.run() Sep 28 16:37:09 tinypilot python[692]: File "/opt/tinypilot/app/hid/write.py", line 45, in run Sep 28 16:37:09 tinypilot python[692]: result.return_value = self._target(*self._args, **self._kwargs) Sep 28 16:37:09 tinypilot python[692]: File "/opt/tinypilot/app/hid/write.py", line 65, in _write_to_hid_interface_immediately Sep 28 16:37:09 tinypilot python[692]: hid_handle.write(bytearray(buffer)) Sep 28 16:37:09 tinypilot python[692]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Sep 28 16:37:09 tinypilot python[692]: 2024-09-28 16:37:09.035 socket_api ERROR [SENSITIVE] Failed to forward mouse event: Failed to write to HID interface: /dev/hidg1. Is USB cable connected? [/SENSITIVE] Sep 28 16:37:09 tinypilot python[692]: Process ProcessWithResult-20: Sep 28 16:37:09 tinypilot python[692]: Traceback (most recent call last): Sep 28 16:37:09 tinypilot python[692]: File "/usr/lib/python3.7/multiprocessing/process.py", line 297, in _bootstrap Sep 28 16:37:09 tinypilot python[692]: self.run() Sep 28 16:37:09 tinypilot python[692]: File "/opt/tinypilot/app/hid/write.py", line 45, in run Sep 28 16:37:09 tinypilot python[692]: result.return_value = self._target(*self._args, **self._kwargs) Sep 28 16:37:09 tinypilot python[692]: File "/opt/tinypilot/app/hid/write.py", line 65, in _write_to_hid_interface_immediately Sep 28 16:37:09 tinypilot python[692]: hid_handle.write(bytearray(buffer)) Sep 28 16:37:09 tinypilot python[692]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Sep 28 16:37:09 tinypilot python[692]: 2024-09-28 16:37:09.652 socket_api ERROR [SENSITIVE] Failed to forward mouse event: Failed to write to HID interface: /dev/hidg1. Is USB cable connected? [/SENSITIVE] Sep 28 16:37:11 tinypilot sudo[1283]: tinypilot : TTY=unknown ; PWD=/opt/tinypilot ; USER=root ; COMMAND=/opt/tinypilot-privileged/collect-debug-logs -q Sep 28 16:37:11 tinypilot sudo[1283]: pam_unix(sudo:session): session opened for user root by (uid=0) Sep 28 16:37:11 tinypilot python[692]: fatal: detected dubious ownership in repository at '/opt/ustreamer' Sep 28 16:37:11 tinypilot python[692]: To add an exception for this directory, call: Sep 28 16:37:11 tinypilot python[692]: git config --global --add safe.directory /opt/ustreamer Sep 28 16:37:11 tinypilot python[692]: fatal: detected dubious ownership in repository at '/opt/ustreamer' Sep 28 16:37:11 tinypilot python[692]: To add an exception for this directory, call: Sep 28 16:37:11 tinypilot python[692]: git config --global --add safe.directory /opt/ustreamer TinyPilot update logs 2024-09-28 16:25:15.401 __main__ INFO Starting TinyPilot update 2024-09-28 16:25:15.401 __main__ INFO Launching update script: /opt/tinypilot-privileged/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.5.4 + SCRIPT_ARGS+=(--version "${VERSION}") + readonly SCRIPT_ARGS + curl --silent --show-error https://gk.tinypilotkvm.com/get-tinypilot-pro.sh + bash -s -- --version 2.5.4 + TARGET_VERSION= + ALLOW_REINSTALL=false + [[ 2 -gt 0 ]] + case "$1" in + TARGET_VERSION=2.5.4 + 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=1414 + readonly AVAILABLE_MEMORY_MIB + INSTALLER_DIR=/mnt/tinypilot-installer + trap clean_up EXIT + (( 1414 >= 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.5.0 + 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.5.4 ]] + readonly TARGET_VERSION + [[ 2.5.0 == \2\.\5\.\4 ]] + readonly TINYPILOT_LICENSE_KEY=UNSPECIFIED + TINYPILOT_LICENSE_KEY=UNSPECIFIED ++ tr --delete '\0' + DEVICE_SERIAL_NUMBER=100000008ada92eb + readonly DEVICE_SERIAL_NUMBER ++ curl https://gk.tinypilotkvm.com/pro/download/2.5.4 --location --header 'TP-License: UNSPECIFIED' --header 'TP-Device-Serial-Number: 100000008ada92eb' --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 + . lib.sh + readonly TEMP_DIR=/var/tmp + TEMP_DIR=/var/tmp ++ mktemp --tmpdir=/var/tmp --suffix .yml + INSTALL_SETTINGS_FILE=/var/tmp/tmp.iAiQB9177w.yml + readonly INSTALL_SETTINGS_FILE + readonly TINYPILOT_SETTINGS_FILE=/home/tinypilot/settings.yml + TINYPILOT_SETTINGS_FILE=/home/tinypilot/settings.yml + readonly USTREAMER_SETTINGS_FILE=/home/ustreamer/config.yml + USTREAMER_SETTINGS_FILE=/home/ustreamer/config.yml ++ ls tinypilot_20230427192344_all.deb + TINYPILOT_DEBIAN_PACKAGE=tinypilot_20230427192344_all.deb + readonly TINYPILOT_DEBIAN_PACKAGE + trap clean_up EXIT + grep -q '^Model *: Raspberry Pi 3' /proc/cpuinfo + grep -q boot=overlay /proc/cmdline + echo 'The read-only filesystem is enabled.' The read-only filesystem is enabled. + echo 'Disable the read-only filesystem before proceeding.' Disable the read-only filesystem before proceeding. + echo 'See https://tinypilotkvm.com/faq/read-only-filesystem for details.' See https://tinypilotkvm.com/faq/read-only-filesystem for details. + exit 1 + clean_up + rm -rf /var/tmp/tmp.iAiQB9177w.yml + clean_up + sudo umount --lazy /mnt/tinypilot-installer + sudo rm -rf /opt/tinypilot-updater /mnt/tinypilot-installer 2024-09-28 16:25:18.180 __main__ ERROR Update process terminated with failing exit code: Command '['sudo', '/opt/tinypilot-privileged/update']' returned non-zero exit status 1. 2024-09-28 16:25:18.180 update.result_store INFO Writing result file to /home/tinypilot/logs/latest-update-result.json 2024-09-28 16:25:18.182 update.target_version INFO Clearing target version file /home/tinypilot/target-version uStreamer configuration [Unit] Description=uStreamer - Lightweight, optimized video encoder After=syslog.target network.target [Service] Type=simple User=ustreamer WorkingDirectory=/opt/ustreamer ExecStart=/opt/ustreamer/ustreamer \ --host 127.0.0.1 \ --port 8001 \ --encoder omx \ --format uyvy \ --workers 3 \ --drop-same-frames 30 \ --persistent \ --dv-timings \ && : # This last line is just to end the multi-line command because the line # before is ending with backslash and so expects to be continued. Restart=always [Install] WantedBy=multi-user.target uStreamer logs -- Logs begin at Tue 2024-09-10 02:35:27 BST, end at Sat 2024-09-28 16:37:11 BST. -- Sep 10 02:35:42 tinypilot systemd[1]: Started uStreamer - Lightweight, optimized video encoder. Sep 10 02:35:42 tinypilot ustreamer[693]: -- INFO [21.358 main] -- Using internal blank placeholder Sep 10 02:35:42 tinypilot ustreamer[693]: -- INFO [21.365 main] -- Listening HTTP on [127.0.0.1]:8001 Sep 10 02:35:42 tinypilot ustreamer[693]: -- INFO [21.366 stream] -- Using V4L2 device: /dev/video0 Sep 10 02:35:42 tinypilot ustreamer[693]: -- INFO [21.366 stream] -- Using desired FPS: 0 Sep 10 02:35:42 tinypilot ustreamer[693]: -- INFO [21.366 http] -- Starting HTTP eventloop ... Sep 10 02:35:42 tinypilot ustreamer[693]: ================================================================================ Sep 10 02:35:42 tinypilot ustreamer[693]: -- INFO [21.366 stream] -- Device fd=9 opened Sep 10 02:35:42 tinypilot ustreamer[693]: -- INFO [21.366 stream] -- Using input channel: 0 Sep 10 02:35:42 tinypilot ustreamer[693]: -- INFO [21.390 stream] -- Using resolution: 640x480 Sep 10 02:35:42 tinypilot ustreamer[693]: -- INFO [21.391 stream] -- Using pixelformat: UYVY Sep 10 02:35:42 tinypilot ustreamer[693]: -- INFO [21.391 stream] -- Querying HW FPS changing is not supported Sep 10 02:35:42 tinypilot ustreamer[693]: -- INFO [21.392 stream] -- Using IO method: MMAP Sep 10 02:35:42 tinypilot ustreamer[693]: -- INFO [21.402 stream] -- Requested 5 device buffers, got 5 Sep 10 02:35:42 tinypilot ustreamer[693]: -- INFO [21.409 stream] -- Capturing started Sep 10 02:35:42 tinypilot ustreamer[693]: -- INFO [21.410 stream] -- Initializing OMX encoder ... Sep 10 02:35:42 tinypilot ustreamer[693]: -- INFO [21.412 stream] -- Initializing OMX encoder ... Sep 10 02:35:42 tinypilot ustreamer[693]: -- INFO [21.413 stream] -- Initializing OMX encoder ... Sep 10 02:35:42 tinypilot ustreamer[693]: -- INFO [21.424 stream] -- Using JPEG quality: 80% Sep 10 02:35:42 tinypilot ustreamer[693]: -- INFO [21.424 stream] -- Creating pool JPEG with 3 workers ... Sep 10 02:35:42 tinypilot ustreamer[693]: -- INFO [21.425 stream] -- Capturing ... Sep 10 02:35:43 tinypilot ustreamer[693]: -- ERROR [22.426 stream] -- Persistent device timeout (unplugged) Sep 28 16:24:04 tinypilot ustreamer[693]: -- INFO [532.412 http] -- HTTP: Registered client: [100.99.238.98]:52616, id=a709f442406fb7af; clients now: 1 Sep 28 16:24:21 tinypilot ustreamer[693]: -- INFO [549.149 http] -- HTTP: Disconnected client: [100.99.238.98]:52616, id=a709f442406fb7af, Resource temporarily unavailable (reading,eof); clients now: 0 Sep 28 16:24:21 tinypilot ustreamer[693]: -- INFO [549.339 http] -- HTTP: Registered client: [100.99.238.98]:52632, id=e849657585ee92bd; clients now: 1 Sep 28 16:24:23 tinypilot ustreamer[693]: -- INFO [550.604 http] -- HTTP: Disconnected client: [100.99.238.98]:52632, id=e849657585ee92bd, Resource temporarily unavailable (reading,eof); clients now: 0 Sep 28 16:24:23 tinypilot ustreamer[693]: -- INFO [550.809 http] -- HTTP: Registered client: [100.99.238.98]:52648, id=f759783e9c31973; clients now: 1 Sep 28 16:24:34 tinypilot ustreamer[693]: -- INFO [561.770 http] -- HTTP: Disconnected client: [100.99.238.98]:52648, id=f759783e9c31973, Resource temporarily unavailable (reading,eof); clients now: 0 Sep 28 16:25:03 tinypilot ustreamer[693]: -- INFO [591.098 http] -- HTTP: Registered client: [100.99.238.98]:52668, id=9bbd0d1207d4640b; clients now: 1 Sep 28 16:37:08 tinypilot ustreamer[693]: -- INFO [1316.281 http] -- HTTP: Registered client: [100.99.238.98]:52736, id=8ed369bc41428403; clients now: 2 nginx logs -- Logs begin at Tue 2024-09-10 02:35:27 BST, end at Sat 2024-09-28 16:37:11 BST. -- Sep 10 02:35:42 tinypilot systemd[1]: Starting A high performance web server and a reverse proxy server... Sep 10 02:35:42 tinypilot systemd[1]: Started A high performance web server and a reverse proxy server. 100.99.238.98 - - [28/Sep/2024:16:25:03 +0100] "GET /js/app.js HTTP/2.0" 200 12974 "https://tinypilot/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36" "-" 100.99.238.98 - - [28/Sep/2024:16:25:03 +0100] "GET /third-party/fonts/fonts.css HTTP/2.0" 200 1812 "https://tinypilot/css/style.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36" "-" 100.99.238.98 - - [28/Sep/2024:16:25:03 +0100] "GET /css/button.css HTTP/2.0" 200 1690 "https://tinypilot/css/style.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36" "-" 100.99.238.98 - - [28/Sep/2024:16:25:03 +0100] "GET /css/cursors.css HTTP/2.0" 200 671 "https://tinypilot/css/style.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36" "-" 100.99.238.98 - - [28/Sep/2024:16:25:03 +0100] "GET /js/clipboard.js HTTP/2.0" 200 633 "https://tinypilot/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36" "-" 100.99.238.98 - - [28/Sep/2024:16:25:03 +0100] "GET /js/logs.js HTTP/2.0" 200 1484 "https://tinypilot/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36" "-" 100.99.238.98 - - [28/Sep/2024:16:25:03 +0100] "GET /third-party/fonts/overpass-light.woff2 HTTP/2.0" 200 26568 "https://tinypilot/third-party/fonts/fonts.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36" "-" 100.99.238.98 - - [28/Sep/2024:16:25:03 +0100] "GET /js/keycodes.js HTTP/2.0" 200 3190 "https://tinypilot/js/app.js" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36" "-" 100.99.238.98 - - [28/Sep/2024:16:25:03 +0100] "GET /js/keyboardstate.js HTTP/2.0" 200 2829 "https://tinypilot/js/app.js" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36" "-" 100.99.238.98 - - [28/Sep/2024:16:25:03 +0100] "GET /js/keystrokes.js HTTP/2.0" 200 362 "https://tinypilot/js/app.js" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36" "-" 100.99.238.98 - - [28/Sep/2024:16:25:03 +0100] "GET /js/overlays.js HTTP/2.0" 200 495 "https://tinypilot/js/app.js" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36" "-" 100.99.238.98 - - [28/Sep/2024:16:25:03 +0100] "GET /css/toggle.css HTTP/2.0" 200 1005 "https://tinypilot/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36" "-" 100.99.238.98 - - [28/Sep/2024:16:25:03 +0100] "GET /css/icons.css HTTP/2.0" 200 841 "https://tinypilot/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36" "-" 100.99.238.98 - - [28/Sep/2024:16:25:03 +0100] "GET /img/logo.svg HTTP/2.0" 200 5550 "https://tinypilot/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36" "-" 100.99.238.98 - - [28/Sep/2024:16:25:03 +0100] "GET /third-party/fonts/overpass-mono-light.woff2 HTTP/2.0" 200 50112 "https://tinypilot/third-party/fonts/fonts.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36" "-" 100.99.238.98 - - [28/Sep/2024:16:25:03 +0100] "GET /third-party/fonts/overpass-semibold.woff2 HTTP/2.0" 200 25032 "https://tinypilot/third-party/fonts/fonts.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36" "-" 100.99.238.98 - - [28/Sep/2024:16:25:03 +0100] "GET /socket.io/?EIO=4&transport=polling&t=P8vF4BQ HTTP/2.0" 200 96 "https://tinypilot/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36" "-" 100.99.238.98 - - [28/Sep/2024:16:25:03 +0100] "GET /favicon.ico HTTP/2.0" 200 1213 "https://tinypilot/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36" "-" 100.99.238.98 - - [28/Sep/2024:16:25:03 +0100] "POST /socket.io/?EIO=4&transport=polling&t=P8vF4CB&sid=Is7CL4ux3WznuDJSAAAM HTTP/2.0" 200 2 "https://tinypilot/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36" "-" 100.99.238.98 - - [28/Sep/2024:16:25:03 +0100] "GET /socket.io/?EIO=4&transport=polling&t=P8vF4CD&sid=Is7CL4ux3WznuDJSAAAM HTTP/2.0" 200 32 "https://tinypilot/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36" "-" 100.99.238.98 - - [28/Sep/2024:16:25:03 +0100] "GET /favicon-32x32.png HTTP/2.0" 200 833 "https://tinypilot/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36" "-" 100.99.238.98 - - [28/Sep/2024:16:25:04 +0100] "GET /socket.io/?EIO=4&transport=polling&t=P8vF4DB&sid=Is7CL4ux3WznuDJSAAAM HTTP/2.0" 200 1 "https://tinypilot/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36" "-" 100.99.238.98 - - [28/Sep/2024:16:25:08 +0100] "GET /api/version HTTP/2.0" 200 20 "https://tinypilot/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36" "-" 100.99.238.98 - - [28/Sep/2024:16:25:08 +0100] "GET /api/latestRelease HTTP/2.0" 200 20 "https://tinypilot/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36" "-" 100.99.238.98 - - [28/Sep/2024:16:25:12 +0100] "PUT /api/update HTTP/2.0" 200 3 "https://tinypilot/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36" "-" 100.99.238.98 - - [28/Sep/2024:16:25:12 +0100] "GET /api/update HTTP/2.0" 200 72 "https://tinypilot/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36" "-" 100.99.238.98 - - [28/Sep/2024:16:25:14 +0100] "GET /api/update HTTP/2.0" 200 72 "https://tinypilot/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36" "-" 100.99.238.98 - - [28/Sep/2024:16:25:16 +0100] "GET /api/update HTTP/2.0" 200 72 "https://tinypilot/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36" "-" 100.99.238.98 - - [28/Sep/2024:16:25:18 +0100] "GET /api/update HTTP/2.0" 200 169 "https://tinypilot/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36" "-" 100.99.238.98 - - [28/Sep/2024:16:27:40 +0100] "GET /api/debugLogs HTTP/2.0" 200 39012 "https://tinypilot/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36" "-"