From owner-freebsd-questions@FreeBSD.ORG Sat Aug 14 14:04:16 2004 Return-Path: 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 4A33716A4CE for ; Sat, 14 Aug 2004 14:04:16 +0000 (GMT) Received: from out002.verizon.net (out002pub.verizon.net [206.46.170.141]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF5F043D3F for ; Sat, 14 Aug 2004 14:04:15 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from [192.168.1.3] ([68.161.136.200]) by out002.verizon.net (InterMail vM.5.01.06.06 201-253-122-130-106-20030910) with ESMTP id <20040814140415.LOPK6722.out002.verizon.net@[192.168.1.3]>; Sat, 14 Aug 2004 09:04:15 -0500 Message-ID: <411E1BD4.6020608@mac.com> Date: Sat, 14 Aug 2004 10:04:04 -0400 From: Chuck Swiger Organization: The Courts of Chaos User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.2) Gecko/20040803 X-Accept-Language: en-us, en MIME-Version: 1.0 To: edwinculp References: <5c33d22d.d22d5c33@prodigy.net.mx> In-Reply-To: <5c33d22d.d22d5c33@prodigy.net.mx> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Authentication-Info: Submitted using SMTP AUTH at out002.verizon.net from [68.161.136.200] at Sat, 14 Aug 2004 09:04:14 -0500 cc: questions@freebsd.org Subject: Re: cd and dvd burning program K3b and permissions for non-root users. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Aug 2004 14:04:16 -0000 edwinculp wrote: > I've installed K3b and it works great for the root user but I can't get it > to work for any non-privileged user even though I have put the user in the > wheel group and have set sysctl vfs.usermount=1, cd0 has permissions set to > 666, the same in devfs.conf (That solves the problem for xmms but not for k3b. I believe k3b runs dvd+rw-tools underneath, so you might consider making dvd+rw-tools setuid-root. See the port's Makefile if you have questions. -- -Chuck