linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* 2.6.x: Kernel Oops with netconsole + serial console
@ 2004-08-19 17:19 Jani Averbach
  2004-08-24 19:18 ` Matt Mackall
  0 siblings, 1 reply; 3+ messages in thread
From: Jani Averbach @ 2004-08-19 17:19 UTC (permalink / raw)
  To: linux-kernel

[please Cc: me]

Hi,

I have tried to setup both netconsole and serial console for
unattended server (I need a serial console for booting and a netconsole for
logging).

However, 2.6.6 and 2.6.8.1 both will oops if both consoles are
configured and in use. Disabling one of them will help, and system
boots up normally.

This is dual amd64, with two BCM5704 NIC.

<1>Unable to handle kernel paging request at ffffffffffffffff RIP:
<ffffffff802f0bd2>{ip_rcv+50}PML4 103027 PGD 2c1c067 PMD 0
Oops: 0000 [1] SMP
CPU 0
Pid: 1, comm: swapper Not tainted 2.6.6
RIP: 0010:[<ffffffff802f0bd2>] <ffffffff802f0bd2>{ip_rcv+50}
RSP: 0000:ffffffff80494cb8  EFLAGS: 00010293
RAX: 0000000000000000 RBX: 000001007fbcf7c0 RCX: ffffffff804147e0
RDX: ffffffffffffffff RSI: 0000010002e80000 RDI: 000001007fbcf7c0
RBP: 000001007fbcf7c0 R08: 000001007fbcf7c0 R09: 000001007fb53212
R10: 0000000000000000 R11: 20005c1110a4e764 R12: 0000010002e80000
R13: 0000000000000008 R14: 000001007fbcf7c0 R15: 0000000000000042
FS:  0000000000000000(0000) GS:ffffffff80490dc0(0000) knlGS:0000000000000000
CS:  0010 DS: 0018 ES: 0018 CR0: 000000008005003b
CR2: ffffffffffffffff CR3: 0000000000101000 CR4: 00000000000006e0
Process swapper (pid: 1, stackpage=1007ff900c0)
Stack: ffffffff8013b7c1 0000000000000206 0000000000000206 0000000000000296
       ffffffff80485260 000001007fbcf7c0 ffffffff80485280 ffffffff802dd9dd
       ffffffff80113704 0000010002e80380
Call Trace:<IRQ> <ffffffff8013b7c1>{do_timer+49} <ffffffff802dd9dd>{netif_receive_skb+413}
       <ffffffff80113704>{end_8259A_irq+100} <ffffffff80285c79>{tg3_rx+841}
       <ffffffff80285e22>{tg3_poll+162} <ffffffff802ddbc4>{net_rx_action+132}
       <ffffffff801373d3>{__do_softirq+83} <ffffffff80137465>{do_softirq+53}
       <ffffffff801119ad>{do_IRQ+317} <ffffffff8010ef9d>{ret_from_intr+0}
        <EOI> <ffffffff80267807>{serial_in+71} <ffffffff80269ac2>{serial8250_console_write+130}
       <ffffffff8013387c>{__call_console_drivers+76} <ffffffff801339d7>{call_console_drivers+231}
       <ffffffff80133d72>{release_console_sem+82} <ffffffff80133c9c>{printk+508}
       <ffffffff8014ea75>{__alloc_pages+165} <ffffffff804aac91>{get_boot_pages+209}
       <ffffffff804b5e4b>{ip_rt_init+283} <ffffffff804b6105>{ip_init+21}
       <ffffffff804b6b92>{inet_init+402} <ffffffff8049b8fa>{do_initcalls+106}
       <ffffffff8010b0fc>{init+92} <ffffffff8010f547>{child_rip+8}
       <ffffffff8010b0a0>{init+0} <ffffffff8010f53f>{child_rip+0}


Code: 48 8b 04 c2 48 ff 00 8b 87 dc 00 00 00 ff c8 74 2d be 20 00
RIP <ffffffff802f0bd2>{ip_rcv+50} RSP <ffffffff80494cb8>
CR2: ffffffffffffffff
 <0>Kernel panic: Aiee, killing interrupt handler!
In interrupt handler - not syncing

BR, Jani

-- 
Jani Averbach


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

* Re: 2.6.x: Kernel Oops with netconsole + serial console
  2004-08-19 17:19 2.6.x: Kernel Oops with netconsole + serial console Jani Averbach
@ 2004-08-24 19:18 ` Matt Mackall
  2004-08-25  3:08   ` Jani Averbach
  0 siblings, 1 reply; 3+ messages in thread
From: Matt Mackall @ 2004-08-24 19:18 UTC (permalink / raw)
  To: Jani Averbach; +Cc: linux-kernel

On Thu, Aug 19, 2004 at 11:19:18AM -0600, Jani Averbach wrote:
> [please Cc: me]

And please cc: me, I almost didn't notice this.
> 
> Hi,
> 
> I have tried to setup both netconsole and serial console for
> unattended server (I need a serial console for booting and a netconsole for
> logging).
> 
> However, 2.6.6 and 2.6.8.1 both will oops if both consoles are
> configured and in use. Disabling one of them will help, and system
> boots up normally.

Does it work with netconsole and no serial then? Hmm.

> This is dual amd64, with two BCM5704 NIC.

Can you send your boot dmesg?

-- 
Mathematics is the supreme nostalgia of our time.

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

* Re: 2.6.x: Kernel Oops with netconsole + serial console
  2004-08-24 19:18 ` Matt Mackall
@ 2004-08-25  3:08   ` Jani Averbach
  0 siblings, 0 replies; 3+ messages in thread
From: Jani Averbach @ 2004-08-25  3:08 UTC (permalink / raw)
  To: Matt Mackall; +Cc: linux-kernel

On 2004-08-24 14:18-0500, Matt Mackall wrote:
> On Thu, Aug 19, 2004 at 11:19:18AM -0600, Jani Averbach wrote:
> > [please Cc: me]
> > 
> > I have tried to setup both netconsole and serial console for
> > unattended server (I need a serial console for booting and a netconsole for
> > logging).
> > 
> > However, 2.6.6 and 2.6.8.1 both will oops if both consoles are
> > configured and in use. Disabling one of them will help, and system
> > boots up normally.
> 
> Does it work with netconsole and no serial then? Hmm.

Yes, kernel with compiled in netconsole and serial console will work
iff the netconsole or the serial console alone is configured at
boot time by boot-parameters. If you try to use both of them,
kernel will oops.

> > This is dual amd64, with two BCM5704 NIC.
> 
> Can you send your boot dmesg?

I will send to you my system information (it is 18K tar.bz2)
out-of-list, if someone else likes to take look of it, please ask, and
I will send it also to you.

Thanks for looking this,
Jani

-- 
Jani Averbach

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

end of thread, other threads:[~2004-08-25  3:08 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-08-19 17:19 2.6.x: Kernel Oops with netconsole + serial console Jani Averbach
2004-08-24 19:18 ` Matt Mackall
2004-08-25  3:08   ` Jani Averbach

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).