You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When enrolling a new OSX node (platform darwin) using the quick-enroll oneliner, if osqueryd is already running, the process is not stopped and there is the following error:
[+] Starting com.facebook.osqueryd
/Library/LaunchDaemons/com.facebook.osqueryd.plist: service already loaded
This seems because the current script uses unload instead of stop && unload for the launchd service.
Thanks @ewaher for finding this!
The text was updated successfully, but these errors were encountered:
Overview
When enrolling a new OSX node (platform
darwin
) using the quick-enroll oneliner, if osqueryd is already running, the process is not stopped and there is the following error:This seems because the current script uses
unload
instead ofstop
&&unload
for the launchd service.Thanks @ewaher for finding this!
The text was updated successfully, but these errors were encountered: