From owner-freebsd-questions@FreeBSD.ORG Tue Aug 17 20:02:55 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6BF8C10656A3 for ; Tue, 17 Aug 2010 20:02:55 +0000 (UTC) (envelope-from remegius@comcast.net) Received: from qmta02.emeryville.ca.mail.comcast.net (qmta02.emeryville.ca.mail.comcast.net [76.96.30.24]) by mx1.freebsd.org (Postfix) with ESMTP id 52B6B8FC19 for ; Tue, 17 Aug 2010 20:02:55 +0000 (UTC) Received: from omta12.emeryville.ca.mail.comcast.net ([76.96.30.44]) by qmta02.emeryville.ca.mail.comcast.net with comcast id vS621e0020x6nqcA2Y2uzK; Tue, 17 Aug 2010 20:02:54 +0000 Received: from [192.168.1.5] ([67.180.204.190]) by omta12.emeryville.ca.mail.comcast.net with comcast id vY2t1e00C46zqiB8YY2tNj; Tue, 17 Aug 2010 20:02:54 +0000 Message-ID: <4C6AEAED.10801@comcast.net> Date: Tue, 17 Aug 2010 13:02:53 -0700 From: Rem P Roberti User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.9.1.11) Gecko/20100722 Thunderbird/3.0.6 MIME-Version: 1.0 To: Polytropon References: <4C6ADD61.9010101@comcast.net> <20100817212909.b8d7319a.freebsd@edvax.de> In-Reply-To: <20100817212909.b8d7319a.freebsd@edvax.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD Subject: Re: Printer Installation 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: Tue, 17 Aug 2010 20:02:55 -0000 On 08/17/2010 12:29, Polytropon wrote: > On Tue, 17 Aug 2010 12:05:05 -0700, Rem Roberti wrote: > >> I seem to recall >> that there could be a path problem with lpr if CUPS is installed and one >> tries to use lpd, but I've forgotten how to deal with that, if indeed >> that is the problem. >> > CUPS installs its binaries into /usr/local/bin, if not compiled > with options saying otherwise (in which case it can replace the > system's programs). Depending on $PATH, /usr/bin/lpr or CUPS's > /usr/local/bin/lpr can be invoked. By explicitely using > > # /usr/bin/lpr /etc/printcap > > for example, you can be sure to call the correct program. > > By the way, using the printer's name as -P parameter for the > default printer's name (lp) is not needed. You can also use > the environment variable PRINTER to define a standard printer's > name instead of lp. > > > > >> BTW, I have included ulpt0 as a permission in my >> /etc/fstab file. >> > Do you mean /etc/devfs.conf, /etc/devfs.rules or /etc/devd.conf, > as the file system table doesn't seem to be involved here? :-) > > > Sorry...I did indeed mean /etc/devfs.conf! And thank you for your reply. I have to run out for a bit, but when I return I will try to get the path thing straightened out. Rem