From owner-freebsd-questions@FreeBSD.ORG Sat Sep 9 18:39:10 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 3D5D116A47E for ; Sat, 9 Sep 2006 18:39:10 +0000 (UTC) (envelope-from henry.lenzi@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.239]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0130E43D7B for ; Sat, 9 Sep 2006 18:38:57 +0000 (GMT) (envelope-from henry.lenzi@gmail.com) Received: by wx-out-0506.google.com with SMTP id i27so1048632wxd for ; Sat, 09 Sep 2006 11:38:57 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=nzRAe0wv1oWXPmsYR7EVxgV69Z2pDOs3g8+vFmBoGitFue62tTpdTfjSHwKoi/7v72tLt3L1KtHMAqHVWBK5y8wkQ8Pr7moroLIgA+bHH+5MnwpwHHifxtUzDtnKevjhspMDHib4U9W8sDfGdrZipnozS9V9qQWbcKtT61MOEUE= Received: by 10.70.52.1 with SMTP id z1mr2679170wxz; Sat, 09 Sep 2006 11:37:20 -0700 (PDT) Received: by 10.70.95.9 with HTTP; Sat, 9 Sep 2006 11:37:20 -0700 (PDT) Message-ID: <8b4c81f0609091137x6577f708ma9d893f7c9c34a3d@mail.gmail.com> Date: Sat, 9 Sep 2006 15:37:20 -0300 From: "Henry Lenzi" To: "Paul Mather" In-Reply-To: <1157653048.36687.8.camel@zappa.Chelsea-Ct.Org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20060907170628.8E30116A537@hub.freebsd.org> <1157653048.36687.8.camel@zappa.Chelsea-Ct.Org> Cc: Robert Huff , freebsd-questions@freebsd.org Subject: Re: cups 1.2.2 and parallel port printers 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: Sat, 09 Sep 2006 18:39:10 -0000 > > I have this in my /etc/devfs.rules file on a system successfully using > CUPS with a parallel port printer: > > > [localrules=10] > add path 'lpt*' mode 0660 group cups > > > (I also have 'devfs_system_ruleset="localrules"' in my /etc/rc.conf > file.) > > That makes sure that CUPS can access the lpt* devices (including the > lpt*.ctl devices). Mode 0660 also ensures that not everyone can access > lpt*, just root and members of the cups group (i.e., CUPS). > > Cheers, > > Paul. You solution in the same of the bug report I mentioned in another post in this thread. It refers to the bug report and fix in: http://lists.freebsd.org/pipermail/freebsd-ports-bugs/2006-July/094331.html I still have problems with CUPS. It borks complaining about foomatic-rip not being found, although it installed. Did you get a problem like that too? I have a HP Deskjet 840C on /dev/lpt0 Any help is appreciated. Thanks. Henry Lenzi