Re: [OE-core] [PATCH] fix close_range fails unexpectedly in unprivileged process

2022-10-12 Thread Khem Raj
On Wed, Oct 12, 2022 at 5:41 PM Changqing Li wrote: > > On 10/8/22 15:13, Changqing Li wrote: > > On 9/30/22 17:50, Ross Burton wrote: > > [Please note: This e-mail is from an EXTERNAL e-mail address] > > Yeah, this is a Docker issue. Fix your docker. > > Ross > > Hi, > > I know this is an docker

Re: [OE-core] [PATCH] fix close_range fails unexpectedly in unprivileged process

2022-10-12 Thread Changqing Li
On 10/8/22 15:13, Changqing Li wrote: On 9/30/22 17:50, Ross Burton wrote: [Please note: This e-mail is from an EXTERNAL e-mail address] Yeah, this is a Docker issue. Fix your docker. Ross Hi, I know this is an docker issue, but this will block yocto build in old docker. I noticed we alr

Re: [OE-core] [PATCH] fix close_range fails unexpectedly in unprivileged process

2022-10-08 Thread Changqing Li
On 9/30/22 17:50, Ross Burton wrote: [Please note: This e-mail is from an EXTERNAL e-mail address] Yeah, this is a Docker issue. Fix your docker. Ross Hi, I know this is an docker issue, but this will block yocto build in old docker. I noticed we already have an local patch for glibc to f

Re: [OE-core] [PATCH] fix close_range fails unexpectedly in unprivileged process

2022-09-30 Thread Ross Burton
Yeah, this is a Docker issue. Fix your docker. Ross > On 30 Sep 2022, at 09:48, Changqing Li via lists.openembedded.org > wrote: > > From: Changqing Li > > After commit [1], start a unprivileged container (docker run without > --privileged), > close file will fail. > > This is actually an

[OE-core] [PATCH] fix close_range fails unexpectedly in unprivileged process

2022-09-30 Thread Changqing Li
From: Changqing Li After commit [1], start a unprivileged container (docker run without --privileged), close file will fail. This is actually an docker issue, see [2]. But this issue will block yocto build in docker with glibc2.35+. so add this local patch. [1] https://gitlab.gnome.org/GNOME/