<tonyj>
@purple there are no processes at all. ps -ef or ps awuux, nothing
<tonyj>
just the python running the bitbake instance
qschulz has quit [Remote host closed the connection]
qschulz has joined #yocto
sakoman has quit [Quit: Leaving.]
sakoman has joined #yocto
goliath has quit [Quit: SIGSEGV]
Vonter has joined #yocto
sakoman has quit [Quit: Leaving.]
amitk has joined #yocto
olani has quit [Ping timeout: 256 seconds]
davidinux has quit [Ping timeout: 256 seconds]
davidinux has joined #yocto
mihai has joined #yocto
Vonter has quit [Ping timeout: 256 seconds]
Vonter has joined #yocto
Vonter has quit [Ping timeout: 256 seconds]
olani has joined #yocto
davidinux has quit [Ping timeout: 240 seconds]
Vonter has joined #yocto
davidinux has joined #yocto
j7lc8l[m] has quit [Quit: You have been kicked for being idle]
lucaceresoli_ has joined #yocto
Vonter has quit [Ping timeout: 240 seconds]
<RP>
tonyj: I don't know then. I'd have expected to see something in one of the logs I'd mentioned :/
<RP>
smurray: thanks, seems to be resolved now
xmn has quit [Ping timeout: 250 seconds]
Nathan52 has joined #yocto
<Nathan52>
Hi everyone! I'm having an issue running podman within the devshell, I've thrown in PSEUDO_DISABLED=1 and PSEUDO_UNLOAD=1 just for good measure but the UID of the devshell is still set as "0" so podman seems to be running as root and failing spectacularly! Is there a way to tell the devshell to run under the environment of the actual user running
<Nathan52>
bitbake? Seemed to work on Poky 23 but not as successful on 26 :(
<RP>
Nathan52: fakeroot is set for do_devshell in base.bbclass. You could try some anonymous python to delete that flag?
<Nathan52>
Oh looking at base.bbclass I could just move my logic outside of do_install as well, might be something to try. I've been developing in the `bitbake -c devshell` environment, but I can develop outside of that if it solves the issue 🤞
<Nathan52>
Much appreciated - the codebase is a bit daunting at times to look through for new eyes :D
kanavin has quit [Quit: Leaving]
kanavin has joined #yocto
Vonter has joined #yocto
florian has joined #yocto
<Nathan52>
Okay, I've got the right UID but the devshell seems to be clearing the Linux Capabilities and fiddling around with another few things that is causing podman to error out with a "cannot setresgid: Invalid argument" error, makes me think it's still trying to run as root. Potentially something that podman needs to fix instead. Thanks for the help!
florian has quit [Ping timeout: 240 seconds]
goliath has joined #yocto
<kanavin>
RP: other than the continuing virgl fails, master-next looks pretty good; I'm working to fix those properly
<kanavin>
RP: LD_PRELOAD interferes with host bash, which is used to run a wrapper to set up gtk frontend properly
rber|res has joined #yocto
Vonter has quit [Ping timeout: 256 seconds]
Vonter has joined #yocto
florian has joined #yocto
<RP>
kanavin: thanks, I'll drop the virtgl patches for now until we work out the right fix
Vonter has quit [Read error: Connection reset by peer]
Habbie has quit [Ping timeout: 240 seconds]
Vonter has joined #yocto
Habbie has joined #yocto
Vonter has quit [Read error: Connection reset by peer]
Vonter has joined #yocto
Vonter has quit [Ping timeout: 260 seconds]
Vonter has joined #yocto
Vonter has quit [Ping timeout: 256 seconds]
Vonter has joined #yocto
Vonter has quit [Ping timeout: 250 seconds]
<RP>
kanavin: if we're sure we don't need those other variables...
NishanthMenon[m4 has joined #yocto
Vonter has joined #yocto
Wouter0100 has quit [Read error: Connection reset by peer]
Wouter0100 has joined #yocto
<kanavin>
RP: I checked locally, we don't. gdkpixbuf has the most important loaders built into the library itself nowadays, and adwaita seems also used by default.
<RP>
kanavin: there is a known issue with our public sstate mirror not handling requests fast enough
<RP>
although a better error would be nice
<kanavin>
RP: yes but there's a timeout in there somewhere that's too strict, and would be good to know where it is, and if we can bump it up
<kanavin>
in python's client code
<RP>
kanavin: I think it is probably our server :(
sakoman has joined #yocto
florian has joined #yocto
Vonter has quit [Ping timeout: 256 seconds]
florian has quit [Ping timeout: 240 seconds]
<kanavin>
RP: seems like AVX is (mostly) a 256 bit extension of SSE (which is 128 bit), with a few new instructions thrown in. It's not a 'major new thing'.
<kanavin>
So I'm cautiously hopeful it can be supported in qemu with careful extensions of existing sse code
florian has joined #yocto
lucaceresoli_ has quit [Ping timeout: 256 seconds]
florian has quit [Ping timeout: 250 seconds]
amitk has quit [Ping timeout: 256 seconds]
lukma has joined #yocto
sakoman has quit [Quit: Leaving.]
tonyj has quit [Quit: Connection closed]
ahs3 has joined #yocto
GillesM has joined #yocto
<RP>
kanavin: that would make sense to me
GillesM has quit [Quit: Leaving]
GillesM has joined #yocto
xmn has joined #yocto
florian has joined #yocto
ziga_ has quit [Ping timeout: 256 seconds]
goliath has quit [Quit: SIGSEGV]
florian has quit [Ping timeout: 240 seconds]
<RP>
kanavin: what was the reproducibility failure in your branch? :/
<kanavin>
RP: git and git-dbg, trying to figure it out
<RP>
kanavin: I pinched a couple of your patches for my test run ;-)