Rouben
Rouben
:+1:
Can you run your compiled executables that hang with strace to see which syscall they hang on?
Did you compile with -r to make sure the output is portable? AFAIK the compiler uses the shell interpreter itself as the encryption key (or derives the key from it),...
The issue with this PR is that it will be difficult to maintain once a new release is available upstream. Remember, this repo is based on the contents of 7Zip/ZIP...
What the VM is telling you is that it's trying to get an IP address from your network and failing to do so. It could be because: - You didn't...
I like this in principle, however, is this dependent on gcc? For example, one supported compiler for this make file is tcc (Tiny C Compiler?). Has anyone tested it with...
Yeah, I've been testing with with tcc and clang, both work. The build fails with tcc, but that's an issue unrelated to this change. Given that this will fork the...
AFAIK most software does not create directories for log files; it's up to the package to do this... do you think it's better to fix this in the package post-install/reconfigure...
I was hesitant to just assume something like /var/log/zfswatcher as the default path for logs. Is this consistent across all platforms that zfswatcher supports (e.g. Solaris/Illumos, *BSD, etc)? I suppose...
Confirmed: zfswatcher does not support ZFS checkpoints. zparse.go lacks checkpoint parsing code. This will need to be added in. Want to take a crack at implementing it?