Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Jun 2002 13:27:34 +0200
From:      Stephan van Beerschoten <stephanb@whacky.net>
To:        current@Freebsd.org
Subject:   panic: xl0
Message-ID:  <20020611112734.GA31065@enigma.whacky.net>

next in thread | raw e-mail | index | archive | help
This morning I cvsupped and redid my kernel and world with no
compilation errors whatsoever, which was nice to see again :)

Right now however I have panics with my xl0

Since I cannot copy/paste anything anywhere, I wrote as much info down
as I found to be relevant.

I tried to run the GENERIC kernel too, so the following is based on
that. While booting the following message appears right after the kernel
detects the xl0 interface:
 /usr/src/sys/vm/uma_core.c:1327 Could sleep with "xl0" locked from
 /usr/src/sys/pci/if_pci.c:415

The above message also is displayed everytime the ifconfig command is
run on the xl0 interface, even if it is just to display current configs.
It does however boot and detects its mac adress and the media attached
to it.

I had to boot in single because the machine panic'd as soon as the
interface was initialized (with dhcp).

I traced down the following:

As soon as the interface is set to be "up" the kernel displays:
 Unregistered isr number: 18  - This happends a lot, maybe for every
 packet received by the interface ? (guess)

I can do the following:
# ifconfig xl0 130.x.x.x    [enter]

 This works, BUT as soon as I add a netmask (like my net requires):
# ifconfig xl0 130.x.x.x netmask 255.255.254.0 [enter] -> panic:

 blockable sleep lock (sleep mutex) process lock @
 /usr/src/sys/i386/trap.c:711

With regards,
 Stephan

-- 
Stephan van Beerschoten [SVB21-RIPE]       stephanb@whacky.net
  PGP fingerprint:  4557 9761 B212 FB4C  778D 3529 C42A 2D27
     "To err is human, to forgive is Not Company Policy"

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020611112734.GA31065>