nick
01/28/2019, 10:33 AMnick
01/28/2019, 11:06 AMapi/v1/osquery/enroll (Request error: certificate verify failed) retrying...
b0l
02/04/2019, 4:25 PMharveywells
02/06/2019, 6:10 PMfleectl
? For example we have a number of enrolled centos linux hosts that weād like to label with dev
and prod
benbass
02/06/2019, 6:44 PMAleks
02/07/2019, 1:27 PMDave Greene
02/07/2019, 1:52 PM--insecure
flag I get x509: certificate signed by unknown authority
. The letsencrypt root cert has explicit trust in my keychain so Iām not sure why Iām seeing this error.
The second issue is that when I try to target any other platform with the package-builder I get the following error:
could not generate packages: version detection: Failed to exec. Perhaps -- Can't autodetect while cross compiling. (): run command /var/folders/0l/2f0_fh4905l8n9vsf56g08gh2c9r19/T/package.packageRoot626913343/usr/local/launcher/bin/launcher [-version], stderr=: fork/exec /var/folders/0l/2f0_fh4905l8n9vsf56g08gh2c9r19/T/package.packageRoot626913343/usr/local/launcher/bin/launcher: exec format error
The command Iām running is:
./build/package-builder make --hostname=<http://fleet.example.com|fleet.example.com> --enroll_secret=mysecret --extension_version nightly --output_dir=./build/pkg --targets=linux-systemd-deb
Dave Greene
02/07/2019, 1:54 PM{
"caller": "query_target.go:68",
"err": "fetching target memberships: rpc error: code = Unimplemented desc = unknown service kolide.launcher.QueryTarget",
"msg": "updating kolide_target_membership data",
"severity": "error",
"ts": "2019-02-07T13:53:36.917353Z"
}
blaedj
02/07/2019, 2:29 PMblaedj
02/07/2019, 4:02 PM-debug
flag when running launcher.Shawn
02/07/2019, 7:54 PMcrimsonknave
02/07/2019, 8:33 PMmbmy
02/08/2019, 12:02 AMWoogs
02/08/2019, 8:54 PMDave Greene
02/11/2019, 4:39 PMTLS
which messes up gRPC transmission.stefanmaerz
02/12/2019, 5:02 PMbrandon
02/12/2019, 5:11 PM$ curl -u "brandon.klise:XXXX" -X GET <https://fleet.quiq.sh/api/v1/kolide/hosts>
{
"message": "Authentication Failed",
"errors": [
{
"name": "base",
"reason": "username or email and password do not match"
}
]
}
groob
seph
Tracy
02/20/2019, 4:29 PMthatMacAdmin
02/25/2019, 9:56 PMnick
02/26/2019, 10:09 AMKenny Stevens
02/28/2019, 4:49 PMrkumar
03/01/2019, 5:01 PMStephen
03/02/2019, 3:17 PMag4ve
03/02/2019, 4:27 PMgroob
true
so you must explicitly set it to falsedystie
03/04/2019, 9:10 PMharveywells
03/04/2019, 9:56 PMfleetctl
will it apply it to all enrolled clients?jaredcatkinson
03/05/2019, 4:20 PM