From owner-freebsd-questions@FreeBSD.ORG Thu Sep 7 14:09: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 AC15316A4DA for ; Thu, 7 Sep 2006 14:09:10 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from smtp02.lnh.mail.rcn.net (smtp02.lnh.mail.rcn.net [207.172.157.102]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8638743D5A for ; Thu, 7 Sep 2006 14:09:08 +0000 (GMT) (envelope-from roberthuff@rcn.com) Received: from mr08.lnh.mail.rcn.net ([207.172.157.28]) by smtp02.lnh.mail.rcn.net with ESMTP; 07 Sep 2006 10:09:07 -0400 X-IronPort-AV: i="4.08,226,1154923200"; d="scan'208"; a="294593119:sNHT25062756" Received: from smtp01.lnh.mail.rcn.net (smtp01.lnh.mail.rcn.net [207.172.4.11]) by mr08.lnh.mail.rcn.net (MOS 3.7.5a-GA) with ESMTP id GWZ93521; Thu, 7 Sep 2006 10:08:42 -0400 (EDT) Received: from 209-6-203-219.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com (HELO jerusalem.litteratus.org.litteratus.org) ([209.6.203.219]) by smtp01.lnh.mail.rcn.net with ESMTP; 07 Sep 2006 10:08:33 -0400 X-IronPort-AV: i="4.08,226,1154923200"; d="scan'208"; a="272583438:sNHT25696520" From: Robert Huff MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <17664.10172.939032.620287@jerusalem.litteratus.org> Date: Thu, 7 Sep 2006 10:07:56 -0400 To: freebsd-questions@freebsd.org In-Reply-To: <45001C82.30200@web.de> References: <20060907121906.71wgo7l4zegws08o@webmail.frontiernet.net> <17664.5027.243777.190581@jerusalem.litteratus.org> <45001C82.30200@web.de> X-Mailer: VM 7.17 under 21.5 (beta27) "fiddleheads" XEmacs Lucid X-Junkmail-Status: score=10/50, host=mr08.lnh.mail.rcn.net X-Junkmail-SD-Raw: score=unknown, refid=str=0001.0A090205.4500267C.0097,ss=1,fgs=0, ip=207.172.4.11, so=2006-05-09 23:27:51, dmn=5.2.4/2006-05-04 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: Thu, 07 Sep 2006 14:09:10 -0000 Jona Joachim writes: > > _In my case_, CUPS as ported does not like the permissions on > > /dev/lpt0*. They default to "crw-------"; setting them to > > "crw-rw-rw-" makes the parallel printer appear. > > There should be a way to tall devfs to change those permissions > > automatically, but I haven't been able to figure it out. > > You have to specify > perm lpt0 0666 > in /etc/devfs.conf huff@jerusalem>> dir /dev/lpt* crw------- 1 root wheel 0, 79 Sep 5 20:45 /dev/lpt0 crw------- 1 root wheel 0, 80 Sep 5 20:45 /dev/lpt0.ctl huff@jerusalem>> grep lpt /etc/devfs.conf # make lpt0 available to CUPS perm /dev/lpt0 0666 Doesn't seem to work. :-( Robert Huff