TinyPilot log dump https://tinypilotkvm.com Timestamp: 2024-01-20T12:43:04+01:00 Software versions TinyPilot version: 1.9.2-19+13d1b53 uStreamer version: 5.43 System information OS version: Linux bananapim2plus 5.15.93-sunxi #23.02.2 SMP Fri Feb 17 23:49:46 UTC 2023 armv7l GNU/Linux Kernel architecture: armv7l Userland architecture: armhf (32-bit) Distribution name: Debian Distribution version: 11 Hardware information Hardware: Allwinner sun8i Family Revision: 0000 TinyPilot state Read-only filesystem: off SSH access: enabled Network interfaces: eth0 (up) lo (unknown) Mouse jiggler: disabled CPU throttled since boot: yes 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 Jan 20 12:42:49 bananapim2plus systemd[1]: tinypilot.service: Consumed 2.720s CPU time. Jan 20 12:42:49 bananapim2plus systemd[1]: Started TinyPilot - RPi-based virtual KVM. Jan 20 12:42:52 bananapim2plus python[2722]: 2024-01-20 12:42:52.258 __main__ INFO Starting app Jan 20 12:42:52 bananapim2plus python[2722]: 2024-01-20 12:42:52.351 secret_key INFO No flask secret key found Jan 20 12:42:52 bananapim2plus python[2722]: 2024-01-20 12:42:52.352 secret_key INFO Creating new flask secret key at /home/tinypilot/.flask-secret-key Jan 20 12:42:52 bananapim2plus python[2722]: Traceback (most recent call last): Jan 20 12:42:52 bananapim2plus python[2722]: File "/usr/lib/python3.9/shutil.py", line 806, in move Jan 20 12:42:52 bananapim2plus python[2722]: os.rename(src, real_dst) Jan 20 12:42:52 bananapim2plus python[2722]: OSError: [Errno 18] Invalid cross-device link: '/tmp/tmpmsubk314' -> '/home/tinypilot/.flask-secret-key' Jan 20 12:42:52 bananapim2plus python[2722]: During handling of the above exception, another exception occurred: Jan 20 12:42:52 bananapim2plus python[2722]: Traceback (most recent call last): Jan 20 12:42:52 bananapim2plus python[2722]: File "/opt/tinypilot/app/main.py", line 41, in Jan 20 12:42:52 bananapim2plus python[2722]: SECRET_KEY=secret_key.get_or_create(), Jan 20 12:42:52 bananapim2plus python[2722]: File "/opt/tinypilot/app/secret_key.py", line 115, in get_or_create Jan 20 12:42:52 bananapim2plus python[2722]: return _create() Jan 20 12:42:52 bananapim2plus python[2722]: File "/opt/tinypilot/app/secret_key.py", line 82, in _create Jan 20 12:42:52 bananapim2plus python[2722]: file.write(secret_key) Jan 20 12:42:52 bananapim2plus python[2722]: File "/usr/lib/python3.9/contextlib.py", line 124, in __exit__ Jan 20 12:42:52 bananapim2plus python[2722]: next(self.gen) Jan 20 12:42:52 bananapim2plus python[2722]: File "/opt/tinypilot/app/atomic_file.py", line 40, in create Jan 20 12:42:52 bananapim2plus python[2722]: shutil.move(temp_file, file_path) Jan 20 12:42:52 bananapim2plus python[2722]: File "/usr/lib/python3.9/shutil.py", line 820, in move Jan 20 12:42:52 bananapim2plus python[2722]: copy_function(src, real_dst) Jan 20 12:42:52 bananapim2plus python[2722]: File "/usr/lib/python3.9/shutil.py", line 435, in copy2 Jan 20 12:42:52 bananapim2plus python[2722]: copyfile(src, dst, follow_symlinks=follow_symlinks) Jan 20 12:42:52 bananapim2plus python[2722]: File "/usr/lib/python3.9/shutil.py", line 264, in copyfile Jan 20 12:42:52 bananapim2plus python[2722]: with open(src, 'rb') as fsrc, open(dst, 'wb') as fdst: Jan 20 12:42:52 bananapim2plus python[2722]: PermissionError: [Errno 13] Permission denied: '/home/tinypilot/.flask-secret-key' Jan 20 12:42:52 bananapim2plus systemd[1]: tinypilot.service: Main process exited, code=exited, status=1/FAILURE Jan 20 12:42:52 bananapim2plus systemd[1]: tinypilot.service: Failed with result 'exit-code'. Jan 20 12:42:52 bananapim2plus systemd[1]: tinypilot.service: Consumed 2.730s CPU time. Jan 20 12:42:52 bananapim2plus systemd[1]: tinypilot.service: Scheduled restart job, restart counter is at 596. Jan 20 12:42:52 bananapim2plus systemd[1]: Stopped TinyPilot - RPi-based virtual KVM. Jan 20 12:42:52 bananapim2plus systemd[1]: tinypilot.service: Consumed 2.730s CPU time. Jan 20 12:42:52 bananapim2plus systemd[1]: Started TinyPilot - RPi-based virtual KVM. Jan 20 12:42:55 bananapim2plus python[2723]: 2024-01-20 12:42:55.251 __main__ INFO Starting app Jan 20 12:42:55 bananapim2plus python[2723]: 2024-01-20 12:42:55.344 secret_key INFO No flask secret key found Jan 20 12:42:55 bananapim2plus python[2723]: 2024-01-20 12:42:55.345 secret_key INFO Creating new flask secret key at /home/tinypilot/.flask-secret-key Jan 20 12:42:55 bananapim2plus python[2723]: Traceback (most recent call last): Jan 20 12:42:55 bananapim2plus python[2723]: File "/usr/lib/python3.9/shutil.py", line 806, in move Jan 20 12:42:55 bananapim2plus python[2723]: os.rename(src, real_dst) Jan 20 12:42:55 bananapim2plus python[2723]: OSError: [Errno 18] Invalid cross-device link: '/tmp/tmp_ssfvook' -> '/home/tinypilot/.flask-secret-key' Jan 20 12:42:55 bananapim2plus python[2723]: During handling of the above exception, another exception occurred: Jan 20 12:42:55 bananapim2plus python[2723]: Traceback (most recent call last): Jan 20 12:42:55 bananapim2plus python[2723]: File "/opt/tinypilot/app/main.py", line 41, in Jan 20 12:42:55 bananapim2plus python[2723]: SECRET_KEY=secret_key.get_or_create(), Jan 20 12:42:55 bananapim2plus python[2723]: File "/opt/tinypilot/app/secret_key.py", line 115, in get_or_create Jan 20 12:42:55 bananapim2plus python[2723]: return _create() Jan 20 12:42:55 bananapim2plus python[2723]: File "/opt/tinypilot/app/secret_key.py", line 82, in _create Jan 20 12:42:55 bananapim2plus python[2723]: file.write(secret_key) Jan 20 12:42:55 bananapim2plus python[2723]: File "/usr/lib/python3.9/contextlib.py", line 124, in __exit__ Jan 20 12:42:55 bananapim2plus python[2723]: next(self.gen) Jan 20 12:42:55 bananapim2plus python[2723]: File "/opt/tinypilot/app/atomic_file.py", line 40, in create Jan 20 12:42:55 bananapim2plus python[2723]: shutil.move(temp_file, file_path) Jan 20 12:42:55 bananapim2plus python[2723]: File "/usr/lib/python3.9/shutil.py", line 820, in move Jan 20 12:42:55 bananapim2plus python[2723]: copy_function(src, real_dst) Jan 20 12:42:55 bananapim2plus python[2723]: File "/usr/lib/python3.9/shutil.py", line 435, in copy2 Jan 20 12:42:55 bananapim2plus python[2723]: copyfile(src, dst, follow_symlinks=follow_symlinks) Jan 20 12:42:55 bananapim2plus python[2723]: File "/usr/lib/python3.9/shutil.py", line 264, in copyfile Jan 20 12:42:55 bananapim2plus python[2723]: with open(src, 'rb') as fsrc, open(dst, 'wb') as fdst: Jan 20 12:42:55 bananapim2plus python[2723]: PermissionError: [Errno 13] Permission denied: '/home/tinypilot/.flask-secret-key' Jan 20 12:42:55 bananapim2plus systemd[1]: tinypilot.service: Main process exited, code=exited, status=1/FAILURE Jan 20 12:42:55 bananapim2plus systemd[1]: tinypilot.service: Failed with result 'exit-code'. Jan 20 12:42:55 bananapim2plus systemd[1]: tinypilot.service: Consumed 2.722s CPU time. Jan 20 12:42:55 bananapim2plus systemd[1]: tinypilot.service: Scheduled restart job, restart counter is at 597. Jan 20 12:42:55 bananapim2plus systemd[1]: Stopped TinyPilot - RPi-based virtual KVM. Jan 20 12:42:55 bananapim2plus systemd[1]: tinypilot.service: Consumed 2.722s CPU time. Jan 20 12:42:55 bananapim2plus systemd[1]: Started TinyPilot - RPi-based virtual KVM. Jan 20 12:42:58 bananapim2plus python[2724]: 2024-01-20 12:42:58.264 __main__ INFO Starting app Jan 20 12:42:58 bananapim2plus python[2724]: 2024-01-20 12:42:58.357 secret_key INFO No flask secret key found Jan 20 12:42:58 bananapim2plus python[2724]: 2024-01-20 12:42:58.358 secret_key INFO Creating new flask secret key at /home/tinypilot/.flask-secret-key Jan 20 12:42:58 bananapim2plus python[2724]: Traceback (most recent call last): Jan 20 12:42:58 bananapim2plus python[2724]: File "/usr/lib/python3.9/shutil.py", line 806, in move Jan 20 12:42:58 bananapim2plus python[2724]: os.rename(src, real_dst) Jan 20 12:42:58 bananapim2plus python[2724]: OSError: [Errno 18] Invalid cross-device link: '/tmp/tmpbetiu68m' -> '/home/tinypilot/.flask-secret-key' Jan 20 12:42:58 bananapim2plus python[2724]: During handling of the above exception, another exception occurred: Jan 20 12:42:58 bananapim2plus python[2724]: Traceback (most recent call last): Jan 20 12:42:58 bananapim2plus python[2724]: File "/opt/tinypilot/app/main.py", line 41, in Jan 20 12:42:58 bananapim2plus python[2724]: SECRET_KEY=secret_key.get_or_create(), Jan 20 12:42:58 bananapim2plus python[2724]: File "/opt/tinypilot/app/secret_key.py", line 115, in get_or_create Jan 20 12:42:58 bananapim2plus python[2724]: return _create() Jan 20 12:42:58 bananapim2plus python[2724]: File "/opt/tinypilot/app/secret_key.py", line 82, in _create Jan 20 12:42:58 bananapim2plus python[2724]: file.write(secret_key) Jan 20 12:42:58 bananapim2plus python[2724]: File "/usr/lib/python3.9/contextlib.py", line 124, in __exit__ Jan 20 12:42:58 bananapim2plus python[2724]: next(self.gen) Jan 20 12:42:58 bananapim2plus python[2724]: File "/opt/tinypilot/app/atomic_file.py", line 40, in create Jan 20 12:42:58 bananapim2plus python[2724]: shutil.move(temp_file, file_path) Jan 20 12:42:58 bananapim2plus python[2724]: File "/usr/lib/python3.9/shutil.py", line 820, in move Jan 20 12:42:58 bananapim2plus python[2724]: copy_function(src, real_dst) Jan 20 12:42:58 bananapim2plus python[2724]: File "/usr/lib/python3.9/shutil.py", line 435, in copy2 Jan 20 12:42:58 bananapim2plus python[2724]: copyfile(src, dst, follow_symlinks=follow_symlinks) Jan 20 12:42:58 bananapim2plus python[2724]: File "/usr/lib/python3.9/shutil.py", line 264, in copyfile Jan 20 12:42:58 bananapim2plus python[2724]: with open(src, 'rb') as fsrc, open(dst, 'wb') as fdst: Jan 20 12:42:58 bananapim2plus python[2724]: PermissionError: [Errno 13] Permission denied: '/home/tinypilot/.flask-secret-key' Jan 20 12:42:58 bananapim2plus systemd[1]: tinypilot.service: Main process exited, code=exited, status=1/FAILURE Jan 20 12:42:58 bananapim2plus systemd[1]: tinypilot.service: Failed with result 'exit-code'. Jan 20 12:42:58 bananapim2plus systemd[1]: tinypilot.service: Consumed 2.735s CPU time. Jan 20 12:42:58 bananapim2plus systemd[1]: tinypilot.service: Scheduled restart job, restart counter is at 598. Jan 20 12:42:58 bananapim2plus systemd[1]: Stopped TinyPilot - RPi-based virtual KVM. Jan 20 12:42:58 bananapim2plus systemd[1]: tinypilot.service: Consumed 2.735s CPU time. Jan 20 12:42:58 bananapim2plus systemd[1]: Started TinyPilot - RPi-based virtual KVM. Jan 20 12:43:01 bananapim2plus python[2725]: 2024-01-20 12:43:01.256 __main__ INFO Starting app Jan 20 12:43:01 bananapim2plus python[2725]: 2024-01-20 12:43:01.349 secret_key INFO No flask secret key found Jan 20 12:43:01 bananapim2plus python[2725]: 2024-01-20 12:43:01.350 secret_key INFO Creating new flask secret key at /home/tinypilot/.flask-secret-key Jan 20 12:43:01 bananapim2plus python[2725]: Traceback (most recent call last): Jan 20 12:43:01 bananapim2plus python[2725]: File "/usr/lib/python3.9/shutil.py", line 806, in move Jan 20 12:43:01 bananapim2plus python[2725]: os.rename(src, real_dst) Jan 20 12:43:01 bananapim2plus python[2725]: OSError: [Errno 18] Invalid cross-device link: '/tmp/tmpm3nnitrk' -> '/home/tinypilot/.flask-secret-key' Jan 20 12:43:01 bananapim2plus python[2725]: During handling of the above exception, another exception occurred: Jan 20 12:43:01 bananapim2plus python[2725]: Traceback (most recent call last): Jan 20 12:43:01 bananapim2plus python[2725]: File "/opt/tinypilot/app/main.py", line 41, in Jan 20 12:43:01 bananapim2plus python[2725]: SECRET_KEY=secret_key.get_or_create(), Jan 20 12:43:01 bananapim2plus python[2725]: File "/opt/tinypilot/app/secret_key.py", line 115, in get_or_create Jan 20 12:43:01 bananapim2plus python[2725]: return _create() Jan 20 12:43:01 bananapim2plus python[2725]: File "/opt/tinypilot/app/secret_key.py", line 82, in _create Jan 20 12:43:01 bananapim2plus python[2725]: file.write(secret_key) Jan 20 12:43:01 bananapim2plus python[2725]: File "/usr/lib/python3.9/contextlib.py", line 124, in __exit__ Jan 20 12:43:01 bananapim2plus python[2725]: next(self.gen) Jan 20 12:43:01 bananapim2plus python[2725]: File "/opt/tinypilot/app/atomic_file.py", line 40, in create Jan 20 12:43:01 bananapim2plus python[2725]: shutil.move(temp_file, file_path) Jan 20 12:43:01 bananapim2plus python[2725]: File "/usr/lib/python3.9/shutil.py", line 820, in move Jan 20 12:43:01 bananapim2plus python[2725]: copy_function(src, real_dst) Jan 20 12:43:01 bananapim2plus python[2725]: File "/usr/lib/python3.9/shutil.py", line 435, in copy2 Jan 20 12:43:01 bananapim2plus python[2725]: copyfile(src, dst, follow_symlinks=follow_symlinks) Jan 20 12:43:01 bananapim2plus python[2725]: File "/usr/lib/python3.9/shutil.py", line 264, in copyfile Jan 20 12:43:01 bananapim2plus python[2725]: with open(src, 'rb') as fsrc, open(dst, 'wb') as fdst: Jan 20 12:43:01 bananapim2plus python[2725]: PermissionError: [Errno 13] Permission denied: '/home/tinypilot/.flask-secret-key' Jan 20 12:43:01 bananapim2plus systemd[1]: tinypilot.service: Main process exited, code=exited, status=1/FAILURE Jan 20 12:43:01 bananapim2plus systemd[1]: tinypilot.service: Failed with result 'exit-code'. Jan 20 12:43:01 bananapim2plus systemd[1]: tinypilot.service: Consumed 2.727s CPU time. Jan 20 12:43:01 bananapim2plus systemd[1]: tinypilot.service: Scheduled restart job, restart counter is at 599. Jan 20 12:43:01 bananapim2plus systemd[1]: Stopped TinyPilot - RPi-based virtual KVM. Jan 20 12:43:01 bananapim2plus systemd[1]: tinypilot.service: Consumed 2.727s CPU time. Jan 20 12:43:01 bananapim2plus systemd[1]: Started TinyPilot - RPi-based virtual KVM. Jan 20 12:43:04 bananapim2plus python[2726]: 2024-01-20 12:43:04.300 __main__ INFO Starting app Jan 20 12:43:04 bananapim2plus python[2726]: 2024-01-20 12:43:04.399 secret_key INFO No flask secret key found Jan 20 12:43:04 bananapim2plus python[2726]: 2024-01-20 12:43:04.400 secret_key INFO Creating new flask secret key at /home/tinypilot/.flask-secret-key Jan 20 12:43:04 bananapim2plus python[2726]: Traceback (most recent call last): Jan 20 12:43:04 bananapim2plus python[2726]: File "/usr/lib/python3.9/shutil.py", line 806, in move Jan 20 12:43:04 bananapim2plus python[2726]: os.rename(src, real_dst) Jan 20 12:43:04 bananapim2plus python[2726]: OSError: [Errno 18] Invalid cross-device link: '/tmp/tmppv4zzl5j' -> '/home/tinypilot/.flask-secret-key' Jan 20 12:43:04 bananapim2plus python[2726]: During handling of the above exception, another exception occurred: Jan 20 12:43:04 bananapim2plus python[2726]: Traceback (most recent call last): Jan 20 12:43:04 bananapim2plus python[2726]: File "/opt/tinypilot/app/main.py", line 41, in Jan 20 12:43:04 bananapim2plus python[2726]: SECRET_KEY=secret_key.get_or_create(), Jan 20 12:43:04 bananapim2plus python[2726]: File "/opt/tinypilot/app/secret_key.py", line 115, in get_or_create Jan 20 12:43:04 bananapim2plus python[2726]: return _create() Jan 20 12:43:04 bananapim2plus python[2726]: File "/opt/tinypilot/app/secret_key.py", line 82, in _create Jan 20 12:43:04 bananapim2plus python[2726]: file.write(secret_key) Jan 20 12:43:04 bananapim2plus python[2726]: File "/usr/lib/python3.9/contextlib.py", line 124, in __exit__ Jan 20 12:43:04 bananapim2plus python[2726]: next(self.gen) Jan 20 12:43:04 bananapim2plus python[2726]: File "/opt/tinypilot/app/atomic_file.py", line 40, in create Jan 20 12:43:04 bananapim2plus python[2726]: shutil.move(temp_file, file_path) Jan 20 12:43:04 bananapim2plus python[2726]: File "/usr/lib/python3.9/shutil.py", line 820, in move Jan 20 12:43:04 bananapim2plus python[2726]: copy_function(src, real_dst) Jan 20 12:43:04 bananapim2plus python[2726]: File "/usr/lib/python3.9/shutil.py", line 435, in copy2 Jan 20 12:43:04 bananapim2plus python[2726]: copyfile(src, dst, follow_symlinks=follow_symlinks) Jan 20 12:43:04 bananapim2plus python[2726]: File "/usr/lib/python3.9/shutil.py", line 264, in copyfile Jan 20 12:43:04 bananapim2plus python[2726]: with open(src, 'rb') as fsrc, open(dst, 'wb') as fdst: Jan 20 12:43:04 bananapim2plus python[2726]: PermissionError: [Errno 13] Permission denied: '/home/tinypilot/.flask-secret-key' Jan 20 12:43:04 bananapim2plus systemd[1]: tinypilot.service: Main process exited, code=exited, status=1/FAILURE Jan 20 12:43:04 bananapim2plus systemd[1]: tinypilot.service: Failed with result 'exit-code'. Jan 20 12:43:04 bananapim2plus systemd[1]: tinypilot.service: Consumed 2.808s CPU time. Jan 20 12:43:04 bananapim2plus systemd[1]: tinypilot.service: Scheduled restart job, restart counter is at 600. Jan 20 12:43:04 bananapim2plus systemd[1]: Stopped TinyPilot - RPi-based virtual KVM. Jan 20 12:43:04 bananapim2plus systemd[1]: tinypilot.service: Consumed 2.808s CPU time. Jan 20 12:43:04 bananapim2plus systemd[1]: Started TinyPilot - RPi-based virtual KVM. Jan 20 12:43:07 bananapim2plus python[2750]: 2024-01-20 12:43:07.521 __main__ INFO Starting app Jan 20 12:43:07 bananapim2plus python[2750]: 2024-01-20 12:43:07.620 secret_key INFO No flask secret key found Jan 20 12:43:07 bananapim2plus python[2750]: 2024-01-20 12:43:07.621 secret_key INFO Creating new flask secret key at /home/tinypilot/.flask-secret-key Jan 20 12:43:07 bananapim2plus python[2750]: Traceback (most recent call last): Jan 20 12:43:07 bananapim2plus python[2750]: File "/usr/lib/python3.9/shutil.py", line 806, in move Jan 20 12:43:07 bananapim2plus python[2750]: os.rename(src, real_dst) Jan 20 12:43:07 bananapim2plus python[2750]: OSError: [Errno 18] Invalid cross-device link: '/tmp/tmpqebmdq8j' -> '/home/tinypilot/.flask-secret-key' Jan 20 12:43:07 bananapim2plus python[2750]: During handling of the above exception, another exception occurred: Jan 20 12:43:07 bananapim2plus python[2750]: Traceback (most recent call last): Jan 20 12:43:07 bananapim2plus python[2750]: File "/opt/tinypilot/app/main.py", line 41, in Jan 20 12:43:07 bananapim2plus python[2750]: SECRET_KEY=secret_key.get_or_create(), Jan 20 12:43:07 bananapim2plus python[2750]: File "/opt/tinypilot/app/secret_key.py", line 115, in get_or_create Jan 20 12:43:07 bananapim2plus python[2750]: return _create() Jan 20 12:43:07 bananapim2plus python[2750]: File "/opt/tinypilot/app/secret_key.py", line 82, in _create Jan 20 12:43:07 bananapim2plus python[2750]: file.write(secret_key) Jan 20 12:43:07 bananapim2plus python[2750]: File "/usr/lib/python3.9/contextlib.py", line 124, in __exit__ Jan 20 12:43:07 bananapim2plus python[2750]: next(self.gen) Jan 20 12:43:07 bananapim2plus python[2750]: File "/opt/tinypilot/app/atomic_file.py", line 40, in create Jan 20 12:43:07 bananapim2plus python[2750]: shutil.move(temp_file, file_path) Jan 20 12:43:07 bananapim2plus python[2750]: File "/usr/lib/python3.9/shutil.py", line 820, in move Jan 20 12:43:07 bananapim2plus python[2750]: copy_function(src, real_dst) Jan 20 12:43:07 bananapim2plus python[2750]: File "/usr/lib/python3.9/shutil.py", line 435, in copy2 Jan 20 12:43:07 bananapim2plus python[2750]: copyfile(src, dst, follow_symlinks=follow_symlinks) Jan 20 12:43:07 bananapim2plus python[2750]: File "/usr/lib/python3.9/shutil.py", line 264, in copyfile Jan 20 12:43:07 bananapim2plus python[2750]: with open(src, 'rb') as fsrc, open(dst, 'wb') as fdst: Jan 20 12:43:07 bananapim2plus python[2750]: PermissionError: [Errno 13] Permission denied: '/home/tinypilot/.flask-secret-key' Jan 20 12:43:07 bananapim2plus systemd[1]: tinypilot.service: Main process exited, code=exited, status=1/FAILURE Jan 20 12:43:07 bananapim2plus systemd[1]: tinypilot.service: Failed with result 'exit-code'. Jan 20 12:43:08 bananapim2plus systemd[1]: tinypilot.service: Consumed 3.029s CPU time. Jan 20 12:43:08 bananapim2plus systemd[1]: tinypilot.service: Scheduled restart job, restart counter is at 601. Jan 20 12:43:08 bananapim2plus systemd[1]: Stopped TinyPilot - RPi-based virtual KVM. Jan 20 12:43:08 bananapim2plus systemd[1]: tinypilot.service: Consumed 3.029s CPU time. Jan 20 12:43:08 bananapim2plus systemd[1]: Started TinyPilot - RPi-based virtual KVM. TinyPilot update logs uStreamer configuration ==> /opt/ustreamer-launcher/configs.d/000-defaults.yml <== # Settings for an HDMI to USB video capture dongle. --- ustreamer_encoder: hw ustreamer_format: jpeg ustreamer_resolution: "1920x1080" ==> /opt/ustreamer-launcher/configs.d/100-tinypilot.yml <== uStreamer logs Jan 20 12:42:53 bananapim2plus launch[969]: ================================================================================ Jan 20 12:42:53 bananapim2plus launch[969]: -- INFO [1820.807 stream] -- Device fd=9 opened Jan 20 12:42:53 bananapim2plus launch[969]: -- ERROR [1820.807 stream] -- Video capture is not supported by device Jan 20 12:42:53 bananapim2plus launch[969]: -- INFO [1820.807 stream] -- Device fd=9 closed Jan 20 12:42:53 bananapim2plus launch[969]: -- INFO [1820.807 stream] -- Sleeping 1 seconds before new stream init ... Jan 20 12:42:54 bananapim2plus launch[969]: ================================================================================ Jan 20 12:42:54 bananapim2plus launch[969]: -- INFO [1821.819 stream] -- Device fd=9 opened Jan 20 12:42:54 bananapim2plus launch[969]: -- ERROR [1821.819 stream] -- Video capture is not supported by device Jan 20 12:42:54 bananapim2plus launch[969]: -- INFO [1821.819 stream] -- Device fd=9 closed Jan 20 12:42:54 bananapim2plus launch[969]: -- INFO [1821.819 stream] -- Sleeping 1 seconds before new stream init ... Jan 20 12:42:55 bananapim2plus launch[969]: ================================================================================ Jan 20 12:42:55 bananapim2plus launch[969]: -- INFO [1822.831 stream] -- Device fd=9 opened Jan 20 12:42:55 bananapim2plus launch[969]: -- ERROR [1822.831 stream] -- Video capture is not supported by device Jan 20 12:42:55 bananapim2plus launch[969]: -- INFO [1822.831 stream] -- Device fd=9 closed Jan 20 12:42:55 bananapim2plus launch[969]: -- INFO [1822.831 stream] -- Sleeping 1 seconds before new stream init ... Jan 20 12:42:56 bananapim2plus launch[969]: ================================================================================ Jan 20 12:42:56 bananapim2plus launch[969]: -- INFO [1823.843 stream] -- Device fd=9 opened Jan 20 12:42:56 bananapim2plus launch[969]: -- ERROR [1823.843 stream] -- Video capture is not supported by device Jan 20 12:42:56 bananapim2plus launch[969]: -- INFO [1823.844 stream] -- Device fd=9 closed Jan 20 12:42:56 bananapim2plus launch[969]: -- INFO [1823.844 stream] -- Sleeping 1 seconds before new stream init ... Jan 20 12:42:57 bananapim2plus launch[969]: ================================================================================ Jan 20 12:42:57 bananapim2plus launch[969]: -- INFO [1824.855 stream] -- Device fd=9 opened Jan 20 12:42:57 bananapim2plus launch[969]: -- ERROR [1824.856 stream] -- Video capture is not supported by device Jan 20 12:42:57 bananapim2plus launch[969]: -- INFO [1824.856 stream] -- Device fd=9 closed Jan 20 12:42:57 bananapim2plus launch[969]: -- INFO [1824.856 stream] -- Sleeping 1 seconds before new stream init ... Jan 20 12:42:58 bananapim2plus launch[969]: ================================================================================ Jan 20 12:42:58 bananapim2plus launch[969]: -- INFO [1825.867 stream] -- Device fd=9 opened Jan 20 12:42:58 bananapim2plus launch[969]: -- ERROR [1825.867 stream] -- Video capture is not supported by device Jan 20 12:42:58 bananapim2plus launch[969]: -- INFO [1825.868 stream] -- Device fd=9 closed Jan 20 12:42:58 bananapim2plus launch[969]: -- INFO [1825.868 stream] -- Sleeping 1 seconds before new stream init ... Jan 20 12:42:59 bananapim2plus launch[969]: ================================================================================ Jan 20 12:42:59 bananapim2plus launch[969]: -- INFO [1826.880 stream] -- Device fd=9 opened Jan 20 12:42:59 bananapim2plus launch[969]: -- ERROR [1826.880 stream] -- Video capture is not supported by device Jan 20 12:42:59 bananapim2plus launch[969]: -- INFO [1826.880 stream] -- Device fd=9 closed Jan 20 12:42:59 bananapim2plus launch[969]: -- INFO [1826.880 stream] -- Sleeping 1 seconds before new stream init ... Jan 20 12:43:00 bananapim2plus launch[969]: ================================================================================ Jan 20 12:43:00 bananapim2plus launch[969]: -- INFO [1827.892 stream] -- Device fd=9 opened Jan 20 12:43:00 bananapim2plus launch[969]: -- ERROR [1827.892 stream] -- Video capture is not supported by device Jan 20 12:43:00 bananapim2plus launch[969]: -- INFO [1827.892 stream] -- Device fd=9 closed Jan 20 12:43:00 bananapim2plus launch[969]: -- INFO [1827.892 stream] -- Sleeping 1 seconds before new stream init ... Jan 20 12:43:01 bananapim2plus launch[969]: ================================================================================ Jan 20 12:43:01 bananapim2plus launch[969]: -- INFO [1828.904 stream] -- Device fd=9 opened Jan 20 12:43:01 bananapim2plus launch[969]: -- ERROR [1828.904 stream] -- Video capture is not supported by device Jan 20 12:43:01 bananapim2plus launch[969]: -- INFO [1828.904 stream] -- Device fd=9 closed Jan 20 12:43:01 bananapim2plus launch[969]: -- INFO [1828.904 stream] -- Sleeping 1 seconds before new stream init ... Jan 20 12:43:02 bananapim2plus launch[969]: ================================================================================ Jan 20 12:43:02 bananapim2plus launch[969]: -- INFO [1829.916 stream] -- Device fd=9 opened Jan 20 12:43:02 bananapim2plus launch[969]: -- ERROR [1829.916 stream] -- Video capture is not supported by device Jan 20 12:43:02 bananapim2plus launch[969]: -- INFO [1829.916 stream] -- Device fd=9 closed Jan 20 12:43:02 bananapim2plus launch[969]: -- INFO [1829.916 stream] -- Sleeping 1 seconds before new stream init ... Jan 20 12:43:03 bananapim2plus launch[969]: ================================================================================ Jan 20 12:43:03 bananapim2plus launch[969]: -- INFO [1830.928 stream] -- Device fd=9 opened Jan 20 12:43:03 bananapim2plus launch[969]: -- ERROR [1830.928 stream] -- Video capture is not supported by device Jan 20 12:43:03 bananapim2plus launch[969]: -- INFO [1830.928 stream] -- Device fd=9 closed Jan 20 12:43:03 bananapim2plus launch[969]: -- INFO [1830.928 stream] -- Sleeping 1 seconds before new stream init ... Jan 20 12:43:04 bananapim2plus launch[969]: ================================================================================ Jan 20 12:43:04 bananapim2plus launch[969]: -- INFO [1831.945 stream] -- Device fd=9 opened Jan 20 12:43:04 bananapim2plus launch[969]: -- ERROR [1831.945 stream] -- Video capture is not supported by device Jan 20 12:43:04 bananapim2plus launch[969]: -- INFO [1831.945 stream] -- Device fd=9 closed Jan 20 12:43:04 bananapim2plus launch[969]: -- INFO [1831.945 stream] -- Sleeping 1 seconds before new stream init ... Jan 20 12:43:05 bananapim2plus launch[969]: ================================================================================ Jan 20 12:43:05 bananapim2plus launch[969]: -- INFO [1832.957 stream] -- Device fd=9 opened Jan 20 12:43:05 bananapim2plus launch[969]: -- ERROR [1832.958 stream] -- Video capture is not supported by device Jan 20 12:43:05 bananapim2plus launch[969]: -- INFO [1832.958 stream] -- Device fd=9 closed Jan 20 12:43:05 bananapim2plus launch[969]: -- INFO [1832.958 stream] -- Sleeping 1 seconds before new stream init ... Jan 20 12:43:07 bananapim2plus launch[969]: ================================================================================ Jan 20 12:43:07 bananapim2plus launch[969]: -- INFO [1833.970 stream] -- Device fd=9 opened Jan 20 12:43:07 bananapim2plus launch[969]: -- ERROR [1833.970 stream] -- Video capture is not supported by device Jan 20 12:43:07 bananapim2plus launch[969]: -- INFO [1833.970 stream] -- Device fd=9 closed Jan 20 12:43:07 bananapim2plus launch[969]: -- INFO [1833.970 stream] -- Sleeping 1 seconds before new stream init ... Jan 20 12:43:08 bananapim2plus launch[969]: ================================================================================ Jan 20 12:43:08 bananapim2plus launch[969]: -- INFO [1834.982 stream] -- Device fd=9 opened Jan 20 12:43:08 bananapim2plus launch[969]: -- ERROR [1834.982 stream] -- Video capture is not supported by device Jan 20 12:43:08 bananapim2plus launch[969]: -- INFO [1834.982 stream] -- Device fd=9 closed Jan 20 12:43:08 bananapim2plus launch[969]: -- INFO [1834.982 stream] -- Sleeping 1 seconds before new stream init ... Jan 20 12:43:09 bananapim2plus launch[969]: ================================================================================ Jan 20 12:43:09 bananapim2plus launch[969]: -- INFO [1835.994 stream] -- Device fd=9 opened Jan 20 12:43:09 bananapim2plus launch[969]: -- ERROR [1835.994 stream] -- Video capture is not supported by device Jan 20 12:43:09 bananapim2plus launch[969]: -- INFO [1835.995 stream] -- Device fd=9 closed Jan 20 12:43:09 bananapim2plus launch[969]: -- INFO [1835.995 stream] -- Sleeping 1 seconds before new stream init ... nginx logs -- Journal begins at Sat 2024-01-20 10:57:16 CET, ends at Sat 2024-01-20 12:43:09 CET. -- Jan 20 11:12:53 bananapim2plus systemd[1]: Starting A high performance web server and a reverse proxy server... Jan 20 11:12:53 bananapim2plus systemd[1]: Started A high performance web server and a reverse proxy server. Jan 20 12:05:22 bananapim2plus systemd[1]: Stopping A high performance web server and a reverse proxy server... Jan 20 12:05:22 bananapim2plus systemd[1]: nginx.service: Succeeded. Jan 20 12:05:22 bananapim2plus systemd[1]: Stopped A high performance web server and a reverse proxy server. 2024/01/20 11:12:55 [notice] 13594#13594: using inherited sockets from "6;7;" 2024/01/20 11:27:27 [notice] 18472#18472: signal process started 2024/01/20 12:04:24 [error] 18473#18473: *3 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.11.222, server: tinypilot, request: "GET / HTTP/1.1", upstream: "http://127.0.0.1:48000/", host: "192.168.11.133" 2024/01/20 12:04:28 [error] 18473#18473: *5 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.11.222, server: tinypilot, request: "GET / HTTP/1.1", upstream: "http://127.0.0.1:48000/", host: "192.168.11.133" 2024/01/20 12:13:39 [error] 1185#1185: *1 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.11.222, server: tinypilot, request: "GET / HTTP/1.1", upstream: "http://127.0.0.1:48000/", host: "192.168.11.133", referrer: "http://192.168.11.133/" 2024/01/20 12:13:41 [error] 1185#1185: *1 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.11.222, server: tinypilot, request: "GET / HTTP/1.1", upstream: "http://127.0.0.1:48000/", host: "192.168.11.133", referrer: "http://192.168.11.133/" 2024/01/20 12:13:42 [error] 1185#1185: *1 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.11.222, server: tinypilot, request: "GET / HTTP/1.1", upstream: "http://127.0.0.1:48000/", host: "192.168.11.133", referrer: "http://192.168.11.133/" 2024/01/20 12:13:44 [error] 1185#1185: *1 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.11.222, server: tinypilot, request: "GET / HTTP/1.1", upstream: "http://127.0.0.1:48000/", host: "192.168.11.133" 192.168.11.222 - - [20/Jan/2024:11:13:15 +0100] "GET / HTTP/1.1" 200 396 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" 192.168.11.222 - - [20/Jan/2024:11:13:15 +0100] "GET /favicon.ico HTTP/1.1" 404 188 "http://192.168.11.133/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" 192.168.11.222 - - [20/Jan/2024:11:16:06 +0100] "GET / HTTP/1.1" 200 396 "-" "HomeNet/1.0" 192.168.11.222 - - [20/Jan/2024:12:04:24 +0100] "GET / HTTP/1.1" 502 2969 "-" "HomeNet/1.0" 192.168.11.222 - - [20/Jan/2024:12:04:28 +0100] "GET / HTTP/1.1" 502 2969 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" 192.168.11.222 - - [20/Jan/2024:12:13:39 +0100] "GET / HTTP/1.1" 502 2969 "http://192.168.11.133/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" 192.168.11.222 - - [20/Jan/2024:12:13:41 +0100] "GET / HTTP/1.1" 502 2969 "http://192.168.11.133/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" 192.168.11.222 - - [20/Jan/2024:12:13:42 +0100] "GET / HTTP/1.1" 502 2969 "http://192.168.11.133/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" 192.168.11.222 - - [20/Jan/2024:12:13:44 +0100] "GET / HTTP/1.1" 502 2969 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36"