mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* __alloc_pages: 1-order allocation failed
@ 2001-06-28 12:52 Eugenio Mastroviti
  2001-06-29 14:49 ` Vasil Kolev
  0 siblings, 1 reply; 2+ messages in thread
From: Eugenio Mastroviti @ 2001-06-28 12:52 UTC (permalink / raw)
  To: Hack Central; +Cc: Go Internet Support

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

This is possibly not the best place to post this message, but if anybody
could help I'd be very grateful...

Twice at about the same time one of our server, running kernel 2.4.4,
has died. Attached is an excerpt from syslog - the actual list of
messages is 5 or 6 times longer, all with the same timestamp - after
this the machine froze until it was rebooted, about an hour later.

The server is a dual-CPU Dell 2450 with 1.5GB RAM, 1.5GB swap, Megaraid
controller, running application server software

Another identical server in the same subnet, running the same kind of
software with kernel 2.2.16 without any modification, is running fine in
spite of the bigger load on it (more threads, larger memory usage)

Eugenio Mastroviti

Systems Administrator

Go Internet Ltd

[-- Attachment #2: syslog_part --]
[-- Type: text/plain, Size: 3342 bytes --]

Jun 27 23:57:36 primitivo kernel: __alloc_pages: 1-order allocation failed.
Jun 27 23:57:36 primitivo last message repeated 3716 times
Jun 27 23:57:36 primitivo kernel: __alloc_pages: 1-order allocation failed.
Jun 27 23:57:36 primitivo last message repeated 3243 times
Jun 27 23:57:36 primitivo kernel: NET: 9 messages suppressed.
Jun 27 23:57:36 primitivo kernel: __alloc_pages: 1-order allocation failed.
Jun 27 23:57:36 primitivo last message repeated 40 times
Jun 27 23:57:36 primitivo kernel: NET: 11 messages suppressed.
Jun 27 23:57:36 primitivo kernel: __alloc_pages: 1-order allocation failed.
Jun 27 23:57:36 primitivo last message repeated 75 times
Jun 27 23:57:36 primitivo kernel: NET: 13 messages suppressed.
Jun 27 23:57:36 primitivo kernel: __alloc_pages: 1-order allocation failed.
Jun 27 23:57:36 primitivo last message repeated 55 times
Jun 27 23:57:36 primitivo kernel: NET: 9 messages suppressed.
Jun 27 23:57:36 primitivo kernel: __alloc_pages: 1-order allocation failed.
Jun 27 23:57:36 primitivo last message repeated 41 times
Jun 27 23:57:36 primitivo kernel: NET: 12 messages suppressed.
Jun 27 23:57:36 primitivo kernel: __alloc_pages: 1-order allocation failed.
Jun 27 23:57:36 primitivo last message repeated 51 times
Jun 27 23:57:36 primitivo kernel: NET: 8 messages suppressed.
Jun 27 23:57:36 primitivo kernel: __alloc_pages: 1-order allocation failed.
Jun 27 23:57:36 primitivo last message repeated 56 times
Jun 27 23:57:36 primitivo kernel: NET: 7 messages suppressed.
Jun 27 23:57:36 primitivo kernel: __alloc_pages: 1-order allocation failed.
Jun 27 23:57:36 primitivo last message repeated 40 times
Jun 27 23:57:36 primitivo kernel: NET: 13 messages suppressed.
Jun 27 23:57:36 primitivo kernel: __alloc_pages: 1-order allocation failed.
Jun 27 23:57:36 primitivo last message repeated 63 times
Jun 27 23:57:36 primitivo kernel: NET: 11 messages suppressed.
Jun 27 23:57:36 primitivo kernel: __alloc_pages: 1-order allocation failed.
Jun 27 23:57:36 primitivo last message repeated 61 times
Jun 27 23:57:36 primitivo kernel: NET: 11 messages suppressed.
Jun 27 23:57:36 primitivo kernel: __alloc_pages: 1-order allocation failed.
Jun 27 23:57:36 primitivo last message repeated 69 times
Jun 27 23:57:36 primitivo kernel: NET: 8 messages suppressed.
Jun 27 23:57:36 primitivo kernel: __alloc_pages: 1-order allocation failed.
Jun 27 23:57:36 primitivo last message repeated 66 times
Jun 27 23:57:36 primitivo kernel: NET: 8 messages suppressed.
Jun 27 23:57:36 primitivo kernel: __alloc_pages: 1-order allocation failed.
Jun 27 23:57:36 primitivo last message repeated 56 times
Jun 27 23:57:36 primitivo kernel: NET: 13 messages suppressed.
Jun 27 23:57:36 primitivo kernel: __alloc_pages: 1-order allocation failed.
Jun 27 23:57:36 primitivo last message repeated 63 times
Jun 27 23:57:36 primitivo kernel: NET: 5 messages suppressed.
Jun 27 23:57:36 primitivo kernel: __alloc_pages: 1-order allocation failed.
Jun 27 23:57:36 primitivo last message repeated 87 times
Jun 27 23:57:36 primitivo kernel: NET: 14 messages suppressed.
Jun 27 23:57:36 primitivo kernel: __alloc_pages: 1-order allocation failed.
Jun 27 23:57:36 primitivo last message repeated 30 times
Jun 27 23:57:36 primitivo kernel: NET: 10 messages suppressed.
Jun 27 23:57:36 primitivo kernel: __alloc_pages: 1-order allocation failed.

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

* Re: __alloc_pages: 1-order allocation failed
  2001-06-28 12:52 __alloc_pages: 1-order allocation failed Eugenio Mastroviti
@ 2001-06-29 14:49 ` Vasil Kolev
  0 siblings, 0 replies; 2+ messages in thread
From: Vasil Kolev @ 2001-06-29 14:49 UTC (permalink / raw)
  To: Eugenio Mastroviti; +Cc: linux-kernel

I had the same problem, and some other strange problems, booting with the
'noapic' option solved them ...
(sorry for the late reply, I was still testing the machine... )

On Thu, 28 Jun 2001, Eugenio Mastroviti wrote:

> This is possibly not the best place to post this message, but if anybody
> could help I'd be very grateful...
>
> Twice at about the same time one of our server, running kernel 2.4.4,
> has died. Attached is an excerpt from syslog - the actual list of
> messages is 5 or 6 times longer, all with the same timestamp - after
> this the machine froze until it was rebooted, about an hour later.
>
> The server is a dual-CPU Dell 2450 with 1.5GB RAM, 1.5GB swap, Megaraid
> controller, running application server software
>
> Another identical server in the same subnet, running the same kind of
> software with kernel 2.2.16 without any modification, is running fine in
> spite of the bigger load on it (more threads, larger memory usage)
>
> Eugenio Mastroviti
>
> Systems Administrator
>
> Go Internet Ltd


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

end of thread, other threads:[~2001-06-29 14:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-06-28 12:52 __alloc_pages: 1-order allocation failed Eugenio Mastroviti
2001-06-29 14:49 ` Vasil Kolev

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

all inboxes | Powered by JetHome®