TinyPilot Pro log dump
https://tinypilotkvm.com
Timestamp: 2022-09-23T19:57:33+01:00

Software versions
TinyPilot version: 2.4.1 3893245
uStreamer version: v4.13 61ab2a8
OS version: Linux tinypilot 5.10.103-v7l+ #1529 SMP Tue Mar 8 12:24:00 GMT 2022 armv7l GNU/Linux

TinyPilot state
temp=45.2'C
throttled=0x0

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=APP_SETTINGS_FILE=/opt/tinypilot/app_settings.cfg
Restart=always

[Install]
WantedBy=multi-user.target

TinyPilot logs
-- Logs begin at Thu 2019-02-14 10:11:59 GMT, end at Fri 2022-09-23 19:57:33 BST. --
Sep 21 20:17:20 tinypilot systemd[1]: Started TinyPilot - RPi-based virtual KVM.
Sep 21 20:17:22 tinypilot python[552]: 2022-09-21 20:17:22.472 __main__        INFO Starting app
Sep 23 19:45:29 tinypilot python[552]: 2022-09-23 19:45:29.301 socket_api      INFO Client AEzonGg4pEMet6XkAAAB connected
[SENSITIVE DATA REDACTED]
[SENSITIVE DATA REDACTED]
[SENSITIVE DATA REDACTED]
[SENSITIVE DATA REDACTED]
[SENSITIVE DATA REDACTED]
[SENSITIVE DATA REDACTED]
[SENSITIVE DATA REDACTED]
[SENSITIVE DATA REDACTED]
[SENSITIVE DATA REDACTED]
[SENSITIVE DATA REDACTED]
[SENSITIVE DATA REDACTED]
[SENSITIVE DATA REDACTED]
[SENSITIVE DATA REDACTED]
[SENSITIVE DATA REDACTED]
[SENSITIVE DATA REDACTED]
[SENSITIVE DATA REDACTED]
[SENSITIVE DATA REDACTED]
[SENSITIVE DATA REDACTED]
[SENSITIVE DATA REDACTED]
[SENSITIVE DATA REDACTED]
[SENSITIVE DATA REDACTED]
[SENSITIVE DATA REDACTED]
[SENSITIVE DATA REDACTED]
[SENSITIVE DATA REDACTED]
[SENSITIVE DATA REDACTED]
[SENSITIVE DATA REDACTED]
[SENSITIVE DATA REDACTED]
[SENSITIVE DATA REDACTED]
[SENSITIVE DATA REDACTED]
[SENSITIVE DATA REDACTED]
Sep 23 19:51:52 tinypilot sudo[1349]: tinypilot : TTY=unknown ; PWD=/opt/tinypilot ; USER=root ; COMMAND=/opt/tinypilot-privileged/eject-mass-storage
Sep 23 19:51:52 tinypilot sudo[1349]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 23 19:51:52 tinypilot sudo[1349]: pam_unix(sudo:session): session closed for user root
Sep 23 19:51:52 tinypilot sudo[1360]: tinypilot : TTY=unknown ; PWD=/opt/tinypilot ; USER=root ; COMMAND=/opt/tinypilot-privileged/mount-mass-storage -m FLASH /home/tinypilot/mass-storage/backing-files/ubuntu-22.04.1-live-server-amd64.iso
Sep 23 19:51:52 tinypilot sudo[1360]: pam_unix(sudo:session): session opened for user root by (uid=0)
Sep 23 19:51:52 tinypilot sudo[1360]: pam_unix(sudo:session): session closed for user root
[SENSITIVE DATA REDACTED]
[SENSITIVE DATA REDACTED]
[SENSITIVE DATA REDACTED]
[SENSITIVE DATA REDACTED]
[SENSITIVE DATA REDACTED]
[SENSITIVE DATA REDACTED]
[SENSITIVE DATA REDACTED]
[SENSITIVE DATA REDACTED]
[SENSITIVE DATA REDACTED]
[SENSITIVE DATA REDACTED]
[SENSITIVE DATA REDACTED]
[SENSITIVE DATA REDACTED]
[SENSITIVE DATA REDACTED]
[SENSITIVE DATA REDACTED]
[SENSITIVE DATA REDACTED]
[SENSITIVE DATA REDACTED]
[SENSITIVE DATA REDACTED]
[SENSITIVE DATA REDACTED]
[SENSITIVE DATA REDACTED]
[SENSITIVE DATA REDACTED]
[SENSITIVE DATA REDACTED]
[SENSITIVE DATA REDACTED]
[SENSITIVE DATA REDACTED]
[SENSITIVE DATA REDACTED]
[SENSITIVE DATA REDACTED]
[SENSITIVE DATA REDACTED]
Sep 23 19:57:33 tinypilot sudo[1545]: tinypilot : TTY=unknown ; PWD=/opt/tinypilot ; USER=root ; COMMAND=/opt/tinypilot-privileged/collect-debug-logs -q
Sep 23 19:57:33 tinypilot sudo[1545]: 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 \
  --port 8001 \
  --encoder omx \
  --format uyvy \
  --workers 3 \
  --drop-same-frames 30 \
  --persistent \
  --dv-timings \
  && :
# This last line is just to end the multi-line command because the line
# before is ending with backslash and so expects to be continued.
Restart=always

[Install]
WantedBy=multi-user.target

uStreamer logs
Sep 23 19:56:33 tinypilot ustreamer[554]: -- INFO  [19202.940    stream] -- Capturing started
Sep 23 19:56:33 tinypilot ustreamer[554]: -- INFO  [19202.950    stream] -- Using JPEG quality: 80%
Sep 23 19:56:33 tinypilot ustreamer[554]: -- INFO  [19202.950    stream] -- Creating pool JPEG with 3 workers ...
Sep 23 19:56:33 tinypilot ustreamer[554]: -- INFO  [19202.950    stream] -- Capturing ...
Sep 23 19:56:34 tinypilot ustreamer[554]: -- INFO  [19203.860    stream] -- Got V4L2 event
Sep 23 19:56:34 tinypilot ustreamer[554]: -- INFO  [19203.860    stream] -- Got V4L2_EVENT_SOURCE_CHANGE: source changed
Sep 23 19:56:34 tinypilot ustreamer[554]: -- INFO  [19203.860    stream] -- Destroying workers pool JPEG ...
Sep 23 19:56:34 tinypilot ustreamer[554]: -- INFO  [19203.892    stream] -- Capturing stopped
Sep 23 19:56:34 tinypilot ustreamer[554]: -- INFO  [19203.893    stream] -- Device fd=9 closed
Sep 23 19:56:34 tinypilot ustreamer[554]: -- INFO  [19203.893    stream] -- Changed video frame to BLANK
Sep 23 19:56:34 tinypilot ustreamer[554]: ================================================================================
Sep 23 19:56:34 tinypilot ustreamer[554]: -- INFO  [19203.894    stream] -- Device fd=9 opened
Sep 23 19:56:34 tinypilot ustreamer[554]: -- INFO  [19203.894    stream] -- Using input channel: 0
Sep 23 19:56:34 tinypilot ustreamer[554]: -- INFO  [19203.901    stream] -- Got new DV-timings: 640x416p69.00, pixclk=24784800, vsync=33, hsync=160
Sep 23 19:56:34 tinypilot ustreamer[554]: -- INFO  [19203.939    stream] -- Using resolution: 640x416
Sep 23 19:56:34 tinypilot ustreamer[554]: -- INFO  [19203.939    stream] -- Using pixelformat: UYVY
Sep 23 19:56:34 tinypilot ustreamer[554]: -- INFO  [19203.939    stream] -- Querying HW FPS changing is not supported
Sep 23 19:56:34 tinypilot ustreamer[554]: -- INFO  [19203.939    stream] -- Using IO method: MMAP
Sep 23 19:56:34 tinypilot ustreamer[554]: -- INFO  [19203.942    stream] -- Requested 5 device buffers, got 5
Sep 23 19:56:34 tinypilot ustreamer[554]: -- INFO  [19203.948    stream] -- Capturing started
Sep 23 19:56:34 tinypilot ustreamer[554]: -- INFO  [19203.955    stream] -- Using JPEG quality: 80%
Sep 23 19:56:34 tinypilot ustreamer[554]: -- INFO  [19203.955    stream] -- Creating pool JPEG with 3 workers ...
Sep 23 19:56:34 tinypilot ustreamer[554]: -- INFO  [19203.955    stream] -- Capturing ...
Sep 23 19:56:44 tinypilot ustreamer[554]: -- INFO  [19214.263    stream] -- Got V4L2 event
Sep 23 19:56:44 tinypilot ustreamer[554]: -- INFO  [19214.263    stream] -- Got V4L2_EVENT_SOURCE_CHANGE: source changed
Sep 23 19:56:44 tinypilot ustreamer[554]: -- INFO  [19214.263    stream] -- Destroying workers pool JPEG ...
Sep 23 19:56:44 tinypilot ustreamer[554]: -- INFO  [19214.287    stream] -- Capturing stopped
Sep 23 19:56:44 tinypilot ustreamer[554]: -- INFO  [19214.288    stream] -- Device fd=9 closed
Sep 23 19:56:44 tinypilot ustreamer[554]: -- INFO  [19214.288    stream] -- Changed video frame to BLANK
Sep 23 19:56:44 tinypilot ustreamer[554]: ================================================================================
Sep 23 19:56:44 tinypilot ustreamer[554]: -- INFO  [19214.288    stream] -- Device fd=9 opened
Sep 23 19:56:44 tinypilot ustreamer[554]: -- INFO  [19214.288    stream] -- Using input channel: 0
Sep 23 19:56:44 tinypilot ustreamer[554]: -- ERROR [19214.316    stream] -- Requested resolution=640x480 is unavailable
Sep 23 19:56:44 tinypilot ustreamer[554]: -- INFO  [19214.336    stream] -- Using resolution: 640x416
Sep 23 19:56:44 tinypilot ustreamer[554]: -- INFO  [19214.336    stream] -- Using pixelformat: UYVY
Sep 23 19:56:44 tinypilot ustreamer[554]: -- INFO  [19214.336    stream] -- Querying HW FPS changing is not supported
Sep 23 19:56:44 tinypilot ustreamer[554]: -- INFO  [19214.336    stream] -- Using IO method: MMAP
Sep 23 19:56:44 tinypilot ustreamer[554]: -- INFO  [19214.340    stream] -- Requested 5 device buffers, got 5
Sep 23 19:56:44 tinypilot ustreamer[554]: -- INFO  [19214.346    stream] -- Capturing started
Sep 23 19:56:44 tinypilot ustreamer[554]: -- INFO  [19214.356    stream] -- Using JPEG quality: 80%
Sep 23 19:56:44 tinypilot ustreamer[554]: -- INFO  [19214.356    stream] -- Creating pool JPEG with 3 workers ...
Sep 23 19:56:44 tinypilot ustreamer[554]: -- INFO  [19214.356    stream] -- Capturing ...
Sep 23 19:56:52 tinypilot ustreamer[554]: -- INFO  [19222.583    stream] -- Got V4L2 event
Sep 23 19:56:52 tinypilot ustreamer[554]: -- INFO  [19222.583    stream] -- Got V4L2_EVENT_SOURCE_CHANGE: source changed
Sep 23 19:56:52 tinypilot ustreamer[554]: -- INFO  [19222.583    stream] -- Destroying workers pool JPEG ...
Sep 23 19:56:52 tinypilot ustreamer[554]: -- INFO  [19222.609    stream] -- Capturing stopped
Sep 23 19:56:52 tinypilot ustreamer[554]: -- INFO  [19222.610    stream] -- Device fd=9 closed
Sep 23 19:56:52 tinypilot ustreamer[554]: -- INFO  [19222.610    stream] -- Changed video frame to BLANK
Sep 23 19:56:52 tinypilot ustreamer[554]: ================================================================================
Sep 23 19:56:52 tinypilot ustreamer[554]: -- INFO  [19222.611    stream] -- Device fd=9 opened
Sep 23 19:56:52 tinypilot ustreamer[554]: -- INFO  [19222.611    stream] -- Using input channel: 0
Sep 23 19:56:52 tinypilot ustreamer[554]: -- ERROR [19222.638    stream] -- Requested resolution=640x480 is unavailable
Sep 23 19:56:52 tinypilot ustreamer[554]: -- INFO  [19222.659    stream] -- Using resolution: 640x416
Sep 23 19:56:52 tinypilot ustreamer[554]: -- INFO  [19222.659    stream] -- Using pixelformat: UYVY
Sep 23 19:56:52 tinypilot ustreamer[554]: -- INFO  [19222.659    stream] -- Querying HW FPS changing is not supported
Sep 23 19:56:52 tinypilot ustreamer[554]: -- INFO  [19222.659    stream] -- Using IO method: MMAP
Sep 23 19:56:52 tinypilot ustreamer[554]: -- INFO  [19222.662    stream] -- Requested 5 device buffers, got 5
Sep 23 19:56:52 tinypilot ustreamer[554]: -- INFO  [19222.668    stream] -- Capturing started
Sep 23 19:56:52 tinypilot ustreamer[554]: -- INFO  [19222.678    stream] -- Using JPEG quality: 80%
Sep 23 19:56:52 tinypilot ustreamer[554]: -- INFO  [19222.678    stream] -- Creating pool JPEG with 3 workers ...
Sep 23 19:56:52 tinypilot ustreamer[554]: -- INFO  [19222.678    stream] -- Capturing ...
Sep 23 19:57:00 tinypilot ustreamer[554]: -- INFO  [19229.873    stream] -- Got V4L2 event
Sep 23 19:57:00 tinypilot ustreamer[554]: -- INFO  [19229.873    stream] -- Got V4L2_EVENT_SOURCE_CHANGE: source changed
Sep 23 19:57:00 tinypilot ustreamer[554]: -- INFO  [19229.873    stream] -- Destroying workers pool JPEG ...
Sep 23 19:57:00 tinypilot ustreamer[554]: -- INFO  [19229.893    stream] -- Capturing stopped
Sep 23 19:57:00 tinypilot ustreamer[554]: -- INFO  [19229.893    stream] -- Device fd=9 closed
Sep 23 19:57:00 tinypilot ustreamer[554]: -- INFO  [19229.893    stream] -- Changed video frame to BLANK
Sep 23 19:57:00 tinypilot ustreamer[554]: ================================================================================
Sep 23 19:57:00 tinypilot ustreamer[554]: -- INFO  [19229.894    stream] -- Device fd=9 opened
Sep 23 19:57:00 tinypilot ustreamer[554]: -- INFO  [19229.894    stream] -- Using input channel: 0
Sep 23 19:57:00 tinypilot ustreamer[554]: -- INFO  [19229.901    stream] -- Got new DV-timings: 640x416p70.00, pixclk=25144000, vsync=33, hsync=160
Sep 23 19:57:00 tinypilot ustreamer[554]: -- INFO  [19229.939    stream] -- Using resolution: 640x416
Sep 23 19:57:00 tinypilot ustreamer[554]: -- INFO  [19229.939    stream] -- Using pixelformat: UYVY
Sep 23 19:57:00 tinypilot ustreamer[554]: -- INFO  [19229.939    stream] -- Querying HW FPS changing is not supported
Sep 23 19:57:00 tinypilot ustreamer[554]: -- INFO  [19229.939    stream] -- Using IO method: MMAP
Sep 23 19:57:00 tinypilot ustreamer[554]: -- INFO  [19229.942    stream] -- Requested 5 device buffers, got 5
Sep 23 19:57:00 tinypilot ustreamer[554]: -- INFO  [19229.949    stream] -- Capturing started
Sep 23 19:57:00 tinypilot ustreamer[554]: -- INFO  [19229.955    stream] -- Using JPEG quality: 80%
Sep 23 19:57:00 tinypilot ustreamer[554]: -- INFO  [19229.955    stream] -- Creating pool JPEG with 3 workers ...
Sep 23 19:57:00 tinypilot ustreamer[554]: -- INFO  [19229.955    stream] -- Capturing ...

nginx logs
-- Logs begin at Thu 2019-02-14 10:11:59 GMT, end at Fri 2022-09-23 19:57:33 BST. --
Sep 21 20:17:20 tinypilot systemd[1]: Starting A high performance web server and a reverse proxy server...
Sep 21 20:17:20 tinypilot systemd[1]: Started A high performance web server and a reverse proxy server.




10.0.10.79 - - [23/Sep/2022:19:45:29 +0100] "GET /css/cursors.css HTTP/2.0" 200 671 "https://tinypilot/css/style.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36 Edg/105.0.1343.42" "-"
10.0.10.79 - - [23/Sep/2022:19:45:29 +0100] "GET /js/keycodes.js HTTP/2.0" 200 3190 "https://tinypilot/js/app.js" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36 Edg/105.0.1343.42" "-"
10.0.10.79 - - [23/Sep/2022:19:45:29 +0100] "GET /js/keyboardstate.js HTTP/2.0" 200 2829 "https://tinypilot/js/app.js" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36 Edg/105.0.1343.42" "-"
10.0.10.79 - - [23/Sep/2022:19:45:29 +0100] "GET /js/keystrokes.js HTTP/2.0" 200 362 "https://tinypilot/js/app.js" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36 Edg/105.0.1343.42" "-"
10.0.10.79 - - [23/Sep/2022:19:45:29 +0100] "GET /js/overlays.js HTTP/2.0" 200 495 "https://tinypilot/js/app.js" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36 Edg/105.0.1343.42" "-"
10.0.10.79 - - [23/Sep/2022:19:45:29 +0100] "GET /css/toggle.css HTTP/2.0" 200 1005 "https://tinypilot/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36 Edg/105.0.1343.42" "-"
10.0.10.79 - - [23/Sep/2022:19:45:29 +0100] "GET /css/icons.css HTTP/2.0" 200 841 "https://tinypilot/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36 Edg/105.0.1343.42" "-"
10.0.10.79 - - [23/Sep/2022:19:45:29 +0100] "GET /third-party/fonts/overpass-light.woff2 HTTP/2.0" 200 26568 "https://tinypilot/third-party/fonts/fonts.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36 Edg/105.0.1343.42" "-"
10.0.10.79 - - [23/Sep/2022:19:45:29 +0100] "GET /third-party/fonts/overpass-mono-light.woff2 HTTP/2.0" 200 50112 "https://tinypilot/third-party/fonts/fonts.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36 Edg/105.0.1343.42" "-"
10.0.10.79 - - [23/Sep/2022:19:45:29 +0100] "GET /third-party/fonts/overpass-semibold.woff2 HTTP/2.0" 200 25032 "https://tinypilot/third-party/fonts/fonts.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36 Edg/105.0.1343.42" "-"
10.0.10.79 - - [23/Sep/2022:19:45:29 +0100] "GET /img/logo.svg HTTP/2.0" 200 5550 "https://tinypilot/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36 Edg/105.0.1343.42" "-"
10.0.10.79 - - [23/Sep/2022:19:45:29 +0100] "GET /socket.io/?EIO=4&transport=polling&t=ODhgp9j HTTP/2.0" 200 96 "https://tinypilot/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36 Edg/105.0.1343.42" "-"
10.0.10.79 - - [23/Sep/2022:19:45:29 +0100] "GET /favicon.ico HTTP/2.0" 200 1213 "https://tinypilot/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36 Edg/105.0.1343.42" "-"
10.0.10.79 - - [23/Sep/2022:19:45:29 +0100] "POST /socket.io/?EIO=4&transport=polling&t=ODhgpBP&sid=75ynpbZau2tSMf7KAAAA HTTP/2.0" 200 2 "https://tinypilot/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36 Edg/105.0.1343.42" "-"
10.0.10.79 - - [23/Sep/2022:19:45:29 +0100] "GET /socket.io/?EIO=4&transport=polling&t=ODhgpBQ&sid=75ynpbZau2tSMf7KAAAA HTTP/2.0" 200 32 "https://tinypilot/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36 Edg/105.0.1343.42" "-"
10.0.10.79 - - [23/Sep/2022:19:45:29 +0100] "GET /socket.io/?EIO=4&transport=polling&t=ODhgpB_&sid=75ynpbZau2tSMf7KAAAA HTTP/2.0" 200 1 "https://tinypilot/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36 Edg/105.0.1343.42" "-"
10.0.10.79 - - [23/Sep/2022:19:51:49 +0100] "GET /api/massStorage/backingFiles HTTP/2.0" 200 126 "https://tinypilot/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36 Edg/105.0.1343.42" "-"
10.0.10.79 - - [23/Sep/2022:19:51:49 +0100] "GET /css/style.css HTTP/2.0" 200 3552 "https://tinypilot/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36 Edg/105.0.1343.42" "-"
10.0.10.79 - - [23/Sep/2022:19:51:49 +0100] "GET /css/icons.css HTTP/2.0" 200 841 "https://tinypilot/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36 Edg/105.0.1343.42" "-"
10.0.10.79 - - [23/Sep/2022:19:51:49 +0100] "GET /third-party/fonts/fonts.css HTTP/2.0" 200 1812 "https://tinypilot/css/style.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36 Edg/105.0.1343.42" "-"
10.0.10.79 - - [23/Sep/2022:19:51:49 +0100] "GET /css/button.css HTTP/2.0" 200 1690 "https://tinypilot/css/style.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36 Edg/105.0.1343.42" "-"
10.0.10.79 - - [23/Sep/2022:19:51:49 +0100] "GET /css/cursors.css HTTP/2.0" 200 671 "https://tinypilot/css/style.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36 Edg/105.0.1343.42" "-"
10.0.10.79 - - [23/Sep/2022:19:51:52 +0100] "PUT /api/massStorage/eject HTTP/2.0" 200 3 "https://tinypilot/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36 Edg/105.0.1343.42" "-"
10.0.10.79 - - [23/Sep/2022:19:51:52 +0100] "PUT /api/massStorage/mount/ubuntu-22.04.1-live-server-amd64.iso?mode=FLASH HTTP/2.0" 200 3 "https://tinypilot/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36 Edg/105.0.1343.42" "-"
10.0.10.79 - - [23/Sep/2022:19:51:52 +0100] "GET /api/massStorage/backingFiles HTTP/2.0" 200 125 "https://tinypilot/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36 Edg/105.0.1343.42" "-"
10.0.10.79 - - [23/Sep/2022:19:51:52 +0100] "GET /css/style.css HTTP/2.0" 200 3552 "https://tinypilot/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36 Edg/105.0.1343.42" "-"
10.0.10.79 - - [23/Sep/2022:19:51:52 +0100] "GET /css/icons.css HTTP/2.0" 200 841 "https://tinypilot/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36 Edg/105.0.1343.42" "-"
10.0.10.79 - - [23/Sep/2022:19:51:52 +0100] "GET /third-party/fonts/fonts.css HTTP/2.0" 200 1812 "https://tinypilot/css/style.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36 Edg/105.0.1343.42" "-"
10.0.10.79 - - [23/Sep/2022:19:51:52 +0100] "GET /css/button.css HTTP/2.0" 200 1690 "https://tinypilot/css/style.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36 Edg/105.0.1343.42" "-"
10.0.10.79 - - [23/Sep/2022:19:51:52 +0100] "GET /css/cursors.css HTTP/2.0" 200 671 "https://tinypilot/css/style.css" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36 Edg/105.0.1343.42" "-"