From owner-freebsd-questions@FreeBSD.ORG Thu Jul 13 11:52:30 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 4847C16A4DD for ; Thu, 13 Jul 2006 11:52:30 +0000 (UTC) (envelope-from donaldjoneill@gmail.com) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id 91B8043D5E for ; Thu, 13 Jul 2006 11:52:29 +0000 (GMT) (envelope-from donaldjoneill@gmail.com) Received: by nz-out-0102.google.com with SMTP id v1so73189nzb for ; Thu, 13 Jul 2006 04:52:29 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:to:subject:date:user-agent:cc:references:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:message-id:from; b=YhGgX+9wFKR7+yAFW6Xi2mWoTLOJSQ+E822vUQbOrm6JEKWiWgwjzIvYAwIplMZzBjFXT/M8ZszQ01fkROlTZkHdMsYHaucbARWQAg5HU1Jz3N/JzgfSMkQ212F1H1q4NzL9TgHdyK/e9cbckW/21QbWw2y8rlj3H1H6EC2ZlAc= Received: by 10.36.67.19 with SMTP id p19mr1071802nza; Thu, 13 Jul 2006 04:52:29 -0700 (PDT) Received: from pres1750.airedalians.com ( [75.7.74.134]) by mx.gmail.com with ESMTP id 7sm1015630nzo.2006.07.13.04.52.28; Thu, 13 Jul 2006 04:52:28 -0700 (PDT) To: freebsd-questions@freebsd.org Date: Thu, 13 Jul 2006 06:49:28 -0500 User-Agent: KMail/1.9.3 References: <20060713034221.88824.qmail@web61024.mail.yahoo.com> In-Reply-To: <20060713034221.88824.qmail@web61024.mail.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200607130649.29083.duncan.fbsd@gmail.com> From: "Donald J. O'Neill" Cc: "E. J. Cerejo" Subject: Re: CUPS, one more try 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, 13 Jul 2006 11:52:30 -0000 On Wednesday 12 July 2006 22:42, E. J. Cerejo wrote: > I've been trying to configure my HP Officejet 4315 using CUPS 1.2.0 but so > far all I can do is configure a printer using the web interface and I'm > able to print a test page but when I try to print any other document I'm > unable to print, I get that quick popup window saying that cups is starting > but nothing else, but today I notice something else whenever I run lpstat > command I get this: > > "Printer 'pr-b@localhost' - cannot open connection - No such file or > directory Make sure the remote host supports the LPD protocol > Printer 'pr-b@localhost' - cannot open connection - No such file or > directory Make sure the remote host supports the LPD protocol" > > pr-b is the name of my printer, through some googling I found out it maybe > looking for my printer, do I need to edit some other file to tell lpd where > this printer is? > > > > EJC > www.only7bucks.com > > --------------------------------- Did you happen to check /usr/bin/ to see if lp, lpq, lpr, and lprm are there? If they are, you need to either remove them or rename them. Cups installs these in /usr/local/bin and since it's later in the path, they're never used. Don