https://github.com/osquery/osquery logo
#core
Title
# core
b

benbass

08/26/2021, 8:42 PM
@seph It looks like the mac version is looking for the osquery binary in the wrong place:
Copy code
Aug 26 16:38:36 puter com.apple.xpc.launchd[1] (io.osquery.agent[9424]): Could not find and/or execute program specified by service: 2: No such file or directory: /opt/osquery/osquery.app/Contents/MacOS/osqueryd
Aug 26 16:38:36 puter com.apple.xpc.launchd[1] (io.osquery.agent[9424]): Service setup event to handle failure and will not launch until it fires.
Aug 26 16:38:36 puter com.apple.xpc.launchd[1] (io.osquery.agent[9424]): Service exited with abnormal code: 78
It is looking for the osquery binary in /opt/osquery/osquery.app, while the binary is in /opt/osquery/lib/osquery.app
👀 1
s

sharvil

08/26/2021, 8:49 PM
thanks for testing!
👍 1
b

benbass

08/26/2021, 8:56 PM
Glad I can help!
s

seph

08/26/2021, 10:36 PM
Merged! I want to see if anything else trickles in before I cut a 5.0.1
👍 2
9 Views