Re: [OE-core] [PATCH 3/3] initscripts: disable mountall.sh for busybox init

2017-11-02 Thread wenzong fan
On 11/02/2017 07:41 PM, Otavio Salvador wrote: On Thu, Nov 2, 2017 at 12:02 AM, wenzong fan wrote: On 11/01/2017 08:51 PM, Otavio Salvador wrote: Hello, On Wed, Nov 1, 2017 at 4:04 AM, wrote: From: Wenzong Fan Disable 'mountall.sh' to avoid system halt while the init manager is set

Re: [OE-core] [PATCH 3/3] initscripts: disable mountall.sh for busybox init

2017-11-02 Thread Otavio Salvador
On Thu, Nov 2, 2017 at 12:02 AM, wenzong fan wrote: > > > On 11/01/2017 08:51 PM, Otavio Salvador wrote: >> >> Hello, >> >> On Wed, Nov 1, 2017 at 4:04 AM, wrote: >>> >>> From: Wenzong Fan >>> >>> Disable 'mountall.sh' to avoid system halt while the init manager is >>> set as 'busybox'. >>> >>>

Re: [OE-core] [PATCH 3/3] initscripts: disable mountall.sh for busybox init

2017-11-01 Thread wenzong fan
On 11/01/2017 08:51 PM, Otavio Salvador wrote: Hello, On Wed, Nov 1, 2017 at 4:04 AM, wrote: From: Wenzong Fan Disable 'mountall.sh' to avoid system halt while the init manager is set as 'busybox'. In busybox init, the 'SIGUSR1' was handled as 'halt', calling to the 'mountall.sh' would t

Re: [OE-core] [PATCH 3/3] initscripts: disable mountall.sh for busybox init

2017-11-01 Thread Otavio Salvador
Hello, On Wed, Nov 1, 2017 at 4:04 AM, wrote: > From: Wenzong Fan > > Disable 'mountall.sh' to avoid system halt while the init manager is > set as 'busybox'. > > In busybox init, the 'SIGUSR1' was handled as 'halt', calling to the > 'mountall.sh' would trigger the signal with: > + kill -USR1

[OE-core] [PATCH 3/3] initscripts: disable mountall.sh for busybox init

2017-10-31 Thread wenzong.fan
From: Wenzong Fan Disable 'mountall.sh' to avoid system halt while the init manager is set as 'busybox'. In busybox init, the 'SIGUSR1' was handled as 'halt', calling to the 'mountall.sh' would trigger the signal with: + kill -USR1 1 This works fine for sysvinit but will fail with the busybox