seph
seph
I'm pretty sure I've seen this on windows (#563 came out of that)
The two cases I have both involve, I think, resolver changes. So it seems like something it failing to re-resolve correct. One case is in the `jsonrpc` side, which use...
Likely upstream bugs: * https://github.com/golang/go/issues/23427 * https://github.com/golang/go/issues/23008 Some third party bug reports to followup with: * https://github.com/grpc/grpc/issues/12295 * https://github.com/bazelbuild/rules_docker/issues/1354
It might also be nice if the UI's `add user` button had a tooltip or something for why it was disabled. I guessed, but it was kinda weird
Hi @danderson! Kolide ships the osqueryd as distributed by The Osquery Foundation. You're right, it's not wholly static. It's mostly static. I'm under the impression that statically linking to glibc...
Kolide isn't going to move away from the official osquery builds. But, I'm interesting in seeing if we can get it working. So, to that end, if there's something inside...
> * Automatic updating means the binaries must be writable, I presume (is it both launcher and osqueryd, or just osqueryd?). This means we can't package Kolide as a normal...
> Gotcha. I didn't find a good way of keeping /usr/local/kolide-k2 mapped in the FHS env, so an envvar to set the update location would be good (or alternatively, compute...
Those docs seem good enough. Paths vary based on what `identifier` it was packaged with, but this issue is super stale
The format of that output is very close to an ancient plist format (See https://en.wikipedia.org/wiki/Property_list) and as such, it can be converted into something parsable. I did this once before,...