From owner-freebsd-questions@FreeBSD.ORG Tue Apr 8 22:09: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 4440737B401 for ; Tue, 8 Apr 2003 22:09:04 -0700 (PDT) Received: from imo-r01.mx.aol.com (imo-r01.mx.aol.com [152.163.225.97]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6282C43F75 for ; Tue, 8 Apr 2003 22:09:03 -0700 (PDT) (envelope-from edinho64@netscape.net) Received: from edinho64@netscape.net by imo-r01.mx.aol.com (mail_out_v34.21.) id z.b.7eb3cc2 (22682); Wed, 9 Apr 2003 01:08:50 -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 MAILININ43-589a3e93aae13b3; Wed, 09 Apr 2003 01:08:50 -0500 Message-ID: <3E93AADE.9000001@netscape.net> Date: Wed, 09 Apr 2003 01:08:46 -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: freebsd-questions-local@be-well.no-ip.com References: <3E9266C6.90509@netscape.net> <44k7e4irkr.fsf@be-well.ilk.org> <3E938979.8080201@netscape.net> <44brzg8jmd.fsf@be-well.ilk.org> 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: Wed, 09 Apr 2003 05:09:04 -0000 freebsd-questions-local@be-well.no-ip.com wrote: > Please don't top-post. > > "E. J. Cerejo" writes: > > >>That doesn't do it! > > > It does for me. > > Which device did you change, and are you using a real SCSI device? > > >>freebsd-questions-local@be-well.no-ip.com wrote: >> >>>"E. J. Cerejo" writes: >>> >>> >>>>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. >>> >>>You need write permissions on the device. I'm not using a real scsi device, I'm using the scsi emulation atapicam. I figure if it can work as root there's gotta be a way to work in user mode as well. Here's the permissions for my device: crwxrwx--- 2 root operator 15, 10 Apr 5 13:54 cd1c crwxrwx--- 1 root wheel 117, 8 Mar 18 11:59 acd1c The user is a member of the operator and wheel groups. Here's what I get from gtoast: 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 cdrecord: Permission denied. Cannot open SCSI driver. cdrecord: For possible targets try 'cdrecord -scanbus'. Make sure you are root. cdrecord: For possible transport specifiers try 'cdrecord dev=help'. Child exited unexpectedly. CD recording process finished. since I'm running emulation are there any other devices that I need to change?