From owner-freebsd-stable@FreeBSD.ORG Fri Jun 15 03:06:53 2012 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C0054106566B for ; Fri, 15 Jun 2012 03:06:53 +0000 (UTC) (envelope-from seanbru@yahoo-inc.com) Received: from mrout1.yahoo.com (mrout1.yahoo.com [216.145.54.171]) by mx1.freebsd.org (Postfix) with ESMTP id A0C928FC14 for ; Fri, 15 Jun 2012 03:06:53 +0000 (UTC) Received: from [IPv6:::1] (proxy6.corp.yahoo.com [216.145.48.19]) by mrout1.yahoo.com (8.14.4/8.14.4/y.out) with ESMTP id q5F2uJLK062954; Thu, 14 Jun 2012 19:56:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=yahoo-inc.com; s=cobra; t=1339728979; bh=7CcVeYqj8KLPD8sGa+P54bn35ShKWCKy6cGB3xvmOm4=; h=Subject:From:To:Cc:In-Reply-To:References:Content-Type:Date: Message-ID:Mime-Version:Content-Transfer-Encoding; b=vqlVtJnBcw8zkJIoWOl8W0rtdMp+wwUgspiMwUBvK1JpTDChH7LzLSCxnmO86nueA N9PiUxow8Jd9o+zUuPe3qWDShqziTbuVaFHFsn+jI6WvNqB8E8h8cxgPnYiVpRNYph yz5vb2j6yZBUwvpPL1G1oyBPIJL5BTB0Mu1EKdQ4= From: Sean Bruno To: "Matthew X. Economou" In-Reply-To: References: <201206101128.q5ABShXN007826@lurza.secnetix.de> Content-Type: text/plain; charset="UTF-8" Date: Thu, 14 Jun 2012 19:56:18 -0700 Message-ID: <1339728978.4819.0.camel@powernoodle> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-Milter-Version: master.31+4-gbc07cd5+ X-CLX-ID: 728979000 Cc: "freebsd-stable@freebsd.org" Subject: Re: FreeBSD and IPMI how-to (was Re: su problem) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Jun 2012 03:06:53 -0000 On Thu, 2012-06-14 at 18:27 -0700, Matthew X. Economou wrote: > Daniel Braniss writes: > > > just for the record, serial on 8.x works fine! the device naming > > has changed from sio to uart, and maybe some features. We use it > > on all our servers, even redirecting it where possible via > > ILO,IMPI,DRAC. and is great for debuging or saving long trips :-) > > Would some kind soul point me to a howto for configuring IPMI on > FreeBSD? I have a Dell PowerEdge 840 that supports IPMI, but I have > no idea how to set it up - either in the BIOS or in FreeBSD. I've > messed around with ipmitools a little, but I haven't gotten it to > work. > > Best wishes, > Matthew > I would start with installing the ipmitool port. Other may suggest freeipmi and openipmi for great justice. try poking around with "sudo ipmitool shell" and see if you can figure out what's going on. Sean