user
03/25/2022, 6:20 PMAndrew Childs
03/26/2022, 3:53 AMNoah Talerman
03/28/2022, 5:57 PMuser
03/29/2022, 4:31 PMJojoD
03/29/2022, 5:24 PMauthentication error: find host: timestamp: 2022-03-29T17:04:30Z: missing destination name public_ip in *fleet.Host
I've remotely connected to the DB, but all the information is still there, any thoughts on this?n0b00de
03/29/2022, 5:44 PMTor Houghton
03/30/2022, 7:54 AMMarc Roelofs
03/30/2022, 12:04 PM/fleet-cve $ fleetctl vulnerability-data-stream --dir /fleet-cve/
I got the following result :
[-] Downloading CPE database...Error: rename /tmp/cpe.sqlite2494941906 /fleet-cve/cpe.sqlite: invalid cross-device link
when choosing a different path like /tmp it seems to work fine
/fleet-cve $ fleetctl vulnerability-data-stream --dir /tmp
[-] Downloading CPE database... Done
[-] Downloading CVE data streams... Done
[+] Data streams successfully downloaded!
After that it was a simple mv from /tmp/<cvefiles> to /fleet-cve/ as the fleet user
Trying to figure out if the invalid cross-device link is a Fleetdm issue or elsewhere.
The /fleet-cve directory is mounted based on a kubernetes volumemount to a GCE persistent disk, and awful as it is , the dirs permissions are 777
Version 4.11.0
Any idea anyone ?
Meanwhile waiting if the Home page results in a succesfull software capturing with the vulnerabilities ,( it says to wait an hour now 😉 )Tor Houghton
03/30/2022, 1:32 PMclong
03/30/2022, 2:54 PMhostname
from system_info
as the UI element to display. People often work from home now, and so we have a bunch of hosts with a like .<http://attlocal.net|attlocal.net>
or .<http://myfiosgateway.com|myfiosgateway.com>
suffix on them and it just looks really disjoined. Would strongly prefer using computer_name
or local_hostname
here.
Relevant issues:
https://github.com/fleetdm/fleet/issues/4753
https://github.com/fleetdm/fleet/issues/4166pvirani
03/30/2022, 5:06 PMJason
03/30/2022, 9:22 PMDawei Zhang
03/31/2022, 6:32 PMn0b00de
04/01/2022, 7:08 PMfleetctl get queries --yaml > query_backup_3_29_22.yml
when i read the yaml file it just says
please login with: fleetctl login
n0b00de
04/01/2022, 7:09 PMLogin failed: POST /api/v1/fleet/login: do request: Post "https://<IP_ADDRESS>:8080/api/v1/fleet/login": x509: certificate relies on legacy Common Name field, use SANs or temporarily enable Common Name matching with GODEBUG=x509ignoreCN=0
Marco
04/02/2022, 1:28 AMBacarus
04/04/2022, 1:08 PMgo run ./tools/dbutils ./server/datastore/mysql/schema.sql
dumping schema to ./server/datastore/mysql/schema.sql
mkdir -p build/linux
mkdir -p build/darwin
go install <http://github.com/groob/mockimpl@latest|github.com/groob/mockimpl@latest>
go: finding module for package <http://golang.org/x/tools/imports|golang.org/x/tools/imports>
go: found <http://golang.org/x/tools/imports|golang.org/x/tools/imports> in <http://golang.org/x/tools|golang.org/x/tools> v0.1.10
go generate <http://github.com/fleetdm/fleet/v4/server/mock|github.com/fleetdm/fleet/v4/server/mock>
server/mock/datastore.go:9: running "mockimpl": exec: "mockimpl": executable file not found in $PATH
make: *** [Makefile:169: generate-mock] Error 1
go version 1.18 linux/amd64
npm -v 6.14.15
node -v 14.18.3
Note: on mac os (same steps) and the tests work without errors.JojoD
04/04/2022, 4:05 PMENABLE_SOFTWARE_INVENTORY: true
FLEET_VULNERABILITIES_DATABASES_PATH: /home
Dan Achin
04/04/2022, 6:09 PMuser
04/04/2022, 6:53 PMDan Achin
04/05/2022, 1:50 PMJuan Alvarez
04/05/2022, 2:59 PMManish
04/06/2022, 6:09 AMuser
04/07/2022, 12:42 PMbenbass
04/07/2022, 5:17 PMStephen Nelson
04/07/2022, 7:11 PMError refreshing state: AccessDenied: Access Denied
status code: 403, request id: 4739C470TC1FJYWN, host id: <snip>
This is my first time using terraform, so I am probably missing something… any suggestions?Stephen Nelson
04/07/2022, 9:37 PMryan
04/08/2022, 3:22 AM3.12.0
-> 4.12.1
, did all the DB migrations and everything is working except in the UI when navigating to the queries page (/queries/manage) I get 500: Oh, something went wrong. Please file an issue if you believe this is a bug.
all the api hits to the server are 200's. I can do everything from the command line without error including fleetctl get queries --yaml
so this appears to be a UI bug. I'm getting this chrome console error: Syntax error found near Column Identifier (WHERE Clause)
Juan Fernandez
04/11/2022, 5:02 PMDan Achin
04/11/2022, 11:26 PM