From owner-freebsd-current Fri Jun 14 0:58:15 2002 Delivered-To: freebsd-current@freebsd.org Received: from enigma.whacky.net (enigma.whacky.net [217.148.161.174]) by hub.freebsd.org (Postfix) with ESMTP id A275837B428 for ; Fri, 14 Jun 2002 00:58:04 -0700 (PDT) Received: from localhost (localhost.whacky.net [127.0.0.1]) by enigma.whacky.net (Postfix) with ESMTP id C49922116B for ; Tue, 11 Jun 2002 13:27:37 +0200 (CEST) Received: by enigma.whacky.net (Postfix, from userid 1000) id 8F8A921156; Tue, 11 Jun 2002 13:27:34 +0200 (CEST) Date: Tue, 11 Jun 2002 13:27:34 +0200 From: Stephan van Beerschoten To: current@Freebsd.org Subject: panic: xl0 Message-ID: <20020611112734.GA31065@enigma.whacky.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline User-Agent: Mutt/1.3.99i Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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