From owner-freebsd-questions@FreeBSD.ORG Sat Dec 20 14:07:59 2008 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 2B34E1065673 for ; Sat, 20 Dec 2008 14:07:59 +0000 (UTC) (envelope-from luizbcampos@gmail.com) Received: from yx-out-2324.google.com (yx-out-2324.google.com [74.125.44.30]) by mx1.freebsd.org (Postfix) with ESMTP id E02E38FC19 for ; Sat, 20 Dec 2008 14:07:58 +0000 (UTC) (envelope-from luizbcampos@gmail.com) Received: by yx-out-2324.google.com with SMTP id 8so1210061yxb.13 for ; Sat, 20 Dec 2008 06:07:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=IkihLTX1UAG6KRaeOxwQz+KUl0OGDqVLlXVgOguq2Os=; b=n5ZriTXgAjW5uh8DEOQxykoghcHwWNVQrYP9NCW+9NB+TOPgJEao3E0RyjXrR7eTkB c/atQEBQZOEM3uWj6c4ExCCKz1ftaYrVsErBYDniI1B4skTOljM+IY4QAnFow8JUW0jS qphvq7Yi2axIDdYDA2/8q5cx9JGF4mdv+TmyE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=q2o2c0Crsf3UmUpIZB4sndy1p61tJR7X5smZ7nVza7P4bMcElKIMHJQXDBJ/ggvC/h 2GqTP30uMGM1dWDGyFW8jBBzr1GYBOs55veSdHtDJ1hCNdX+QYrfex1thn2rYtCJOrOz M3Vxt3TO4fAeJx8gJGlfjMGL+bO7xQNpbp++s= Received: by 10.100.111.11 with SMTP id j11mr2895203anc.15.1229782078152; Sat, 20 Dec 2008 06:07:58 -0800 (PST) Received: by 10.100.164.6 with HTTP; Sat, 20 Dec 2008 06:07:57 -0800 (PST) Message-ID: Date: Sat, 20 Dec 2008 12:07:57 -0200 From: luizbcampos To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: LPRng cannot open connection... 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, 20 Dec 2008 14:07:59 -0000 Trying to use LPRng printing spooler, it shows: $ lpq lpd Printer ip2200_usb_ps@localhost (dest localhost@/dev/ulpt0) Queue : no printable jobs in queue Printer 'localhost@/dev/ulpt0' cannot open connection -getconnection: cannot get address for '/dev/ulpt0' Does anyone know how to solve this?