From owner-freebsd-questions@FreeBSD.ORG Sun Aug 15 05:54:29 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 3B13A16A4CE for ; Sun, 15 Aug 2004 05:54:29 +0000 (GMT) Received: from gaia.nimnet.asn.au (nimbin.lnk.telstra.net [139.130.45.143]) by mx1.FreeBSD.org (Postfix) with ESMTP id BEE2A43D39 for ; Sun, 15 Aug 2004 05:54:26 +0000 (GMT) (envelope-from smithi@nimnet.asn.au) Received: from localhost (smithi@localhost) by gaia.nimnet.asn.au (8.8.8/8.8.8R1.4) with SMTP id PAA05159; Sun, 15 Aug 2004 15:54:17 +1000 (EST) (envelope-from smithi@nimnet.asn.au) Date: Sun, 15 Aug 2004 15:54:16 +1000 (EST) From: Ian Smith To: edwinculp In-Reply-To: <20040814234011.BF09B16A4D0@hub.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-questions@freebsd.org Subject: 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: Sun, 15 Aug 2004 05:54:29 -0000 On Sat, 14 Aug 2004 freebsd-questions-request@freebsd.org wrote: [..] > Message: 4 > Date: Sat, 14 Aug 2004 08:47:09 -0500 > From: edwinculp [..] > > 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 have tried to suid and kde won't > let it start. I'm out of ideas. After this much time, I'm sure that > I'm making a mountain out of a mole hill and I'm missing something > very simple. > > Any help would be appreciated. I can't see my users using burncd > > > Thanks > > ed > > P.S. Machines are running current and are AMD Athlon I see you've not got this going yet. I don't know about current but on 4.x, as well as vfs.usermount=1 you need to have non-root users mount CDs on a directory that they actually own. Might that be an issue here? Cheers, Ian