From owner-freebsd-questions@FreeBSD.ORG Thu Nov 27 09:16:04 2003 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 4F6FA16A4CE for ; Thu, 27 Nov 2003 09:16:04 -0800 (PST) Received: from rwcrmhc13.comcast.net (rwcrmhc13.comcast.net [204.127.198.39]) by mx1.FreeBSD.org (Postfix) with ESMTP id 945C943F75 for ; Thu, 27 Nov 2003 09:16:03 -0800 (PST) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from be-well.no-ip.com ([66.30.200.37]) by comcast.net (rwcrmhc13) with ESMTP id <2003112717160301500pp140e>; Thu, 27 Nov 2003 17:16:03 +0000 Received: by be-well.no-ip.com (Postfix, from userid 1147) id 03D9F66; Thu, 27 Nov 2003 12:16:02 -0500 (EST) Sender: lowell@be-well.ilk.org To: FBSD Questions References: <200311271102.20318.chowse@charter.net> From: Lowell Gilbert Date: 27 Nov 2003 12:16:02 -0500 In-Reply-To: <200311271102.20318.chowse@charter.net> Message-ID: <44wu9lu3zh.fsf@be-well.ilk.org> Lines: 14 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: possible solution to cdbakeoven failing to detect ATAPI burners 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: Thu, 27 Nov 2003 17:16:04 -0000 Charles Howse writes: > There has been signifigant discussion here in the past about cdbakeoven not > detecting ATAPI burners when run as an ordinary user. > > I had this issue, and may have a solution. > > Be sure your kernel is compiled with device atapicam. > > As root do: > # chmod u+s /usr/local/bin/cdrecord > Which will allow cdrecord to run as suid root. In other words, it's still not being run as an ordinary user...