From owner-freebsd-current@FreeBSD.ORG Tue Jun 22 22:58:28 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 5F8B516A4CE for ; Tue, 22 Jun 2004 22:58:28 +0000 (GMT) Received: from carver.gumbysoft.com (carver.gumbysoft.com [66.220.23.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 272FC43D39 for ; Tue, 22 Jun 2004 22:58:28 +0000 (GMT) (envelope-from dwhite@gumbysoft.com) Received: by carver.gumbysoft.com (Postfix, from userid 1000) id 89EAC72DF4; Tue, 22 Jun 2004 15:58:22 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by carver.gumbysoft.com (Postfix) with ESMTP id 877C972DB5; Tue, 22 Jun 2004 15:58:22 -0700 (PDT) Date: Tue, 22 Jun 2004 15:58:22 -0700 (PDT) From: Doug White To: Darin In-Reply-To: <20040622005353.33DDC2AD09@bsd.naebunny.net> Message-ID: <20040622155654.C79584@carver.gumbysoft.com> References: <20040622005353.33DDC2AD09@bsd.naebunny.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-current@freebsd.org Subject: RE: 5.2.1 boot question X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jun 2004 22:58:28 -0000 On Mon, 21 Jun 2004, Darin wrote: > Thanks for the response.. > > >This was a known bug with that package build, sadly. Any recent build has > a fix. > > How recent? I compiled KDE 3.2.3 from cvsuped ports on Thursday, June 18. > I found messages discussing the problem with KUser that dated back to > October of 2003. It was committed a week after 4.9 or 5.2.1 was released, I think. > FYI - The only change I had made to /etc/sysctl.conf was to add 'sysctl -w > vfs.usermount=1' so that my daughter could mount CDs from her ID That'll do it. sysctl.conf format is just: vfs.usermount=1 since it does something like for i in `cat /etc/sysctl.conf`; do sysctl $i done :) -- Doug White | FreeBSD: The Power to Serve dwhite@gumbysoft.com | www.FreeBSD.org