From owner-freebsd-gnome@FreeBSD.ORG Tue Oct 24 19:08:35 2006 Return-Path: X-Original-To: gnome@freebsd.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 75F3016A40F for ; Tue, 24 Oct 2006 19:08:35 +0000 (UTC) (envelope-from buhnux@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id 022DA43D49 for ; Tue, 24 Oct 2006 19:08:33 +0000 (GMT) (envelope-from buhnux@gmail.com) Received: by wx-out-0506.google.com with SMTP id i27so2158782wxd for ; Tue, 24 Oct 2006 12:08:33 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=D6EtZnrxWh+4YvQpTSNAzmogMftCk8GDVDAkbip667dW8ahwoPvCReMeLJ78aSsr+j/sxwUggNahWMKSWNNpfSXK7yL09WRk463/X9Btk2eZtAJQ4PecBXyFDm4+ya0+87Yo3HEzEOs/YC2V+eVBhYEL3h2MgfGKYJP1PTyFnOQ= Received: by 10.78.185.7 with SMTP id i7mr9720729huf; Tue, 24 Oct 2006 12:08:32 -0700 (PDT) Received: by 10.78.183.17 with HTTP; Tue, 24 Oct 2006 12:08:32 -0700 (PDT) Message-ID: Date: Tue, 24 Oct 2006 15:08:32 -0400 From: "Michael Johnson" Sender: buhnux@gmail.com To: "Joe Marcus Clarke" In-Reply-To: <1161699824.1029.6.camel@shumai.marcuscom.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <1161699824.1029.6.camel@shumai.marcuscom.com> X-Google-Sender-Auth: f80b27852f515c6a Cc: FreeBSD GNOME Users Subject: Re: Patch to add more GEOM support to hal X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Oct 2006 19:08:35 -0000 On 10/24/06, Joe Marcus Clarke wrote: > If you currently use a lot of different GEOM classes, and have noticed > some strange hal-related behavior in GNOME when it comes to mounting > disks, or seeing icons for RAID members on the desktop, try the > following patch for sysutils/hal: > > http://www.marcuscom.com/downloads/patch-geom > Works great, I changed all my hal config stuff back to the default settings and none of the GEOM RAID members show up in nautilus or anywhere else. Thanks! > This patch removes libdisk usage from hal, and replaces it with pure > GEOM configuration parsing. I'm interested in getting all feedback. > The idea is to fix any GEOM-related volume problems without introducing > anything new. So if something feels worse after this patch, definitely > let me know. > > Joe > > -- > Joe Marcus Clarke > FreeBSD GNOME Team :: gnome@FreeBSD.org > FreeNode / #freebsd-gnome > http://www.FreeBSD.org/gnome > > >