TinyPilot Pro log dump https://tinypilotkvm.com Timestamp: 2024-07-29T13:52:26+01:00 Software versions TinyPilot version: 2.6.4 uStreamer version: 5.43 System information OS version: Linux tinypilot 6.1.21-v8+ #1642 SMP PREEMPT Mon Apr 3 17:24:16 BST 2023 aarch64 GNU/Linux Kernel architecture: aarch64 Userland architecture: armhf (32-bit) Distribution name: Raspbian Distribution version: 11 Hardware information Hardware: BCM2835 Revision: b03115 Model: Raspberry Pi 4 Model B Rev 1.5 TinyPilot state Read-only filesystem: off SSH access: enabled Network interfaces: eth0 (up) lo (unknown) wlan0 (up) Static IP: 71.40.108.252/24 Mouse jiggler: disabled CPU Temperature: 58.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 Jul 29 05:06:22 tinypilot python[664]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask/scaffold.py", line 318, in send_static_file Jul 29 05:06:22 tinypilot python[664]: return send_from_directory( Jul 29 05:06:22 tinypilot python[664]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask/helpers.py", line 557, in send_from_directory Jul 29 05:06:22 tinypilot python[664]: return werkzeug.utils.send_from_directory( # type: ignore[return-value] Jul 29 05:06:22 tinypilot python[664]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/werkzeug/utils.py", line 574, in send_from_directory Jul 29 05:06:22 tinypilot python[664]: raise NotFound() Jul 29 05:06:22 tinypilot python[664]: werkzeug.exceptions.NotFound: 404 Not Found: The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again. Jul 29 05:06:22 tinypilot python[664]: 2024-07-29 05:06:22.483 __main__ ERROR 404 Not Found: The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again. Jul 29 05:06:22 tinypilot python[664]: Traceback (most recent call last): Jul 29 05:06:22 tinypilot python[664]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask/app.py", line 1484, in full_dispatch_request Jul 29 05:06:22 tinypilot python[664]: rv = self.dispatch_request() Jul 29 05:06:22 tinypilot python[664]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask/app.py", line 1469, in dispatch_request Jul 29 05:06:22 tinypilot python[664]: return self.ensure_sync(self.view_functions[rule.endpoint])(**view_args) Jul 29 05:06:22 tinypilot python[664]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask/app.py", line 502, in Jul 29 05:06:22 tinypilot python[664]: view_func=lambda **kw: self_ref().send_static_file(**kw), # type: ignore # noqa: B950 Jul 29 05:06:22 tinypilot python[664]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask/scaffold.py", line 318, in send_static_file Jul 29 05:06:22 tinypilot python[664]: return send_from_directory( Jul 29 05:06:22 tinypilot python[664]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask/helpers.py", line 557, in send_from_directory Jul 29 05:06:22 tinypilot python[664]: return werkzeug.utils.send_from_directory( # type: ignore[return-value] Jul 29 05:06:22 tinypilot python[664]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/werkzeug/utils.py", line 574, in send_from_directory Jul 29 05:06:22 tinypilot python[664]: raise NotFound() Jul 29 05:06:22 tinypilot python[664]: werkzeug.exceptions.NotFound: 404 Not Found: The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again. Jul 29 05:06:22 tinypilot python[664]: 2024-07-29 05:06:22.488 __main__ ERROR 404 Not Found: The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again. Jul 29 05:06:22 tinypilot python[664]: Traceback (most recent call last): Jul 29 05:06:22 tinypilot python[664]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask/app.py", line 1484, in full_dispatch_request Jul 29 05:06:22 tinypilot python[664]: rv = self.dispatch_request() Jul 29 05:06:22 tinypilot python[664]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask/app.py", line 1469, in dispatch_request Jul 29 05:06:22 tinypilot python[664]: return self.ensure_sync(self.view_functions[rule.endpoint])(**view_args) Jul 29 05:06:22 tinypilot python[664]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask/app.py", line 502, in Jul 29 05:06:22 tinypilot python[664]: view_func=lambda **kw: self_ref().send_static_file(**kw), # type: ignore # noqa: B950 Jul 29 05:06:22 tinypilot python[664]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask/scaffold.py", line 318, in send_static_file Jul 29 05:06:22 tinypilot python[664]: return send_from_directory( Jul 29 05:06:22 tinypilot python[664]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask/helpers.py", line 557, in send_from_directory Jul 29 05:06:22 tinypilot python[664]: return werkzeug.utils.send_from_directory( # type: ignore[return-value] Jul 29 05:06:22 tinypilot python[664]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/werkzeug/utils.py", line 574, in send_from_directory Jul 29 05:06:22 tinypilot python[664]: raise NotFound() Jul 29 05:06:22 tinypilot python[664]: werkzeug.exceptions.NotFound: 404 Not Found: The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again. Jul 29 05:06:22 tinypilot python[664]: 2024-07-29 05:06:22.524 __main__ ERROR 404 Not Found: The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again. Jul 29 05:06:22 tinypilot python[664]: Traceback (most recent call last): Jul 29 05:06:22 tinypilot python[664]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask/app.py", line 1484, in full_dispatch_request Jul 29 05:06:22 tinypilot python[664]: rv = self.dispatch_request() Jul 29 05:06:22 tinypilot python[664]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask/app.py", line 1469, in dispatch_request Jul 29 05:06:22 tinypilot python[664]: return self.ensure_sync(self.view_functions[rule.endpoint])(**view_args) Jul 29 05:06:22 tinypilot python[664]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask/app.py", line 502, in Jul 29 05:06:22 tinypilot python[664]: view_func=lambda **kw: self_ref().send_static_file(**kw), # type: ignore # noqa: B950 Jul 29 05:06:22 tinypilot python[664]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask/scaffold.py", line 318, in send_static_file Jul 29 05:06:22 tinypilot python[664]: return send_from_directory( Jul 29 05:06:22 tinypilot python[664]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask/helpers.py", line 557, in send_from_directory Jul 29 05:06:22 tinypilot python[664]: return werkzeug.utils.send_from_directory( # type: ignore[return-value] Jul 29 05:06:22 tinypilot python[664]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/werkzeug/utils.py", line 574, in send_from_directory Jul 29 05:06:22 tinypilot python[664]: raise NotFound() Jul 29 05:06:22 tinypilot python[664]: werkzeug.exceptions.NotFound: 404 Not Found: The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again. Jul 29 05:06:23 tinypilot python[664]: 2024-07-29 05:06:23.293 __main__ ERROR 404 Not Found: The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again. Jul 29 05:06:23 tinypilot python[664]: Traceback (most recent call last): Jul 29 05:06:23 tinypilot python[664]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask/app.py", line 1484, in full_dispatch_request Jul 29 05:06:23 tinypilot python[664]: rv = self.dispatch_request() Jul 29 05:06:23 tinypilot python[664]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask/app.py", line 1469, in dispatch_request Jul 29 05:06:23 tinypilot python[664]: return self.ensure_sync(self.view_functions[rule.endpoint])(**view_args) Jul 29 05:06:23 tinypilot python[664]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask/app.py", line 502, in Jul 29 05:06:23 tinypilot python[664]: view_func=lambda **kw: self_ref().send_static_file(**kw), # type: ignore # noqa: B950 Jul 29 05:06:23 tinypilot python[664]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask/scaffold.py", line 318, in send_static_file Jul 29 05:06:23 tinypilot python[664]: return send_from_directory( Jul 29 05:06:23 tinypilot python[664]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask/helpers.py", line 557, in send_from_directory Jul 29 05:06:23 tinypilot python[664]: return werkzeug.utils.send_from_directory( # type: ignore[return-value] Jul 29 05:06:23 tinypilot python[664]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/werkzeug/utils.py", line 574, in send_from_directory Jul 29 05:06:23 tinypilot python[664]: raise NotFound() Jul 29 05:06:23 tinypilot python[664]: werkzeug.exceptions.NotFound: 404 Not Found: The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again. Jul 29 05:33:41 tinypilot python[664]: 2024-07-29 05:33:41.576 __main__ INFO Redirecting plaintext HTTP request to HTTPS: https://71.40.108.252/ Jul 29 05:42:28 tinypilot python[664]: 2024-07-29 05:42:28.151 __main__ INFO Redirecting plaintext HTTP request to HTTPS: https://71.40.108.252/ Jul 29 05:42:34 tinypilot python[664]: 2024-07-29 05:42:34.365 __main__ INFO Redirecting plaintext HTTP request to HTTPS: https://127.0.0.1:48000/ Jul 29 06:01:32 tinypilot python[664]: 2024-07-29 06:01:32.914 __main__ INFO Redirecting plaintext HTTP request to HTTPS: https://71.40.108.252/ Jul 29 06:14:52 tinypilot python[664]: 2024-07-29 06:14:52.174 __main__ INFO Redirecting plaintext HTTP request to HTTPS: https://71.40.108.252/ Jul 29 06:33:33 tinypilot python[664]: 2024-07-29 06:33:33.606 __main__ INFO Redirecting plaintext HTTP request to HTTPS: https://71.40.108.252/ Jul 29 06:51:54 tinypilot python[664]: 2024-07-29 06:51:54.754 __main__ INFO Redirecting plaintext HTTP request to HTTPS: https://71.40.108.252/ Jul 29 06:53:09 tinypilot python[664]: 2024-07-29 06:53:09.571 __main__ INFO Redirecting plaintext HTTP request to HTTPS: https://71.40.108.252/.env Jul 29 06:53:09 tinypilot python[664]: 2024-07-29 06:53:09.746 __main__ INFO Redirecting plaintext HTTP request to HTTPS: https://71.40.108.252/ Jul 29 06:53:09 tinypilot python[664]: 2024-07-29 06:53:09.886 __main__ INFO Redirecting plaintext HTTP request to HTTPS: https://71.40.108.252/?%3Cplay%3Ewithme%3C/%3E Jul 29 06:53:10 tinypilot python[664]: 2024-07-29 06:53:10.041 __main__ INFO Redirecting plaintext HTTP request to HTTPS: https://71.40.108.252/ Jul 29 06:53:10 tinypilot python[664]: 2024-07-29 06:53:10.279 __main__ INFO Redirecting plaintext HTTP request to HTTPS: https://71.40.108.252/ Jul 29 06:57:12 tinypilot python[664]: 2024-07-29 06:57:12.668 __main__ INFO Redirecting plaintext HTTP request to HTTPS: https://127.0.0.1:48000/ Jul 29 07:20:56 tinypilot python[664]: 2024-07-29 07:20:56.746 __main__ INFO Redirecting plaintext HTTP request to HTTPS: https://71.40.108.252/ Jul 29 08:34:22 tinypilot python[664]: 2024-07-29 08:34:22.202 __main__ INFO Redirecting plaintext HTTP request to HTTPS: https://127.0.0.1:48000/ Jul 29 08:38:09 tinypilot python[664]: 2024-07-29 08:38:09.127 __main__ INFO Redirecting plaintext HTTP request to HTTPS: https://71.40.108.252/ Jul 29 08:45:41 tinypilot python[664]: 2024-07-29 08:45:41.919 __main__ INFO Redirecting plaintext HTTP request to HTTPS: https://71.40.108.252/ Jul 29 08:51:22 tinypilot python[664]: 2024-07-29 08:51:22.730 __main__ INFO Redirecting plaintext HTTP request to HTTPS: https://71.40.108.252/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php Jul 29 08:51:23 tinypilot python[664]: 2024-07-29 08:51:23.643 __main__ INFO Redirecting plaintext HTTP request to HTTPS: https://71.40.108.252/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php Jul 29 08:51:23 tinypilot python[664]: 2024-07-29 08:51:23.974 __main__ INFO Redirecting plaintext HTTP request to HTTPS: https://71.40.108.252/vendor/phpunit/src/Util/PHP/eval-stdin.php Jul 29 08:51:26 tinypilot python[664]: 2024-07-29 08:51:26.263 __main__ INFO Redirecting plaintext HTTP request to HTTPS: https://71.40.108.252/vendor/phpunit/Util/PHP/eval-stdin.php Jul 29 08:51:27 tinypilot python[664]: 2024-07-29 08:51:27.063 __main__ INFO Redirecting plaintext HTTP request to HTTPS: https://71.40.108.252/vendor/phpunit/phpunit/LICENSE/eval-stdin.php Jul 29 08:51:27 tinypilot python[664]: 2024-07-29 08:51:27.475 __main__ INFO Redirecting plaintext HTTP request to HTTPS: https://71.40.108.252/vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php Jul 29 08:51:31 tinypilot python[664]: 2024-07-29 08:51:31.383 __main__ INFO Redirecting plaintext HTTP request to HTTPS: https://71.40.108.252/phpunit/phpunit/src/Util/PHP/eval-stdin.php Jul 29 08:51:35 tinypilot python[664]: 2024-07-29 08:51:35.159 __main__ INFO Redirecting plaintext HTTP request to HTTPS: https://71.40.108.252/phpunit/phpunit/Util/PHP/eval-stdin.php Jul 29 08:51:35 tinypilot python[664]: 2024-07-29 08:51:35.863 __main__ INFO Redirecting plaintext HTTP request to HTTPS: https://71.40.108.252/phpunit/src/Util/PHP/eval-stdin.php Jul 29 08:51:37 tinypilot python[664]: 2024-07-29 08:51:37.459 __main__ INFO Redirecting plaintext HTTP request to HTTPS: https://71.40.108.252/phpunit/Util/PHP/eval-stdin.php Jul 29 08:51:37 tinypilot python[664]: 2024-07-29 08:51:37.765 __main__ INFO Redirecting plaintext HTTP request to HTTPS: https://71.40.108.252/lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php Jul 29 08:51:39 tinypilot python[664]: 2024-07-29 08:51:39.000 __main__ INFO Redirecting plaintext HTTP request to HTTPS: https://71.40.108.252/lib/phpunit/phpunit/Util/PHP/eval-stdin.php Jul 29 08:51:39 tinypilot python[664]: 2024-07-29 08:51:39.329 __main__ INFO Redirecting plaintext HTTP request to HTTPS: https://71.40.108.252/lib/phpunit/src/Util/PHP/eval-stdin.php Jul 29 08:51:41 tinypilot python[664]: 2024-07-29 08:51:41.304 __main__ INFO Redirecting plaintext HTTP request to HTTPS: https://71.40.108.252/lib/phpunit/Util/PHP/eval-stdin.php Jul 29 08:51:41 tinypilot python[664]: 2024-07-29 08:51:41.589 __main__ INFO Redirecting plaintext HTTP request to HTTPS: https://71.40.108.252/lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php Jul 29 08:51:41 tinypilot python[664]: 2024-07-29 08:51:41.883 __main__ INFO Redirecting plaintext HTTP request to HTTPS: https://71.40.108.252/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php Jul 29 08:51:42 tinypilot python[664]: 2024-07-29 08:51:42.256 __main__ INFO Redirecting plaintext HTTP request to HTTPS: https://71.40.108.252/www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php Jul 29 08:51:42 tinypilot python[664]: 2024-07-29 08:51:42.618 __main__ INFO Redirecting plaintext HTTP request to HTTPS: https://71.40.108.252/ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php Jul 29 08:51:43 tinypilot python[664]: 2024-07-29 08:51:43.800 __main__ INFO Redirecting plaintext HTTP request to HTTPS: https://71.40.108.252/yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php Jul 29 08:51:44 tinypilot python[664]: 2024-07-29 08:51:44.223 __main__ INFO Redirecting plaintext HTTP request to HTTPS: https://71.40.108.252/zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php Jul 29 08:51:44 tinypilot python[664]: 2024-07-29 08:51:44.983 __main__ INFO Redirecting plaintext HTTP request to HTTPS: https://71.40.108.252/ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php Jul 29 08:52:10 tinypilot python[664]: 2024-07-29 08:52:10.679 __main__ INFO Redirecting plaintext HTTP request to HTTPS: https://71.40.108.252/V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php Jul 29 08:52:11 tinypilot python[664]: 2024-07-29 08:52:11.030 __main__ INFO Redirecting plaintext HTTP request to HTTPS: https://71.40.108.252/tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php Jul 29 08:52:14 tinypilot python[664]: 2024-07-29 08:52:14.651 __main__ INFO Redirecting plaintext HTTP request to HTTPS: https://71.40.108.252/test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php Jul 29 08:52:15 tinypilot python[664]: 2024-07-29 08:52:15.065 __main__ INFO Redirecting plaintext HTTP request to HTTPS: https://71.40.108.252/testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php Jul 29 08:52:15 tinypilot python[664]: 2024-07-29 08:52:15.863 __main__ INFO Redirecting plaintext HTTP request to HTTPS: https://71.40.108.252/api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php Jul 29 08:52:16 tinypilot python[664]: 2024-07-29 08:52:16.250 __main__ INFO Redirecting plaintext HTTP request to HTTPS: https://71.40.108.252/demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php Jul 29 08:52:16 tinypilot python[664]: 2024-07-29 08:52:16.543 __main__ INFO Redirecting plaintext HTTP request to HTTPS: https://71.40.108.252/cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php Jul 29 08:52:16 tinypilot python[664]: 2024-07-29 08:52:16.827 __main__ INFO Redirecting plaintext HTTP request to HTTPS: https://71.40.108.252/crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php Jul 29 08:52:17 tinypilot python[664]: 2024-07-29 08:52:17.943 __main__ INFO Redirecting plaintext HTTP request to HTTPS: https://71.40.108.252/admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php Jul 29 08:52:18 tinypilot python[664]: 2024-07-29 08:52:18.259 __main__ INFO Redirecting plaintext HTTP request to HTTPS: https://71.40.108.252/backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php Jul 29 08:52:18 tinypilot python[664]: 2024-07-29 08:52:18.610 __main__ INFO Redirecting plaintext HTTP request to HTTPS: https://71.40.108.252/blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php Jul 29 08:52:19 tinypilot python[664]: 2024-07-29 08:52:19.355 __main__ INFO Redirecting plaintext HTTP request to HTTPS: https://71.40.108.252/workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php Jul 29 08:52:19 tinypilot python[664]: 2024-07-29 08:52:19.731 __main__ INFO Redirecting plaintext HTTP request to HTTPS: https://71.40.108.252/panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php Jul 29 08:52:20 tinypilot python[664]: 2024-07-29 08:52:20.443 __main__ INFO Redirecting plaintext HTTP request to HTTPS: https://71.40.108.252/public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php Jul 29 08:52:33 tinypilot python[664]: 2024-07-29 08:52:33.464 __main__ INFO Redirecting plaintext HTTP request to HTTPS: https://71.40.108.252/apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php Jul 29 08:53:34 tinypilot python[664]: 2024-07-29 08:53:34.334 __main__ INFO Redirecting plaintext HTTP request to HTTPS: https://71.40.108.252/app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php Jul 29 08:54:45 tinypilot python[664]: 2024-07-29 08:54:45.367 __main__ INFO Redirecting plaintext HTTP request to HTTPS: https://71.40.108.252/ Jul 29 09:07:38 tinypilot python[664]: 2024-07-29 09:07:38.702 __main__ INFO Redirecting plaintext HTTP request to HTTPS: https://71.40.108.252/ Jul 29 09:48:17 tinypilot python[664]: 2024-07-29 09:48:17.363 __main__ INFO Redirecting plaintext HTTP request to HTTPS: https://71.40.108.252/.env Jul 29 09:48:17 tinypilot python[664]: 2024-07-29 09:48:17.643 __main__ INFO Redirecting plaintext HTTP request to HTTPS: https://71.40.108.252/wp-content/ Jul 29 09:55:41 tinypilot python[664]: 2024-07-29 09:55:41.774 __main__ INFO Redirecting plaintext HTTP request to HTTPS: https://71.40.108.252/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php Jul 29 09:55:42 tinypilot python[664]: 2024-07-29 09:55:42.001 __main__ INFO Redirecting plaintext HTTP request to HTTPS: https://71.40.108.252/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php Jul 29 09:55:43 tinypilot python[664]: 2024-07-29 09:55:43.705 __main__ INFO Redirecting plaintext HTTP request to HTTPS: https://71.40.108.252/vendor/phpunit/src/Util/PHP/eval-stdin.php Jul 29 09:56:00 tinypilot python[664]: 2024-07-29 09:56:00.244 __main__ INFO Redirecting plaintext HTTP request to HTTPS: https://71.40.108.252/vendor/phpunit/Util/PHP/eval-stdin.php Jul 29 09:56:00 tinypilot python[664]: 2024-07-29 09:56:00.516 __main__ INFO Redirecting plaintext HTTP request to HTTPS: https://71.40.108.252/vendor/phpunit/phpunit/LICENSE/eval-stdin.php Jul 29 09:56:01 tinypilot python[664]: 2024-07-29 09:56:01.154 __main__ INFO Redirecting plaintext HTTP request to HTTPS: https://71.40.108.252/vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php Jul 29 09:56:03 tinypilot python[664]: 2024-07-29 09:56:03.108 __main__ INFO Redirecting plaintext HTTP request to HTTPS: https://71.40.108.252/phpunit/phpunit/src/Util/PHP/eval-stdin.php Jul 29 09:56:10 tinypilot python[664]: 2024-07-29 09:56:10.532 __main__ INFO Redirecting plaintext HTTP request to HTTPS: https://71.40.108.252/phpunit/phpunit/Util/PHP/eval-stdin.php Jul 29 09:56:10 tinypilot python[664]: 2024-07-29 09:56:10.728 __main__ INFO Redirecting plaintext HTTP request to HTTPS: https://71.40.108.252/phpunit/src/Util/PHP/eval-stdin.php Jul 29 09:56:10 tinypilot python[664]: 2024-07-29 09:56:10.943 __main__ INFO Redirecting plaintext HTTP request to HTTPS: https://71.40.108.252/phpunit/Util/PHP/eval-stdin.php Jul 29 09:56:11 tinypilot python[664]: 2024-07-29 09:56:11.142 __main__ INFO Redirecting plaintext HTTP request to HTTPS: https://71.40.108.252/lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php Jul 29 09:56:11 tinypilot python[664]: 2024-07-29 09:56:11.352 __main__ INFO Redirecting plaintext HTTP request to HTTPS: https://71.40.108.252/lib/phpunit/phpunit/Util/PHP/eval-stdin.php Jul 29 09:56:18 tinypilot python[664]: 2024-07-29 09:56:18.804 __main__ INFO Redirecting plaintext HTTP request to HTTPS: https://71.40.108.252/lib/phpunit/src/Util/PHP/eval-stdin.php Jul 29 09:56:19 tinypilot python[664]: 2024-07-29 09:56:19.398 __main__ INFO Redirecting plaintext HTTP request to HTTPS: https://71.40.108.252/lib/phpunit/Util/PHP/eval-stdin.php Jul 29 09:56:20 tinypilot python[664]: 2024-07-29 09:56:20.780 __main__ INFO Redirecting plaintext HTTP request to HTTPS: https://71.40.108.252/lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php Jul 29 09:56:21 tinypilot python[664]: 2024-07-29 09:56:21.802 __main__ INFO Redirecting plaintext HTTP request to HTTPS: https://71.40.108.252/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php Jul 29 09:56:23 tinypilot python[664]: 2024-07-29 09:56:23.982 __main__ INFO Redirecting plaintext HTTP request to HTTPS: https://71.40.108.252/www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php Jul 29 09:56:24 tinypilot python[664]: 2024-07-29 09:56:24.973 __main__ INFO Redirecting plaintext HTTP request to HTTPS: https://71.40.108.252/ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php Jul 29 09:56:25 tinypilot python[664]: 2024-07-29 09:56:25.592 __main__ INFO Redirecting plaintext HTTP request to HTTPS: https://71.40.108.252/yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php Jul 29 09:56:25 tinypilot python[664]: 2024-07-29 09:56:25.788 __main__ INFO Redirecting plaintext HTTP request to HTTPS: https://71.40.108.252/zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php Jul 29 09:56:25 tinypilot python[664]: 2024-07-29 09:56:25.983 __main__ INFO Redirecting plaintext HTTP request to HTTPS: https://71.40.108.252/ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php Jul 29 09:56:27 tinypilot python[664]: 2024-07-29 09:56:27.359 __main__ INFO Redirecting plaintext HTTP request to HTTPS: https://71.40.108.252/V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php Jul 29 09:56:28 tinypilot python[664]: 2024-07-29 09:56:28.339 __main__ INFO Redirecting plaintext HTTP request to HTTPS: https://71.40.108.252/tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php Jul 29 09:56:28 tinypilot python[664]: 2024-07-29 09:56:28.559 __main__ INFO Redirecting plaintext HTTP request to HTTPS: https://71.40.108.252/test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php Jul 29 09:56:28 tinypilot python[664]: 2024-07-29 09:56:28.749 __main__ INFO Redirecting plaintext HTTP request to HTTPS: https://71.40.108.252/testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php Jul 29 09:56:29 tinypilot python[664]: 2024-07-29 09:56:29.347 __main__ INFO Redirecting plaintext HTTP request to HTTPS: https://71.40.108.252/api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php Jul 29 09:56:29 tinypilot python[664]: 2024-07-29 09:56:29.558 __main__ INFO Redirecting plaintext HTTP request to HTTPS: https://71.40.108.252/demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php Jul 29 09:56:31 tinypilot python[664]: 2024-07-29 09:56:31.320 __main__ INFO Redirecting plaintext HTTP request to HTTPS: https://71.40.108.252/cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php Jul 29 09:56:32 tinypilot python[664]: 2024-07-29 09:56:32.311 __main__ INFO Redirecting plaintext HTTP request to HTTPS: https://71.40.108.252/crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php Jul 29 09:56:34 tinypilot python[664]: 2024-07-29 09:56:34.072 __main__ INFO Redirecting plaintext HTTP request to HTTPS: https://71.40.108.252/admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php Jul 29 09:56:34 tinypilot python[664]: 2024-07-29 09:56:34.276 __main__ INFO Redirecting plaintext HTTP request to HTTPS: https://71.40.108.252/backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php Jul 29 09:56:34 tinypilot python[664]: 2024-07-29 09:56:34.471 __main__ INFO Redirecting plaintext HTTP request to HTTPS: https://71.40.108.252/blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php Jul 29 09:56:35 tinypilot python[664]: 2024-07-29 09:56:35.461 __main__ INFO Redirecting plaintext HTTP request to HTTPS: https://71.40.108.252/workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php Jul 29 09:56:37 tinypilot python[664]: 2024-07-29 09:56:37.220 __main__ INFO Redirecting plaintext HTTP request to HTTPS: https://71.40.108.252/panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php Jul 29 09:56:37 tinypilot python[664]: 2024-07-29 09:56:37.802 __main__ INFO Redirecting plaintext HTTP request to HTTPS: https://71.40.108.252/public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php Jul 29 09:56:38 tinypilot python[664]: 2024-07-29 09:56:38.008 __main__ INFO Redirecting plaintext HTTP request to HTTPS: https://71.40.108.252/apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php Jul 29 09:56:38 tinypilot python[664]: 2024-07-29 09:56:38.588 __main__ INFO Redirecting plaintext HTTP request to HTTPS: https://71.40.108.252/app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php Jul 29 09:56:40 tinypilot python[664]: 2024-07-29 09:56:40.342 __main__ INFO Redirecting plaintext HTTP request to HTTPS: https://71.40.108.252/index.php?s=/index/\think\app/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello Jul 29 09:56:40 tinypilot python[664]: 2024-07-29 09:56:40.930 __main__ INFO Redirecting plaintext HTTP request to HTTPS: https://71.40.108.252/public/index.php?s=/index/\think\app/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello Jul 29 09:56:41 tinypilot python[664]: 2024-07-29 09:56:41.131 __main__ INFO Redirecting plaintext HTTP request to HTTPS: https://71.40.108.252/index.php?lang=../../../../../../../../usr/local/lib/php/pearcmd&+config-create+/&/+/tmp/index1.php Jul 29 09:56:42 tinypilot python[664]: 2024-07-29 09:56:42.108 __main__ INFO Redirecting plaintext HTTP request to HTTPS: https://71.40.108.252/index.php?lang=../../../../../../../../tmp/index1 Jul 29 10:32:58 tinypilot python[664]: 2024-07-29 10:32:58.994 __main__ INFO Redirecting plaintext HTTP request to HTTPS: https://71.40.108.252/ Jul 29 10:35:21 tinypilot python[664]: 2024-07-29 10:35:21.755 __main__ INFO Redirecting plaintext HTTP request to HTTPS: https://71.40.108.252/webui/ Jul 29 10:35:44 tinypilot python[664]: 2024-07-29 10:35:44.013 __main__ INFO Redirecting plaintext HTTP request to HTTPS: https://71.40.108.252/ Jul 29 10:37:21 tinypilot python[664]: 2024-07-29 10:37:21.536 __main__ INFO Redirecting plaintext HTTP request to HTTPS: https://71.40.108.252/geoserver/web/ Jul 29 10:52:31 tinypilot python[664]: 2024-07-29 10:52:31.939 __main__ INFO Redirecting plaintext HTTP request to HTTPS: https://71.40.108.252/ Jul 29 11:10:44 tinypilot python[664]: 2024-07-29 11:10:44.332 __main__ INFO Redirecting plaintext HTTP request to HTTPS: https://71.40.108.252/ Jul 29 11:10:55 tinypilot python[664]: 2024-07-29 11:10:55.116 __main__ INFO Redirecting plaintext HTTP request to HTTPS: https://71.40.108.252/ Jul 29 11:11:12 tinypilot python[664]: 2024-07-29 11:11:12.469 __main__ INFO Redirecting plaintext HTTP request to HTTPS: https://71.40.108.252/ Jul 29 11:29:43 tinypilot python[664]: 2024-07-29 11:29:43.669 __main__ INFO Redirecting plaintext HTTP request to HTTPS: https://71.40.108.252/ Jul 29 11:34:52 tinypilot python[664]: 2024-07-29 11:34:52.315 __main__ INFO Redirecting plaintext HTTP request to HTTPS: https://71.40.108.252/ Jul 29 12:51:40 tinypilot python[664]: 2024-07-29 12:51:40.250 __main__ INFO Redirecting plaintext HTTP request to HTTPS: https://71.40.108.252/ Jul 29 13:07:05 tinypilot python[664]: 2024-07-29 13:07:05.103 __main__ INFO Redirecting plaintext HTTP request to HTTPS: https://71.40.108.252/ Jul 29 13:07:08 tinypilot python[664]: 2024-07-29 13:07:08.258 __main__ INFO Redirecting plaintext HTTP request to HTTPS: https://71.40.108.252/ Jul 29 13:38:28 tinypilot python[664]: 2024-07-29 13:38:28.656 socket_api INFO Client _Oin7g39rlz6SlVJAAAd connected Jul 29 13:44:12 tinypilot python[664]: 2024-07-29 13:44:12.176 socket_api INFO Client _Oin7g39rlz6SlVJAAAd disconnected Jul 29 13:44:12 tinypilot python[664]: 2024-07-29 13:44:12.503 socket_api INFO Client Zo8fISiR4ZMiykRlAAAf connected [SENSITIVE DATA REDACTED] [SENSITIVE DATA REDACTED] [SENSITIVE DATA REDACTED] [SENSITIVE DATA REDACTED] [SENSITIVE DATA REDACTED] [SENSITIVE DATA REDACTED] [SENSITIVE DATA REDACTED] Jul 29 13:52:26 tinypilot sudo[4830]: tinypilot : PWD=/opt/tinypilot ; USER=root ; COMMAND=/opt/tinypilot-privileged/scripts/collect-debug-logs -q Jul 29 13:52:26 tinypilot sudo[4830]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=111) Jul 29 13:52:27 tinypilot runuser[4845]: pam_unix(runuser:session): session opened for user tinypilot(uid=111) by (uid=0) Jul 29 13:52:27 tinypilot runuser[4845]: pam_unix(runuser:session): session closed for user tinypilot Jul 29 13:52:27 tinypilot runuser[4851]: pam_unix(runuser:session): session opened for user tinypilot(uid=111) by (uid=0) Jul 29 13:52:27 tinypilot runuser[4851]: pam_unix(runuser:session): session closed for user tinypilot Jul 29 13:52:27 tinypilot runuser[4860]: pam_unix(runuser:session): session opened for user tinypilot(uid=111) by (uid=0) Jul 29 13:52:30 tinypilot python[4867]: 2024-07-29 13:52:30.552 app.main INFO Starting app Jul 29 13:52:30 tinypilot python[4867]: 2024-07-29 13:52:30.699 db.store INFO Loading database migrations from /opt/tinypilot/app/db/migrations/*.sql Jul 29 13:52:30 tinypilot python[4867]: 2024-07-29 13:52:30.701 db.store INFO Read 7 database migrations from disk Jul 29 13:52:31 tinypilot runuser[4860]: pam_unix(runuser:session): session closed for user tinypilot TinyPilot update logs 2024-07-23 15:29:19.442 __main__ INFO Starting TinyPilot update 2024-07-23 15:29:19.442 __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.4 + SCRIPT_ARGS+=(--version "${VERSION}") + readonly SCRIPT_ARGS + curl --silent --show-error https://gk.tinypilotkvm.com/get-tinypilot-pro.sh + bash -s -- --version 2.6.4 + TARGET_VERSION= + ALLOW_REINSTALL=false + [[ 2 -gt 0 ]] + case "$1" in + TARGET_VERSION=2.6.4 + 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=1478 + readonly AVAILABLE_MEMORY_MIB + INSTALLER_DIR=/mnt/tinypilot-installer + trap clean_up EXIT + (( 1478 >= 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.4 ]] + readonly TARGET_VERSION + [[ 2.6.1 == \2\.\6\.\4 ]] + readonly TINYPILOT_LICENSE_KEY=UNSPECIFIED + TINYPILOT_LICENSE_KEY=UNSPECIFIED ++ tr --delete '\0' + DEVICE_SERIAL_NUMBER=10000000d533d18c + readonly DEVICE_SERIAL_NUMBER ++ curl https://gk.tinypilotkvm.com/pro/download/2.6.4 --location --header 'TP-License: UNSPECIFIED' --header 'TP-Device-Serial-Number: 10000000d533d18c' --output /mnt/tinypilot-installer/bundle.tgz --write-out '%{http_code}' --silent + HTTP_CODE=200 + readonly HTTP_CODE + [[ 200 != \2\0\0 ]] + sudo tar --gunzip --extract --file /mnt/tinypilot-installer/bundle.tgz --directory /mnt/tinypilot-installer + sudo chown root:root --recursive /mnt/tinypilot-installer + [[ 0 -eq 1 ]] + pushd /mnt/tinypilot-installer /mnt/tinypilot-installer /opt/tinypilot + sudo TMPDIR=/mnt/tinypilot-installer/tmp ./install + grep -q '^Model *: Raspberry Pi 3' /proc/cpuinfo ++ lsb_release --id --short + [[ Raspbian == \R\a\s\p\b\i\a\n ]] ++ lsb_release --release --short + (( 11 < 11 )) ++ lsb_release --id --short + [[ Raspbian == \R\a\s\p\b\i\a\n ]] ++ lsb_release --release --short + (( 11 > 11 )) + grep -q boot=overlay /proc/cmdline ++ ls janus_1.0.1-1~bpo11+1_armhf.deb + JANUS_DEBIAN_PACKAGE=janus_1.0.1-1~bpo11+1_armhf.deb + readonly JANUS_DEBIAN_PACKAGE ++ ls ustreamer_5.43-20231004144402_armhf.deb + USTREAMER_DEBIAN_PACKAGE=ustreamer_5.43-20231004144402_armhf.deb + readonly USTREAMER_DEBIAN_PACKAGE ++ ls tinypilot_20240620111245_armhf.deb + TINYPILOT_DEBIAN_PACKAGE=tinypilot_20240620111245_armhf.deb + readonly TINYPILOT_DEBIAN_PACKAGE + apt-get update --allow-releaseinfo-change-suite Get:1 http://archive.raspberrypi.org/debian bullseye InRelease [39.0 kB] Get:2 http://raspbian.raspberrypi.org/raspbian bullseye InRelease [15.0 kB] Get:3 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf Packages [13.2 MB] Get:4 http://archive.raspberrypi.org/debian bullseye/main armhf Packages [317 kB] Get:5 http://raspbian.raspberrypi.org/raspbian bullseye/non-free armhf Packages [106 kB] Fetched 13.7 MB in 7s (1,979 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_20240620111245_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 112 not upgraded. Need to get 0 B/2,815 kB of archives. After this operation, 316 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_20240620111245_armhf.deb tinypilot armhf 20240620111245 [2,657 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_20240620111245_armhf.deb ... Unpacking tinypilot (20240620111245) 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 (20240620111245) ... 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 2024-07-23 15:30:03.755 __main__ INFO Update completed successfully 2024-07-23 15:30:03.756 update.result_store INFO Writing result file to /home/tinypilot/logs/latest-update-result.json 2024-07-23 15:30:03.758 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-07-28 13:56:02 BST, ends at Mon 2024-07-29 13:52:31 BST. -- Jul 29 13:44:12 tinypilot launch[1105]: -- INFO [254068.109 http] -- HTTP: NEW client (now=1): [71.40.108.253]:42554, id=df8c299f882e86ca Jul 29 13:50:52 tinypilot launch[1105]: -- INFO [254467.678 stream] -- H264: Configuring encoder: DMA=1 ... Jul 29 13:50:52 tinypilot launch[1105]: -- INFO [254468.050 stream] -- Got V4L2 event Jul 29 13:50:52 tinypilot launch[1105]: -- INFO [254468.050 stream] -- Got V4L2_EVENT_SOURCE_CHANGE: source changed Jul 29 13:50:52 tinypilot launch[1105]: -- INFO [254468.050 stream] -- Destroying workers pool JPEG ... Jul 29 13:50:52 tinypilot launch[1105]: -- INFO [254468.076 stream] -- Capturing stopped Jul 29 13:50:52 tinypilot launch[1105]: -- INFO [254468.078 stream] -- Device fd=10 closed Jul 29 13:50:52 tinypilot launch[1105]: -- INFO [254468.078 stream] -- Changed video frame to BLANK Jul 29 13:50:52 tinypilot launch[1105]: -- INFO [254468.084 stream] -- H264: Configuring encoder: DMA=0 ... Jul 29 13:50:52 tinypilot launch[1105]: ================================================================================ Jul 29 13:50:52 tinypilot launch[1105]: -- INFO [254468.104 stream] -- Device fd=10 opened Jul 29 13:50:52 tinypilot launch[1105]: -- INFO [254468.104 stream] -- Using input channel: 0 Jul 29 13:50:52 tinypilot launch[1105]: -- INFO [254468.110 stream] -- Got new DV-timings: 1600x1200p60.00, pixclk=162000000, vsync=50, hsync=560 Jul 29 13:50:52 tinypilot launch[1105]: -- INFO [254468.147 stream] -- Using resolution: 1600x1200 Jul 29 13:50:52 tinypilot launch[1105]: -- INFO [254468.147 stream] -- Using format: UYVY Jul 29 13:50:52 tinypilot launch[1105]: -- INFO [254468.147 stream] -- Querying HW FPS changing is not supported Jul 29 13:50:52 tinypilot launch[1105]: -- INFO [254468.147 stream] -- Using IO method: MMAP Jul 29 13:50:52 tinypilot launch[1105]: -- INFO [254468.158 stream] -- Requested 5 device buffers, got 5 Jul 29 13:50:52 tinypilot launch[1105]: -- INFO [254468.165 stream] -- Capturing started Jul 29 13:50:52 tinypilot launch[1105]: -- INFO [254468.165 stream] -- Using JPEG quality: 80% Jul 29 13:50:52 tinypilot launch[1105]: -- INFO [254468.165 stream] -- Creating pool JPEG with 3 workers ... Jul 29 13:50:52 tinypilot launch[1105]: -- INFO [254468.165 stream] -- Capturing ... Jul 29 13:50:52 tinypilot launch[1105]: -- INFO [254468.178 stream] -- H264: Configuring encoder: DMA=1 ... Jul 29 13:50:52 tinypilot launch[1105]: -- INFO [254468.178 jw-0] -- JPEG-0: Configuring encoder: DMA=0 ... Jul 29 13:50:52 tinypilot launch[1105]: -- INFO [254468.214 jw-1] -- JPEG-1: Configuring encoder: DMA=0 ... Jul 29 13:50:52 tinypilot launch[1105]: -- INFO [254468.232 jw-2] -- JPEG-2: Configuring encoder: DMA=0 ... Jul 29 13:50:53 tinypilot launch[1105]: -- INFO [254469.086 stream] -- Got V4L2 event Jul 29 13:50:53 tinypilot launch[1105]: -- INFO [254469.087 stream] -- Got V4L2_EVENT_SOURCE_CHANGE: source changed Jul 29 13:50:53 tinypilot launch[1105]: -- INFO [254469.087 stream] -- Destroying workers pool JPEG ... Jul 29 13:50:53 tinypilot launch[1105]: -- INFO [254469.124 stream] -- Capturing stopped Jul 29 13:50:53 tinypilot launch[1105]: -- INFO [254469.127 stream] -- Device fd=10 closed Jul 29 13:50:53 tinypilot launch[1105]: -- INFO [254469.127 stream] -- Changed video frame to BLANK Jul 29 13:50:53 tinypilot launch[1105]: -- INFO [254469.133 stream] -- H264: Configuring encoder: DMA=0 ... Jul 29 13:50:53 tinypilot launch[1105]: ================================================================================ Jul 29 13:50:53 tinypilot launch[1105]: -- INFO [254469.153 stream] -- Device fd=10 opened Jul 29 13:50:53 tinypilot launch[1105]: -- INFO [254469.153 stream] -- Using input channel: 0 Jul 29 13:50:53 tinypilot launch[1105]: -- INFO [254469.159 stream] -- Got new DV-timings: 1600x1200p60.00, pixclk=162000000, vsync=50, hsync=560 Jul 29 13:50:53 tinypilot launch[1105]: -- INFO [254469.179 stream] -- Using resolution: 1600x1200 Jul 29 13:50:53 tinypilot launch[1105]: -- INFO [254469.179 stream] -- Using format: UYVY Jul 29 13:50:53 tinypilot launch[1105]: -- INFO [254469.179 stream] -- Querying HW FPS changing is not supported Jul 29 13:50:53 tinypilot launch[1105]: -- INFO [254469.179 stream] -- Using IO method: MMAP Jul 29 13:50:53 tinypilot launch[1105]: -- INFO [254469.189 stream] -- Requested 5 device buffers, got 5 Jul 29 13:50:53 tinypilot launch[1105]: -- INFO [254469.196 stream] -- Capturing started Jul 29 13:50:53 tinypilot launch[1105]: -- INFO [254469.196 stream] -- Using JPEG quality: 80% Jul 29 13:50:53 tinypilot launch[1105]: -- INFO [254469.196 stream] -- Creating pool JPEG with 3 workers ... Jul 29 13:50:53 tinypilot launch[1105]: -- INFO [254469.196 stream] -- Capturing ... Jul 29 13:50:53 tinypilot launch[1105]: -- INFO [254469.211 stream] -- H264: Configuring encoder: DMA=1 ... nginx logs -- Journal begins at Sun 2024-07-28 13:56:02 BST, ends at Mon 2024-07-29 13:52:31 BST. -- -- No entries -- 2024/07/29 11:44:11 [error] 658#658: *2129 open() "/opt/tinypilot/app/static/vpn/index.html" failed (2: No such file or directory), client: 185.190.24.222, server: tinypilot, request: "GET /vpn/index.html HTTP/1.1", host: "71.40.108.252" 2024/07/29 11:44:19 [error] 658#658: *2130 open() "/opt/tinypilot/app/static/vpn/index.html" failed (2: No such file or directory), client: 185.190.24.222, server: tinypilot, request: "GET /vpn/index.html HTTP/1.1", host: "71.40.108.252" 71.40.108.253 - - [29/Jul/2024:13:44:12 +0100] "GET /js/settings.js HTTP/2.0" 200 2124 "https://71.40.108.252/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36" 71.40.108.253 - - [29/Jul/2024:13:44:12 +0100] "GET /js/mass-storage.js HTTP/2.0" 200 874 "https://71.40.108.252/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36" 71.40.108.253 - - [29/Jul/2024:13:44:12 +0100] "GET /js/wake-on-lan.js HTTP/2.0" 200 551 "https://71.40.108.252/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36" 71.40.108.253 - - [29/Jul/2024:13:44:12 +0100] "GET /js/logs.js HTTP/2.0" 200 1484 "https://71.40.108.252/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36" 71.40.108.253 - - [29/Jul/2024:13:44:12 +0100] "GET /js/clipboard.js HTTP/2.0" 200 889 "https://71.40.108.252/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36" 71.40.108.253 - - [29/Jul/2024:13:44:12 +0100] "GET /js/keycodes.js HTTP/2.0" 200 822 "https://71.40.108.252/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36" 71.40.108.253 - - [29/Jul/2024:13:44:12 +0100] "GET /js/hostname.js HTTP/2.0" 200 1317 "https://71.40.108.252/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36" 71.40.108.253 - - [29/Jul/2024:13:44:12 +0100] "GET /js/mouse.js HTTP/2.0" 200 8581 "https://71.40.108.252/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36" 71.40.108.253 - - [29/Jul/2024:13:44:12 +0100] "GET /js/touch.js HTTP/2.0" 200 4453 "https://71.40.108.252/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36" 71.40.108.253 - - [29/Jul/2024:13:44:12 +0100] "GET /js/updatelogs.js HTTP/2.0" 200 861 "https://71.40.108.252/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36" 71.40.108.253 - - [29/Jul/2024:13:44:12 +0100] "GET /js/keyboardstate.js HTTP/2.0" 200 3122 "https://71.40.108.252/js/app.js" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36" 71.40.108.253 - - [29/Jul/2024:13:44:12 +0100] "GET /js/keystrokes.js HTTP/2.0" 200 362 "https://71.40.108.252/js/app.js" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36" 71.40.108.253 - - [29/Jul/2024:13:44:12 +0100] "GET /js/overlays.js HTTP/2.0" 200 495 "https://71.40.108.252/js/app.js" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36" 71.40.108.253 - - [29/Jul/2024:13:44:12 +0100] "GET /css/icons.css HTTP/2.0" 200 841 "https://71.40.108.252/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36" 71.40.108.253 - - [29/Jul/2024:13:44:12 +0100] "GET /third-party/fonts/overpass-mono-light.woff2 HTTP/2.0" 200 50112 "https://71.40.108.252/third-party/fonts/fonts.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36" 71.40.108.253 - - [29/Jul/2024:13:44:12 +0100] "GET /third-party/fonts/overpass-semibold.woff2 HTTP/2.0" 200 25032 "https://71.40.108.252/third-party/fonts/fonts.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36" 71.40.108.253 - - [29/Jul/2024:13:44:12 +0100] "GET /css/toggle.css HTTP/2.0" 200 1005 "https://71.40.108.252/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36" 71.40.108.253 - - [29/Jul/2024:13:44:12 +0100] "GET /img/warning-icon.svg HTTP/2.0" 304 0 "https://71.40.108.252/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36" 71.40.108.253 - - [29/Jul/2024:13:44:12 +0100] "GET /img/video-stream-icon.svg HTTP/2.0" 304 0 "https://71.40.108.252/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36" 71.40.108.253 - - [29/Jul/2024:13:44:12 +0100] "GET /img/clipboard-icon.svg HTTP/2.0" 304 0 "https://71.40.108.252/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36" 71.40.108.253 - - [29/Jul/2024:13:44:12 +0100] "GET /img/logo.svg HTTP/2.0" 304 0 "https://71.40.108.252/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36" 71.40.108.253 - - [29/Jul/2024:13:44:12 +0100] "GET /img/angle-down-icon.svg HTTP/2.0" 304 0 "https://71.40.108.252/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36" 71.40.108.253 - - [29/Jul/2024:13:44:12 +0100] "GET /img/external-link-icon.svg HTTP/2.0" 304 0 "https://71.40.108.252/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36" 71.40.108.253 - - [29/Jul/2024:13:44:12 +0100] "GET /socket.io/?EIO=4&transport=polling&t=P3-XHjh HTTP/2.0" 200 97 "https://71.40.108.252/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36" 71.40.108.253 - - [29/Jul/2024:13:44:12 +0100] "POST /socket.io/?EIO=4&transport=polling&t=P3-XHk2&sid=3LQ_uH8Q-SUGNTevAAAe HTTP/2.0" 200 2 "https://71.40.108.252/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36" 71.40.108.253 - - [29/Jul/2024:13:44:12 +0100] "GET /socket.io/?EIO=4&transport=polling&t=P3-XHk3&sid=3LQ_uH8Q-SUGNTevAAAe HTTP/2.0" 200 32 "https://71.40.108.252/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36" 71.40.108.253 - - [29/Jul/2024:13:44:12 +0100] "GET /favicon.ico HTTP/2.0" 304 0 "https://71.40.108.252/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36" 71.40.108.253 - - [29/Jul/2024:13:44:12 +0100] "GET /socket.io/?EIO=4&transport=polling&t=P3-XHkK&sid=3LQ_uH8Q-SUGNTevAAAe HTTP/2.0" 200 1 "https://71.40.108.252/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36" 71.40.108.253 - - [29/Jul/2024:13:44:12 +0100] "GET /favicon-32x32.png HTTP/2.0" 304 0 "https://71.40.108.252/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36" 23.176.184.7 - - [29/Jul/2024:13:48:25 +0100] "CONNECT google.com:443 HTTP/1.1" 400 157 "-" "-"