From owner-freebsd-questions@FreeBSD.ORG Tue Apr 22 15:15:30 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 18C271065674 for ; Tue, 22 Apr 2008 15:15:30 +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 B15568FC19 for ; Tue, 22 Apr 2008 15:15:29 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from mr02.lnh.mail.rcn.net ([207.172.157.22]) by smtp02.lnh.mail.rcn.net with ESMTP; 22 Apr 2008 11:15:29 -0400 Received: from smtp01.lnh.mail.rcn.net (smtp01.lnh.mail.rcn.net [207.172.4.11]) by mr02.lnh.mail.rcn.net (MOS 3.8.6-GA) with ESMTP id OOY72157; Tue, 22 Apr 2008 11:15:28 -0400 (EDT) Received: from 209-6-22-188.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com (HELO jerusalem.litteratus.org.litteratus.org) ([209.6.22.188]) by smtp01.lnh.mail.rcn.net with ESMTP; 22 Apr 2008 11:15:28 -0400 From: Robert Huff MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <18446.272.148614.854874@jerusalem.litteratus.org> Date: Tue, 22 Apr 2008 11:15:28 -0400 To: Andrew Falanga In-Reply-To: <200804220840.16594.af300wsm@gmail.com> References: <200804220840.16594.af300wsm@gmail.com> X-Mailer: VM 7.17 under 21.5 (beta28) "fuki" XEmacs Lucid X-Junkmail-Whitelist: YES (by domain whitelist at mr02.lnh.mail.rcn.net) Cc: FreeBSD Questions Subject: Having trouble getting cups working 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, 22 Apr 2008 15:15:30 -0000 Andrew Falanga writes: > When I try to submit the printer test page from the web > management interface, it says, "network host 'sniper' busy: will > retry in X seconds." The URI I'm using for my printer is, > lpd://sniper/lj4. The printer is connected to my parallel port > and I think this is what I want because the other options are > whatever it is that cups calls JetDirect and then IPP and > something else. huff@>> cat /usr/local/etc/cups/printers.conf # Printer configuration file for CUPS v1.3.6 # Written by cupsd on 2008-04-17 12:22 Info LaserJet 6MP Location 2nd floor DeviceURI parallel:/dev/lpt0 State Idle StateTime 1176603287 Accepting Yes Shared Yes JobSheets none none QuotaPeriod 0 PageLimit 0 KLimit 0 OpPolicy default ErrorPolicy stop-printer works for me uder cups-1.3.7. You will need to have the correct permissions for /dev/lpt0. Robert Huff