From owner-freebsd-questions@FreeBSD.ORG Sat Aug 14 18:19:31 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 1718116A4CE for ; Sat, 14 Aug 2004 18:19:31 +0000 (GMT) Received: from smtp.prodigy.net.mx (nlpproxy08.prodigy.net.mx [148.235.52.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id C5A7043D1D for ; Sat, 14 Aug 2004 18:19:30 +0000 (GMT) (envelope-from edwinculp@prodigy.net.mx) Received: from prodigy.net.mx (du-148-235-52-34.prodigy.net.mx [148.235.52.34]) by smtp.prodigy.net.mx (iPlanet Messaging Server 5.2 HotFix 1.21 (built Sep 8 2003)) with ESMTP id <0I2G0029188EOW@smtp.prodigy.net.mx>; Sat, 14 Aug 2004 13:19:26 -0500 (CDT) Received: from [148.235.52.102] (Forwarded-For: [200.78.18.127]) by nlpmail04.prodigy.net.mx (mshttpd); Sat, 14 Aug 2004 13:22:48 -0500 Date: Sat, 14 Aug 2004 13:22:48 -0500 From: edwinculp To: questions@freebsd.org Message-id: <135f31034a.1034a135f3@prodigy.net.mx> MIME-version: 1.0 X-Mailer: iPlanet Messenger Express 5.2 HotFix 1.21 (built Sep 8 2003) Content-type: text/plain; charset=us-ascii Content-language: es Content-transfer-encoding: 7bit Content-disposition: inline X-Accept-Language: es Priority: non-urgent X-Priority: 5 (Lowest) 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 18:19:31 -0000 > Chuck Swiger wrote: > > Edwin Culp 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. Thanks, Chuck. I saw that dvd+rw-tools wasn't installed so I checked the make file and found that it depends on: cdrecord:${PORTSDIR}/sysutils/cdrtools \ cdrdao:${PORTSDIR}/sysutils/cdrdao So I set the uid-root on cdrecord, readcd and cdrdao. It still doesn't find cd0. I must have missed one. I'm going to keep looking. Thanks again, I was sure that was it. ed