public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Proliant hangs with 2.4 but works with 2.2.
@ 2001-02-18 23:08 lafanga lafanga
  2001-02-18 23:57 ` Johannes Erdfelt
  2001-02-19  1:53 ` Alan Cox
  0 siblings, 2 replies; 13+ messages in thread
From: lafanga lafanga @ 2001-02-18 23:08 UTC (permalink / raw)
  To: linux-kernel

I have a Compaq Proliant 1600 server which can be hung on demand with all 
the 2.4 series kernels I have tried (2.4, 2.4.1 & 2.4.2-pre3). Kernel 2.2.16 
runs perfectly (from a default RH7.0).

I have ensured that the server meets the necessary requirements for the 2.4 
kernels (modutils etc) and I have tried kgcc and various gcc versions. When 
compiling I have tried default configs and also minimalist configs (with 
only cpqarray and tlan). I have also ensured that I have the latest current 
SmartStart CD (4.9) and have setup the firmware for installing Linux.

The programs 'gpm', 'kudzu' and 'startx' all hang the server immediately 
after they exit (with exit status 0). I cannot pinpoint why the kernel hangs 
and would appreciate any help. The only thing I suspect it may be is that it 
is a dual processor mobo with only one processor but I don't know how this 
detection has changed in the 2.4 kernels.

Thanks.

Ayub.
_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.


^ permalink raw reply	[flat|nested] 13+ messages in thread
* Re: Proliant hangs with 2.4 but works with 2.2.
@ 2001-02-19  0:04 lafanga lafanga
  0 siblings, 0 replies; 13+ messages in thread
From: lafanga lafanga @ 2001-02-19  0:04 UTC (permalink / raw)
  To: johannes; +Cc: linux-kernel

There is indeed a PS/2 mouse and it is plugged in. As far as I know its an 
Intel 440BX chipset since its a 100Mhz bus.


>From: Johannes Erdfelt <johannes@erdfelt.com>
>To: lafanga lafanga <lafanga1@hotmail.com>
>CC: linux-kernel@vger.kernel.org
>Subject: Re: Proliant hangs with 2.4 but works with 2.2.
>Date: Sun, 18 Feb 2001 18:57:48 -0500
>
>On Sun, Feb 18, 2001, lafanga lafanga <lafanga1@hotmail.com> wrote:
> > The programs 'gpm', 'kudzu' and 'startx' all hang the server immediately
> > after they exit (with exit status 0). I cannot pinpoint why the kernel 
>hangs
> > and would appreciate any help. The only thing I suspect it may be is 
>that it
> > is a dual processor mobo with only one processor but I don't know how 
>this
> > detection has changed in the 2.4 kernels.
>
>I bet you it has to do with the PS/2 port. Do you have a mouse plugged
>in?
>
>Does the 1600 use a Serverworks chipset?
>
>JE
>

_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.


^ permalink raw reply	[flat|nested] 13+ messages in thread
* Re: Proliant hangs with 2.4 but works with 2.2.
@ 2001-02-19  0:40 Trevor Hemsley
  0 siblings, 0 replies; 13+ messages in thread
From: Trevor Hemsley @ 2001-02-19  0:40 UTC (permalink / raw)
  To: linux-kernel

On Sun, 18 Feb 2001 23:09:17, "lafanga lafanga" <lafanga1@hotmail.com>
wrote:

> I have a Compaq Proliant 1600 server which can be hung on demand with all 
> the 2.4 series kernels I have tried (2.4, 2.4.1 & 2.4.2-pre3). Kernel 2.2.16 
> runs perfectly (from a default RH7.0).
> 
> I have ensured that the server meets the necessary requirements for the 2.4 
> kernels (modutils etc) and I have tried kgcc and various gcc versions. When 
> compiling I have tried default configs and also minimalist configs (with 
> only cpqarray and tlan). I have also ensured that I have the latest current 
> SmartStart CD (4.9) and have setup the firmware for installing Linux.

If you cat /proc/ioports does cpqarray show any registered ioports? I 
think it has a bug that means it doesn't request_region() for the 
ioports it uses and this means that any other driver that tries to 
auto-detect hardware by probing ports can stomp on its toes. This is 
certainly the case for EISA cpqarray controllers which is where I 
found this. I sent a report into arrays@compaq.com or whatever the 
address listed in the maintainers file is but haven't heard anything. 
This bug _may_ only exist for EISA controllers - I couldn't test the 
PCI version since the only machine I have with one in is running that 
other o/s.

-- 
Trevor Hemsley, Brighton, UK.
Trevor-Hemsley@dial.pipex.com

^ permalink raw reply	[flat|nested] 13+ messages in thread
* Re: Proliant hangs with 2.4 but works with 2.2.
@ 2001-02-19 10:35 lafanga lafanga
  2001-02-19 11:37 ` Alan Cox
  0 siblings, 1 reply; 13+ messages in thread
From: lafanga lafanga @ 2001-02-19 10:35 UTC (permalink / raw)
  To: alan; +Cc: linux-kernel

Alan,

You were spot on. Indeed touching the device file causes it to hang. Should 
I recompile the kernel in a particular way to avoid this?

Many Thanks.

>From: Alan Cox <alan@lxorguk.ukuu.org.uk>
>To: lafanga1@hotmail.com (lafanga lafanga)
>CC: linux-kernel@vger.kernel.org
>Subject: Re: Proliant hangs with 2.4 but works with 2.2.
>Date: Mon, 19 Feb 2001 01:53:59 +0000 (GMT)
>
> > The programs 'gpm', 'kudzu' and 'startx' all hang the server immediately
> > after they exit (with exit status 0). I cannot pinpoint why the kernel 
>hangs
> > and would appreciate any help. The only thing I suspect it may be is 
>that it
>
>The three of them all touch the mouse. Does
>
>dd if=/dev/psaux of=/dev/null count=256
>
>also hang the box ?
>

_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.


^ permalink raw reply	[flat|nested] 13+ messages in thread
* Re: Proliant hangs with 2.4 but works with 2.2.
@ 2001-02-19 14:39 lafanga lafanga
  2001-02-19 16:17 ` Alan Cox
  0 siblings, 1 reply; 13+ messages in thread
From: lafanga lafanga @ 2001-02-19 14:39 UTC (permalink / raw)
  To: alan; +Cc: linux-kernel

Alan,

I'll be happy to test out 2.2.19pre. I'm having a little difficulty locating 
it though on kernel.org. Can you or somebody send me a URL for this.

Thanks.


>From: Alan Cox <alan@lxorguk.ukuu.org.uk>
>To: lafanga1@hotmail.com (lafanga lafanga)
>CC: alan@lxorguk.ukuu.org.uk, linux-kernel@vger.kernel.org
>Subject: Re: Proliant hangs with 2.4 but works with 2.2.
>Date: Mon, 19 Feb 2001 11:37:49 +0000 (GMT)
>
> > You were spot on. Indeed touching the device file causes it to hang. 
>Should
> > I recompile the kernel in a particular way to avoid this?
>
>I'd be interested to know if 2.2.19pre works or not. I'd like to fix the 
>hang
>most definitely.
>
>As a short term cure
>
>rm /dev/psaux
>
>you can use mknod to put it back if you ever need to. But that will disable
>PS/2 mouse support on that box somewhat
>
>
>-
>To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
>the body of a message to majordomo@vger.kernel.org
>More majordomo info at  http://vger.kernel.org/majordomo-info.html
>Please read the FAQ at  http://www.tux.org/lkml/

_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.


^ permalink raw reply	[flat|nested] 13+ messages in thread
* Re: Proliant hangs with 2.4 but works with 2.2.
@ 2001-02-19 17:29 lafanga lafanga
  0 siblings, 0 replies; 13+ messages in thread
From: lafanga lafanga @ 2001-02-19 17:29 UTC (permalink / raw)
  To: alan; +Cc: linux-kernel

Alan,

I have tried kernel version 2.2.19pre13 and it works with no problems 
whatsoever.

Thanks.


>From: Alan Cox <alan@lxorguk.ukuu.org.uk>
>To: lafanga1@hotmail.com (lafanga lafanga)
>CC: alan@lxorguk.ukuu.org.uk, linux-kernel@vger.kernel.org
>Subject: Re: Proliant hangs with 2.4 but works with 2.2.
>Date: Mon, 19 Feb 2001 16:17:06 +0000 (GMT)
>
> > I'll be happy to test out 2.2.19pre. I'm having a little difficulty 
>locating
> > it though on kernel.org. Can you or somebody send me a URL for this.
>
>ftp://ftp.kernel.org/pub/linux/kernel/people/alan/...
>
>each 2.2.19pre patch is versus the 2.2.18 base
>
>ie
>
>	tar xvfz linux-2.2.18.tar.gz
>	cd linux
>	patch -p1 <../patch-2.2.19prefoo
>
>-
>To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
>the body of a message to majordomo@vger.kernel.org
>More majordomo info at  http://vger.kernel.org/majordomo-info.html
>Please read the FAQ at  http://www.tux.org/lkml/

_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.


^ permalink raw reply	[flat|nested] 13+ messages in thread
* Re: Proliant hangs with 2.4 but works with 2.2.
@ 2001-12-26 21:11 Arturas V
  2001-12-26 22:49 ` Mr. James W. Laferriere
  2001-12-27  0:35 ` Gérard Roudier
  0 siblings, 2 replies; 13+ messages in thread
From: Arturas V @ 2001-12-26 21:11 UTC (permalink / raw)
  To: linux-kernel; +Cc: avaitaitis

lafanga lafanga wrote:
>I have a Compaq Proliant 1600 server which can be hung on demand with >all 
>the 2.4 series kernels I have tried (2.4, 2.4.1 & 2.4.2-pre3). >Kernel 
>2.2.16 runs perfectly (from a default RH7.0).

>I have ensured that the server meets the necessary requirements for >the 
>2.4 kernels (modutils etc) and I have tried kgcc and various gcc versions. 
> >When compiling I have tried default configs and also minimalist configs 
>(with only cpqarray and tlan). I have also ensured that I have the latest 
> >current SmartStart CD (4.9) and have setup the firmware for installing 
>Linux.

I had similar problem with 2.4.5 Kernel. I managed to solve the problem by 
configuring a working verion of kernel with
NCR53C8XX SCSI support as well as SYM53C8XX. As far as I understood
SYM53C8xx support covers 53C8xx chips better than NCR53C8xx and that makes 
all the difference. Anyone understands why?
---
Arturas Vaitaitis.
---
Please CC to arturv@acedsl.com
P.S. Intelligence has yet to prove its survival value

_________________________________________________________________
Send and receive Hotmail on your mobile device: http://mobile.msn.com


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

end of thread, other threads:[~2001-12-26 23:33 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-02-18 23:08 Proliant hangs with 2.4 but works with 2.2 lafanga lafanga
2001-02-18 23:57 ` Johannes Erdfelt
2001-02-19  1:53 ` Alan Cox
  -- strict thread matches above, loose matches on Subject: below --
2001-02-19  0:04 lafanga lafanga
2001-02-19  0:40 Trevor Hemsley
2001-02-19 10:35 lafanga lafanga
2001-02-19 11:37 ` Alan Cox
2001-02-19 14:39 lafanga lafanga
2001-02-19 16:17 ` Alan Cox
2001-02-19 17:29 lafanga lafanga
2001-12-26 21:11 Arturas V
2001-12-26 22:49 ` Mr. James W. Laferriere
2001-12-27  0:35 ` Gérard Roudier

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox