Dave

Results 74 comments of Dave

issue has resolved itself, please close bug

I was going to leave those in there to help the customer debug. But I've removed them.

``` bash-5.1$ pgrep -u 1000 | while read a; do echo -n "$a "; readlink /proc/$a/exe; done | grep python 248 /usr/bin/python3.11 249 /usr/bin/python3.11 250 /usr/bin/python3.11 251 /usr/bin/python3.11 252 /usr/bin/python3.11...

> > ``` > > bash-5.1$ pgrep -u 1000 | while read a; do echo -n "$a "; readlink /proc/$a/exe; done | grep python > > ``` > > That's...

Having chatted with @TheRealHaoLiu this is waiting on an upstream patch to support this. Marking as blocked