2004-11-08 17:15:56

by Mike Tesliuk

[permalink] [raw]
Subject: error on kern.log

Hello for all!!!

I have a kernel messages like this every time:

printk: 9 messages suppressed.
perl5.6.1: page allocation failure. order:3, mode:0x20
Call Trace:
[<c01351c5>] __alloc_pages+0x2dd/0x2ec
[<c01351f1>] __get_free_pages+0x1d/0x38
[<c0137d5d>] cache_grow+0xc5/0x2f8
[<c013815b>] cache_alloc_refill+0x1cb/0x214
[<c0138468>] __kmalloc+0x60/0x7c
[<c02eb2cc>] alloc_skb+0x3c/0xd8
[<c0312ec5>] tcp_fragment+0x6d/0x2ac
[<c0315291>] tcp_write_wakeup+0xd9/0x20c
[<c03153d7>] tcp_send_probe0+0x13/0xfc
[<c0315f16>] tcp_probe_timer+0xa2/0xac
[<c03163be>] tcp_write_timer+0xae/0xe4
[<c0316310>] tcp_write_timer+0x0/0xe4
[<c0123075>] run_timer_softirq+0x129/0x15c
[<c011f2bc>] do_softirq+0x6c/0xcc
[<c01131d3>] smp_apic_timer_interrupt+0x13f/0x144
[<c010afa2>] apic_timer_interrupt+0x1a/0x20


( Im using a kernel 2.6.4 )

somebody can help me! i have this messages every time!!

what is this?

Thanks!!

Mike Tesliuk (from Brasil)




2004-11-08 17:35:38

by Piszcz, Justin Michael

[permalink] [raw]
Subject: RE: error on kern.log

This is a known bug, it has to do with your network card using TSO
(tcp-sementation-offload), hopefully, it will be fixed in 2.6.10.

http://www.ussg.iu.edu/hypermail/linux/kernel/0410.3/1326.html
http://www.ussg.iu.edu/hypermail/linux/kernel/0410.3/1684.html


-----Original Message-----
From: [email protected]
[mailto:[email protected]] On Behalf Of Mike Tesliuk
Sent: Monday, November 08, 2004 11:54 AM
To: kernel
Subject: error on kern.log

Hello for all!!!

I have a kernel messages like this every time:

printk: 9 messages suppressed.
perl5.6.1: page allocation failure. order:3, mode:0x20
Call Trace:
[<c01351c5>] __alloc_pages+0x2dd/0x2ec
[<c01351f1>] __get_free_pages+0x1d/0x38
[<c0137d5d>] cache_grow+0xc5/0x2f8
[<c013815b>] cache_alloc_refill+0x1cb/0x214
[<c0138468>] __kmalloc+0x60/0x7c
[<c02eb2cc>] alloc_skb+0x3c/0xd8
[<c0312ec5>] tcp_fragment+0x6d/0x2ac
[<c0315291>] tcp_write_wakeup+0xd9/0x20c
[<c03153d7>] tcp_send_probe0+0x13/0xfc
[<c0315f16>] tcp_probe_timer+0xa2/0xac
[<c03163be>] tcp_write_timer+0xae/0xe4
[<c0316310>] tcp_write_timer+0x0/0xe4
[<c0123075>] run_timer_softirq+0x129/0x15c
[<c011f2bc>] do_softirq+0x6c/0xcc
[<c01131d3>] smp_apic_timer_interrupt+0x13f/0x144
[<c010afa2>] apic_timer_interrupt+0x1a/0x20


( Im using a kernel 2.6.4 )

somebody can help me! i have this messages every time!!

what is this?

Thanks!!

Mike Tesliuk (from Brasil)



2004-11-08 17:48:11

by Piszcz, Justin Michael

[permalink] [raw]
Subject: RE: error on kern.log

I spoke too fast, I see you are running 2.6.4, my problems began with
2.6.9, it would be interesting if you have the same problem however, I
did not recall experiencing this issue in kernels <= 2.6.8.1.

-----Original Message-----
From: [email protected]
[mailto:[email protected]] On Behalf Of Piszcz, Justin
Michael
Sent: Monday, November 08, 2004 12:33 PM
To: Mike Tesliuk; kernel
Subject: RE: error on kern.log

This is a known bug, it has to do with your network card using TSO
(tcp-sementation-offload), hopefully, it will be fixed in 2.6.10.

http://www.ussg.iu.edu/hypermail/linux/kernel/0410.3/1326.html
http://www.ussg.iu.edu/hypermail/linux/kernel/0410.3/1684.html


-----Original Message-----
From: [email protected]
[mailto:[email protected]] On Behalf Of Mike Tesliuk
Sent: Monday, November 08, 2004 11:54 AM
To: kernel
Subject: error on kern.log

Hello for all!!!

I have a kernel messages like this every time:

printk: 9 messages suppressed.
perl5.6.1: page allocation failure. order:3, mode:0x20
Call Trace:
[<c01351c5>] __alloc_pages+0x2dd/0x2ec
[<c01351f1>] __get_free_pages+0x1d/0x38
[<c0137d5d>] cache_grow+0xc5/0x2f8
[<c013815b>] cache_alloc_refill+0x1cb/0x214
[<c0138468>] __kmalloc+0x60/0x7c
[<c02eb2cc>] alloc_skb+0x3c/0xd8
[<c0312ec5>] tcp_fragment+0x6d/0x2ac
[<c0315291>] tcp_write_wakeup+0xd9/0x20c
[<c03153d7>] tcp_send_probe0+0x13/0xfc
[<c0315f16>] tcp_probe_timer+0xa2/0xac
[<c03163be>] tcp_write_timer+0xae/0xe4
[<c0316310>] tcp_write_timer+0x0/0xe4
[<c0123075>] run_timer_softirq+0x129/0x15c
[<c011f2bc>] do_softirq+0x6c/0xcc
[<c01131d3>] smp_apic_timer_interrupt+0x13f/0x144
[<c010afa2>] apic_timer_interrupt+0x1a/0x20


( Im using a kernel 2.6.4 )

somebody can help me! i have this messages every time!!

what is this?

Thanks!!

Mike Tesliuk (from Brasil)



2004-11-08 18:11:58

by Mike Tesliuk

[permalink] [raw]
Subject: RE: error on kern.log

right!! thanks!!!


Em Seg, 2004-11-08 ?s 15:33, Piszcz, Justin Michael escreveu:
> This is a known bug, it has to do with your network card using TSO
> (tcp-sementation-offload), hopefully, it will be fixed in 2.6.10.
>
> http://www.ussg.iu.edu/hypermail/linux/kernel/0410.3/1326.html
> http://www.ussg.iu.edu/hypermail/linux/kernel/0410.3/1684.html
>
>
> -----Original Message-----
> From: [email protected]
> [mailto:[email protected]] On Behalf Of Mike Tesliuk
> Sent: Monday, November 08, 2004 11:54 AM
> To: kernel
> Subject: error on kern.log
>
> Hello for all!!!
>
> I have a kernel messages like this every time:
>
> printk: 9 messages suppressed.
> perl5.6.1: page allocation failure. order:3, mode:0x20
> Call Trace:
> [<c01351c5>] __alloc_pages+0x2dd/0x2ec
> [<c01351f1>] __get_free_pages+0x1d/0x38
> [<c0137d5d>] cache_grow+0xc5/0x2f8
> [<c013815b>] cache_alloc_refill+0x1cb/0x214
> [<c0138468>] __kmalloc+0x60/0x7c
> [<c02eb2cc>] alloc_skb+0x3c/0xd8
> [<c0312ec5>] tcp_fragment+0x6d/0x2ac
> [<c0315291>] tcp_write_wakeup+0xd9/0x20c
> [<c03153d7>] tcp_send_probe0+0x13/0xfc
> [<c0315f16>] tcp_probe_timer+0xa2/0xac
> [<c03163be>] tcp_write_timer+0xae/0xe4
> [<c0316310>] tcp_write_timer+0x0/0xe4
> [<c0123075>] run_timer_softirq+0x129/0x15c
> [<c011f2bc>] do_softirq+0x6c/0xcc
> [<c01131d3>] smp_apic_timer_interrupt+0x13f/0x144
> [<c010afa2>] apic_timer_interrupt+0x1a/0x20
>
>
> ( Im using a kernel 2.6.4 )
>
> somebody can help me! i have this messages every time!!
>
> what is this?
>
> Thanks!!
>
> Mike Tesliuk (from Brasil)
>
>
>
> -
> 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/
> -
> 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/
>