[Touch-packages] [Bug 2056555] Re: Allow bitbake to create user namespace

2024-09-18 Thread Richard-purdie-1
Unfortunately even the /**/bitbake/bin/bitbake mask doesn't always work since bitbake's server can be triggered by other commands such as devtool or recipetool. In those cases, the glob doesn't match and you hit weird failures. It also has interesting problems with using BB_SERVER_TIMEOUT=60 since

[Touch-packages] [Bug 2056555] Re: Allow bitbake to create user namespace

2024-07-30 Thread Richard-purdie-1
Trying to recreate our own execution environment inside this executable will likely be a bit painful and awkward. it isn't impossible but we'd likely have to add a new execution environment to our list at the top level in the way we have fakeroot and non-fakeroot environments today with new networ

[Touch-packages] [Bug 317897] Re: pidgin crash with Pulse Audio

2016-01-21 Thread Richard-purdie-1
The issue in 15.10 is a different problem, likely in pidgin 2.10.11 where each time a sound plays, it leaks a socket pair, eventually running out of files. I'd guess its fixed in 2.10.12 with the commit "Remove Gstreamer pipeline after playing a sound". -- You received this bug notification becau