dmaziuk

Results 23 comments of dmaziuk

My $.02 would be to split the pipeline into `log reader`->`store` and the reporter that works off the store. Looks to me like this is already happening if you use...

FWIW I'd stick the data into sqlite3 table(s) and use sql to do the filtering. Better yet, add a mini-abstraction-layer so people with huge amount of logs could use a...

awstats? Luxury! I'm thinking wrapping our analog plus report magic setup in a docker container...

google found it, to my knowledge nobody could ever get them to "fix" their search results.

PS $JAVA_HOME is set, `java -version` in powershell or git bash returns ``` openjdk version "11.0.11" 2021-04-20 LTS OpenJDK Runtime Environment Corretto-11.0.11.9.1 (build 11.0.11+9-LTS) OpenJDK 64-Bit Server VM Corretto-11.0.11.9.1 (build...

well... $JAVA_HOME has been a de-facto standard only since, like, the 90s... but yes: so it installing a "default" config file with comments and instructions.

> > > I don't think davmail64.exe checks for the JAVA_HOME variable being set. It should. `$PATH` is for executables so the 64-bit Corretto installer adds `bin` where `java.exe` is....

try running `java -jar davmail.jar` instead of `.exe`, see what happens

`.ini` is in here: `https://github.com/mguessan/davmail/tree/master/src/winrun4j/` but it remains to be seen if a) overriding `vmarg.N` with an empty string in the `.ini` will work and b) that particular setting is...

More info: ``` # zpool status pool: backups state: ONLINE scan: scrub repaired 0B in 0 days 00:10:52 with 0 errors on Sat Feb 1 00:10:54 2020 config: NAME STATE...