TinyPilot log dump https://tinypilotkvm.com Timestamp: 2021-05-05T16:57:13-07:00 Software versions TinyPilot version: 1.5.0 79ae340 uStreamer version: v3.26 a97f08e OS version: Linux raspberrypi 5.10.17-v7l+ #1403 SMP Mon Feb 22 11:33:35 GMT 2021 armv7l GNU/Linux TinyPilot state temp=52.5'C throttled=0x50005 voltage logs TinyPilot configuration [Unit] Description=TinyPilot - RPi-based virtual KVM After=syslog.target network.target StartLimitIntervalSec=0 [Service] Type=simple User=tinypilot WorkingDirectory=/opt/tinypilot ExecStart=/opt/tinypilot/venv/bin/python app/main.py Environment=HOST=127.0.0.1 Environment=PORT=8000 Environment=KEYBOARD_PATH=/dev/hidg0 Environment=MOUSE_PATH=/dev/hidg1 Restart=always [Install] WantedBy=multi-user.target TinyPilot logs -- Logs begin at Wed 2021-05-05 13:34:07 PDT, end at Wed 2021-05-05 16:57:14 PDT. -- May 05 13:34:11 raspberrypi systemd[1]: Started TinyPilot - RPi-based virtual KVM. May 05 13:34:15 raspberrypi python[465]: [2021-05-05 13:34:15,946] INFO in main: Starting app May 05 14:41:22 raspberrypi python[465]: [2021-05-05 14:41:22,397] INFO in socket_api: Client connected May 05 14:41:24 raspberrypi python[465]: Process Process-1: May 05 14:41:24 raspberrypi python[465]: Traceback (most recent call last): May 05 14:41:24 raspberrypi python[465]: File "/usr/lib/python3.7/multiprocessing/process.py", line 297, in _bootstrap May 05 14:41:24 raspberrypi python[465]: self.run() May 05 14:41:24 raspberrypi python[465]: File "/usr/lib/python3.7/multiprocessing/process.py", line 99, in run May 05 14:41:24 raspberrypi python[465]: self._target(*self._args, **self._kwargs) May 05 14:41:24 raspberrypi python[465]: File "/opt/tinypilot/app/hid/write.py", line 18, in _write_to_hid_interface_immediately May 05 14:41:24 raspberrypi python[465]: hid_handle.write(bytearray(buffer)) May 05 14:41:24 raspberrypi python[465]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown May 05 14:41:24 raspberrypi python[465]: Process Process-2: May 05 14:41:24 raspberrypi python[465]: Traceback (most recent call last): May 05 14:41:24 raspberrypi python[465]: File "/usr/lib/python3.7/multiprocessing/process.py", line 297, in _bootstrap May 05 14:41:24 raspberrypi python[465]: self.run() May 05 14:41:24 raspberrypi python[465]: File "/usr/lib/python3.7/multiprocessing/process.py", line 99, in run May 05 14:41:24 raspberrypi python[465]: self._target(*self._args, **self._kwargs) May 05 14:41:24 raspberrypi python[465]: File "/opt/tinypilot/app/hid/write.py", line 18, in _write_to_hid_interface_immediately May 05 14:41:24 raspberrypi python[465]: hid_handle.write(bytearray(buffer)) May 05 14:41:24 raspberrypi python[465]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown May 05 14:41:24 raspberrypi python[465]: Process Process-3: May 05 14:41:24 raspberrypi python[465]: Traceback (most recent call last): May 05 14:41:24 raspberrypi python[465]: File "/usr/lib/python3.7/multiprocessing/process.py", line 297, in _bootstrap May 05 14:41:24 raspberrypi python[465]: self.run() May 05 14:41:24 raspberrypi python[465]: File "/usr/lib/python3.7/multiprocessing/process.py", line 99, in run May 05 14:41:24 raspberrypi python[465]: self._target(*self._args, **self._kwargs) May 05 14:41:24 raspberrypi python[465]: File "/opt/tinypilot/app/hid/write.py", line 18, in _write_to_hid_interface_immediately May 05 14:41:24 raspberrypi python[465]: hid_handle.write(bytearray(buffer)) May 05 14:41:24 raspberrypi python[465]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown May 05 14:41:24 raspberrypi python[465]: Process Process-4: May 05 14:41:24 raspberrypi python[465]: Traceback (most recent call last): May 05 14:41:24 raspberrypi python[465]: File "/usr/lib/python3.7/multiprocessing/process.py", line 297, in _bootstrap May 05 14:41:24 raspberrypi python[465]: self.run() May 05 14:41:24 raspberrypi python[465]: File "/usr/lib/python3.7/multiprocessing/process.py", line 99, in run May 05 14:41:24 raspberrypi python[465]: self._target(*self._args, **self._kwargs) May 05 14:41:24 raspberrypi python[465]: File "/opt/tinypilot/app/hid/write.py", line 18, in _write_to_hid_interface_immediately May 05 14:41:24 raspberrypi python[465]: hid_handle.write(bytearray(buffer)) May 05 14:41:24 raspberrypi python[465]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown May 05 14:41:25 raspberrypi python[465]: Process Process-5: May 05 14:41:25 raspberrypi python[465]: Traceback (most recent call last): May 05 14:41:25 raspberrypi python[465]: File "/usr/lib/python3.7/multiprocessing/process.py", line 297, in _bootstrap May 05 14:41:25 raspberrypi python[465]: self.run() May 05 14:41:25 raspberrypi python[465]: File "/usr/lib/python3.7/multiprocessing/process.py", line 99, in run May 05 14:41:25 raspberrypi python[465]: self._target(*self._args, **self._kwargs) May 05 14:41:25 raspberrypi python[465]: File "/opt/tinypilot/app/hid/write.py", line 18, in _write_to_hid_interface_immediately May 05 14:41:25 raspberrypi python[465]: hid_handle.write(bytearray(buffer)) May 05 14:41:25 raspberrypi python[465]: BrokenPipeError: [Errno 108] Cannot send after transport endpoint shutdown May 05 14:41:26 raspberrypi sudo[18901]: tinypilot : TTY=unknown ; PWD=/opt/tinypilot ; USER=root ; COMMAND=/opt/tinypilot-privileged/collect-debug-logs -q May 05 14:41:26 raspberrypi sudo[18901]: pam_unix(sudo:session): session opened for user root by (uid=0) May 05 14:41:26 raspberrypi sudo[18915]: root : TTY=unknown ; PWD=/opt/ustreamer ; USER=root ; COMMAND=/usr/bin/journalctl -xe May 05 14:41:26 raspberrypi sudo[18915]: pam_unix(sudo:session): session opened for user root by (uid=0) May 05 14:41:27 raspberrypi sudo[18915]: pam_unix(sudo:session): session closed for user root May 05 14:41:27 raspberrypi sudo[18920]: root : TTY=unknown ; PWD=/opt/ustreamer ; USER=root ; COMMAND=/usr/bin/journalctl -u tinypilot May 05 14:41:27 raspberrypi sudo[18920]: pam_unix(sudo:session): session opened for user root by (uid=0) May 05 14:41:27 raspberrypi sudo[18920]: pam_unix(sudo:session): session closed for user root May 05 14:41:27 raspberrypi sudo[18926]: root : TTY=unknown ; PWD=/opt/ustreamer ; USER=root ; COMMAND=/usr/bin/journalctl -u tinypilot-updater May 05 14:41:27 raspberrypi sudo[18926]: pam_unix(sudo:session): session opened for user root by (uid=0) May 05 14:41:27 raspberrypi sudo[18926]: pam_unix(sudo:session): session closed for user root May 05 14:41:27 raspberrypi sudo[18931]: root : TTY=unknown ; PWD=/opt/ustreamer ; USER=root ; COMMAND=/usr/bin/journalctl -u ustreamer May 05 14:41:27 raspberrypi sudo[18931]: pam_unix(sudo:session): session opened for user root by (uid=0) May 05 14:41:27 raspberrypi sudo[18931]: pam_unix(sudo:session): session closed for user root May 05 14:41:27 raspberrypi sudo[18934]: root : TTY=unknown ; PWD=/opt/ustreamer ; USER=root ; COMMAND=/usr/bin/journalctl -u nginx May 05 14:41:27 raspberrypi sudo[18934]: pam_unix(sudo:session): session opened for user root by (uid=0) May 05 14:41:27 raspberrypi sudo[18934]: pam_unix(sudo:session): session closed for user root May 05 14:41:27 raspberrypi sudo[18936]: root : TTY=unknown ; PWD=/opt/ustreamer ; USER=root ; COMMAND=/usr/bin/tail -n 100 /var/log/nginx/error.log May 05 14:41:27 raspberrypi sudo[18936]: pam_unix(sudo:session): session opened for user root by (uid=0) May 05 14:41:27 raspberrypi sudo[18936]: pam_unix(sudo:session): session closed for user root May 05 14:41:27 raspberrypi sudo[18938]: root : TTY=unknown ; PWD=/opt/ustreamer ; USER=root ; COMMAND=/usr/bin/tail -n 30 /var/log/nginx/access.log May 05 14:41:27 raspberrypi sudo[18938]: pam_unix(sudo:session): session opened for user root by (uid=0) May 05 14:41:27 raspberrypi sudo[18938]: pam_unix(sudo:session): session closed for user root May 05 14:41:27 raspberrypi sudo[18901]: pam_unix(sudo:session): session closed for user root May 05 14:41:53 raspberrypi python[465]: [2021-05-05 14:41:53,140] INFO in socket_api: Client disconnected May 05 16:57:12 raspberrypi python[465]: [2021-05-05 16:57:12,095] INFO in socket_api: Client connected May 05 16:57:13 raspberrypi sudo[16556]: tinypilot : TTY=unknown ; PWD=/opt/tinypilot ; USER=root ; COMMAND=/opt/tinypilot-privileged/collect-debug-logs -q May 05 16:57:13 raspberrypi sudo[16556]: pam_unix(sudo:session): session opened for user root by (uid=0) May 05 16:57:13 raspberrypi sudo[16570]: root : TTY=unknown ; PWD=/opt/ustreamer ; USER=root ; COMMAND=/usr/bin/journalctl -xe May 05 16:57:13 raspberrypi sudo[16570]: pam_unix(sudo:session): session opened for user root by (uid=0) May 05 16:57:14 raspberrypi sudo[16570]: pam_unix(sudo:session): session closed for user root May 05 16:57:14 raspberrypi sudo[16574]: root : TTY=unknown ; PWD=/opt/ustreamer ; USER=root ; COMMAND=/usr/bin/journalctl -u tinypilot May 05 16:57:14 raspberrypi sudo[16574]: pam_unix(sudo:session): session opened for user root by (uid=0) TinyPilot update logs uStreamer configuration [Unit] Description=uStreamer - Lightweight, optimized video encoder After=syslog.target network.target [Service] Type=simple User=ustreamer WorkingDirectory=/opt/ustreamer ExecStart=/opt/ustreamer/ustreamer \ --host 127.0.0.1 \ --port 8001 \ --encoder hw \ --format jpeg \ --desired-fps 10 \ --resolution 1920x1080 \ --quality 49 \ --brightness \ --persistent \ Restart=always [Install] WantedBy=multi-user.target uStreamer logs -- Logs begin at Wed 2021-05-05 13:34:07 PDT, end at Wed 2021-05-05 16:57:14 PDT. -- May 05 13:34:11 raspberrypi systemd[1]: Started uStreamer - Lightweight, optimized video encoder. May 05 13:34:11 raspberrypi ustreamer[477]: Invalid value for '--brightness=--persistent': min=-2147483648, max=2147483647 May 05 13:34:11 raspberrypi systemd[1]: ustreamer.service: Main process exited, code=exited, status=1/FAILURE May 05 13:34:11 raspberrypi systemd[1]: ustreamer.service: Failed with result 'exit-code'. nginx logs -- Logs begin at Wed 2021-05-05 13:34:07 PDT, end at Wed 2021-05-05 16:57:14 PDT. -- May 05 13:34:11 raspberrypi systemd[1]: Starting A high performance web server and a reverse proxy server... May 05 13:34:12 raspberrypi systemd[1]: Started A high performance web server and a reverse proxy server. 2021/05/04 11:31:42 [notice] 5280#5280: signal process started 2021/05/04 11:41:19 [warn] 539#539: *2 an upstream response is buffered to a temporary file /var/lib/nginx/proxy/1/00/0000000001 while reading upstream, client: 192.168.86.180, server: tinypilot, request: "GET /stream?advance_headers=1 HTTP/1.1", upstream: "http://127.0.0.1:8001/stream?advance_headers=1", host: "raspberrypi", referrer: "http://raspberrypi/" 2021/05/04 12:11:14 [warn] 539#539: *25 an upstream response is buffered to a temporary file /var/lib/nginx/proxy/2/00/0000000002 while reading upstream, client: 192.168.86.180, server: tinypilot, request: "GET /stream?advance_headers=1 HTTP/1.1", upstream: "http://127.0.0.1:8001/stream?advance_headers=1", host: "raspberrypi", referrer: "http://raspberrypi/" 2021/05/04 12:13:23 [warn] 539#539: *44 an upstream response is buffered to a temporary file /var/lib/nginx/proxy/3/00/0000000003 while reading upstream, client: 192.168.86.180, server: tinypilot, request: "GET /stream?advance_headers=1 HTTP/1.1", upstream: "http://127.0.0.1:8001/stream?advance_headers=1", host: "raspberrypi", referrer: "http://raspberrypi/" 2021/05/04 12:18:19 [warn] 539#539: *59 an upstream response is buffered to a temporary file /var/lib/nginx/proxy/4/00/0000000004 while reading upstream, client: 192.168.86.180, server: tinypilot, request: "GET /stream?advance_headers=1 HTTP/1.1", upstream: "http://127.0.0.1:8001/stream?advance_headers=1", host: "raspberrypi", referrer: "http://raspberrypi/" 2021/05/04 12:19:18 [warn] 539#539: *57 an upstream response is buffered to a temporary file /var/lib/nginx/proxy/5/00/0000000005 while reading upstream, client: 192.168.86.180, server: tinypilot, request: "GET /stream?advance_headers=1 HTTP/1.1", upstream: "http://127.0.0.1:8001/stream?advance_headers=1", host: "raspberrypi", referrer: "http://raspberrypi/" 2021/05/04 12:29:20 [error] 539#539: *96 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.86.180, server: tinypilot, request: "GET /stream?advance_headers=1 HTTP/1.1", upstream: "http://127.0.0.1:8001/stream?advance_headers=1", host: "raspberrypi", referrer: "http://raspberrypi/" 2021/05/04 12:33:55 [error] 539#539: *123 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.86.180, server: tinypilot, request: "GET /stream?advance_headers=1 HTTP/1.1", upstream: "http://127.0.0.1:8001/stream?advance_headers=1", host: "raspberrypi", referrer: "http://raspberrypi/" 2021/05/04 12:43:19 [warn] 539#539: *133 an upstream response is buffered to a temporary file /var/lib/nginx/proxy/6/00/0000000006 while reading upstream, client: 192.168.86.180, server: tinypilot, request: "GET /stream?advance_headers=1 HTTP/1.1", upstream: "http://127.0.0.1:8001/stream?advance_headers=1", host: "raspberrypi", referrer: "http://raspberrypi/" 2021/05/04 15:14:27 [warn] 539#539: *243 an upstream response is buffered to a temporary file /var/lib/nginx/proxy/7/00/0000000007 while reading upstream, client: 192.168.86.180, server: tinypilot, request: "GET /stream?advance_headers=1 HTTP/1.1", upstream: "http://127.0.0.1:8001/stream?advance_headers=1", host: "raspberrypi", referrer: "http://raspberrypi/" 2021/05/04 17:30:59 [error] 539#539: *276 upstream prematurely closed connection while reading response header from upstream, client: 192.168.86.180, server: tinypilot, request: "POST /api/restart HTTP/1.1", upstream: "http://127.0.0.1:8000/api/restart", host: "raspberrypi", referrer: "http://raspberrypi/" 2021/05/04 17:41:34 [warn] 546#546: *43 an upstream response is buffered to a temporary file /var/lib/nginx/proxy/1/00/0000000001 while reading upstream, client: 192.168.86.180, server: tinypilot, request: "GET /stream?advance_headers=1 HTTP/1.1", upstream: "http://127.0.0.1:8001/stream?advance_headers=1", host: "raspberrypi", referrer: "http://raspberrypi/" 2021/05/04 23:57:43 [warn] 556#556: *147 an upstream response is buffered to a temporary file /var/lib/nginx/proxy/1/00/0000000001 while reading upstream, client: 192.168.86.180, server: tinypilot, request: "GET /stream?advance_headers=1 HTTP/1.1", upstream: "http://127.0.0.1:8001/stream?advance_headers=1", host: "raspberrypi" 2021/05/04 23:58:16 [warn] 557#557: *149 an upstream response is buffered to a temporary file /var/lib/nginx/proxy/2/00/0000000002 while reading upstream, client: 192.168.86.180, server: tinypilot, request: "GET /stream?advance_headers=1 HTTP/1.1", upstream: "http://127.0.0.1:8001/stream?advance_headers=1", host: "raspberrypi" 2021/05/04 23:58:23 [warn] 556#556: *151 an upstream response is buffered to a temporary file /var/lib/nginx/proxy/3/00/0000000003 while reading upstream, client: 192.168.86.180, server: tinypilot, request: "GET /stream?advance_headers=1 HTTP/1.1", upstream: "http://127.0.0.1:8001/stream?advance_headers=1", host: "raspberrypi" 2021/05/05 00:00:56 [warn] 556#556: *131 an upstream response is buffered to a temporary file /var/lib/nginx/proxy/4/00/0000000004 while reading upstream, client: 192.168.86.180, server: tinypilot, request: "GET /stream?advance_headers=1 HTTP/1.1", upstream: "http://127.0.0.1:8001/stream?advance_headers=1", host: "raspberrypi" 2021/05/05 00:01:57 [warn] 556#556: *137 an upstream response is buffered to a temporary file /var/lib/nginx/proxy/5/00/0000000005 while reading upstream, client: 192.168.86.180, server: tinypilot, request: "GET /stream?advance_headers=1 HTTP/1.1", upstream: "http://127.0.0.1:8001/stream?advance_headers=1", host: "raspberrypi", referrer: "http://raspberrypi/" 2021/05/05 00:14:51 [warn] 556#556: *153 an upstream response is buffered to a temporary file /var/lib/nginx/proxy/6/00/0000000006 while reading upstream, client: 192.168.86.180, server: tinypilot, request: "GET /stream?advance_headers=1 HTTP/1.1", upstream: "http://127.0.0.1:8001/stream?advance_headers=1", host: "raspberrypi" 2021/05/05 00:17:30 [warn] 556#556: *157 an upstream response is buffered to a temporary file /var/lib/nginx/proxy/7/00/0000000007 while reading upstream, client: 192.168.86.180, server: tinypilot, request: "GET /stream?advance_headers=1 HTTP/1.1", upstream: "http://127.0.0.1:8001/stream?advance_headers=1", host: "raspberrypi" 2021/05/05 00:18:47 [warn] 556#556: *159 an upstream response is buffered to a temporary file /var/lib/nginx/proxy/8/00/0000000008 while reading upstream, client: 192.168.86.180, server: tinypilot, request: "GET /stream?advance_headers=1 HTTP/1.1", upstream: "http://127.0.0.1:8001/stream?advance_headers=1", host: "raspberrypi" 2021/05/05 00:21:22 [warn] 556#556: *161 an upstream response is buffered to a temporary file /var/lib/nginx/proxy/9/00/0000000009 while reading upstream, client: 192.168.86.180, server: tinypilot, request: "GET /stream?advance_headers=1 HTTP/1.1", upstream: "http://127.0.0.1:8001/stream?advance_headers=1", host: "raspberrypi" 2021/05/05 00:21:22 [warn] 556#556: *187 an upstream response is buffered to a temporary file /var/lib/nginx/proxy/0/01/0000000010 while reading upstream, client: 192.168.86.180, server: tinypilot, request: "GET /stream?advance_headers=1 HTTP/1.1", upstream: "http://127.0.0.1:8001/stream?advance_headers=1", host: "raspberrypi", referrer: "http://raspberrypi/" 2021/05/05 00:26:13 [warn] 556#556: *195 an upstream response is buffered to a temporary file /var/lib/nginx/proxy/1/01/0000000011 while reading upstream, client: 192.168.86.180, server: tinypilot, request: "GET /stream HTTP/1.1", upstream: "http://127.0.0.1:8001/stream", host: "raspberrypi" 2021/05/05 00:28:11 [alert] 556#556: *131 open socket #13 left in connection 4 2021/05/05 00:28:11 [alert] 556#556: *159 open socket #15 left in connection 12 2021/05/05 00:28:11 [alert] 556#556: aborting 2021/05/05 13:29:10 [warn] 579#579: *6 an upstream response is buffered to a temporary file /var/lib/nginx/proxy/1/00/0000000001 while reading upstream, client: 192.168.86.180, server: tinypilot, request: "GET /stream?advance_headers=1 HTTP/1.1", upstream: "http://127.0.0.1:8001/stream?advance_headers=1", host: "raspberrypi", referrer: "http://raspberrypi/" 2021/05/05 14:41:22 [error] 535#535: *5 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.86.180, server: tinypilot, request: "GET /stream?advance_headers=1 HTTP/1.1", upstream: "http://127.0.0.1:8001/stream?advance_headers=1", host: "raspberrypi", referrer: "http://raspberrypi/" 2021/05/05 16:57:11 [error] 537#537: *21 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.86.180, server: tinypilot, request: "GET /stream?advance_headers=1 HTTP/1.1", upstream: "http://127.0.0.1:8001/stream?advance_headers=1", host: "raspberrypi", referrer: "http://raspberrypi/" 192.168.86.180 - - [05/May/2021:16:57:11 -0700] "GET /css/button.css HTTP/1.1" 200 1000 "http://raspberrypi/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" "-" 192.168.86.180 - - [05/May/2021:16:57:11 -0700] "GET /third-party/fonts/fonts.css HTTP/1.1" 200 1812 "http://raspberrypi/css/style.css" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" "-" 192.168.86.180 - - [05/May/2021:16:57:11 -0700] "GET /css/cursors.css HTTP/1.1" 200 671 "http://raspberrypi/css/style.css" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" "-" 192.168.86.180 - - [05/May/2021:16:57:11 -0700] "GET /css/style.css HTTP/1.1" 200 1915 "http://raspberrypi/css/button.css" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" "-" 192.168.86.180 - - [05/May/2021:16:57:11 -0700] "GET /third-party/fonts/fonts.css HTTP/1.1" 200 1812 "http://raspberrypi/css/style.css" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" "-" 192.168.86.180 - - [05/May/2021:16:57:11 -0700] "GET /css/cursors.css HTTP/1.1" 200 671 "http://raspberrypi/css/style.css" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" "-" 192.168.86.180 - - [05/May/2021:16:57:11 -0700] "GET /css/style.css HTTP/1.1" 200 1915 "http://raspberrypi/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" "-" 192.168.86.180 - - [05/May/2021:16:57:11 -0700] "GET /third-party/fonts/fonts.css HTTP/1.1" 200 1812 "http://raspberrypi/css/style.css" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" "-" 192.168.86.180 - - [05/May/2021:16:57:11 -0700] "GET /css/button.css HTTP/1.1" 200 1000 "http://raspberrypi/css/style.css" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" "-" 192.168.86.180 - - [05/May/2021:16:57:11 -0700] "GET /css/cursors.css HTTP/1.1" 200 671 "http://raspberrypi/css/style.css" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" "-" 192.168.86.180 - - [05/May/2021:16:57:11 -0700] "GET /css/style.css HTTP/1.1" 200 1915 "http://raspberrypi/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" "-" 192.168.86.180 - - [05/May/2021:16:57:11 -0700] "GET /css/button.css HTTP/1.1" 200 1000 "http://raspberrypi/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" "-" 192.168.86.180 - - [05/May/2021:16:57:11 -0700] "GET /third-party/fonts/fonts.css HTTP/1.1" 200 1812 "http://raspberrypi/css/style.css" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" "-" 192.168.86.180 - - [05/May/2021:16:57:11 -0700] "GET /css/cursors.css HTTP/1.1" 200 671 "http://raspberrypi/css/style.css" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" "-" 192.168.86.180 - - [05/May/2021:16:57:11 -0700] "GET /css/style.css HTTP/1.1" 200 1915 "http://raspberrypi/css/button.css" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" "-" 192.168.86.180 - - [05/May/2021:16:57:11 -0700] "GET /third-party/fonts/fonts.css HTTP/1.1" 200 1812 "http://raspberrypi/css/style.css" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" "-" 192.168.86.180 - - [05/May/2021:16:57:11 -0700] "GET /css/cursors.css HTTP/1.1" 200 671 "http://raspberrypi/css/style.css" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" "-" 192.168.86.180 - - [05/May/2021:16:57:11 -0700] "GET /css/style.css HTTP/1.1" 200 1915 "http://raspberrypi/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" "-" 192.168.86.180 - - [05/May/2021:16:57:11 -0700] "GET /third-party/fonts/fonts.css HTTP/1.1" 200 1812 "http://raspberrypi/css/style.css" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" "-" 192.168.86.180 - - [05/May/2021:16:57:11 -0700] "GET /css/button.css HTTP/1.1" 200 1000 "http://raspberrypi/css/style.css" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" "-" 192.168.86.180 - - [05/May/2021:16:57:11 -0700] "GET /css/cursors.css HTTP/1.1" 200 671 "http://raspberrypi/css/style.css" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" "-" 192.168.86.180 - - [05/May/2021:16:57:11 -0700] "GET /css/style.css HTTP/1.1" 200 1915 "http://raspberrypi/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" "-" 192.168.86.180 - - [05/May/2021:16:57:11 -0700] "GET /css/button.css HTTP/1.1" 200 1000 "http://raspberrypi/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" "-" 192.168.86.180 - - [05/May/2021:16:57:11 -0700] "GET /third-party/fonts/fonts.css HTTP/1.1" 200 1812 "http://raspberrypi/css/style.css" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" "-" 192.168.86.180 - - [05/May/2021:16:57:11 -0700] "GET /css/button.css HTTP/1.1" 200 1000 "http://raspberrypi/css/style.css" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" "-" 192.168.86.180 - - [05/May/2021:16:57:11 -0700] "GET /css/cursors.css HTTP/1.1" 200 671 "http://raspberrypi/css/style.css" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" "-" 192.168.86.180 - - [05/May/2021:16:57:11 -0700] "GET /css/style.css HTTP/1.1" 200 1915 "http://raspberrypi/css/button.css" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" "-" 192.168.86.180 - - [05/May/2021:16:57:11 -0700] "GET /third-party/fonts/fonts.css HTTP/1.1" 200 1812 "http://raspberrypi/css/style.css" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" "-" 192.168.86.180 - - [05/May/2021:16:57:11 -0700] "GET /css/cursors.css HTTP/1.1" 200 671 "http://raspberrypi/css/style.css" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" "-" 192.168.86.180 - - [05/May/2021:16:57:11 -0700] "GET /css/style.css HTTP/1.1" 200 1915 "http://raspberrypi/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" "-"