linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* modprobing ipmi_si on Dell Power Edge 2600 make the terminal hang kernel ver. >= 2.6.20
@ 2008-01-21  1:40 william cheng
  2008-01-21  8:15 ` Mikael Pettersson
  2008-01-22 12:50 ` Matt Domsch
  0 siblings, 2 replies; 5+ messages in thread
From: william cheng @ 2008-01-21  1:40 UTC (permalink / raw)
  To: linux-kernel

Dear all,

        We got some problem on modprobing the ipmi_si module on Dell
Power Edge 2600.
        On modprobing the ipmi_si the terminal hang and the process
cannot be terminated by control-C.
        We got these messages in dmesg

        ipmi message handler version 39.1
        IPMI System Interface driver.
        ipmi_si: Trying SMBIOS-specified bt state machine at i/o
address 0xe4, slave address 0x20, irq 10
          Using irq 10
        IPMI BT: req2rsp=10 secs retries=3
        ipmi_si: Error clearing flags: c6


        We have tested a few other dell machine (Power Edge 2500,
2900, ....), and this problem only occurs in Power Edge 2600.


        The problem occurs in the following testes
        Debian testing lenny
        Ubuntu 7.10
        Ubuntu 7.04
        Fedore 8
        Kernel 2.6.20
        Kernel 2.6.21
        Kernel 2.6.22
        Kernel 2.6.22.5
        Kernel 2.6.22.14
        Kernel 2.6.22.15
        Kernel 2.6.23.12

        While in the following testes we can successfully modprobe the ipmi_si
        Ubuntu 6.10
        Debian 4.0r2
        Kernel 2.6.18.3
        Kernel 2.6.18.5
        Kernel 2.6.18.8
        Kernel 2.6.19
        Kernel 2.6.19.7

        It looks like the problem only occurs when using kernel after
2.6.20 with Power Edge 2600.
        Anyone know the reason for that?
        Any additional information should I provide?
        Thanks
William

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

* Re: modprobing ipmi_si on Dell Power Edge 2600 make the terminal hang kernel ver. >= 2.6.20
  2008-01-21  1:40 modprobing ipmi_si on Dell Power Edge 2600 make the terminal hang kernel ver. >= 2.6.20 william cheng
@ 2008-01-21  8:15 ` Mikael Pettersson
  2008-01-22 12:50 ` Matt Domsch
  1 sibling, 0 replies; 5+ messages in thread
From: Mikael Pettersson @ 2008-01-21  8:15 UTC (permalink / raw)
  To: william cheng; +Cc: linux-kernel

william cheng writes:
 > Dear all,
 > 
 >         We got some problem on modprobing the ipmi_si module on Dell
 > Power Edge 2600.
 >         On modprobing the ipmi_si the terminal hang and the process
 > cannot be terminated by control-C.
 >         We got these messages in dmesg
 > 
 >         ipmi message handler version 39.1
 >         IPMI System Interface driver.
 >         ipmi_si: Trying SMBIOS-specified bt state machine at i/o
 > address 0xe4, slave address 0x20, irq 10
 >           Using irq 10
 >         IPMI BT: req2rsp=10 secs retries=3
 >         ipmi_si: Error clearing flags: c6
 > 
 > 
 >         We have tested a few other dell machine (Power Edge 2500,
 > 2900, ....), and this problem only occurs in Power Edge 2600.
 > 
 > 
 >         The problem occurs in the following testes
 >         Debian testing lenny
 >         Ubuntu 7.10
 >         Ubuntu 7.04
 >         Fedore 8
 >         Kernel 2.6.20
 >         Kernel 2.6.21
 >         Kernel 2.6.22
 >         Kernel 2.6.22.5
 >         Kernel 2.6.22.14
 >         Kernel 2.6.22.15
 >         Kernel 2.6.23.12
 > 
 >         While in the following testes we can successfully modprobe the ipmi_si
 >         Ubuntu 6.10
 >         Debian 4.0r2
 >         Kernel 2.6.18.3
 >         Kernel 2.6.18.5
 >         Kernel 2.6.18.8
 >         Kernel 2.6.19
 >         Kernel 2.6.19.7
 > 
 >         It looks like the problem only occurs when using kernel after
 > 2.6.20 with Power Edge 2600.

I saw the same loop when upgrading a PE2600 from an RHEL4 2.6.9
kernel to an RHEL5 2.6.18 kernel. Since I had no interest in ipmi_si
I just de-configured it and wrote it off as yet another RHEL bug.
Seems now that RedHat backported an upstream bug :-(

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

* Re: modprobing ipmi_si on Dell Power Edge 2600 make the terminal hang kernel ver. >= 2.6.20
  2008-01-21  1:40 modprobing ipmi_si on Dell Power Edge 2600 make the terminal hang kernel ver. >= 2.6.20 william cheng
  2008-01-21  8:15 ` Mikael Pettersson
@ 2008-01-22 12:50 ` Matt Domsch
  2008-01-22 15:02   ` [Openipmi-developer] " Matt Domsch
  1 sibling, 1 reply; 5+ messages in thread
From: Matt Domsch @ 2008-01-22 12:50 UTC (permalink / raw)
  To: william cheng; +Cc: linux-kernel, openipmi-developer

On Mon, Jan 21, 2008 at 09:40:59AM +0800, william cheng wrote:
> Dear all,
> 
>         We got some problem on modprobing the ipmi_si module on Dell
> Power Edge 2600.

I've asked someone to look into this.

-- 
Matt Domsch
Linux Technology Strategist, Dell Office of the CTO
linux.dell.com & www.dell.com/linux

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

* Re: [Openipmi-developer] modprobing ipmi_si on Dell Power Edge 2600 make the terminal hang kernel ver. >= 2.6.20
  2008-01-22 12:50 ` Matt Domsch
@ 2008-01-22 15:02   ` Matt Domsch
  2008-01-22 15:33     ` Corey Minyard
  0 siblings, 1 reply; 5+ messages in thread
From: Matt Domsch @ 2008-01-22 15:02 UTC (permalink / raw)
  To: william cheng; +Cc: openipmi-developer, linux-kernel

On Tue, Jan 22, 2008 at 06:50:31AM -0600, Matt Domsch wrote:
> On Mon, Jan 21, 2008 at 09:40:59AM +0800, william cheng wrote:
> > Dear all,
> > 
> >         We got some problem on modprobing the ipmi_si module on Dell
> > Power Edge 2600.
> 
> I've asked someone to look into this.

and I've filed this as
http://bugzilla.kernel.org/show_bug.cgi?id=9793

-- 
Matt Domsch
Linux Technology Strategist, Dell Office of the CTO
linux.dell.com & www.dell.com/linux

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

* Re: [Openipmi-developer] modprobing ipmi_si on Dell Power Edge 2600 make the terminal hang kernel ver. >= 2.6.20
  2008-01-22 15:02   ` [Openipmi-developer] " Matt Domsch
@ 2008-01-22 15:33     ` Corey Minyard
  0 siblings, 0 replies; 5+ messages in thread
From: Corey Minyard @ 2008-01-22 15:33 UTC (permalink / raw)
  To: Matt Domsch; +Cc: william cheng, openipmi-developer, linux-kernel

Matt Domsch wrote:
> On Tue, Jan 22, 2008 at 06:50:31AM -0600, Matt Domsch wrote:
>   
>> On Mon, Jan 21, 2008 at 09:40:59AM +0800, william cheng wrote:
>>     
>>> Dear all,
>>>
>>>         We got some problem on modprobing the ipmi_si module on Dell
>>> Power Edge 2600.
>>>       
>> I've asked someone to look into this.
>>     
>
> and I've filed this as
> http://bugzilla.kernel.org/show_bug.cgi?id=9793
>   
I've posted a response to that bugzilla entry.

-corey


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

end of thread, other threads:[~2008-01-22 15:34 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-01-21  1:40 modprobing ipmi_si on Dell Power Edge 2600 make the terminal hang kernel ver. >= 2.6.20 william cheng
2008-01-21  8:15 ` Mikael Pettersson
2008-01-22 12:50 ` Matt Domsch
2008-01-22 15:02   ` [Openipmi-developer] " Matt Domsch
2008-01-22 15:33     ` Corey Minyard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).