TinyPilot log dump https://tinypilotkvm.com Timestamp: 2023-11-07T09:14:38-06:00 Software versions TinyPilot version: 1.9.1-28+d0e3b5b uStreamer version: 5.43 System information OS version: Linux ghostfounder 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: c03115 Model: Raspberry Pi 4 Model B Rev 1.5 TinyPilot state Read-only filesystem: off SSH access: disabled Network interfaces: eth0 (up) lo (unknown) wlan0 (up) Mouse jiggler: disabled CPU Temperature: 48.2'C CPU throttled since boot: no Voltage issues: no Streaming mode Selected mode: MJPEG Current mode: MJPEG TinyPilot settings.yml ustreamer_quality: 100 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 Nov 07 09:14:30 ghostfounder python[668]: File "/opt/tinypilot/app/execute.py", line 86, in with_timeout Nov 07 09:14:30 ghostfounder python[668]: raise result.exception Nov 07 09:14:30 ghostfounder python[668]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Nov 07 09:14:30 ghostfounder python[1730]: Process ProcessWithResult-30: Nov 07 09:14:30 ghostfounder python[1730]: Traceback (most recent call last): Nov 07 09:14:30 ghostfounder python[1730]: File "/usr/lib/python3.9/multiprocessing/process.py", line 315, in _bootstrap Nov 07 09:14:30 ghostfounder python[1730]: self.run() Nov 07 09:14:30 ghostfounder python[1730]: File "/opt/tinypilot/app/execute.py", line 37, in run Nov 07 09:14:30 ghostfounder python[1730]: result.return_value = self._target(*self._args, **self._kwargs) Nov 07 09:14:30 ghostfounder python[1730]: File "/opt/tinypilot/app/hid/write.py", line 19, in _write_to_hid_interface_immediately Nov 07 09:14:30 ghostfounder python[1730]: hid_handle.write(bytearray(buffer)) Nov 07 09:14:30 ghostfounder python[1730]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Nov 07 09:14:30 ghostfounder python[668]: Exception in thread Thread-56: Nov 07 09:14:30 ghostfounder python[668]: Traceback (most recent call last): Nov 07 09:14:30 ghostfounder python[668]: File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner Nov 07 09:14:30 ghostfounder python[668]: self.run() Nov 07 09:14:30 ghostfounder python[668]: File "/usr/lib/python3.9/threading.py", line 892, in run Nov 07 09:14:30 ghostfounder python[668]: self._target(*self._args, **self._kwargs) Nov 07 09:14:30 ghostfounder python[668]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 733, in _handle_event_internal Nov 07 09:14:30 ghostfounder python[668]: r = server._trigger_event(data[0], namespace, sid, *data[1:]) Nov 07 09:14:30 ghostfounder python[668]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 758, in _trigger_event Nov 07 09:14:30 ghostfounder python[668]: return self.handlers[namespace][event](*args) Nov 07 09:14:30 ghostfounder python[668]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 282, in _handler Nov 07 09:14:30 ghostfounder python[668]: return self._handle_event(handler, message, namespace, sid, Nov 07 09:14:30 ghostfounder python[668]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 828, in _handle_event Nov 07 09:14:30 ghostfounder python[668]: ret = handler(*args) Nov 07 09:14:30 ghostfounder python[668]: File "/opt/tinypilot/app/socket_api.py", line 53, in on_mouse_event Nov 07 09:14:30 ghostfounder python[668]: fake_mouse.send_mouse_event(mouse_path, mouse_move_event.buttons, Nov 07 09:14:30 ghostfounder python[668]: File "/opt/tinypilot/app/hid/mouse.py", line 17, in send_mouse_event Nov 07 09:14:30 ghostfounder python[668]: hid_write.write_to_hid_interface(mouse_path, buf) Nov 07 09:14:30 ghostfounder python[668]: File "/opt/tinypilot/app/hid/write.py", line 36, in write_to_hid_interface Nov 07 09:14:30 ghostfounder python[668]: execute.with_timeout(_write_to_hid_interface_immediately, Nov 07 09:14:30 ghostfounder python[668]: File "/opt/tinypilot/app/execute.py", line 86, in with_timeout Nov 07 09:14:30 ghostfounder python[668]: raise result.exception Nov 07 09:14:30 ghostfounder python[668]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Nov 07 09:14:30 ghostfounder python[1731]: Process ProcessWithResult-31: Nov 07 09:14:30 ghostfounder python[1731]: Traceback (most recent call last): Nov 07 09:14:30 ghostfounder python[1731]: File "/usr/lib/python3.9/multiprocessing/process.py", line 315, in _bootstrap Nov 07 09:14:30 ghostfounder python[1731]: self.run() Nov 07 09:14:30 ghostfounder python[1731]: File "/opt/tinypilot/app/execute.py", line 37, in run Nov 07 09:14:30 ghostfounder python[1731]: result.return_value = self._target(*self._args, **self._kwargs) Nov 07 09:14:30 ghostfounder python[1731]: File "/opt/tinypilot/app/hid/write.py", line 19, in _write_to_hid_interface_immediately Nov 07 09:14:30 ghostfounder python[1731]: hid_handle.write(bytearray(buffer)) Nov 07 09:14:30 ghostfounder python[1731]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Nov 07 09:14:30 ghostfounder python[668]: Exception in thread Thread-57: Nov 07 09:14:30 ghostfounder python[668]: Traceback (most recent call last): Nov 07 09:14:30 ghostfounder python[668]: File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner Nov 07 09:14:30 ghostfounder python[668]: self.run() Nov 07 09:14:30 ghostfounder python[668]: File "/usr/lib/python3.9/threading.py", line 892, in run Nov 07 09:14:30 ghostfounder python[668]: self._target(*self._args, **self._kwargs) Nov 07 09:14:30 ghostfounder python[668]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 733, in _handle_event_internal Nov 07 09:14:30 ghostfounder python[668]: r = server._trigger_event(data[0], namespace, sid, *data[1:]) Nov 07 09:14:30 ghostfounder python[668]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 758, in _trigger_event Nov 07 09:14:30 ghostfounder python[668]: return self.handlers[namespace][event](*args) Nov 07 09:14:30 ghostfounder python[668]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 282, in _handler Nov 07 09:14:30 ghostfounder python[668]: return self._handle_event(handler, message, namespace, sid, Nov 07 09:14:30 ghostfounder python[668]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 828, in _handle_event Nov 07 09:14:30 ghostfounder python[668]: ret = handler(*args) Nov 07 09:14:30 ghostfounder python[668]: File "/opt/tinypilot/app/socket_api.py", line 53, in on_mouse_event Nov 07 09:14:30 ghostfounder python[668]: fake_mouse.send_mouse_event(mouse_path, mouse_move_event.buttons, Nov 07 09:14:30 ghostfounder python[668]: File "/opt/tinypilot/app/hid/mouse.py", line 17, in send_mouse_event Nov 07 09:14:30 ghostfounder python[668]: hid_write.write_to_hid_interface(mouse_path, buf) Nov 07 09:14:30 ghostfounder python[668]: File "/opt/tinypilot/app/hid/write.py", line 36, in write_to_hid_interface Nov 07 09:14:30 ghostfounder python[668]: execute.with_timeout(_write_to_hid_interface_immediately, Nov 07 09:14:30 ghostfounder python[668]: File "/opt/tinypilot/app/execute.py", line 86, in with_timeout Nov 07 09:14:30 ghostfounder python[668]: raise result.exception Nov 07 09:14:30 ghostfounder python[668]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Nov 07 09:14:30 ghostfounder python[1732]: Process ProcessWithResult-32: Nov 07 09:14:30 ghostfounder python[1732]: Traceback (most recent call last): Nov 07 09:14:30 ghostfounder python[1732]: File "/usr/lib/python3.9/multiprocessing/process.py", line 315, in _bootstrap Nov 07 09:14:30 ghostfounder python[1732]: self.run() Nov 07 09:14:30 ghostfounder python[1732]: File "/opt/tinypilot/app/execute.py", line 37, in run Nov 07 09:14:30 ghostfounder python[1732]: result.return_value = self._target(*self._args, **self._kwargs) Nov 07 09:14:30 ghostfounder python[1732]: File "/opt/tinypilot/app/hid/write.py", line 19, in _write_to_hid_interface_immediately Nov 07 09:14:30 ghostfounder python[1732]: hid_handle.write(bytearray(buffer)) Nov 07 09:14:30 ghostfounder python[1732]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Nov 07 09:14:30 ghostfounder python[668]: Exception in thread Thread-58: Nov 07 09:14:30 ghostfounder python[668]: Traceback (most recent call last): Nov 07 09:14:30 ghostfounder python[668]: File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner Nov 07 09:14:30 ghostfounder python[668]: self.run() Nov 07 09:14:30 ghostfounder python[668]: File "/usr/lib/python3.9/threading.py", line 892, in run Nov 07 09:14:30 ghostfounder python[668]: self._target(*self._args, **self._kwargs) Nov 07 09:14:30 ghostfounder python[668]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 733, in _handle_event_internal Nov 07 09:14:30 ghostfounder python[668]: r = server._trigger_event(data[0], namespace, sid, *data[1:]) Nov 07 09:14:30 ghostfounder python[668]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 758, in _trigger_event Nov 07 09:14:30 ghostfounder python[668]: return self.handlers[namespace][event](*args) Nov 07 09:14:30 ghostfounder python[668]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 282, in _handler Nov 07 09:14:30 ghostfounder python[668]: return self._handle_event(handler, message, namespace, sid, Nov 07 09:14:30 ghostfounder python[668]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 828, in _handle_event Nov 07 09:14:30 ghostfounder python[668]: ret = handler(*args) Nov 07 09:14:30 ghostfounder python[668]: File "/opt/tinypilot/app/socket_api.py", line 53, in on_mouse_event Nov 07 09:14:30 ghostfounder python[668]: fake_mouse.send_mouse_event(mouse_path, mouse_move_event.buttons, Nov 07 09:14:30 ghostfounder python[668]: File "/opt/tinypilot/app/hid/mouse.py", line 17, in send_mouse_event Nov 07 09:14:30 ghostfounder python[668]: hid_write.write_to_hid_interface(mouse_path, buf) Nov 07 09:14:30 ghostfounder python[668]: File "/opt/tinypilot/app/hid/write.py", line 36, in write_to_hid_interface Nov 07 09:14:30 ghostfounder python[668]: execute.with_timeout(_write_to_hid_interface_immediately, Nov 07 09:14:30 ghostfounder python[668]: File "/opt/tinypilot/app/execute.py", line 86, in with_timeout Nov 07 09:14:30 ghostfounder python[668]: raise result.exception Nov 07 09:14:30 ghostfounder python[668]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Nov 07 09:14:30 ghostfounder python[1733]: Process ProcessWithResult-33: Nov 07 09:14:30 ghostfounder python[1733]: Traceback (most recent call last): Nov 07 09:14:30 ghostfounder python[1733]: File "/usr/lib/python3.9/multiprocessing/process.py", line 315, in _bootstrap Nov 07 09:14:30 ghostfounder python[1733]: self.run() Nov 07 09:14:30 ghostfounder python[1733]: File "/opt/tinypilot/app/execute.py", line 37, in run Nov 07 09:14:30 ghostfounder python[1733]: result.return_value = self._target(*self._args, **self._kwargs) Nov 07 09:14:30 ghostfounder python[1733]: File "/opt/tinypilot/app/hid/write.py", line 19, in _write_to_hid_interface_immediately Nov 07 09:14:30 ghostfounder python[1733]: hid_handle.write(bytearray(buffer)) Nov 07 09:14:30 ghostfounder python[1733]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Nov 07 09:14:31 ghostfounder python[668]: Exception in thread Thread-59: Nov 07 09:14:31 ghostfounder python[668]: Traceback (most recent call last): Nov 07 09:14:31 ghostfounder python[668]: File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner Nov 07 09:14:31 ghostfounder python[668]: self.run() Nov 07 09:14:31 ghostfounder python[668]: File "/usr/lib/python3.9/threading.py", line 892, in run Nov 07 09:14:31 ghostfounder python[668]: self._target(*self._args, **self._kwargs) Nov 07 09:14:31 ghostfounder python[668]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 733, in _handle_event_internal Nov 07 09:14:31 ghostfounder python[668]: r = server._trigger_event(data[0], namespace, sid, *data[1:]) Nov 07 09:14:31 ghostfounder python[668]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 758, in _trigger_event Nov 07 09:14:31 ghostfounder python[668]: return self.handlers[namespace][event](*args) Nov 07 09:14:31 ghostfounder python[668]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 282, in _handler Nov 07 09:14:31 ghostfounder python[668]: return self._handle_event(handler, message, namespace, sid, Nov 07 09:14:31 ghostfounder python[668]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 828, in _handle_event Nov 07 09:14:31 ghostfounder python[668]: ret = handler(*args) Nov 07 09:14:31 ghostfounder python[668]: File "/opt/tinypilot/app/socket_api.py", line 53, in on_mouse_event Nov 07 09:14:31 ghostfounder python[668]: fake_mouse.send_mouse_event(mouse_path, mouse_move_event.buttons, Nov 07 09:14:31 ghostfounder python[668]: File "/opt/tinypilot/app/hid/mouse.py", line 17, in send_mouse_event Nov 07 09:14:31 ghostfounder python[668]: hid_write.write_to_hid_interface(mouse_path, buf) Nov 07 09:14:31 ghostfounder python[668]: File "/opt/tinypilot/app/hid/write.py", line 36, in write_to_hid_interface Nov 07 09:14:31 ghostfounder python[668]: execute.with_timeout(_write_to_hid_interface_immediately, Nov 07 09:14:31 ghostfounder python[668]: File "/opt/tinypilot/app/execute.py", line 86, in with_timeout Nov 07 09:14:31 ghostfounder python[668]: raise result.exception Nov 07 09:14:31 ghostfounder python[668]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Nov 07 09:14:33 ghostfounder python[1745]: Process ProcessWithResult-34: Nov 07 09:14:33 ghostfounder python[1745]: Traceback (most recent call last): Nov 07 09:14:33 ghostfounder python[1745]: File "/usr/lib/python3.9/multiprocessing/process.py", line 315, in _bootstrap Nov 07 09:14:33 ghostfounder python[1745]: self.run() Nov 07 09:14:33 ghostfounder python[1745]: File "/opt/tinypilot/app/execute.py", line 37, in run Nov 07 09:14:33 ghostfounder python[1745]: result.return_value = self._target(*self._args, **self._kwargs) Nov 07 09:14:33 ghostfounder python[1745]: File "/opt/tinypilot/app/hid/write.py", line 19, in _write_to_hid_interface_immediately Nov 07 09:14:33 ghostfounder python[1745]: hid_handle.write(bytearray(buffer)) Nov 07 09:14:33 ghostfounder python[1745]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Nov 07 09:14:33 ghostfounder python[668]: Exception in thread Thread-60: Nov 07 09:14:33 ghostfounder python[668]: Traceback (most recent call last): Nov 07 09:14:33 ghostfounder python[668]: File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner Nov 07 09:14:33 ghostfounder python[668]: self.run() Nov 07 09:14:33 ghostfounder python[668]: File "/usr/lib/python3.9/threading.py", line 892, in run Nov 07 09:14:33 ghostfounder python[668]: self._target(*self._args, **self._kwargs) Nov 07 09:14:33 ghostfounder python[668]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 733, in _handle_event_internal Nov 07 09:14:33 ghostfounder python[668]: r = server._trigger_event(data[0], namespace, sid, *data[1:]) Nov 07 09:14:33 ghostfounder python[668]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 758, in _trigger_event Nov 07 09:14:33 ghostfounder python[668]: return self.handlers[namespace][event](*args) Nov 07 09:14:33 ghostfounder python[668]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 282, in _handler Nov 07 09:14:33 ghostfounder python[668]: return self._handle_event(handler, message, namespace, sid, Nov 07 09:14:33 ghostfounder python[668]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 828, in _handle_event Nov 07 09:14:33 ghostfounder python[668]: ret = handler(*args) Nov 07 09:14:33 ghostfounder python[668]: File "/opt/tinypilot/app/socket_api.py", line 53, in on_mouse_event Nov 07 09:14:33 ghostfounder python[668]: fake_mouse.send_mouse_event(mouse_path, mouse_move_event.buttons, Nov 07 09:14:33 ghostfounder python[668]: File "/opt/tinypilot/app/hid/mouse.py", line 17, in send_mouse_event Nov 07 09:14:33 ghostfounder python[668]: hid_write.write_to_hid_interface(mouse_path, buf) Nov 07 09:14:33 ghostfounder python[668]: File "/opt/tinypilot/app/hid/write.py", line 36, in write_to_hid_interface Nov 07 09:14:33 ghostfounder python[668]: execute.with_timeout(_write_to_hid_interface_immediately, Nov 07 09:14:33 ghostfounder python[668]: File "/opt/tinypilot/app/execute.py", line 86, in with_timeout Nov 07 09:14:33 ghostfounder python[668]: raise result.exception Nov 07 09:14:33 ghostfounder python[668]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Nov 07 09:14:34 ghostfounder python[1746]: Process ProcessWithResult-35: Nov 07 09:14:34 ghostfounder python[1746]: Traceback (most recent call last): Nov 07 09:14:34 ghostfounder python[1746]: File "/usr/lib/python3.9/multiprocessing/process.py", line 315, in _bootstrap Nov 07 09:14:34 ghostfounder python[1746]: self.run() Nov 07 09:14:34 ghostfounder python[1746]: File "/opt/tinypilot/app/execute.py", line 37, in run Nov 07 09:14:34 ghostfounder python[1746]: result.return_value = self._target(*self._args, **self._kwargs) Nov 07 09:14:34 ghostfounder python[1746]: File "/opt/tinypilot/app/hid/write.py", line 19, in _write_to_hid_interface_immediately Nov 07 09:14:34 ghostfounder python[1746]: hid_handle.write(bytearray(buffer)) Nov 07 09:14:34 ghostfounder python[1746]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Nov 07 09:14:34 ghostfounder python[668]: Exception in thread Thread-61: Nov 07 09:14:34 ghostfounder python[668]: Traceback (most recent call last): Nov 07 09:14:34 ghostfounder python[668]: File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner Nov 07 09:14:34 ghostfounder python[668]: self.run() Nov 07 09:14:34 ghostfounder python[668]: File "/usr/lib/python3.9/threading.py", line 892, in run Nov 07 09:14:34 ghostfounder python[668]: self._target(*self._args, **self._kwargs) Nov 07 09:14:34 ghostfounder python[668]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 733, in _handle_event_internal Nov 07 09:14:34 ghostfounder python[668]: r = server._trigger_event(data[0], namespace, sid, *data[1:]) Nov 07 09:14:34 ghostfounder python[668]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/socketio/server.py", line 758, in _trigger_event Nov 07 09:14:34 ghostfounder python[668]: return self.handlers[namespace][event](*args) Nov 07 09:14:34 ghostfounder python[668]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 282, in _handler Nov 07 09:14:34 ghostfounder python[668]: return self._handle_event(handler, message, namespace, sid, Nov 07 09:14:34 ghostfounder python[668]: File "/opt/tinypilot/venv/lib/python3.9/site-packages/flask_socketio/__init__.py", line 828, in _handle_event Nov 07 09:14:34 ghostfounder python[668]: ret = handler(*args) Nov 07 09:14:34 ghostfounder python[668]: File "/opt/tinypilot/app/socket_api.py", line 53, in on_mouse_event Nov 07 09:14:34 ghostfounder python[668]: fake_mouse.send_mouse_event(mouse_path, mouse_move_event.buttons, Nov 07 09:14:34 ghostfounder python[668]: File "/opt/tinypilot/app/hid/mouse.py", line 17, in send_mouse_event Nov 07 09:14:34 ghostfounder python[668]: hid_write.write_to_hid_interface(mouse_path, buf) Nov 07 09:14:34 ghostfounder python[668]: File "/opt/tinypilot/app/hid/write.py", line 36, in write_to_hid_interface Nov 07 09:14:34 ghostfounder python[668]: execute.with_timeout(_write_to_hid_interface_immediately, Nov 07 09:14:34 ghostfounder python[668]: File "/opt/tinypilot/app/execute.py", line 86, in with_timeout Nov 07 09:14:34 ghostfounder python[668]: raise result.exception Nov 07 09:14:34 ghostfounder python[668]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown Nov 07 09:14:38 ghostfounder sudo[1747]: tinypilot : PWD=/opt/tinypilot ; USER=root ; COMMAND=/opt/tinypilot-privileged/scripts/collect-debug-logs -q Nov 07 09:14:38 ghostfounder sudo[1747]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=119) Nov 07 09:14:42 ghostfounder python[1780]: 2023-11-07 09:14:42.139 app.main INFO Starting app Nov 07 09:14:42 ghostfounder python[1780]: 2023-11-07 09:14:42.170 db.store INFO Loading database migrations from /opt/tinypilot/app/db/migrations/*.sql Nov 07 09:14:42 ghostfounder python[1780]: 2023-11-07 09:14:42.173 db.store INFO Read 7 database migrations from disk TinyPilot update logs 2023-11-06 13:47:04.660 __main__ INFO Starting TinyPilot update 2023-11-06 13:47:04.660 __main__ INFO Launching update script: /opt/tinypilot-privileged/scripts/update + set -u + set -e + curl --silent --show-error https://raw.githubusercontent.com/tiny-pilot/tinypilot/master/get-tinypilot.sh + bash - + HAS_PRO_INSTALLED=0 ++ dirname bash + SCRIPT_DIR=. + [[ . = \. ]] + SCRIPT_DIR=/opt/tinypilot + readonly SCRIPT_DIR + readonly TINYPILOT_README=/opt/tinypilot/README.md + TINYPILOT_README=/opt/tinypilot/README.md + [[ -f /opt/tinypilot/README.md ]] ++ head -n 1 /opt/tinypilot/README.md + [[ # TinyPilot = \#\ \T\i\n\y\P\i\l\o\t\ \P\r\o ]] + readonly HAS_PRO_INSTALLED + [[ 0 = 1 ]] + 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=3384 + readonly AVAILABLE_MEMORY_MIB + INSTALLER_DIR=/mnt/tinypilot-installer + trap clean_up EXIT + (( 3384 >= 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 ++ curl https://gk.tinypilotkvm.com/community/download/latest --location --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_20231103105014_armhf.deb + TINYPILOT_DEBIAN_PACKAGE=tinypilot_20231103105014_armhf.deb + readonly TINYPILOT_DEBIAN_PACKAGE + apt-get update --allow-releaseinfo-change-suite Hit:1 http://raspbian.raspberrypi.org/raspbian bullseye InRelease Hit:2 http://archive.raspberrypi.org/debian bullseye InRelease Hit:3 https://linux.teamviewer.com/deb stable InRelease Reading package lists... + apt-get install -y ./janus_1.0.1-1~bpo11+1_armhf.deb ./ustreamer_5.43-20231004144402_armhf.deb ./tinypilot_20231103105014_armhf.deb Reading package lists... Building dependency tree... Reading state information... janus is already the newest version (1.0.1-1~bpo11+1). ustreamer is already the newest version (5.43-20231004144402). The following package was automatically installed and is no longer required: libfuse2 Use 'sudo apt autoremove' to remove it. The following packages will be upgraded: tinypilot 1 upgraded, 0 newly installed, 0 to remove and 218 not upgraded. Need to get 0 B/2,113 kB of archives. After this operation, 2,048 B of additional disk space will be used. Get:1 /mnt/tinypilot-installer/tinypilot_20231103105014_armhf.deb tinypilot armhf 20231103105014 [2,113 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: [615B blob data] Preparing to unpack .../tinypilot_20231103105014_armhf.deb ... Unpacking tinypilot (20231103105014) over (20231031135608) ... Setting up tinypilot (20231103105014) ... Warning: The home dir /home/tinypilot you specified already exists. The system user `tinypilot' already exists. Exiting. /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 / / Warning: The unit file, source configuration file or drop-ins of janus.service changed on disk. Run 'systemctl daemon-reload' to reload units. + mv yq /usr/bin/yq + chmod 0755 /usr/bin/yq + clean_up + sudo umount --lazy /mnt/tinypilot-installer + sudo rm -rf /opt/tinypilot-updater /mnt/tinypilot-installer 2023-11-06 13:47:30.913 __main__ INFO Update completed successfully 2023-11-06 13:47:30.914 update.result_store INFO Writing result file to /home/tinypilot/logs/latest-update-result.json 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_quality: 100 uStreamer logs Nov 06 13:54:55 ghostfounder launch[550]: -- INFO [11.028 stream] -- Using IO method: MMAP Nov 06 13:54:55 ghostfounder launch[550]: -- INFO [11.044 stream] -- Requested 5 device buffers, got 5 Nov 06 13:54:55 ghostfounder launch[550]: -- INFO [11.048 stream] -- Capturing started Nov 06 13:54:55 ghostfounder launch[550]: -- INFO [11.048 stream] -- Using JPEG quality: encoder default Nov 06 13:54:55 ghostfounder launch[550]: -- INFO [11.048 stream] -- Creating pool JPEG with 1 workers ... Nov 06 13:54:55 ghostfounder launch[550]: -- INFO [11.048 stream] -- Capturing ... Nov 06 13:54:55 ghostfounder launch[550]: Corrupt JPEG data: premature end of data segment Nov 06 13:54:55 ghostfounder launch[550]: -- ERROR [11.210 stream] -- Can't decompress JPEG: Unsupported marker type 0xbd Nov 06 13:54:55 ghostfounder launch[550]: -- INFO [11.256 stream] -- H264: Configuring encoder: DMA=0 ... Nov 06 13:55:11 ghostfounder launch[550]: -- INFO [26.659 http] -- HTTP: NEW client (now=1): [192.168.1.229]:51194, id=65f75c11c2c3332 Nov 06 13:56:51 ghostfounder launch[550]: -- INFO [111.099 http] -- HTTP: DEL client (now=0): [192.168.1.229]:51194, id=65f75c11c2c3332, Resource temporarily unavailable (reading,eof) Nov 06 13:56:51 ghostfounder launch[550]: -- INFO [111.198 http] -- HTTP: NEW client (now=1): [192.168.1.229]:53042, id=61478f7134fdde12 Nov 06 13:56:57 ghostfounder launch[550]: -- INFO [116.654 http] -- HTTP: DEL client (now=0): [192.168.1.229]:53042, id=61478f7134fdde12, Resource temporarily unavailable (reading,eof) Nov 06 13:56:57 ghostfounder launch[550]: -- INFO [116.726 http] -- HTTP: NEW client (now=1): [192.168.1.229]:53052, id=60d3d6e1bd2b0ac Nov 06 13:57:28 ghostfounder launch[550]: -- INFO [148.303 http] -- HTTP: NEW client (now=2): [192.168.8.111]:43766, id=f76d962206aba4f5 Nov 06 13:58:40 ghostfounder launch[550]: -- INFO [220.320 http] -- HTTP: DEL client (now=1): [192.168.8.111]:43766, id=f76d962206aba4f5, Resource temporarily unavailable (reading,eof) Nov 06 14:04:12 ghostfounder launch[550]: -- INFO [551.361 http] -- HTTP: DEL client (now=0): [192.168.1.229]:53052, id=60d3d6e1bd2b0ac, Resource temporarily unavailable (reading,eof) Nov 06 14:04:12 ghostfounder launch[550]: -- INFO [551.501 http] -- HTTP: NEW client (now=1): [192.168.1.229]:37536, id=6b7dd4c4048656a0 Nov 06 14:50:19 ghostfounder launch[550]: -- INFO [3319.028 http] -- HTTP: NEW client (now=2): [192.168.1.229]:39508, id=af361299bb61a7c4 Nov 06 14:51:49 ghostfounder launch[550]: -- ERROR [3408.966 stream] -- Persistent device timeout (unplugged) Nov 06 14:51:51 ghostfounder launch[550]: -- ERROR [3410.557 stream] -- Can't grab device buffer: No such device Nov 06 14:51:51 ghostfounder launch[550]: -- INFO [3410.557 stream] -- Destroying workers pool JPEG ... Nov 06 14:51:51 ghostfounder launch[550]: -- ERROR [3410.558 stream] -- Can't stop capturing: No such device Nov 06 14:51:51 ghostfounder launch[550]: -- INFO [3410.558 stream] -- Capturing stopped Nov 06 14:51:51 ghostfounder launch[550]: -- INFO [3410.564 stream] -- Device fd=10 closed Nov 06 14:51:51 ghostfounder launch[550]: -- INFO [3410.564 stream] -- Changed video frame to BLANK Nov 06 14:51:51 ghostfounder launch[550]: -- INFO [3410.576 stream] -- H264: Configuring encoder: DMA=0 ... Nov 06 14:51:51 ghostfounder launch[550]: ================================================================================ Nov 06 14:51:51 ghostfounder launch[550]: -- ERROR [3410.603 stream] -- Can't access device: No such file or directory Nov 06 14:51:51 ghostfounder launch[550]: -- INFO [3410.603 stream] -- Waiting for the device access ... Nov 06 14:51:52 ghostfounder launch[550]: ================================================================================ Nov 06 14:51:52 ghostfounder launch[550]: -- INFO [3411.615 stream] -- Device fd=10 opened Nov 06 14:51:52 ghostfounder launch[550]: -- INFO [3411.615 stream] -- Using input channel: 0 Nov 06 14:51:52 ghostfounder launch[550]: -- INFO [3411.616 stream] -- Using resolution: 1920x1080 Nov 06 14:51:52 ghostfounder launch[550]: -- ERROR [3411.616 stream] -- Could not obtain the requested format=JPEG; driver gave us MJPEG Nov 06 14:51:52 ghostfounder launch[550]: -- INFO [3411.616 stream] -- Falling back to format=MJPEG Nov 06 14:51:52 ghostfounder launch[550]: -- INFO [3411.616 stream] -- Using format: MJPEG Nov 06 14:51:52 ghostfounder launch[550]: -- INFO [3411.616 stream] -- Using HW FPS: 0 -> 30 (coerced) Nov 06 14:51:52 ghostfounder launch[550]: -- ERROR [3411.616 stream] -- Device doesn't support setting of HW encoding quality parameters Nov 06 14:51:52 ghostfounder launch[550]: -- INFO [3411.616 stream] -- Using IO method: MMAP Nov 06 14:51:52 ghostfounder launch[550]: -- INFO [3411.630 stream] -- Requested 5 device buffers, got 5 Nov 06 14:51:52 ghostfounder launch[550]: -- INFO [3411.637 stream] -- Capturing started Nov 06 14:51:52 ghostfounder launch[550]: -- INFO [3411.637 stream] -- Using JPEG quality: encoder default Nov 06 14:51:52 ghostfounder launch[550]: -- INFO [3411.637 stream] -- Creating pool JPEG with 1 workers ... Nov 06 14:51:52 ghostfounder launch[550]: -- INFO [3411.637 stream] -- Capturing ... Nov 06 14:51:52 ghostfounder launch[550]: Corrupt JPEG data: 247 extraneous bytes before marker 0xd9 Nov 06 14:51:52 ghostfounder launch[550]: -- INFO [3411.845 stream] -- H264: Configuring encoder: DMA=0 ... Nov 06 16:05:31 ghostfounder launch[550]: -- INFO [7831.092 http] -- HTTP: DEL client (now=1): [192.168.1.229]:37536, id=6b7dd4c4048656a0, Resource temporarily unavailable (reading,eof) Nov 06 16:07:21 ghostfounder launch[550]: -- INFO [7940.605 http] -- HTTP: DEL client (now=0): [192.168.1.229]:39508, id=af361299bb61a7c4, Resource temporarily unavailable (reading,eof) -- Boot faa41d30664f4edcad8c189c4d530349 -- Nov 07 08:17:07 ghostfounder systemd[1]: Started uStreamer - Lightweight, optimized video encoder. Nov 07 08:17:08 ghostfounder launch[566]: + exec /opt/ustreamer/ustreamer --port 48001 --persistent --h264-sink tinypilot::ustreamer::h264 --h264-sink-mode 777 --h264-sink-rm --encoder hw --format jpeg --resolution 1920x1080 --quality 100 Nov 07 08:17:08 ghostfounder launch[566]: -- INFO [11.386 main] -- Starting PiKVM uStreamer 5.43 ... Nov 07 08:17:08 ghostfounder launch[566]: -- INFO [11.387 main] -- Using internal blank placeholder Nov 07 08:17:08 ghostfounder launch[566]: -- INFO [11.387 main] -- Using H264-sink: tinypilot::ustreamer::h264 Nov 07 08:17:08 ghostfounder launch[566]: -- INFO [11.387 main] -- Listening HTTP on [127.0.0.1]:48001 Nov 07 08:17:08 ghostfounder launch[566]: -- INFO [11.387 stream] -- Using V4L2 device: /dev/video0 Nov 07 08:17:08 ghostfounder launch[566]: -- INFO [11.387 stream] -- Using desired FPS: 0 Nov 07 08:17:08 ghostfounder launch[566]: -- INFO [11.387 http] -- Starting HTTP eventloop ... Nov 07 08:17:08 ghostfounder launch[566]: -- INFO [11.387 stream] -- H264: Initializing encoder ... Nov 07 08:17:08 ghostfounder launch[566]: -- INFO [11.397 stream] -- H264: Configuring encoder: DMA=0 ... Nov 07 08:17:08 ghostfounder launch[566]: ================================================================================ Nov 07 08:17:08 ghostfounder launch[566]: -- INFO [11.414 stream] -- Device fd=10 opened Nov 07 08:17:08 ghostfounder launch[566]: -- INFO [11.414 stream] -- Using input channel: 0 Nov 07 08:17:08 ghostfounder launch[566]: -- INFO [11.415 stream] -- Using resolution: 1920x1080 Nov 07 08:17:08 ghostfounder launch[566]: -- ERROR [11.415 stream] -- Could not obtain the requested format=JPEG; driver gave us MJPEG Nov 07 08:17:08 ghostfounder launch[566]: -- INFO [11.415 stream] -- Falling back to format=MJPEG Nov 07 08:17:08 ghostfounder launch[566]: -- INFO [11.415 stream] -- Using format: MJPEG Nov 07 08:17:08 ghostfounder launch[566]: -- INFO [11.416 stream] -- Using HW FPS: 0 -> 30 (coerced) Nov 07 08:17:08 ghostfounder launch[566]: -- ERROR [11.416 stream] -- Device doesn't support setting of HW encoding quality parameters Nov 07 08:17:08 ghostfounder launch[566]: -- INFO [11.416 stream] -- Using IO method: MMAP Nov 07 08:17:08 ghostfounder launch[566]: -- INFO [11.431 stream] -- Requested 5 device buffers, got 5 Nov 07 08:17:08 ghostfounder launch[566]: -- INFO [11.435 stream] -- Capturing started Nov 07 08:17:08 ghostfounder launch[566]: -- INFO [11.435 stream] -- Using JPEG quality: encoder default Nov 07 08:17:08 ghostfounder launch[566]: -- INFO [11.435 stream] -- Creating pool JPEG with 1 workers ... Nov 07 08:17:08 ghostfounder launch[566]: -- INFO [11.436 stream] -- Capturing ... Nov 07 08:17:08 ghostfounder launch[566]: -- INFO [11.568 stream] -- H264: Configuring encoder: DMA=0 ... Nov 07 08:17:23 ghostfounder launch[566]: -- INFO [26.819 http] -- HTTP: NEW client (now=1): [192.168.1.229]:55808, id=5887721b48483405 Nov 07 09:14:15 ghostfounder launch[566]: -- INFO [45.271 http] -- HTTP: DEL client (now=0): [192.168.1.229]:55808, id=5887721b48483405, Resource temporarily unavailable (reading,eof) Nov 07 09:14:15 ghostfounder launch[566]: -- INFO [45.441 http] -- HTTP: NEW client (now=1): [192.168.1.229]:33478, id=b0af8f4e173d99d7 nginx logs -- Journal begins at Tue 2023-05-02 20:02:08 CDT, ends at Tue 2023-11-07 09:14:42 CST. -- Oct 31 10:59:23 raspberrypi systemd[1]: Starting A high performance web server and a reverse proxy server... Oct 31 10:59:23 raspberrypi systemd[1]: Started A high performance web server and a reverse proxy server. Oct 31 10:59:34 raspberrypi systemd[1]: Reloading A high performance web server and a reverse proxy server. Oct 31 10:59:34 raspberrypi systemd[1]: Reloaded A high performance web server and a reverse proxy server. Oct 31 10:59:46 raspberrypi systemd[1]: Stopping A high performance web server and a reverse proxy server... Oct 31 10:59:47 raspberrypi systemd[1]: nginx.service: Succeeded. Oct 31 10:59:47 raspberrypi systemd[1]: Stopped A high performance web server and a reverse proxy server. -- Boot 377e1c5026f740e79fd3a5023f93b86c -- Oct 31 10:59:55 raspberrypi systemd[1]: Starting A high performance web server and a reverse proxy server... Oct 31 10:59:56 raspberrypi systemd[1]: Started A high performance web server and a reverse proxy server. -- Boot b6c0fcf6dd8643e681d7699ad9e66de1 -- Oct 31 12:42:36 raspberrypi systemd[1]: Starting A high performance web server and a reverse proxy server... Oct 31 12:42:37 raspberrypi systemd[1]: Started A high performance web server and a reverse proxy server. Nov 02 14:43:12 raspberrypi systemd[1]: Stopping A high performance web server and a reverse proxy server... Nov 02 14:43:12 raspberrypi systemd[1]: nginx.service: Succeeded. Nov 02 14:43:12 raspberrypi systemd[1]: Stopped A high performance web server and a reverse proxy server. Nov 02 14:43:12 raspberrypi systemd[1]: nginx.service: Consumed 18.756s CPU time. -- Boot c0eb89eed3d842d8a39fe059bd98dbb4 -- Nov 02 14:43:24 ghostfounder systemd[1]: Starting A high performance web server and a reverse proxy server... Nov 02 14:43:26 ghostfounder systemd[1]: Started A high performance web server and a reverse proxy server. Nov 02 14:47:32 ghostfounder systemd[1]: Stopping A high performance web server and a reverse proxy server... Nov 02 14:47:32 ghostfounder systemd[1]: nginx.service: Succeeded. Nov 02 14:47:32 ghostfounder systemd[1]: Stopped A high performance web server and a reverse proxy server. -- Boot 680c2f7ca38f46c59c652627b21837ed -- Nov 02 14:47:43 ghostfounder systemd[1]: Starting A high performance web server and a reverse proxy server... Nov 02 14:47:44 ghostfounder systemd[1]: Started A high performance web server and a reverse proxy server. -- Boot eac5fa8f2a78410289190861f797ed12 -- Nov 02 15:17:07 ghostfounder systemd[1]: Starting A high performance web server and a reverse proxy server... Nov 02 15:17:08 ghostfounder systemd[1]: Started A high performance web server and a reverse proxy server. -- Boot 6039a6093512446ab5d6577a7d826d07 -- Nov 02 15:52:03 ghostfounder systemd[1]: Starting A high performance web server and a reverse proxy server... -- Boot 0d04bbc7d1f34574a2920b17e241114a -- Nov 02 15:52:03 ghostfounder systemd[1]: Starting A high performance web server and a reverse proxy server... -- Boot f1a5cf40eeab4d038fbb157ca64bd1aa -- Nov 02 15:52:03 ghostfounder systemd[1]: Starting A high performance web server and a reverse proxy server... -- Boot e956e10070384be6938f2458ba1995b6 -- Nov 02 15:52:04 ghostfounder systemd[1]: Starting A high performance web server and a reverse proxy server... -- Boot 0d04bbc7d1f34574a2920b17e241114a -- Nov 02 15:52:04 ghostfounder systemd[1]: Started A high performance web server and a reverse proxy server. -- Boot 6039a6093512446ab5d6577a7d826d07 -- Nov 02 15:52:04 ghostfounder systemd[1]: Started A high performance web server and a reverse proxy server. -- Boot f1a5cf40eeab4d038fbb157ca64bd1aa -- Nov 02 15:52:05 ghostfounder systemd[1]: Started A high performance web server and a reverse proxy server. -- Boot e956e10070384be6938f2458ba1995b6 -- Nov 02 15:52:05 ghostfounder systemd[1]: Started A high performance web server and a reverse proxy server. -- Boot 212a2c3a11ac4b06a98cbce690001a67 -- Nov 03 08:35:46 ghostfounder systemd[1]: Starting A high performance web server and a reverse proxy server... Nov 03 08:35:48 ghostfounder systemd[1]: Started A high performance web server and a reverse proxy server. -- Boot 35a358507969492dadda7429c65165c0 -- Nov 03 08:39:37 ghostfounder systemd[1]: Starting A high performance web server and a reverse proxy server... Nov 03 08:39:38 ghostfounder systemd[1]: Started A high performance web server and a reverse proxy server. -- Boot de7727d7b36047c1beb6bb155c3bca60 -- Nov 03 09:18:02 ghostfounder systemd[1]: Starting A high performance web server and a reverse proxy server... Nov 03 09:18:04 ghostfounder systemd[1]: Started A high performance web server and a reverse proxy server. -- Boot 9b5f1c2fe228413ab3cfed0f3f1b8e64 -- Nov 03 10:13:44 ghostfounder systemd[1]: Starting A high performance web server and a reverse proxy server... Nov 03 10:13:46 ghostfounder systemd[1]: Started A high performance web server and a reverse proxy server. -- Boot 6a3d47f930f64326bac35fb64328c1dc -- Nov 06 13:17:07 ghostfounder systemd[1]: Starting A high performance web server and a reverse proxy server... Nov 06 13:17:08 ghostfounder systemd[1]: Started A high performance web server and a reverse proxy server. Nov 06 13:47:24 ghostfounder systemd[1]: Reloading A high performance web server and a reverse proxy server. Nov 06 13:47:24 ghostfounder systemd[1]: Reloaded A high performance web server and a reverse proxy server. Nov 06 13:47:31 ghostfounder systemd[1]: Stopping A high performance web server and a reverse proxy server... Nov 06 13:47:32 ghostfounder systemd[1]: nginx.service: Succeeded. Nov 06 13:47:32 ghostfounder systemd[1]: Stopped A high performance web server and a reverse proxy server. Nov 06 13:47:32 ghostfounder systemd[1]: nginx.service: Consumed 2.493s CPU time. -- Boot 0b534d18c9554b7eba9860532e9af321 -- Nov 06 13:47:41 ghostfounder systemd[1]: Starting A high performance web server and a reverse proxy server... Nov 06 13:47:42 ghostfounder systemd[1]: Started A high performance web server and a reverse proxy server. Nov 06 13:53:18 ghostfounder systemd[1]: Stopping A high performance web server and a reverse proxy server... Nov 06 13:53:18 ghostfounder systemd[1]: nginx.service: Succeeded. Nov 06 13:53:18 ghostfounder systemd[1]: Stopped A high performance web server and a reverse proxy server. Nov 06 13:53:18 ghostfounder systemd[1]: nginx.service: Consumed 3.431s CPU time. -- Boot 2ffbc1df4fe748f7a158cb80faeb9ea2 -- Nov 06 13:54:53 ghostfounder systemd[1]: Starting A high performance web server and a reverse proxy server... Nov 06 13:54:55 ghostfounder systemd[1]: Started A high performance web server and a reverse proxy server. -- Boot faa41d30664f4edcad8c189c4d530349 -- Nov 07 08:17:07 ghostfounder systemd[1]: Starting A high performance web server and a reverse proxy server... Nov 07 08:17:08 ghostfounder systemd[1]: Started A high performance web server and a reverse proxy server. 192.168.1.229 - - [07/Nov/2023:09:14:15 -0600] "GET /third-party/fonts/fonts.css HTTP/1.1" 200 1812 "http://ghostfounder/css/style.css" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36" 192.168.1.229 - - [07/Nov/2023:09:14:15 -0600] "GET /css/button.css HTTP/1.1" 200 1976 "http://ghostfounder/css/style.css" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36" 192.168.1.229 - - [07/Nov/2023:09:14:15 -0600] "GET /js/updatelogs.js HTTP/1.1" 200 861 "http://ghostfounder/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36" 192.168.1.229 - - [07/Nov/2023:09:14:15 -0600] "GET /css/cursors.css HTTP/1.1" 200 618 "http://ghostfounder/css/style.css" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36" 192.168.1.229 - - [07/Nov/2023:09:14:15 -0600] "GET /js/clipboard.js HTTP/1.1" 200 889 "http://ghostfounder/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36" 192.168.1.229 - - [07/Nov/2023:09:14:15 -0600] "GET /js/logs.js HTTP/1.1" 200 1484 "http://ghostfounder/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36" 192.168.1.229 - - [07/Nov/2023:09:14:15 -0600] "GET /third-party/fonts/overpass-light.woff2 HTTP/1.1" 200 26568 "http://ghostfounder/third-party/fonts/fonts.css" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36" 192.168.1.229 - - [07/Nov/2023:09:14:15 -0600] "GET /js/keycodes.js HTTP/1.1" 200 822 "http://ghostfounder/js/app.js" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36" 192.168.1.229 - - [07/Nov/2023:09:14:15 -0600] "GET /js/keyboardstate.js HTTP/1.1" 200 3164 "http://ghostfounder/js/app.js" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36" 192.168.1.229 - - [07/Nov/2023:09:14:15 -0600] "GET /js/keystrokes.js HTTP/1.1" 200 362 "http://ghostfounder/js/app.js" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36" 192.168.1.229 - - [07/Nov/2023:09:14:15 -0600] "GET /js/overlays.js HTTP/1.1" 200 495 "http://ghostfounder/js/app.js" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36" 192.168.1.229 - - [07/Nov/2023:09:14:15 -0600] "GET /js/settings.js HTTP/1.1" 200 1215 "http://ghostfounder/js/app.js" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36" 192.168.1.229 - - [07/Nov/2023:09:14:15 -0600] "GET /css/icons.css HTTP/1.1" 200 419 "http://ghostfounder/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36" 192.168.1.229 - - [07/Nov/2023:09:14:15 -0600] "GET /css/toggle.css HTTP/1.1" 200 1005 "http://ghostfounder/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36" 192.168.1.229 - - [07/Nov/2023:09:14:15 -0600] "GET /third-party/fonts/overpass-mono-light.woff2 HTTP/1.1" 200 50112 "http://ghostfounder/third-party/fonts/fonts.css" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36" 192.168.1.229 - - [07/Nov/2023:09:14:15 -0600] "GET /third-party/fonts/overpass-semibold.woff2 HTTP/1.1" 200 25032 "http://ghostfounder/third-party/fonts/fonts.css" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36" 192.168.1.229 - - [07/Nov/2023:09:14:15 -0600] "GET /img/video-stream-icon.svg HTTP/1.1" 304 5 "http://ghostfounder/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36" 192.168.1.229 - - [07/Nov/2023:09:14:15 -0600] "GET /img/external-link-icon.svg HTTP/1.1" 304 5 "http://ghostfounder/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36" 192.168.1.229 - - [07/Nov/2023:09:14:15 -0600] "GET /img/logo.svg HTTP/1.1" 304 5 "http://ghostfounder/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36" 192.168.1.229 - - [07/Nov/2023:09:14:15 -0600] "GET /socket.io/?EIO=4&transport=polling&t=OkgMJMf HTTP/1.1" 200 97 "http://ghostfounder/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36" 192.168.1.229 - - [07/Nov/2023:09:14:15 -0600] "GET /img/angle-down-icon.svg HTTP/1.1" 304 5 "http://ghostfounder/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36" 192.168.1.229 - - [07/Nov/2023:09:14:15 -0600] "GET /img/warning-icon.svg HTTP/1.1" 304 5 "http://ghostfounder/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36" 192.168.1.229 - - [07/Nov/2023:09:14:15 -0600] "POST /socket.io/?EIO=4&transport=polling&t=OkgMJNA&sid=JP5h2zZo5fGTDYMFAAAI HTTP/1.1" 200 2 "http://ghostfounder/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36" 192.168.1.229 - - [07/Nov/2023:09:14:15 -0600] "GET /socket.io/?EIO=4&transport=polling&t=OkgMJNA.0&sid=JP5h2zZo5fGTDYMFAAAI HTTP/1.1" 200 32 "http://ghostfounder/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36" 192.168.1.229 - - [07/Nov/2023:09:14:15 -0600] "GET /socket.io/?EIO=4&transport=polling&t=OkgMJO1&sid=JP5h2zZo5fGTDYMFAAAI HTTP/1.1" 200 1 "http://ghostfounder/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36" 192.168.1.229 - - [07/Nov/2023:09:14:15 -0600] "GET /img/clipboard-icon.svg HTTP/1.1" 304 5 "http://ghostfounder/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36" 192.168.1.229 - - [07/Nov/2023:09:14:20 -0600] "GET /socket.io/?EIO=4&transport=polling&t=OkgMKZs HTTP/1.1" 200 97 "http://ghostfounder/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36" 192.168.1.229 - - [07/Nov/2023:09:14:20 -0600] "POST /socket.io/?EIO=4&transport=polling&t=OkgMKaW&sid=4VijoxEbyQhBy-HnAAAK HTTP/1.1" 200 2 "http://ghostfounder/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36" 192.168.1.229 - - [07/Nov/2023:09:14:20 -0600] "GET /socket.io/?EIO=4&transport=polling&t=OkgMKaY&sid=4VijoxEbyQhBy-HnAAAK HTTP/1.1" 200 1 "http://ghostfounder/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36" 192.168.1.229 - - [07/Nov/2023:09:14:20 -0600] "GET /socket.io/?EIO=4&transport=polling&t=OkgMKaq&sid=4VijoxEbyQhBy-HnAAAK HTTP/1.1" 200 1 "http://ghostfounder/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36"