All of lore.kernel.org
 help / color / mirror / Atom feed
* preempt-rt kernel shutdown now command does not work
@ 2011-09-30  0:54 Bodke, Kishore K
  2011-09-30  1:44 ` Darren Hart
  0 siblings, 1 reply; 5+ messages in thread
From: Bodke, Kishore K @ 2011-09-30  0:54 UTC (permalink / raw)
  To: yocto@yoctoproject.org; +Cc: Hart, Darren

[-- Attachment #1: Type: text/plain, Size: 341 bytes --]

Hi,

"shutdown -h now" command is not working on core-image-sato image with preempt-rt kernel 3.0.4  on Romley and crystal forest BSP

I get
Warning**: could not initialize ACPI battery.
Xinit: connection to X server lost.
xinit: uexpected signal 15

Does anybody see the same problem on other meta-intel BSPs?

Thanks
Kishore.

[-- Attachment #2: Type: text/html, Size: 4975 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: preempt-rt kernel shutdown now command does not work
  2011-09-30  0:54 preempt-rt kernel shutdown now command does not work Bodke, Kishore K
@ 2011-09-30  1:44 ` Darren Hart
  2011-09-30  2:32   ` Bodke, Kishore K
  0 siblings, 1 reply; 5+ messages in thread
From: Darren Hart @ 2011-09-30  1:44 UTC (permalink / raw)
  To: Bodke, Kishore K; +Cc: yocto@yoctoproject.org

On 09/29/2011 05:54 PM, Bodke, Kishore K wrote:
> Hi,
> 
> "shutdown -h now" command is not working on core-image-sato image
> with preempt-rt kernel 3.0.4  on Romley and crystal forest BSP
> 
> I get Warning**: could not initialize ACPI battery. Xinit: connection
> to X server lost. xinit: uexpected signal 15

Hi Kishore,


I don't know that I've tried that specific command.

I see the unexpected signal message when shutting down the qemux86 sato
image (non-rt) with that or the halt command, but it does shut all the
way down. In your case does the system continue to be responsive after
issuing the command?


-- 
Darren Hart
Intel Open Source Technology Center
Yocto Project - Linux Kernel


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: preempt-rt kernel shutdown now command does not work
  2011-09-30  1:44 ` Darren Hart
@ 2011-09-30  2:32   ` Bodke, Kishore K
  2011-09-30  2:40     ` Darren Hart
  0 siblings, 1 reply; 5+ messages in thread
From: Bodke, Kishore K @ 2011-09-30  2:32 UTC (permalink / raw)
  To: Hart, Darren; +Cc: yocto@yoctoproject.org

Hi Darren,

For the non-rt "shutdown now" works perfectly fine. 
For the rt kernel, after the command is issued, it tries to halt the system and hangs there  forever after the connection to the X server is lost.

Thanks
Kishore.

-----Original Message-----
From: Hart, Darren 
Sent: Thursday, September 29, 2011 6:44 PM
To: Bodke, Kishore K
Cc: yocto@yoctoproject.org
Subject: Re: preempt-rt kernel shutdown now command does not work

On 09/29/2011 05:54 PM, Bodke, Kishore K wrote:
> Hi,
> 
> "shutdown -h now" command is not working on core-image-sato image
> with preempt-rt kernel 3.0.4  on Romley and crystal forest BSP
> 
> I get Warning**: could not initialize ACPI battery. Xinit: connection
> to X server lost. xinit: uexpected signal 15

Hi Kishore,


I don't know that I've tried that specific command.

I see the unexpected signal message when shutting down the qemux86 sato
image (non-rt) with that or the halt command, but it does shut all the
way down. In your case does the system continue to be responsive after
issuing the command?


-- 
Darren Hart
Intel Open Source Technology Center
Yocto Project - Linux Kernel


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: preempt-rt kernel shutdown now command does not work
  2011-09-30  2:32   ` Bodke, Kishore K
@ 2011-09-30  2:40     ` Darren Hart
  2011-09-30  2:44       ` Bruce Ashfield
  0 siblings, 1 reply; 5+ messages in thread
From: Darren Hart @ 2011-09-30  2:40 UTC (permalink / raw)
  To: Bodke, Kishore K; +Cc: yocto@yoctoproject.org

On 09/29/2011 07:32 PM, Bodke, Kishore K wrote:
> Hi Darren,
> 
> For the non-rt "shutdown now" works perfectly fine. For the rt
> kernel, after the command is issued, it tries to halt the system and
> hangs there  forever after the connection to the X server is lost.

Sounds like a legitimate bug. It works in qemux86 with -rt. I'll be able
to test an rt image on a meta-intel board in the morning. In the mean
time, please open a bug and let us know how critical you feel it is.

Thanks,

--
Darren

> 
> Thanks Kishore.
> 
> -----Original Message----- From: Hart, Darren Sent: Thursday,
> September 29, 2011 6:44 PM To: Bodke, Kishore K Cc:
> yocto@yoctoproject.org Subject: Re: preempt-rt kernel shutdown now
> command does not work
> 
> On 09/29/2011 05:54 PM, Bodke, Kishore K wrote:
>> Hi,
>> 
>> "shutdown -h now" command is not working on core-image-sato image 
>> with preempt-rt kernel 3.0.4  on Romley and crystal forest BSP
>> 
>> I get Warning**: could not initialize ACPI battery. Xinit:
>> connection to X server lost. xinit: uexpected signal 15
> 
> Hi Kishore,
> 
> 
> I don't know that I've tried that specific command.
> 
> I see the unexpected signal message when shutting down the qemux86
> sato image (non-rt) with that or the halt command, but it does shut
> all the way down. In your case does the system continue to be
> responsive after issuing the command?
> 
> 


-- 
Darren Hart
Intel Open Source Technology Center
Yocto Project - Linux Kernel


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: preempt-rt kernel shutdown now command does not work
  2011-09-30  2:40     ` Darren Hart
@ 2011-09-30  2:44       ` Bruce Ashfield
  0 siblings, 0 replies; 5+ messages in thread
From: Bruce Ashfield @ 2011-09-30  2:44 UTC (permalink / raw)
  To: Darren Hart; +Cc: yocto@yoctoproject.org

On 11-09-29 10:40 PM, Darren Hart wrote:
> On 09/29/2011 07:32 PM, Bodke, Kishore K wrote:
>> Hi Darren,
>>
>> For the non-rt "shutdown now" works perfectly fine. For the rt
>> kernel, after the command is issued, it tries to halt the system and
>> hangs there  forever after the connection to the X server is lost.
>
> Sounds like a legitimate bug. It works in qemux86 with -rt. I'll be able
> to test an rt image on a meta-intel board in the morning. In the mean
> time, please open a bug and let us know how critical you feel it is.

It's also worth trying the board booted UP versus SMP. We've seen
this in the past with kstop and thread migration interacting badly
on -rt. Forcing them to cpu0 on shutdown fixed those problems.

Bruce



>
> Thanks,
>
> --
> Darren
>
>>
>> Thanks Kishore.
>>
>> -----Original Message----- From: Hart, Darren Sent: Thursday,
>> September 29, 2011 6:44 PM To: Bodke, Kishore K Cc:
>> yocto@yoctoproject.org Subject: Re: preempt-rt kernel shutdown now
>> command does not work
>>
>> On 09/29/2011 05:54 PM, Bodke, Kishore K wrote:
>>> Hi,
>>>
>>> "shutdown -h now" command is not working on core-image-sato image
>>> with preempt-rt kernel 3.0.4  on Romley and crystal forest BSP
>>>
>>> I get Warning**: could not initialize ACPI battery. Xinit:
>>> connection to X server lost. xinit: uexpected signal 15
>>
>> Hi Kishore,
>>
>>
>> I don't know that I've tried that specific command.
>>
>> I see the unexpected signal message when shutting down the qemux86
>> sato image (non-rt) with that or the halt command, but it does shut
>> all the way down. In your case does the system continue to be
>> responsive after issuing the command?
>>
>>
>
>



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2011-09-30  2:44 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-30  0:54 preempt-rt kernel shutdown now command does not work Bodke, Kishore K
2011-09-30  1:44 ` Darren Hart
2011-09-30  2:32   ` Bodke, Kishore K
2011-09-30  2:40     ` Darren Hart
2011-09-30  2:44       ` Bruce Ashfield

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.