From owner-freebsd-questions@FreeBSD.ORG Fri Dec 15 15:20:49 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0DF9316A539 for ; Fri, 15 Dec 2006 15:20:49 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail6.sea5.speakeasy.net (mail6.sea5.speakeasy.net [69.17.117.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id 97FED43CC6 for ; Fri, 15 Dec 2006 15:18:14 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 16294 invoked from network); 15 Dec 2006 15:19:50 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail6.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 15 Dec 2006 15:19:50 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 91C2828455; Fri, 15 Dec 2006 10:19:49 -0500 (EST) To: Armin Arh References: <20061215045920.GA708@pubbox.net> <200612150117.01446.amistry@am-productions.biz> <20061215062326.GD708@pubbox.net> From: Lowell Gilbert Date: Fri, 15 Dec 2006 10:19:49 -0500 In-Reply-To: <20061215062326.GD708@pubbox.net> (Armin Arh's message of "Fri, 15 Dec 2006 07:23:27 +0100") Message-ID: <44wt4tmbje.fsf@be-well.ilk.org> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Anish Mistry , freebsd-questions@freebsd.org Subject: Re: Palm Tx + jpilot 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: Fri, 15 Dec 2006 15:20:49 -0000 Armin Arh writes: > On Fri, Dec 15, 2006 at 01:16:46AM -0500, Anish Mistry wrote: >> > In /etc/devfs.conf: >> > perm cuaU0 0666 >> > >> > but then: >> > ## l /dev/cuaU0 >> > crw-rw---- 1 uucp dialer - 0, 113 Dec 15 05:00 /dev/cuaU0 >> > >> > The /dev/devfs.conf permissions only apply when i run >> > "/etc/rc.d/devfs restart" This is a nogo because i have only 1 >> > second between pressing sync on the Handheld and clicking sync on >> > jpilot. >> man devfs.rules > > Thx. > Now devfs.rules(5) redirects me to devfs.conf(5) > which clearly states i should set > > perm cuaU0 0666 > > and i did so as described in my initial post. > Nevertheless the permissions became wrong. > Maybe it works after the next reboot, which is hard to > believe... we'll see. You need devfs.rules, *not* devfs.conf. Try the manual page for the former again.