Re: [Toybox] Toybox in Devuan / Debian. Was: [PATCH] losetup: fix the race.

2019-08-08 Thread Rob Landley
On 8/8/19 9:00 AM, David Seikel wrote: > Now that you mention it Devuan has a busybox package, via Debian, but > no toybox package. If we want to do something about that the question > becomes - do we push it into Debian, or push it into Devuan? I might > be able to help with the later. Devuan

Re: [Toybox] [PATCH] losetup: fix the race.

2019-08-08 Thread Rob Landley
On 8/8/19 4:07 PM, enh wrote: >> The Android devices I've seen all use an ordinary tmpfs on /dev, not >> devtmpfs. >> >> (on a walleye device) >> $ adb shell mount | grep ' /dev ' >> tmpfs on /dev type tmpfs >> (rw,seclabel,nosuid,relatime,size=1853688k,nr_inodes=463422,mode=755) > > i think

Re: [Toybox] [PATCH] losetup: fix the race.

2019-08-08 Thread enh via Toybox
On Thu, Aug 8, 2019 at 1:45 PM Ryan Prichard wrote: > > On Thu, Aug 8, 2019 at 5:51 AM Rob Landley wrote: >> >> On 8/6/19 5:08 PM, Ryan Prichard wrote: >> > On Tue, Aug 6, 2019 at 1:56 PM Rob Landley > > > wrote: >> > >> > On 8/5/19 7:40 PM, Ryan Prichard via Toybox

Re: [Toybox] [PATCH] losetup: fix the race.

2019-08-08 Thread Josh Gao via Toybox
On Wed, Aug 7, 2019 at 8:59 AM enh via Toybox wrote: > iirc, the adb maintainer has similar problems where when you first > connect an Android device to a Linux host, it shows up but with the > wrong permissions which then fix themselves if you wait+retry. which > for my money is even worse. (but

Re: [Toybox] [PATCH] losetup: fix the race.

2019-08-08 Thread Ryan Prichard via Toybox
On Thu, Aug 8, 2019 at 5:51 AM Rob Landley wrote: > On 8/6/19 5:08 PM, Ryan Prichard wrote: > > On Tue, Aug 6, 2019 at 1:56 PM Rob Landley > > wrote: > > > > On 8/5/19 7:40 PM, Ryan Prichard via Toybox wrote: > > > I think this patch fixes a race I noticed, but

[Toybox] Toybox in Devuan / Debian. Was: [PATCH] losetup: fix the race.

2019-08-08 Thread David Seikel
On Thu, 8 Aug 2019 08:10:12 -0500 Rob Landley said : > On 8/7/19 10:59 AM, enh wrote: > > and if the next stage in your personal "surely this can't be true?" > > journey is the same as mine, the answer i got from our init > > maintainer for the "why?" is that the kernel doesn't want to have > > an

Re: [Toybox] [PATCH] losetup: fix the race.

2019-08-08 Thread Rob Landley
On 8/7/19 10:59 AM, enh wrote: > and if the next stage in your personal "surely this can't be true?" > journey is the same as mine, the answer i got from our init maintainer > for the "why?" is that the kernel doesn't want to have an opinion on > permissions etc. (they pointed out that Android's

Re: [Toybox] [PATCH] losetup: fix the race.

2019-08-08 Thread Rob Landley
On 8/6/19 5:08 PM, Ryan Prichard wrote: > On Tue, Aug 6, 2019 at 1:56 PM Rob Landley > wrote: > > On 8/5/19 7:40 PM, Ryan Prichard via Toybox wrote: > > I think this patch fixes a race I noticed, but in practice I was > hitting a > > different race. AfterÂ