X-Git-Url: https://zdv.bktei.com/gitweb/EVA-2020-02.git/blobdiff_plain/98fa6ba999670ac4d521a3af331f06e2263bbbfd..0ab01d51ee0a2cf279504f14f650bea3633d1c5d:/TODO.org diff --git a/TODO.org b/TODO.org index 918a2a6..66e8e63 100644 --- a/TODO.org +++ b/TODO.org @@ -35,6 +35,43 @@ be reused to do this. It is probably not appropriate to try and augment ~bklog~ to handle this method of being called since it was written with the intention of handling continuous streams of stdout. +** TODO Create automatic setup scripts for logging +Date Created: 2021-01-25T00:21Z + +Create bash scripts that automatically set up a ~ninfacyzga-1~ device +to automatically run executables in ~exec/~ according to procedures +described in ~doc/~. + +*** TODO Create setup script for location logging +Date Created: 2021-01-25T00:24Z + +Setting up location logging script using ~bklog~ via ~cron~ job. + +*** TODO Create setup script for time tracking +Date Created: 2021-01-25T00:25Z + +Setting up time tracking via ~chrony~. + +** TODO Use ~age --version~ in creating ~VERSION~ output files +~age~ as of ~beta7~ outputs its version using the ~--version~ option. + +** TODO Prevent ~systemd~ from removing ~/dev/shm~ user files +*** 2021-10-31T21:53Z +~systemd~ may be automatically removing ~/dev/shm/ninfacyzga~ and +other files used to store photograph script state. [[https://superuser.com/a/1179962][This]] SuperUser post +explains how this default ~systemd~ behavior can be disabled. + +Disabling the behavior requires modifying +~/etc/systemd/logind.conf~. This would add another step of complexity +with possible sideeffects if other unknown programs are writing to +~/dev/shm~ and system stability requires these be regularly deleted. + +[[https://github.com/systemd/systemd/issues/4532][This]] post indicates that the RemoveIPC behavior only occurs for +non-system users. Another possible solution would be to run the +photograph timelapse script as root; however, this would require +making sure to write the output files as the ~pi~ user to prevent file +permission issues. For now, the ~systemd~ defaults will persist. + * Finished Tasks ** DONE Remove unused executables CLOSED: [2021-01-25 Mon 00:07]