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

KK

05/18/2021, 11:23 AM
Additionally, I'm testing orbit on an ubuntu 20.04 VM. I'm observing the following error. Could someone kindly direct me what the issue is here?
Copy code
ubuntu@ubuntu:~/Desktop$ sudo orbit shell
2021-05-18T04:15:06-07:00 ERR  error="download target osqueryd/linux/osqueryd: tuf: unknown target file: osqueryd/linux/osqueryd"
z

zwass

05/18/2021, 5:36 PM
I think I've identified the issue and will be pushing up a fix shortly.
k

KK

05/19/2021, 4:28 PM
Was the fix part of any of the fixes in the most recent push (#793, #802)? Apologies for the potentially noob question, I'm not familiar with Go.
z

zwass

05/20/2021, 1:05 AM
I fixed it in https://github.com/fleetdm/orbit/pull/23/files and just pushed an 0.0.3 release that includes the fix. If Orbit is running as a service it will auto-update and
sudo orbit shell
will work. Otherwise I think a
sudo orbit
would let it upgrade and then it should work.
🙌 1
4 Views