Re: difference in SIGCHLD behavior between Linux and FreeBSD breaks apt

2016-07-18 Thread Alfred Perlstein
On 7/18/16 4:15 PM, Matthew Macy wrote: On Mon, 18 Jul 2016 16:11:53 -0700 Alfred Perlstein wrote > I believe the > > > On 7/6/16 9:34 PM, Matthew Macy wrote: > > As a first step towards managing linux user space in a chrooted /compat/linux, initially for i915 testing

Re: difference in SIGCHLD behavior between Linux and FreeBSD breaks apt

2016-07-18 Thread Matthew Macy
On Mon, 18 Jul 2016 16:11:53 -0700 Alfred Perlstein wrote > I believe the > > > On 7/6/16 9:34 PM, Matthew Macy wrote: > > As a first step towards managing linux user space in a chrooted > > /compat/linux, initially for i915 testing with intel gpu tools, later on > >

Re: difference in SIGCHLD behavior between Linux and FreeBSD breaks apt

2016-07-18 Thread Alfred Perlstein
I believe the On 7/6/16 9:34 PM, Matthew Macy wrote: As a first step towards managing linux user space in a chrooted /compat/linux, initially for i915 testing with intel gpu tools, later on to get widevine and steam to work I'm trying to get apt to work. I've fixed a number of issues to date

Re: difference in SIGCHLD behavior between Linux and FreeBSD breaks apt

2016-07-08 Thread Matthew Macy
> Unsurprisingly I may have misinterpreted the trace. > > John observes: > Alternatively, if apt is creating a pipe() that it passes to dpkg() via > fork() and apt > only creates the read end opened and dpkg only keeps the write end up > opened, then when > dpkg exits, the pipe_r

Re: difference in SIGCHLD behavior between Linux and FreeBSD breaks apt

2016-07-07 Thread Matthew Macy
On Thu, 07 Jul 2016 07:04:24 -0700 Konstantin Belousov wrote > On Thu, Jul 07, 2016 at 12:14:52AM -0700, Don Lewis wrote: > > On 6 Jul, Matthew Macy wrote: > > > > > > > > > > > > On Wed, 06 Jul 2016 23:48:53 -0700 Andrey Chernov > > > wrote > > > >

Re: difference in SIGCHLD behavior between Linux and FreeBSD breaks apt

2016-07-07 Thread Konstantin Belousov
On Thu, Jul 07, 2016 at 12:14:52AM -0700, Don Lewis wrote: > On 6 Jul, Matthew Macy wrote: > > > > > > > > On Wed, 06 Jul 2016 23:48:53 -0700 Andrey Chernov > > wrote > > > On 07.07.2016 9:40, Matthew Macy wrote: > > > > > > > > > > > > > > > > On Wed, 06 Jul 2016

Re: difference in SIGCHLD behavior between Linux and FreeBSD breaks apt

2016-07-07 Thread Andrey Chernov
On 07.07.2016 10:14, Don Lewis wrote: > On 6 Jul, Matthew Macy wrote: >> >> >> >> On Wed, 06 Jul 2016 23:48:53 -0700 Andrey Chernov >> wrote >> > On 07.07.2016 9:40, Matthew Macy wrote: >> > > >> > > >> > > >> > > On Wed, 06 Jul 2016 23:28:40 -0700 Andrey Chernov >>

Re: difference in SIGCHLD behavior between Linux and FreeBSD breaks apt

2016-07-07 Thread Don Lewis
On 6 Jul, Matthew Macy wrote: > > > > On Wed, 06 Jul 2016 23:48:53 -0700 Andrey Chernov > wrote > > On 07.07.2016 9:40, Matthew Macy wrote: > > > > > > > > > > > > On Wed, 06 Jul 2016 23:28:40 -0700 Andrey Chernov > > > wrote > > > > On 07.07.2016 7:52,

Re: difference in SIGCHLD behavior between Linux and FreeBSD breaks apt

2016-07-07 Thread Matthew Macy
On Wed, 06 Jul 2016 23:48:53 -0700 Andrey Chernov wrote > On 07.07.2016 9:40, Matthew Macy wrote: > > > > > > > > On Wed, 06 Jul 2016 23:28:40 -0700 Andrey Chernov > > wrote > > > On 07.07.2016 7:52, K. Macy wrote: > > > > On Wednesday, July 6, 201

Re: difference in SIGCHLD behavior between Linux and FreeBSD breaks apt

2016-07-06 Thread Andrey Chernov
On 07.07.2016 9:40, Matthew Macy wrote: > > > > On Wed, 06 Jul 2016 23:28:40 -0700 Andrey Chernov > wrote > > On 07.07.2016 7:52, K. Macy wrote: > > > On Wednesday, July 6, 2016, Don Lewis wrote: > > > > > >> On 6 Jul, Matthew Macy wrote: > > >>> As a first step towards

Re: difference in SIGCHLD behavior between Linux and FreeBSD breaks apt

2016-07-06 Thread Matthew Macy
On Wed, 06 Jul 2016 23:28:40 -0700 Andrey Chernov wrote > On 07.07.2016 7:52, K. Macy wrote: > > On Wednesday, July 6, 2016, Don Lewis wrote: > > > >> On 6 Jul, Matthew Macy wrote: > >>> As a first step towards managing linux user space in a chrooted > >>> /compat/lin

Re: difference in SIGCHLD behavior between Linux and FreeBSD breaks apt

2016-07-06 Thread Andrey Chernov
On 07.07.2016 7:52, K. Macy wrote: > On Wednesday, July 6, 2016, Don Lewis wrote: > >> On 6 Jul, Matthew Macy wrote: >>> As a first step towards managing linux user space in a chrooted >>> /compat/linux, initially for i915 testing with intel gpu tools, later >>> on to get widevine and steam to w

Re: difference in SIGCHLD behavior between Linux and FreeBSD breaks apt

2016-07-06 Thread K. Macy
On Wednesday, July 6, 2016, Don Lewis wrote: > On 6 Jul, Matthew Macy wrote: > > As a first step towards managing linux user space in a chrooted > > /compat/linux, initially for i915 testing with intel gpu tools, later > > on to get widevine and steam to work I'm trying to get apt to work. > > I

Re: difference in SIGCHLD behavior between Linux and FreeBSD breaks apt

2016-07-06 Thread Don Lewis
On 6 Jul, Matthew Macy wrote: > As a first step towards managing linux user space in a chrooted > /compat/linux, initially for i915 testing with intel gpu tools, later > on to get widevine and steam to work I'm trying to get apt to work. > I've fixed a number of issues to date in pseudofs/linprocf

difference in SIGCHLD behavior between Linux and FreeBSD breaks apt

2016-07-06 Thread Matthew Macy
As a first step towards managing linux user space in a chrooted /compat/linux, initially for i915 testing with intel gpu tools, later on to get widevine and steam to work I'm trying to get apt to work. I've fixed a number of issues to date in pseudofs/linprocfs but now I'm running in to a bug ca