Dave
Dave
This is fixed in a newer PR
issue has resolved itself, please close bug
Marking as draft till CI issues are resolved
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
/retest
/retest