2001-11-16 07:33:02

by Nagy Tibor

[permalink] [raw]
Subject: 2.2.14 hangs on Dell PowerEdge 6300

I am sorry, this the same message as yesterday, but I misstyped the
version. It is about 2.4..., of cource.

Hi,

we were satisfied with linux kernel version 2.4.9. Our linux server is
unusable with kernel version 2.4.10 and higher, also with 2.4.14
declared to be stable.

We are working on Dell PowerEdge 6300 (4 Pentium Xeon/550Mhz, 4GB RAM).
Any kernel from 2.4.10 to 2.4.14 brings our machine to a hanging state.
Nothing can be determined, I guess, something is wrong with memory
management. Unfortunately there is no more information about the
problem.

------------------------------------------------------------------------
Tibor Nagy
National Savings and Commercial Bank Ltd (OTP Bank)
H-1051 Budapest Nador u. 16.
Tel: 00 36 1 374 6990 Fax: 00 36 1 374 6981 E-mail: [email protected]
------------------------------------------------------------------------


2001-11-16 14:26:17

by James Bourne

[permalink] [raw]
Subject: Re: 2.2.14 hangs on Dell PowerEdge 6300

On Fri, 16 Nov 2001, Nagy Tibor wrote:

> I am sorry, this the same message as yesterday, but I misstyped the
> version. It is about 2.4..., of cource.
>
> Hi,
>
> we were satisfied with linux kernel version 2.4.9. Our linux server is
> unusable with kernel version 2.4.10 and higher, also with 2.4.14
> declared to be stable.
>
> We are working on Dell PowerEdge 6300 (4 Pentium Xeon/550Mhz, 4GB RAM).
> Any kernel from 2.4.10 to 2.4.14 brings our machine to a hanging state.
> Nothing can be determined, I guess, something is wrong with memory
> management. Unfortunately there is no more information about the
> problem.

I think you will need more information to get any type of sane reply.

We are running 2.4.14 on a PE6400, quad 700/4G in a production environment.
It has been stable, VM works well, using ext2 due to problems with the ext3
patch for that particular version of kernel.

eepro100 NICs, MegaRAID driver running raid1 and raid5, aic7xxx...

If you want to contact me off line, we can compare kernel configs etc.

Regards
James Bourne

>
> ------------------------------------------------------------------------
> Tibor Nagy
> National Savings and Commercial Bank Ltd (OTP Bank)
> H-1051 Budapest Nador u. 16.
> Tel: 00 36 1 374 6990 Fax: 00 36 1 374 6981 E-mail: [email protected]
> ------------------------------------------------------------------------
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to [email protected]
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
>

--
James Bourne, Supervisor Data Centre Operations
Mount Royal College, Calgary, AB, CA
http://www.mtroyal.ab.ca

******************************************************************************
This communication is intended for the use of the recipient to which it is
addressed, and may contain confidential, personal, and or privileged
information. Please contact the sender immediately if you are not the
intended recipient of this communication, and do not copy, distribute, or
take action relying on it. Any communication received in error, or
subsequent reply, should be deleted or destroyed.
******************************************************************************

2001-11-16 15:26:27

by Ian Stirling

[permalink] [raw]
Subject: Kmsgdump/...

I've been looking for kmsgdump, or similar for 2.4.xx, but am not
finding anything that will patch.
Can anyone give me some URLs?

2001-11-16 15:57:52

by willy tarreau

[permalink] [raw]
Subject: Re: Kmsgdump/...

Hello,

I began a port of kmsgdump to 2.3.X in its early
versions, but
didn't have time these last months for a stable port
to 2.4. I may
port it to 2.4 this week-end, though not sure yet.

Regards,
Willy


___________________________________________________________
Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en fran?ais !
Yahoo! Courrier : http://courrier.yahoo.fr

2001-11-16 20:16:47

by Martin Josefsson

[permalink] [raw]
Subject: Re: Kmsgdump/...

On Fri, 16 Nov 2001, Ian Stirling wrote:

> I've been looking for kmsgdump, or similar for 2.4.xx, but am not
> finding anything that will patch.
> Can anyone give me some URLs?

I have a version for 2.4.2-ac16 here (the sysrq stuff need porting but
it's easy, I've done it but forgot to diff :(

http://bifrost.hjorten.nu/patch-2.4.2ac16-kmsgdump

/Martin

Never argue with an idiot. They drag you down to their level, then beat you with experience.

2001-11-16 21:27:41

by Mike Fedyk

[permalink] [raw]
Subject: Re: 2.2.14 hangs on Dell PowerEdge 6300

On Fri, Nov 16, 2001 at 07:25:44AM -0700, James Bourne wrote:
> On Fri, 16 Nov 2001, Nagy Tibor wrote:
>
> > I am sorry, this the same message as yesterday, but I misstyped the
> > version. It is about 2.4..., of cource.
> >
> > Hi,
> >
> > we were satisfied with linux kernel version 2.4.9. Our linux server is
> > unusable with kernel version 2.4.10 and higher, also with 2.4.14
> > declared to be stable.
> >
> > We are working on Dell PowerEdge 6300 (4 Pentium Xeon/550Mhz, 4GB RAM).
> > Any kernel from 2.4.10 to 2.4.14 brings our machine to a hanging state.
> > Nothing can be determined, I guess, something is wrong with memory
> > management. Unfortunately there is no more information about the
> > problem.
>
> I think you will need more information to get any type of sane reply.
>
> We are running 2.4.14 on a PE6400, quad 700/4G in a production environment.
> It has been stable, VM works well, using ext2 due to problems with the ext3
> patch for that particular version of kernel.
>

Do you mean the "cached" overflow (undeflow?) with ext3 applied? If so,
this patch will fix it.

--- 2.4.14-ext3_0.9.15-2414/fs/jbd/transaction.c~ Wed Nov 7 22:41:13 2001
+++ 2.4.14-ext3_0.9.15-2414/fs/jbd/transaction.c Wed Nov 7 22:43:14 2001
@@ -1930,7 +1930,6 @@

if (!offset) {
if (!may_free || !try_to_free_buffers(page, 0)) {
- atomic_inc(&buffermem_pages);
return 0;
}
J_ASSERT(page->buffers == NULL);

Mike