https://github.com/osquery/osquery logo
#fleet
Title
# fleet
s

Saliaga

09/21/2021, 6:33 PM
Any idea on how to fix this permission issue?
z

zwass

09/21/2021, 6:36 PM
Try
fleetctl preview
as described in https://fleetdm.com/get-started.
(It uses osquery-in-a-box and sets everything up correctly)
s

Saliaga

09/21/2021, 6:38 PM
Yeah I used that initially, but I am following what command does initially: docker-compose up -d --remove-orphans mysql01 redis01 fleet01 https://github.com/fleetdm/fleet/blob/6d2ae02efd077adc40f9e45c745e777e207581cd/cmd/fleetctl/preview.go#L83
z

zwass

09/21/2021, 6:58 PM
Looks like you are missing a write permission on that directory from your
ls -l
output
👍🏽 1
👍 1
s

Saliaga

09/21/2021, 7:02 PM
Thanks!
5 Views