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
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'.
>>>
>>>
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
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
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