Re: [PATCH 1/1] makedevs: set path size to match linux

2017-06-26 Thread Michael Conrad
On 6/26/2017 9:45 PM, Matthew Weber wrote: Baruch/Emmanuel, On Mon, Jun 26, 2017 at 7:36 PM, Emmanuel Deloget wrote: Hello, On Mon, Jun 26, 2017 at 11:23 PM, Matthew Weber wrote: Baruch, On Mon, Jun 26, 2017 at 3:55 PM, Baruch Siach

Re: [PATCH 1/1] makedevs: set path size to match linux

2017-06-26 Thread Matthew Weber
Baruch/Emmanuel, On Mon, Jun 26, 2017 at 7:36 PM, Emmanuel Deloget wrote: > Hello, > > On Mon, Jun 26, 2017 at 11:23 PM, Matthew Weber > wrote: >> >> Baruch, >> >> On Mon, Jun 26, 2017 at 3:55 PM, Baruch Siach wrote: >> > Hi

Re: [PATCH 1/1] makedevs: set path size to match linux

2017-06-26 Thread Emmanuel Deloget
Hello, On Mon, Jun 26, 2017 at 11:23 PM, Matthew Weber < matthew.we...@rockwellcollins.com> wrote: > Baruch, > > On Mon, Jun 26, 2017 at 3:55 PM, Baruch Siach wrote: > > Hi Jared, > > > > On Mon, Jun 26, 2017 at 03:33:09PM -0500, Matt Weber wrote: > >> From: Jared Bents

Re: [PATCH 1/1] makedevs: set path size to match linux

2017-06-26 Thread Matthew Weber
Baruch, On Mon, Jun 26, 2017 at 3:55 PM, Baruch Siach wrote: > Hi Jared, > > On Mon, Jun 26, 2017 at 03:33:09PM -0500, Matt Weber wrote: >> From: Jared Bents >> >> Update to increase the pathname limit to the >> linux limit of 4096 characters.

Re: [PATCH 1/1] makedevs: set path size to match linux

2017-06-26 Thread Baruch Siach
Hi Jared, On Mon, Jun 26, 2017 at 03:33:09PM -0500, Matt Weber wrote: > From: Jared Bents > > Update to increase the pathname limit to the > linux limit of 4096 characters. > > Similar patch: > https://patchwork.openembedded.org/patch/131475/ > >

[PATCH 1/1] makedevs: set path size to match linux

2017-06-26 Thread Matt Weber
From: Jared Bents Update to increase the pathname limit to the linux limit of 4096 characters. Similar patch: https://patchwork.openembedded.org/patch/131475/ Signed-off-by: Jared Bents Signed-off-by: Matt Weber

[PATCH] Re: ash fails to read $HOME/.profile

2017-06-26 Thread Tito
On 06/26/2017 09:07 PM, Tito wrote: On 06/26/2017 06:37 PM, KP.Kirchdoerfer wrote: Am Sonntag, 25. Juni 2017, 22:01:34 schrieb Tito: On 06/25/2017 04:20 PM, KP.Kirchdoerfer wrote: HI; Am Samstag, 24. Juni 2017, 22:03:36 schrieb Tito: On 06/24/2017 06:21 PM, KP.Kirchdoerfer wrote: Hi;

Re: ash fails to read $HOME/.profile

2017-06-26 Thread KP.Kirchdoerfer
Am Montag, 26. Juni 2017, 21:07:21 schrieb Tito: > On 06/26/2017 06:37 PM, KP.Kirchdoerfer wrote: > > Am Sonntag, 25. Juni 2017, 22:01:34 schrieb Tito: > >> On 06/25/2017 04:20 PM, KP.Kirchdoerfer wrote: > >>> HI; > >>> > >>> Am Samstag, 24. Juni 2017, 22:03:36 schrieb Tito: > On 06/24/2017

Re: Pgrep -fx not matching anything

2017-06-26 Thread Denys Vlasenko
On Mon, Jun 26, 2017 at 3:46 PM, Hadrien Lacour wrote: > It works now. The only difference with GNU is now the output (not really > important for me and better than GNU; no POSIX standard to follow here): > > $ sleep 1000 & > $ pgrep -flx "sleep 1000" > 24263 sleep

Re: ash fails to read $HOME/.profile

2017-06-26 Thread Tito
On 06/26/2017 06:37 PM, KP.Kirchdoerfer wrote: Am Sonntag, 25. Juni 2017, 22:01:34 schrieb Tito: On 06/25/2017 04:20 PM, KP.Kirchdoerfer wrote: HI; Am Samstag, 24. Juni 2017, 22:03:36 schrieb Tito: On 06/24/2017 06:21 PM, KP.Kirchdoerfer wrote: Hi; I'm using busybox 1.25.1 and when

Re: [PATCH] Added support for timezones on dhcp6-client (RFC 4833)

2017-06-26 Thread Denys Vlasenko
On Wed, Jun 21, 2017 at 4:29 PM, tiggersWelt.net (Support) wrote: > static const char opt_req[] = { > (D6_OPT_ORO >> 8), (D6_OPT_ORO & 0xff), > - 0, 6, > + 0, 10, > (D6_OPT_DNS_SERVERS >> 8), (D6_OPT_DNS_SERVERS & 0xff), >

Re: ash fails to read $HOME/.profile

2017-06-26 Thread KP.Kirchdoerfer
Am Sonntag, 25. Juni 2017, 22:01:34 schrieb Tito: > On 06/25/2017 04:20 PM, KP.Kirchdoerfer wrote: > > HI; > > > > Am Samstag, 24. Juni 2017, 22:03:36 schrieb Tito: > >> On 06/24/2017 06:21 PM, KP.Kirchdoerfer wrote: > >>> Hi; > >>> > >>> I'm using busybox 1.25.1 and when loggingin as root it

[PATCH] watchdog: stop watchdog first on startup

2017-06-26 Thread Matt Spinler
From: Matt Spinler Some watchdog implementations may do things other than issue a reboot on a watchdog timeout. In this case, there's the possibility of restarting this program from the state of the watchdog device not being properly stopped (done by writing a 'V' and

Re: Pgrep -fx not matching anything

2017-06-26 Thread Hadrien Lacour
On Mon, Jun 26, 2017 at 02:43:07PM +0200, Denys Vlasenko wrote: > Fixed in git just now, please try. > > On Tue, Jun 20, 2017 at 4:34 PM, Hadrien Lacour > wrote: > > Hello, > > I'm having a bit of trouble using pgrep -fx; here's a simple example: > > $ uname -a > >

Re: Pgrep -fx not matching anything

2017-06-26 Thread Denys Vlasenko
Fixed in git just now, please try. On Tue, Jun 20, 2017 at 4:34 PM, Hadrien Lacour wrote: > Hello, > I'm having a bit of trouble using pgrep -fx; here's a simple example: > $ uname -a > Linux gentoo 4.9.33-gentoo #1 SMP Sun Jun 18 01:43:49 CEST 2017 x86_64 AMD >