From owner-freebsd-current@FreeBSD.ORG Mon Mar 31 16:41:41 2008 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 66A8D106566C for ; Mon, 31 Mar 2008 16:41:41 +0000 (UTC) (envelope-from josep@bellera.cat) Received: from mail.bellera.cat (174.Red-80-38-146.staticIP.rima-tde.net [80.38.146.174]) by mx1.freebsd.org (Postfix) with ESMTP id 0EB8B8FC26 for ; Mon, 31 Mar 2008 16:41:40 +0000 (UTC) (envelope-from josep@bellera.cat) Received: from localhost (unknown [127.0.0.1]) by mail.bellera.cat (Postfix) with ESMTP id 85899409BCC for ; Mon, 31 Mar 2008 18:41:39 +0200 (CEST) Received: from mail.bellera.cat ([127.0.0.1]) by localhost (mail.bellera.cat [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 08891-03 for ; Mon, 31 Mar 2008 18:41:38 +0200 (CEST) Received: from mail.bellera.cat (localhost [127.0.0.1]) by mail.bellera.cat (Postfix) with ESMTP id 3F34B409B15 for ; Mon, 31 Mar 2008 18:41:38 +0200 (CEST) From: "Josep Pujadas i Jubany" To: freebsd-current@freebsd.org Date: Mon, 31 Mar 2008 18:41:38 +0200 Message-Id: <20080331162845.M48396@bellera.cat> In-Reply-To: <25cb30803310136w3586849bo9d0c33e6755cff9@mail.gmail.com> References: <20080328093411.M24208@bellera.cat> <20080328125413.M65426@bellera.cat> <20080330102704.M86415@bellera.cat> <25cb30803310136w3586849bo9d0c33e6755cff9@mail.gmail.com> X-Mailer: Open WebMail 2.32 20040525 X-OriginatingIP: 192.168.100.126 (super) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Subject: Re: Installation trouble with HP Proliant ML110 G5 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Mar 2008 16:41:41 -0000 On Mon, 31 Mar 2008 16:36:47 +0800, Kevin Foo wrote > On Sun, Mar 30, 2008 at 6:35 PM, Josep Pujadas i Jubany wrote: > > > > > * On-board NIC was not detected. > > See PR kern/119779 http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/119779 > > * shutdown -r now did'nt restart the system. The system was blocked at: > > > > The system will reboot properly if you load ipmi module and specify watchdog > timeout in 60 seconds. > > # kldload ipmi > # watchdog -t 60; reboot > > You can create handy alias. > alias reboot 'watchdog -t 60; /sbin/reboot' > > I didn't have any issue with DVD drive when it was running 6.3/7.0. > > -- > Regards > Kevin Foo > _______________________________________________ Thanks! Everything ok up to now! 1. patch for BCM5722 NIC worked. I modified the files and I recompiled my kernel. 2. ipmi works if I load manually as you suggested. But if I include in the kernel as "device ipmi" (for automatic loading at startup system) disks are not correctly dismounted. So, I wrote a shell script to do all the operations and I increase the timer to 120 seconds. 3. I'm sorry. My CD1 FreeBSD 7.0 was damaged. I made a new CD and no problem. Regards, Josep Pujadas