Re: [PATCH] vi: avoid touching a new file with ZZ when no editing has been done

2017-03-24 Thread Denys Vlasenko
On Mon, Feb 13, 2017 at 4:00 AM, Yousong Zhou wrote: > This is the behaviour observed with standard vim and busybox vi of at > least 1.22.1. It was changed with commit "32afd3a vi: some > simplifications" which happened before 1.23.0. > > Mistyping filename on command line

Re: [PATCH] quote arguments in xtrace output

2017-03-24 Thread Martijn Dekker
Op 24-03-17 om 17:39 schreef Denys Vlasenko: > IOW: dash is not dead. Bugs were fixed there recently. You know, routing replies to off-list messages back to the list is not really a nice thing to do at all. Yes, it is entirely possible dash development will pick up again. That's why there was no

Re: Busybox httpd sends output of stderr to the Website

2017-03-24 Thread Denys Vlasenko
On Thu, Mar 23, 2017 at 11:45 AM, Steve Bennett wrote: > >> On 23 Mar 2017, at 5:51 PM, Dirk Lohse wrote: >> >> A workaround for me is to not use inetd mode. But the reason for this >> behavior should be found and fixed - I think. >> >> Dirk >> > >

Re: [PATCH] quote arguments in xtrace output

2017-03-24 Thread Denys Vlasenko
On Sun, Mar 19, 2017 at 8:51 PM, Martijn Dekker wrote: > Op 19-03-17 om 20:18 schreef Denys Vlasenko: >> Is it in dash git already? >> >> Can you ping me when it reaches dash git? > > Official dash development is completely dead at the moment (zero > activity on git since the

Re: [PATCH 1/1] switch_root: When console doesn't exist don't bail out

2017-03-24 Thread Andrei Gherzan
On Fri, Mar 24, 2017 at 3:52 PM, Andrei Gherzan wrote: > On Fri, Mar 24, 2017 at 3:45 PM, Andrei Gherzan wrote: >> I will send a follow up. This change has a bug. > > Interesting. You actually merged a modified version. That was exactly > my change too but

[PATCH 1/1] switch_root: Fix undefined fd and minor tweak

2017-03-24 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan --- util-linux/switch_root.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/util-linux/switch_root.c b/util-linux/switch_root.c index aaee35a3e..cae61d5ac 100644 --- a/util-linux/switch_root.c +++

Re: [PATCH 1/1] switch_root: When console doesn't exist don't bail out

2017-03-24 Thread Andrei Gherzan
On Fri, Mar 24, 2017 at 3:45 PM, Andrei Gherzan wrote: > I will send a follow up. This change has a bug. Interesting. You actually merged a modified version. That was exactly my change too but in one line: if ((fd = open_or_warn(console, O_RDWR)) != -1) { I can push a

Re: [PATCH 1/1] switch_root: When console doesn't exist don't bail out

2017-03-24 Thread Andrei Gherzan
I will send a follow up. This change has a bug. On Fri, Mar 24, 2017 at 3:40 PM, Denys Vlasenko wrote: > Applied, thanks > > On Fri, Mar 24, 2017 at 12:44 AM, Andrei Gherzan wrote: >> Busybox is very often used in initramfs at the end of which

Re: [PATCH 1/1] switch_root: When console doesn't exist don't bail out

2017-03-24 Thread Denys Vlasenko
Applied, thanks On Fri, Mar 24, 2017 at 12:44 AM, Andrei Gherzan wrote: > Busybox is very often used in initramfs at the end of which usually > there is a switch_root to the actual rootfs. There are many cases where > the console kernel argument is either just a placeholder

Re: mdev change no longer supporting v2.6.2x kernels by using /sys/dev

2017-03-24 Thread Richard Moore
>> "Richard" == Richard Moore writes: > > > Hi, > > Would it be possible to please make the recent mdev change in v1.26 an > > option? > > > * mdev (mdev: create devices from /sys/dev) commit 20a3262 (Sep 7, > 2016) > > > I am stuck with a v2.6.2x kernel and I am sure