I'm still having issues with my Gentoo Linux box t...
# fleet
c
I'm still having issues with my Gentoo Linux box that has been enrolled in fleet to show the software. Is this a config for the agent on the Gentoo box or is this a fleet server config setting?
Copy code
enable_software_inventory: false
I'm able to see software for my macOS and Ubuntu hosts, but my Gentoo one is not showing. Is there some policy, or something on the server side I need to configure to let it know to pull in this info?
k
f you're seeing software for your Mac and Linux hosts, it sounds like you've got things set up on the Fleet side. Can you try running the query that Fleet is using to get software inventory as a live query? That may shine some light on to where the breakdown is happening: https://github.com/fleetdm/fleet/blob/36c3b839c7a8ba10f9329127d131ee7f940c4ff3/server/service/osquery_utils/queries.go#L685 If the host shows as online in Fleet, but never responds to the query, check the Fleet server logs and the host's
osquery
status logs for any errors.
c
I'm able to do a live query and it return the info, it's just not showing the software on the software tab of the host and I don't know why.
sorry, I was talking about a basic query i did to only pull portage_packages from that host. I will try to actually run the bigger query.
If I paste that query in from the source code, I get this.
I ran it anyway and targeted my machine in question and got this as a result.
k
If you got results back for portage_packages, next step would be to take a look at the Fleet server logs and the host's osquery status logs for any errors.
If you don't find anything that points you in the right direction there, my recommendation would be to get upgraded to the currently supported version of Fleet.