AJ Jordan
AJ Jordan
I can confirm that upgrading from v2021.11.28 to v2024.3.13 fixes this issue for me. Thank you!
> The Bash script for installing HACS has undergone a delightful makeover! By wrapping the entire logic in a shiny new `run()` function, we’ve boosted its modularity and readability. The...
> Store secret somewhere on the server (biggest issue, we don't currently have a way to store secrets on the server ... should we encrypt using user's password, or leave...
I would personally feel comfortable licensing my work under GPLv2, but it doesn't seem like the best solution to me. GPL is meant for software; why not pick a license...
Don't we need to ask all copyright holders if they're okay with that license? Sorry for raining on the parade :/
FYI, I don't have the full command in front of me at the moment but I got this completely working last night by passing `-bin_root_dir /opt` to `package-builder` (though I...
Here's the command I used (you'll need to `make package-builder` first, and you'll also need to download the official RPM to `~/Download` in order to extract the secret): ./build/package-builder make...
Can't you offer the `/opt` package only for Fedora Atomic Desktop users? It clutters the package list on kolide.com, and means other Linux packages would still be "wrong", but saves...
@directionless are you sure there's a migration flow needed? AFAICT from looking at `/opt/kolide-k2/bin`, the only binaries that are affected by `-bin_root_dir` are `launcher` and `osqueryd`. Both of which are...
I've just pushed an additional patch since I encountered more SELinux problems. We now run the main container in privileged mode too, to work around similar problems.