From owner-freebsd-current@FreeBSD.ORG Wed Nov 3 21:24:57 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 84C4716A4CE for ; Wed, 3 Nov 2004 21:24:57 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id DAA8143D2D for ; Wed, 3 Nov 2004 21:24:55 +0000 (GMT) (envelope-from freebsdjunkie@gmail.com) Received: by rproxy.gmail.com with SMTP id a36so155776rnf for ; Wed, 03 Nov 2004 13:24:55 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=TK6DhaRntR0qPggLmSizV5uyBV3KyL/T3kljYapf+jQoyFDTereI+E9zbEL0hC7VAhdLgkDkL8o+PwSCk6mz0XgWP0ftdwUeQEDwfUPtfInRFl0WDBmSkOvTeR7VtiFuR5T2VWYGLqtLppdW5cgJ+N4TOty3owbcb4220KcdwB8= Received: by 10.38.82.34 with SMTP id f34mr347806rnb; Wed, 03 Nov 2004 13:24:55 -0800 (PST) Received: by 10.38.164.79 with HTTP; Wed, 3 Nov 2004 13:24:55 -0800 (PST) Message-ID: <32ab229c041103132437dbab9@mail.gmail.com> Date: Wed, 3 Nov 2004 14:24:55 -0700 From: Gordon Freeman To: Ceri Davies , Gordon Freeman , freebsd-current@freebsd.org In-Reply-To: <20041103211728.GB57641@submonkey.net> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <32ab229c041103131414015bbe@mail.gmail.com> <20041103211728.GB57641@submonkey.net> Subject: Re: FreeBSD 5.3 and Adaptec RaidUtils X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Gordon Freeman List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Nov 2004 21:24:57 -0000 The link is created (and it is just a normal symlink as far as I can tell) but once raidtuil runs the symlink disappears. devfs.conf entry: link asr0 rdptr17 On Wed, 3 Nov 2004 21:17:28 +0000, Ceri Davies wrote: > On Wed, Nov 03, 2004 at 02:14:37PM -0700, Gordon Freeman wrote: > > > > Between 5.2.1 and 5.3-RC2 the rasr device was removed: > > > > http://lists.freebsd.org/pipermail/...May/023064.html > > > > In FreeBSD 5.2.1 it use to be that using the compat4x port and > > creating a symlink of /dev/rasr0 to /dev/rdpti17 would be enough to > > allow Adaptec's RAID management binaries work. However, that trick no > > longer appears to be working. When you run Adaptec's raidutil (either > > from the port or from the Adaptec package itself) the symlink > > disappears and raidutil returns an error stating that it couldn't > > connect to /dev/rdptr17. > > > > Any ideas on why the symlink disappears or another way to get the old > > Adaptec binaries to work under FreeBSD 5.3 short of rewriting asr.c to > > include a device alias? > > Does it work if you create the symlink via devfs.conf? > > Ceri > -- > > >