Michael Lynch
Michael Lynch
nginx is another example of software that fails if the log folder is removed: ``` Sep 03 16:30:56 tinypilot systemd[1]: Starting A high performance web server and a reverse proxy...
Docker allows you to persist data in volumes. Where does citybound store its persistent data on the filesystem? I'm not sure which directory it puts it in, but you can...
>As for the “tbd” regarding the Community bundles (see above): the most minimal-invasive way I can think of would be to upload a .tgz bundle built from the update-overhaul branch,...
@jdeanwallace - Is the task list ready for me to review? Just want to make sure we've merged everything over from #1046
@jdeanwallace - Okay, I've split it into individual tasks. What's gating the start of testing?
@jdeanwallace - Okay, sounds good.
@jdeanwallace - Let's hold off on starting the tests until we fix #1081 and #1082.
@jdeanwallace - Any blockers to begin testing at this point?
Thanks for reporting this! Only 32-bit is supported right now, but this it's good to have a bug to track this if we add 64-bit compatibility.
That's a good idea. `uname -m` actually prints out just the architecture: ```bash $ uname -m armv7l ``` So maybe just compare the output of `uname -m` to `aarch64`. We'd...