From owner-freebsd-questions@FreeBSD.ORG Thu Feb 23 10:49:02 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 D428F16A420 for ; Thu, 23 Feb 2006 10:49:02 +0000 (GMT) (envelope-from freebsd-listen@fabiankeil.de) Received: from smtprelay01.ispgateway.de (smtprelay01.ispgateway.de [80.67.18.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D09243D49 for ; Thu, 23 Feb 2006 10:49:01 +0000 (GMT) (envelope-from freebsd-listen@fabiankeil.de) Received: (qmail 13910 invoked from network); 23 Feb 2006 10:48:59 -0000 Received: from unknown (HELO localhost) ([pbs]775067@[217.50.145.18]) (envelope-sender ) by smtprelay01.ispgateway.de (qmail-ldap-1.03) with SMTP for ; 23 Feb 2006 10:48:59 -0000 Date: Thu, 23 Feb 2006 11:49:06 +0100 From: Fabian Keil To: Donald T Hayford Message-ID: <20060223114906.3a9a3e77@localhost> In-Reply-To: <43FD1F4E.5060204@donhayford.com> References: <43FD1F4E.5060204@donhayford.com> X-Mailer: Sylpheed-Claws 2.0.0 (GTK+ 2.8.6; i386-portbld-freebsd6.0) X-PGP-KEY-URL: http://www.fabiankeil.de/gpg-keys/freebsd-listen-2006-08-19.asc Mime-Version: 1.0 Content-Type: multipart/signed; boundary=Sig_CWrssZmlMGQnro1mhUS0LeS; protocol="application/pgp-signature"; micalg=PGP-SHA1 Cc: FreeBSD Subject: Re: Automatically changing modes on the DVD writer for K3b X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Feb 2006 10:49:02 -0000 --Sig_CWrssZmlMGQnro1mhUS0LeS Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Donald T Hayford wrote: > To get K3b to work I need to change the mode of the following devices to= =20 > 664 (or 666) from 644. >=20 > /dev/xpt0 > /dev/cd0 and /dev/cd1 > /dev/pass0 and /dev/pass1 >=20 > Is there a way to do this automatically on boot-up? Now I do it using a= =20 > script that I run as root but, of course, I always forget to run the=20 > script before I run K3b. Use /etc/devfs.conf: perm xpt0 0664 perm cd0 0664 perm cd1 0664 perm pass0 0664 perm pass1 0664 Fabian --=20 http://www.fabiankeil.de/ --Sig_CWrssZmlMGQnro1mhUS0LeS Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD4DBQFD/ZMojV8GA4rMKUQRAtMaAJd3+yakYTBDvQk+VcROFR7wWQw+AJ9koDer CRBsiVcXqNLJfaX6VMBpyw== =Tkwa -----END PGP SIGNATURE----- --Sig_CWrssZmlMGQnro1mhUS0LeS--