Re: [go-nuts] fork/exec /bin/bash: operation not permitted

2019-08-07 Thread Kurtis Rader
You need to tell us the OS you are using as well as the Go version. Beyond that you should be able to provide a minimal reproduction program for an issue of this sort. Beyond the above, please note that in general you can't achieve what you're trying to do. The `setpgid()` syscall that the feature

[go-nuts] fork/exec /bin/bash: operation not permitted

2019-08-07 Thread Russtopia
Hi all, I'm trying to use the technique here https://medium.com/@felixge/killing-a-child-process-and-all-of-its-children-in-go-54079af94773 .. to ensure all children/grandchildren of my exec of /bin/bash die along with it, but I am getting the above 'operation not permitted' error when trying to