From owner-freebsd-questions@FreeBSD.ORG Thu Jul 13 13:09:05 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 8ED8816A4DA for ; Thu, 13 Jul 2006 13:09:05 +0000 (UTC) (envelope-from edu07643@yahoo.com.br) Received: from web61023.mail.yahoo.com (web61023.mail.yahoo.com [209.73.179.17]) by mx1.FreeBSD.org (Postfix) with SMTP id 03D5043D46 for ; Thu, 13 Jul 2006 13:09:04 +0000 (GMT) (envelope-from edu07643@yahoo.com.br) Received: (qmail 94122 invoked by uid 60001); 13 Jul 2006 13:09:04 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com.br; h=Message-ID:Received:Date:From:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=ski0kcXOei/VbgLKsSdhXDdU2vs0vf4xmQyIf6ZI+B/TGjCvDQsqh5IvGbnZQ+GhxMbGKF3eRl/OctggzbyXRppayjfyWpuEAA1iQuUQsZzIYNK1xGJj2/WYThrf7fUXAkSvrXHz9KAipW/uLfgTN5aYzWeV8MlQP+KgsZqIxgY= ; Message-ID: <20060713130904.94118.qmail@web61023.mail.yahoo.com> Received: from [69.86.22.118] by web61023.mail.yahoo.com via HTTP; Thu, 13 Jul 2006 10:09:04 ART Date: Thu, 13 Jul 2006 10:09:04 -0300 (ART) From: "E. J. Cerejo" To: "Donald J. O'Neill" , freebsd-questions@freebsd.org In-Reply-To: <200607130649.29083.duncan.fbsd@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 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 13:09:05 -0000 "Donald J. O'Neill" escreveu: 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 I just did what you told me but I still get the same message when run lpstat, and still can't print. EJC www.only7bucks.com ---------------------------------