From owner-freebsd-questions@FreeBSD.ORG Wed Apr 9 18:29:30 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 190C837B404 for ; Wed, 9 Apr 2003 18:29:30 -0700 (PDT) Received: from imo-d01.mx.aol.com (imo-d01.mx.aol.com [205.188.157.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id 047F843FB1 for ; Wed, 9 Apr 2003 18:29:29 -0700 (PDT) (envelope-from edinho64@netscape.net) Received: from edinho64@netscape.net by imo-d01.mx.aol.com (mail_out_v34.21.) id m.1b3.5755988 (22680); Wed, 9 Apr 2003 21:29:14 -0400 (EDT) Received: from netscape.net (pool-68-160-106-19.nwrk.east.verizon.net [68.160.106.19]) by air-in04.mx.aol.com (v92.17) with ESMTP id MAILININ41-58983e94c8e9149; Wed, 09 Apr 2003 21:29:14 -0500 Message-ID: <3E94C8E6.5080705@netscape.net> Date: Wed, 09 Apr 2003 21:29:10 -0400 From: "E. J. Cerejo" User-Agent: Mozilla/5.0 (X11; U; Linux i386; en-US; rv:1.0.2) Gecko/20030208 Netscape/7.02 X-Accept-Language: en-us, en MIME-Version: 1.0 To: barner@in.tum.de References: <3E9266C6.90509@netscape.net> <20030409233739.GB749@zi025.glhnet.mhn.de> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Mailer: Unknown (No Version) cc: freebsd-questions Subject: Re: cdrecord, cdrdao and gtoaster 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, 10 Apr 2003 01:29:30 -0000 barner@in.tum.de wrote: >>Does anybody know what permissions I should change so I can these 3 >>programs as user. I'm only able to run these in root right now. >>I'm running Fbsd 4.8 stable > > > I think I made it work by examining the output of > > "camcontrol devlist -v" followed by This did it! I need to change the permissions of pass1 device also, then I was able to burn a cd but I still got these warnings from cdrecord which I don't kow what they mean: cdrecord: Operation not permitted. WARNING: Cannot set RR-scheduler cdrecord: Permission denied. WARNING: Cannot set priority using setpriority(). cdrecord: WARNING: This causes a high risk for buffer underruns. scsidev: '2,1,0' scsibus: 2 target: 1 lun: 0 I don't know what RR-scheduler or setpriority is, it burn the CD though so that's a start. > "cdrecord -scanbus". > > These commands will complain about missing permission and also print the > according device names. > > Simon > > Btw: The xcdroast port (which I find much nicer than gtoaster, but I don't want > you to solve your problems with gtoaster by using a different program :-) allows > you to specify some normal users that are allowed to burn cd-r(w)s. Yes, you're right, the gtoaster interface is very clumky but it's the only one detecting the scsi devices correctly in user mode, cdbakeoven looks nicer but only works in root, it still fails in user mode, xcdroast looks nice but only works in root it fails to recognize any of the scsi devices at all but seems to work fine under root though, it's a little weird to me since gtoast is now recognizing the scsi devices accept for those two waring messages that I get when I start burning a CD. E. J. Cerejo