Dear team, we are having an issue with the fleet-o...
# fleet
p
Dear team, we are having an issue with the fleet-osquery.pkg deployment through JAMF policy on macOS lately. Even though Rosetta is installed (properly installed we double checked) we get this error message. Has something changed lately?
l
Hi @Pierre N! How was the
fleet-osquery.pkg
generated? Maybe you can inspect the contents of the pkg with `pkgutil`:
Copy code
pkgutil --expand ./fleet-osquery.pkg ./expanded
cd expanded
tar xf Payload

# Inspect the executables:
file opt/orbit/bin/osqueryd/macos-app/stable/osquery.app/Contents/MacOS/osqueryd
file opt/orbit/bin/orbit/macos/stable/orbit
file opt/orbit/bin/desktop/macos/stable/Fleet\ <http://Desktop.app/Contents/MacOS/fleet-desktop|Desktop.app/Contents/MacOS/fleet-desktop>
On a
fleet-osquery.pkg
that I just generated the three executables are universal binaries (so they don't require Rosetta).
p
Hi Lucas, thanks I'll look into this