Re: [PATCH] nbd-client: support newstyle protocol, -b, -d

2018-10-19 Thread Elvira Khabirova
On Tue, 9 Oct 2018 01:41:48 +0200 Elvira Khabirova wrote: > Recognize the "newstyle" protocol and switch to it automatically. > Add options for setting blocksize (-b) and for disconnecting > a nbd device (-d). Ping. Support for oldstyle protocol was dropped in nbd-server v3.10, which was

busybox equivalent flag for tar --selinux

2018-10-19 Thread Alexander Reiche
Hi, i am wondering if busybox tar can restore selinux labels. Found an 8 years old commit for ENABLE_FEATURE_TAR_SELINUX but no --selinux or -p option in documentation: https://busybox.net/BusyBox.html#tar https://git.busybox.net/busybox/commit/?id=77a2c51e79eb54c8f5cc8903465223cbac6e8d50

Re: printf can't handle the '+' char in front of an integer

2018-10-19 Thread Cristian Ionescu-Idbohrn
On Fri, 19 Oct 2018, Bernhard Reutner-Fischer wrote: > > right. Also "%d" ' 42' was moaning about the leading whitespace. > 3db4e7f84cf795de8559ea0d96eaa491999ccf24 > Thanks for mentioning! Thanks. -- Cristian ___ busybox mailing list

Re: printf can't handle the '+' char in front of an integer

2018-10-19 Thread Bernhard Reutner-Fischer
On Fri, 19 Oct 2018 at 15:30, Bernhard Reutner-Fischer wrote: > > On Fri, 19 Oct 2018 at 11:03, Cristian Ionescu-Idbohrn > wrote: > > > > The documentation on this page: > > > > > > http://pubs.opengroup.org/onlinepubs/9699919799/utilities/printf.html > > > > (search for 'ISO/IEC

Re: printf can't handle the '+' char in front of an integer

2018-10-19 Thread Bernhard Reutner-Fischer
On Fri, 19 Oct 2018 at 11:03, Cristian Ionescu-Idbohrn wrote: > > The documentation on this page: > > http://pubs.opengroup.org/onlinepubs/9699919799/utilities/printf.html > > (search for 'ISO/IEC 646:1991') shows this example: > > printf "%d\n" 3 +3 -3 \'3 \"+3 "'-3" > > busybox

printf can't handle the '+' char in front of an integer

2018-10-19 Thread Cristian Ionescu-Idbohrn
The documentation on this page: http://pubs.opengroup.org/onlinepubs/9699919799/utilities/printf.html (search for 'ISO/IEC 646:1991') shows this example: printf "%d\n" 3 +3 -3 \'3 \"+3 "'-3" busybox ash can't handle the '+3' argument (tested with v1.30.0.git, v1.27.2 and