itdaniher
itdaniher
You can't, essentially. See [these](https://groups.google.com/forum/#!topic/comp.unix.programmer/e7UkhzU7R1I) [threads](https://groups.google.com/forum/#!topic/fa.linux.kernel/adE1ffjvKbI). It's by design.
I added another example to the fork I'm maintaining (for now) which monitors the linker file to trigger rescanning the running processes with `psutil`. You can see the code here:...
would love to see this merged!
pyroute2 has my vote, used its excellent [netns module](https://github.com/svinota/pyroute2/blob/master/pyroute2/netns/__init__.py) extensively. If I need this functionality, I'll take a stab at applying my knowledge here.
possibly relevant: https://github.com/larsks/python-netns
PyInotify doesn't work on OSX. It's a Linux-only API, unfortunately.
I've tested it on 16.04. If you're still seeing this issue, can you give your python and kernel versions?
I have compiled a kernel with usbmon baked in and begun to debug the plethora of issues at hand. Punchline is that dwc_otg has known bugs, especially when used in...
Try it and find out!