From owner-freebsd-questions@FreeBSD.ORG Fri Apr 28 13:30:07 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E8AC716A403; Fri, 28 Apr 2006 13:30:06 +0000 (UTC) (envelope-from laszlof@vonostingroup.com) Received: from ritamari.vonostingroup.com (ritamari.vonostingroup.com [216.144.193.230]) by mx1.FreeBSD.org (Postfix) with ESMTP id 74E8E43D81; Fri, 28 Apr 2006 13:29:53 +0000 (GMT) (envelope-from laszlof@vonostingroup.com) Received: from adsl-68-72-248-38.dsl.sfldmi.ameritech.net ([68.72.248.38] helo=[192.168.1.33]) by ritamari.vonostingroup.com with esmtpa (Exim 4.60 (FreeBSD)) (envelope-from ) id 1FZT2P-0003IE-6e; Fri, 28 Apr 2006 09:29:37 -0400 Message-ID: <445218BD.2030107@vonostingroup.com> Date: Fri, 28 Apr 2006 09:29:33 -0400 From: Frank Laszlo User-Agent: Thunderbird 1.5.0.2 (Windows/20060308) MIME-Version: 1.0 To: corwin@aeternal.net References: <44521475.1050300@vonostingroup.com> <445215F5.5000808@aeternal.net> In-Reply-To: <445215F5.5000808@aeternal.net> X-Enigmail-Version: 0.93.2.0 OpenPGP: url=http://www.franksworld.org/~laszlof/keys/0x0B3FCA4B.asc Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - ritamari.vonostingroup.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [26 6] X-AntiAbuse: Sender Address Domain - vonostingroup.com X-Source: X-Source-Args: X-Source-Dir: Cc: 'FreeBSD Questions' , obrien@FreeBSD.org Subject: Re: asr-utils broken on 6.0? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Apr 2006 13:30:07 -0000 Martin Hudec wrote: > Hello, > > Frank Laszlo wrote: >> Has anyone had success using asr-utils on 6.0? I have an Adaptec 2000S >> card, and I am simply trying to query the array with no success. It >> keeps returning the following error when I run "raidutil -L all": >> >> Engine connect failed: COMPATILITY number >> >> I have googled for this error message and have found a couple threads >> from about a year ago that suggest symlinking /dev/asr0 to a couple >> other devices, /dev/rdptr17 and rdpti0. This does not fix the problem. >> Any ideas? Thanks > > I am. > > If I remember correct then this one needs to have: > > options ASR_COMPAT > > enabled in kernel. > > > Cheers, > Martin Thanks for the quick response Martin, I am having some issues with a remote server, and was trying to figure out if one of the disks have failed. I will recompile my kernel with this option and give it a show. Nice of someone to mention this in the docs somewhere, huh? (I'll send a patch over to the maintainer for the manpage if this works out) -Frank