From owner-freebsd-hardware@FreeBSD.ORG Tue Jul 18 11:25:08 2006 Return-Path: X-Original-To: freebsd-hardware@freebsd.org Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 124C716A4E0 for ; Tue, 18 Jul 2006 11:25:08 +0000 (UTC) (envelope-from om-lists-bsd@omx.ch) Received: from andromeda.insign.ch (andromeda.insign.ch [195.134.143.165]) by mx1.FreeBSD.org (Postfix) with SMTP id 3B91843D46 for ; Tue, 18 Jul 2006 11:25:06 +0000 (GMT) (envelope-from om-lists-bsd@omx.ch) Received: (qmail 31508 invoked by uid 508); 18 Jul 2006 11:25:03 -0000 Received: from om-lists-bsd@omx.ch by andromeda3 by uid 502 with qmail-scanner-1.21 (avp(2004-05-12). Clear:RC:1(80.254.166.203):. Processed in 0.027942 secs); 18 Jul 2006 11:25:03 -0000 Received: from zux166-203.adsl.green.ch (HELO olipc.insign) ([80.254.166.203]) (envelope-sender ) by 0 (qmail-ldap-1.03) with SMTP for ; 18 Jul 2006 11:25:03 -0000 From: Olivier Mueller To: freebsd-hardware@freebsd.org In-Reply-To: <1152697468.31818.15.camel@olipc.insign.local> References: <1152697468.31818.15.camel@olipc.insign.local> Content-Type: text/plain Date: Tue, 18 Jul 2006 13:25:04 +0200 Message-Id: <1153221904.23956.25.camel@olipc.insign.local> Mime-Version: 1.0 X-Mailer: Evolution 2.0.1 Content-Transfer-Encoding: 7bit Subject: Re: dell poweredge 1950 : not rebooting under 6.1 (sometimes) + bce0 issues X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Jul 2006 11:25:08 -0000 On Wed, 2006-07-12 at 11:44 +0200, Olivier Mueller wrote: > Any guess about what I should try? I recompiled the kernel > with & without apci support or some different options, but it didn't > helped yet. Another problem: I wanted to transfer large amount of data (10GB) using rsync via the network, and just after 60MB, the network card won't answser anymore, and here is what is displayed in dmesg: bce0: /usr/src/sys/dev/bce/if_bce.c(4644): Error mapping mbuf into TX chain! bce0: /usr/src/sys/dev/bce/if_bce.c(4644): Error mapping mbuf into TX chain! bce0: /usr/src/sys/dev/bce/if_bce.c(4644): Error mapping mbuf into TX chain! [...] Then if I let it continue, the server simply "crashes" (keyboard not responding, and no network access). $ dmesg | grep bce bce0: mem 0xf4000000-0xf5ffffff irq 16 at device 0.0 on pci9 bce0: ASIC ID 0x57081010; Revision (B1); PCI-X 64-bit 133MHz miibus0: on bce0 bce0: Ethernet address: 00:13:72:f8:6f:8c bce1: mem 0xf8000000-0xf9ffffff irq 16 at device 0.0 on pci5 bce1: ASIC ID 0x57081010; Revision (B1); PCI-X 64-bit 133MHz miibus1: on bce1 bce1: Ethernet address: 00:13:72:f8:6f:8a To be continued, I'll continue to test, but it seems I will have to go back to linux for that PE 1950 server if it continues like that :/ regards, Olivier