TinyPilot Pro log dump https://tinypilotkvm.com Timestamp: 2024-03-06T14:51:12+00:00 Software versions TinyPilot version: 2.6.2 uStreamer version: 5.43 System information OS version: Linux tinypilot 6.1.21-v8+ #1642 SMP PREEMPT Mon Apr 3 17:24:16 BST 2023 aarch64 GNU/Linux Kernel architecture: aarch64 Userland architecture: armhf (32-bit) Distribution name: Raspbian Distribution version: 11 Hardware information Hardware: BCM2835 Revision: b03115 Model: Raspberry Pi 4 Model B Rev 1.5 TinyPilot state Read-only filesystem: off SSH access: enabled Network interfaces: eth0 (up) lo (unknown) tailscale0 (unknown) wlan0 (down) Mouse jiggler: disabled CPU Temperature: 59.4'C CPU throttled since boot: no Voltage issues: no Streaming mode Selected mode: 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 Mar 06 14:51:08 tinypilot python[2771]: File "/opt/tinypilot/app/api.py", line 16, in Mar 06 14:51:08 tinypilot python[2771]: import mass_storage Mar 06 14:51:08 tinypilot python[2771]: File "/opt/tinypilot/app/mass_storage.py", line 9, in Mar 06 14:51:08 tinypilot python[2771]: import threads Mar 06 14:51:08 tinypilot python[2771]: File "/opt/tinypilot/app/threads.py", line 1, in Mar 06 14:51:08 tinypilot python[2771]: import eventlet Mar 06 14:51:08 tinypilot python[2771]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/eventlet/__init__.py", line 17, in Mar 06 14:51:08 tinypilot python[2771]: from eventlet import convenience Mar 06 14:51:08 tinypilot python[2771]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/eventlet/convenience.py", line 7, in Mar 06 14:51:08 tinypilot python[2771]: from eventlet.green import socket Mar 06 14:51:08 tinypilot python[2771]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/eventlet/green/socket.py", line 21, in Mar 06 14:51:08 tinypilot python[2771]: from eventlet.support import greendns Mar 06 14:51:08 tinypilot python[2771]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/eventlet/support/greendns.py", line 67, in Mar 06 14:51:08 tinypilot python[2771]: dns.rdtypes = import_patched('dns.rdtypes') Mar 06 14:51:08 tinypilot python[2771]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/eventlet/support/greendns.py", line 61, in import_patched Mar 06 14:51:08 tinypilot python[2771]: return patcher.import_patched(module_name, **modules) Mar 06 14:51:08 tinypilot python[2771]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/eventlet/patcher.py", line 132, in import_patched Mar 06 14:51:08 tinypilot python[2771]: return inject( Mar 06 14:51:08 tinypilot python[2771]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/eventlet/patcher.py", line 109, in inject Mar 06 14:51:08 tinypilot python[2771]: module = __import__(module_name, {}, {}, module_name.split('.')[:-1]) Mar 06 14:51:08 tinypilot python[2771]: ModuleNotFoundError: No module named 'dns.rdtypes' Mar 06 14:51:09 tinypilot systemd[1]: tinypilot.service: Main process exited, code=exited, status=1/FAILURE Mar 06 14:51:09 tinypilot systemd[1]: tinypilot.service: Failed with result 'exit-code'. Mar 06 14:51:09 tinypilot systemd[1]: tinypilot.service: Scheduled restart job, restart counter is at 1672. Mar 06 14:51:09 tinypilot systemd[1]: Stopped TinyPilot - RPi-based virtual KVM. Mar 06 14:51:09 tinypilot systemd[1]: Started TinyPilot - RPi-based virtual KVM. Mar 06 14:51:09 tinypilot python[2772]: Traceback (most recent call last): Mar 06 14:51:09 tinypilot python[2772]: File "/opt/tinypilot/app/main.py", line 13, in Mar 06 14:51:09 tinypilot python[2772]: import api Mar 06 14:51:09 tinypilot python[2772]: File "/opt/tinypilot/app/api.py", line 16, in Mar 06 14:51:09 tinypilot python[2772]: import mass_storage Mar 06 14:51:09 tinypilot python[2772]: File "/opt/tinypilot/app/mass_storage.py", line 9, in Mar 06 14:51:09 tinypilot python[2772]: import threads Mar 06 14:51:09 tinypilot python[2772]: File "/opt/tinypilot/app/threads.py", line 1, in Mar 06 14:51:09 tinypilot python[2772]: import eventlet Mar 06 14:51:09 tinypilot python[2772]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/eventlet/__init__.py", line 17, in Mar 06 14:51:09 tinypilot python[2772]: from eventlet import convenience Mar 06 14:51:09 tinypilot python[2772]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/eventlet/convenience.py", line 7, in Mar 06 14:51:09 tinypilot python[2772]: from eventlet.green import socket Mar 06 14:51:09 tinypilot python[2772]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/eventlet/green/socket.py", line 21, in Mar 06 14:51:09 tinypilot python[2772]: from eventlet.support import greendns Mar 06 14:51:09 tinypilot python[2772]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/eventlet/support/greendns.py", line 67, in Mar 06 14:51:09 tinypilot python[2772]: dns.rdtypes = import_patched('dns.rdtypes') Mar 06 14:51:09 tinypilot python[2772]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/eventlet/support/greendns.py", line 61, in import_patched Mar 06 14:51:09 tinypilot python[2772]: return patcher.import_patched(module_name, **modules) Mar 06 14:51:09 tinypilot python[2772]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/eventlet/patcher.py", line 132, in import_patched Mar 06 14:51:09 tinypilot python[2772]: return inject( Mar 06 14:51:09 tinypilot python[2772]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/eventlet/patcher.py", line 109, in inject Mar 06 14:51:09 tinypilot python[2772]: module = __import__(module_name, {}, {}, module_name.split('.')[:-1]) Mar 06 14:51:09 tinypilot python[2772]: ModuleNotFoundError: No module named 'dns.rdtypes' Mar 06 14:51:10 tinypilot systemd[1]: tinypilot.service: Main process exited, code=exited, status=1/FAILURE Mar 06 14:51:10 tinypilot systemd[1]: tinypilot.service: Failed with result 'exit-code'. Mar 06 14:51:10 tinypilot systemd[1]: tinypilot.service: Scheduled restart job, restart counter is at 1673. Mar 06 14:51:10 tinypilot systemd[1]: Stopped TinyPilot - RPi-based virtual KVM. Mar 06 14:51:10 tinypilot systemd[1]: Started TinyPilot - RPi-based virtual KVM. Mar 06 14:51:10 tinypilot python[2773]: Traceback (most recent call last): Mar 06 14:51:10 tinypilot python[2773]: File "/opt/tinypilot/app/main.py", line 13, in Mar 06 14:51:10 tinypilot python[2773]: import api Mar 06 14:51:10 tinypilot python[2773]: File "/opt/tinypilot/app/api.py", line 16, in Mar 06 14:51:10 tinypilot python[2773]: import mass_storage Mar 06 14:51:10 tinypilot python[2773]: File "/opt/tinypilot/app/mass_storage.py", line 9, in Mar 06 14:51:10 tinypilot python[2773]: import threads Mar 06 14:51:10 tinypilot python[2773]: File "/opt/tinypilot/app/threads.py", line 1, in Mar 06 14:51:10 tinypilot python[2773]: import eventlet Mar 06 14:51:10 tinypilot python[2773]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/eventlet/__init__.py", line 17, in Mar 06 14:51:10 tinypilot python[2773]: from eventlet import convenience Mar 06 14:51:10 tinypilot python[2773]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/eventlet/convenience.py", line 7, in Mar 06 14:51:10 tinypilot python[2773]: from eventlet.green import socket Mar 06 14:51:10 tinypilot python[2773]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/eventlet/green/socket.py", line 21, in Mar 06 14:51:10 tinypilot python[2773]: from eventlet.support import greendns Mar 06 14:51:10 tinypilot python[2773]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/eventlet/support/greendns.py", line 67, in Mar 06 14:51:10 tinypilot python[2773]: dns.rdtypes = import_patched('dns.rdtypes') Mar 06 14:51:10 tinypilot python[2773]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/eventlet/support/greendns.py", line 61, in import_patched Mar 06 14:51:10 tinypilot python[2773]: return patcher.import_patched(module_name, **modules) Mar 06 14:51:10 tinypilot python[2773]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/eventlet/patcher.py", line 132, in import_patched Mar 06 14:51:10 tinypilot python[2773]: return inject( Mar 06 14:51:10 tinypilot python[2773]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/eventlet/patcher.py", line 109, in inject Mar 06 14:51:10 tinypilot python[2773]: module = __import__(module_name, {}, {}, module_name.split('.')[:-1]) Mar 06 14:51:10 tinypilot python[2773]: ModuleNotFoundError: No module named 'dns.rdtypes' Mar 06 14:51:11 tinypilot systemd[1]: tinypilot.service: Main process exited, code=exited, status=1/FAILURE Mar 06 14:51:11 tinypilot systemd[1]: tinypilot.service: Failed with result 'exit-code'. Mar 06 14:51:11 tinypilot systemd[1]: tinypilot.service: Scheduled restart job, restart counter is at 1674. Mar 06 14:51:11 tinypilot systemd[1]: Stopped TinyPilot - RPi-based virtual KVM. Mar 06 14:51:11 tinypilot systemd[1]: Started TinyPilot - RPi-based virtual KVM. Mar 06 14:51:11 tinypilot python[2774]: Traceback (most recent call last): Mar 06 14:51:11 tinypilot python[2774]: File "/opt/tinypilot/app/main.py", line 13, in Mar 06 14:51:11 tinypilot python[2774]: import api Mar 06 14:51:11 tinypilot python[2774]: File "/opt/tinypilot/app/api.py", line 16, in Mar 06 14:51:11 tinypilot python[2774]: import mass_storage Mar 06 14:51:11 tinypilot python[2774]: File "/opt/tinypilot/app/mass_storage.py", line 9, in Mar 06 14:51:11 tinypilot python[2774]: import threads Mar 06 14:51:11 tinypilot python[2774]: File "/opt/tinypilot/app/threads.py", line 1, in Mar 06 14:51:11 tinypilot python[2774]: import eventlet Mar 06 14:51:11 tinypilot python[2774]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/eventlet/__init__.py", line 17, in Mar 06 14:51:11 tinypilot python[2774]: from eventlet import convenience Mar 06 14:51:11 tinypilot python[2774]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/eventlet/convenience.py", line 7, in Mar 06 14:51:11 tinypilot python[2774]: from eventlet.green import socket Mar 06 14:51:11 tinypilot python[2774]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/eventlet/green/socket.py", line 21, in Mar 06 14:51:11 tinypilot python[2774]: from eventlet.support import greendns Mar 06 14:51:11 tinypilot python[2774]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/eventlet/support/greendns.py", line 67, in Mar 06 14:51:11 tinypilot python[2774]: dns.rdtypes = import_patched('dns.rdtypes') Mar 06 14:51:11 tinypilot python[2774]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/eventlet/support/greendns.py", line 61, in import_patched Mar 06 14:51:11 tinypilot python[2774]: return patcher.import_patched(module_name, **modules) Mar 06 14:51:11 tinypilot python[2774]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/eventlet/patcher.py", line 132, in import_patched Mar 06 14:51:11 tinypilot python[2774]: return inject( Mar 06 14:51:11 tinypilot python[2774]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/eventlet/patcher.py", line 109, in inject Mar 06 14:51:11 tinypilot python[2774]: module = __import__(module_name, {}, {}, module_name.split('.')[:-1]) Mar 06 14:51:11 tinypilot python[2774]: ModuleNotFoundError: No module named 'dns.rdtypes' Mar 06 14:51:12 tinypilot systemd[1]: tinypilot.service: Main process exited, code=exited, status=1/FAILURE Mar 06 14:51:12 tinypilot systemd[1]: tinypilot.service: Failed with result 'exit-code'. Mar 06 14:51:12 tinypilot systemd[1]: tinypilot.service: Scheduled restart job, restart counter is at 1675. Mar 06 14:51:12 tinypilot systemd[1]: Stopped TinyPilot - RPi-based virtual KVM. Mar 06 14:51:12 tinypilot systemd[1]: Started TinyPilot - RPi-based virtual KVM. Mar 06 14:51:12 tinypilot python[2775]: Traceback (most recent call last): Mar 06 14:51:12 tinypilot python[2775]: File "/opt/tinypilot/app/main.py", line 13, in Mar 06 14:51:12 tinypilot python[2775]: import api Mar 06 14:51:12 tinypilot python[2775]: File "/opt/tinypilot/app/api.py", line 16, in Mar 06 14:51:12 tinypilot python[2775]: import mass_storage Mar 06 14:51:12 tinypilot python[2775]: File "/opt/tinypilot/app/mass_storage.py", line 9, in Mar 06 14:51:12 tinypilot python[2775]: import threads Mar 06 14:51:12 tinypilot python[2775]: File "/opt/tinypilot/app/threads.py", line 1, in Mar 06 14:51:12 tinypilot python[2775]: import eventlet Mar 06 14:51:12 tinypilot python[2775]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/eventlet/__init__.py", line 17, in Mar 06 14:51:12 tinypilot python[2775]: from eventlet import convenience Mar 06 14:51:12 tinypilot python[2775]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/eventlet/convenience.py", line 7, in Mar 06 14:51:12 tinypilot python[2775]: from eventlet.green import socket Mar 06 14:51:12 tinypilot python[2775]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/eventlet/green/socket.py", line 21, in Mar 06 14:51:12 tinypilot python[2775]: from eventlet.support import greendns Mar 06 14:51:12 tinypilot python[2775]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/eventlet/support/greendns.py", line 67, in Mar 06 14:51:12 tinypilot python[2775]: dns.rdtypes = import_patched('dns.rdtypes') Mar 06 14:51:12 tinypilot python[2775]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/eventlet/support/greendns.py", line 61, in import_patched Mar 06 14:51:12 tinypilot python[2775]: return patcher.import_patched(module_name, **modules) Mar 06 14:51:12 tinypilot python[2775]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/eventlet/patcher.py", line 132, in import_patched Mar 06 14:51:12 tinypilot python[2775]: return inject( Mar 06 14:51:12 tinypilot python[2775]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/eventlet/patcher.py", line 109, in inject Mar 06 14:51:12 tinypilot python[2775]: module = __import__(module_name, {}, {}, module_name.split('.')[:-1]) Mar 06 14:51:12 tinypilot python[2775]: ModuleNotFoundError: No module named 'dns.rdtypes' Mar 06 14:51:13 tinypilot systemd[1]: tinypilot.service: Main process exited, code=exited, status=1/FAILURE Mar 06 14:51:13 tinypilot systemd[1]: tinypilot.service: Failed with result 'exit-code'. Mar 06 14:51:13 tinypilot systemd[1]: tinypilot.service: Scheduled restart job, restart counter is at 1676. Mar 06 14:51:13 tinypilot systemd[1]: Stopped TinyPilot - RPi-based virtual KVM. Mar 06 14:51:13 tinypilot systemd[1]: Started TinyPilot - RPi-based virtual KVM. Mar 06 14:51:14 tinypilot python[2812]: Traceback (most recent call last): Mar 06 14:51:14 tinypilot python[2812]: File "/opt/tinypilot/app/main.py", line 13, in Mar 06 14:51:14 tinypilot python[2812]: import api Mar 06 14:51:14 tinypilot python[2812]: File "/opt/tinypilot/app/api.py", line 16, in Mar 06 14:51:14 tinypilot python[2812]: import mass_storage Mar 06 14:51:14 tinypilot python[2812]: File "/opt/tinypilot/app/mass_storage.py", line 9, in Mar 06 14:51:14 tinypilot python[2812]: import threads Mar 06 14:51:14 tinypilot python[2812]: File "/opt/tinypilot/app/threads.py", line 1, in Mar 06 14:51:14 tinypilot python[2812]: import eventlet Mar 06 14:51:14 tinypilot python[2812]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/eventlet/__init__.py", line 17, in Mar 06 14:51:14 tinypilot python[2812]: from eventlet import convenience Mar 06 14:51:14 tinypilot python[2812]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/eventlet/convenience.py", line 7, in Mar 06 14:51:14 tinypilot python[2812]: from eventlet.green import socket Mar 06 14:51:14 tinypilot python[2812]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/eventlet/green/socket.py", line 21, in Mar 06 14:51:14 tinypilot python[2812]: from eventlet.support import greendns Mar 06 14:51:14 tinypilot python[2812]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/eventlet/support/greendns.py", line 67, in Mar 06 14:51:14 tinypilot python[2812]: dns.rdtypes = import_patched('dns.rdtypes') Mar 06 14:51:14 tinypilot python[2812]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/eventlet/support/greendns.py", line 61, in import_patched Mar 06 14:51:14 tinypilot python[2812]: return patcher.import_patched(module_name, **modules) Mar 06 14:51:14 tinypilot python[2812]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/eventlet/patcher.py", line 132, in import_patched Mar 06 14:51:14 tinypilot python[2812]: return inject( Mar 06 14:51:14 tinypilot python[2812]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/eventlet/patcher.py", line 109, in inject Mar 06 14:51:14 tinypilot python[2812]: module = __import__(module_name, {}, {}, module_name.split('.')[:-1]) Mar 06 14:51:14 tinypilot python[2812]: ModuleNotFoundError: No module named 'dns.rdtypes' Mar 06 14:51:14 tinypilot systemd[1]: tinypilot.service: Main process exited, code=exited, status=1/FAILURE Mar 06 14:51:14 tinypilot systemd[1]: tinypilot.service: Failed with result 'exit-code'. Mar 06 14:51:14 tinypilot systemd[1]: tinypilot.service: Scheduled restart job, restart counter is at 1677. Mar 06 14:51:14 tinypilot systemd[1]: Stopped TinyPilot - RPi-based virtual KVM. Mar 06 14:51:14 tinypilot systemd[1]: Started TinyPilot - RPi-based virtual KVM. Mar 06 14:51:14 tinypilot python[2818]: Traceback (most recent call last): Mar 06 14:51:14 tinypilot python[2818]: File "/opt/tinypilot/app/main.py", line 13, in Mar 06 14:51:14 tinypilot python[2818]: import api Mar 06 14:51:14 tinypilot python[2818]: File "/opt/tinypilot/app/api.py", line 16, in Mar 06 14:51:14 tinypilot python[2818]: import mass_storage Mar 06 14:51:14 tinypilot python[2818]: File "/opt/tinypilot/app/mass_storage.py", line 9, in Mar 06 14:51:14 tinypilot python[2818]: import threads Mar 06 14:51:14 tinypilot python[2818]: File "/opt/tinypilot/app/threads.py", line 1, in Mar 06 14:51:14 tinypilot python[2818]: import eventlet Mar 06 14:51:14 tinypilot python[2818]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/eventlet/__init__.py", line 17, in Mar 06 14:51:14 tinypilot python[2818]: from eventlet import convenience Mar 06 14:51:14 tinypilot python[2818]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/eventlet/convenience.py", line 7, in Mar 06 14:51:14 tinypilot python[2818]: from eventlet.green import socket Mar 06 14:51:14 tinypilot python[2818]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/eventlet/green/socket.py", line 21, in Mar 06 14:51:14 tinypilot python[2818]: from eventlet.support import greendns Mar 06 14:51:14 tinypilot python[2818]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/eventlet/support/greendns.py", line 67, in Mar 06 14:51:14 tinypilot python[2818]: dns.rdtypes = import_patched('dns.rdtypes') Mar 06 14:51:14 tinypilot python[2818]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/eventlet/support/greendns.py", line 61, in import_patched Mar 06 14:51:14 tinypilot python[2818]: return patcher.import_patched(module_name, **modules) Mar 06 14:51:14 tinypilot python[2818]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/eventlet/patcher.py", line 132, in import_patched Mar 06 14:51:14 tinypilot python[2818]: return inject( Mar 06 14:51:14 tinypilot python[2818]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/eventlet/patcher.py", line 109, in inject Mar 06 14:51:14 tinypilot python[2818]: module = __import__(module_name, {}, {}, module_name.split('.')[:-1]) Mar 06 14:51:14 tinypilot python[2818]: ModuleNotFoundError: No module named 'dns.rdtypes' Mar 06 14:51:15 tinypilot systemd[1]: tinypilot.service: Main process exited, code=exited, status=1/FAILURE Mar 06 14:51:15 tinypilot systemd[1]: tinypilot.service: Failed with result 'exit-code'. Mar 06 14:51:15 tinypilot systemd[1]: tinypilot.service: Scheduled restart job, restart counter is at 1678. Mar 06 14:51:15 tinypilot systemd[1]: Stopped TinyPilot - RPi-based virtual KVM. Mar 06 14:51:15 tinypilot systemd[1]: Started TinyPilot - RPi-based virtual KVM. TinyPilot update logs 2024-02-26 18:44:14.403 __main__ INFO Starting TinyPilot update 2024-02-26 18:44:14.404 __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 ++ cut --delimiter ' ' --fields 7 ++ tr --squeeze-repeats ' ' ++ grep --fixed-strings Mem: + AVAILABLE_MEMORY_MIB=1411 + readonly AVAILABLE_MEMORY_MIB + INSTALLER_DIR=/mnt/tinypilot-installer + trap clean_up EXIT + (( 1411 >= 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=10000000fe80fcf5 + readonly DEVICE_SERIAL_NUMBER ++ curl https://gk.tinypilotkvm.com/pro/download/2.6.2 --location --header 'TP-License: UNSPECIFIED' --header 'TP-Device-Serial-Number: 10000000fe80fcf5' --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 https://pkgs.tailscale.com/stable/raspbian bullseye InRelease Hit:2 http://raspbian.raspberrypi.org/raspbian bullseye InRelease Hit:3 http://archive.raspberrypi.org/debian bullseye InRelease Fetched 6,566 B in 1s (4,976 B/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 90 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-02-26 18:44:51.425 __main__ INFO Update completed successfully 2024-02-26 18:44:51.429 update.result_store INFO Writing result file to /home/tinypilot/logs/latest-update-result.json 2024-02-26 18:44:51.433 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 Wed 2024-03-06 14:28:38 GMT, ends at Wed 2024-03-06 14:51:15 GMT. -- -- No entries -- nginx logs -- Journal begins at Wed 2024-03-06 14:28:38 GMT, ends at Wed 2024-03-06 14:51:15 GMT. -- -- No entries -- 2024/03/06 14:28:24 [error] 647#647: *2 connect() failed (111: Connection refused) while connecting to upstream, client: 100.71.7.128, server: tinypilot, request: "GET / HTTP/2.0", upstream: "http://127.0.0.1:48000/", host: "tinypilot" 2024/03/06 14:28:31 [error] 647#647: *4 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.1.80, server: tinypilot, request: "GET / HTTP/1.1", upstream: "http://127.0.0.1:48000/", host: "tinypilot" 2024/03/06 14:46:57 [error] 647#647: *7 connect() failed (111: Connection refused) while connecting to upstream, client: 100.71.7.128, server: tinypilot, request: "GET / HTTP/2.0", upstream: "http://127.0.0.1:48000/", host: "tinypilot" 100.71.7.128 - - [06/Mar/2024:14:28:24 +0000] "GET / HTTP/2.0" 502 2969 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36" 192.168.1.80 - - [06/Mar/2024:14:28:31 +0000] "GET / HTTP/1.1" 502 2969 "-" "Mozilla/5.0" 100.71.7.128 - - [06/Mar/2024:14:46:57 +0000] "GET / HTTP/2.0" 502 2969 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36"