From owner-freebsd-proliant@FreeBSD.ORG Tue May 9 14:07:15 2006 Return-Path: X-Original-To: freebsd-proliant@freebsd.org Delivered-To: freebsd-proliant@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 908AF16A4AC for ; Tue, 9 May 2006 14:07:15 +0000 (UTC) (envelope-from kama@pvp.se) Received: from ms1.as.pvp.se (dns.pvp.se [213.64.187.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E19943D48 for ; Tue, 9 May 2006 14:07:14 +0000 (GMT) (envelope-from kama@pvp.se) Received: by ms1.as.pvp.se (Postfix, from userid 1001) id 7D859A7; Tue, 9 May 2006 16:07:12 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by ms1.as.pvp.se (Postfix) with ESMTP id 7C499A6; Tue, 9 May 2006 16:07:12 +0200 (CEST) Date: Tue, 9 May 2006 16:07:12 +0200 (CEST) From: kama X-X-Sender: kama@ns1.as.pvp.se To: freebsd-proliant@freebsd.org Message-ID: <20060509160427.I76846@ns1.as.pvp.se> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: Subject: hpasm X-BeenThere: freebsd-proliant@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Technical discussion of FreeBSD on HP ProLiant server platforms." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 May 2006 14:07:19 -0000 Is there any chance of seeing a compiled version for the upcoming 6.1? I have a server that reboots itself, but cant figure out why. My thought its has something todo with overheating. and need to monitor it, but cant find any other tools that works. /Bjorn From owner-freebsd-proliant@FreeBSD.ORG Tue May 9 15:41:04 2006 Return-Path: X-Original-To: freebsd-proliant@freebsd.org Delivered-To: freebsd-proliant@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9F9BC16A5A7 for ; Tue, 9 May 2006 15:41:04 +0000 (UTC) (envelope-from etienne@usr.ch) Received: from multi.usr.ch (multi.usr.ch [157.161.175.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3108943D73 for ; Tue, 9 May 2006 15:40:58 +0000 (GMT) (envelope-from etienne@usr.ch) Received: from multi.usr.ch (etienne@localhost [127.0.0.1]) by multi.usr.ch (8.12.11/8.12.11) with ESMTP id k49Fet5A016024 for ; Tue, 9 May 2006 17:40:55 +0200 (CEST) (envelope-from etienne@multi.usr.ch) Received: (from etienne@localhost) by multi.usr.ch (8.12.11/8.12.11/Submit) id k49FetUr016023 for freebsd-proliant@freebsd.org; Tue, 9 May 2006 17:40:55 +0200 (CEST) (envelope-from etienne) From: Stefan Hauser Message-Id: <200605091540.k49FetUr016023@multi.usr.ch> In-Reply-To: <20060509160427.I76846@ns1.as.pvp.se> To: freebsd-proliant@freebsd.org Date: Tue, 9 May 2006 17:40:55 +0200 (CEST) X-Mailer: ELM [version 2.4ME+ PL99f (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII X-Spam-Status: No, hits=-4.7 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on multi.usr.ch Subject: Re: hpasm X-BeenThere: freebsd-proliant@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Technical discussion of FreeBSD on HP ProLiant server platforms." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 May 2006 15:41:06 -0000 > Is there any chance of seeing a compiled version for the upcoming 6.1? hpasmd/cli for fbsd 5.x runs fine under 6.1 if you install ports/misc/compat5x you just cant use the INSTALL script as shipped. copy the binaries and start- script yourself to the directorys, or simply edit INSTALL and change the '5' on line 68 to a '6'. etienne