Also tried ubuntu with the same error. Thanks
# extensions
h
Also tried ubuntu with the same error. Thanks
a
This seems like a problem with the extension itself
see if it can be started directly with the same path
s
Yeah… Sounds like the extension is exiting, and osquery respawns it. Try running it manually.
h
no errors when i run manually.
i think it might be a permissions issue with installing mods with pip
found the error. i had to:
chmod +x pulsar.ext
s
That makes sense — so how were you running it manually that it worked?
h
i called with python
python pulsar.ext
s
Yeah…. That is fairly different.
h
i also need to
ln -s python3 python
because osqueryd was looking for python
s
I don’t think osquery looks for python.
pulsar.ext
looks for python, and that’s controlled by the first line of that script.
h
ah, makes sense now thanks all
a
Yeah I think you could replace it with
#!/usr/bin/env python3
☝️ 2
h
s
FWIW
OSQuery
is just
osquery
or if capitalized,
Osquery
👍 1
No comments about the code, but I ❤️ seeing osquery blog posts. Y’all do awesome things
❤️ 1