From owner-freebsd-current@FreeBSD.ORG Tue Apr 1 03:49:45 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 A8FDD106566C for ; Tue, 1 Apr 2008 03:49:45 +0000 (UTC) (envelope-from chflags@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.183]) by mx1.freebsd.org (Postfix) with ESMTP id 608288FC25 for ; Tue, 1 Apr 2008 03:49:44 +0000 (UTC) (envelope-from chflags@gmail.com) Received: by py-out-1112.google.com with SMTP id u52so2779128pyb.10 for ; Mon, 31 Mar 2008 20:49:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:references; bh=oTfckbOg2S1CddH1D9MlM7G8IQiQKXkejLz8AXTJOHo=; b=t9gKyOzCRLW2oYx26j9h0ZCOo70rdrorXt5l6+y/BItnOPkEFoyJWr65/TqellY0PDDGKu26fPuQotsUXVJmFq3y92/MouG6G6IJtdnn3ex+TwNUb6oIzJLi0mZMuwxqsvR8HBbMHtXHcOgIctrv0RZVYc5O56lBH3F56nOTcSM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:references; b=H8fjfQLLtSCyI6CE8kFrjaidkB4tsAPDGebau+cw8xFxnGpkyUtEGDckmNjWGikdebE3m+/81KjlECyYQquyEmBZ3Yp2HwbRDznTe6jeSqR1w04iQHa/ZIydeTbzzpK2tFYKZxm5Ue/KksEkzHFkbkPWI0zFEGq4lYu6jztlX5Y= Received: by 10.65.151.17 with SMTP id d17mr15432229qbo.60.1207021783304; Mon, 31 Mar 2008 20:49:43 -0700 (PDT) Received: by 10.65.158.10 with HTTP; Mon, 31 Mar 2008 20:49:43 -0700 (PDT) Message-ID: <25cb30803312049p7a0cdd7dya06190ac11b3f7b4@mail.gmail.com> Date: Tue, 1 Apr 2008 11:49:43 +0800 From: "Kevin Foo" To: freebsd-current@freebsd.org In-Reply-To: <20080331162845.M48396@bellera.cat> MIME-Version: 1.0 References: <20080328093411.M24208@bellera.cat> <20080328125413.M65426@bellera.cat> <20080330102704.M86415@bellera.cat> <25cb30803310136w3586849bo9d0c33e6755cff9@mail.gmail.com> <20080331162845.M48396@bellera.cat> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: Installation trouble with HP Proliant ML110 G5 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: chflags@gmail.com List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Apr 2008 03:49:45 -0000 On Tue, Apr 1, 2008 at 12:41 AM, Josep Pujadas i Jubany wrote: > 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. See /boot/loader.conf. You can load the module there upon bootup. Please file a PR if you think that including ipmi to kernel cause inappropriate behaviour. I don't have the box to test that now. -- Regards Kevin Foo