From owner-freebsd-questions@FreeBSD.ORG Tue Mar 7 21:58:10 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 BB97316A43B for ; Tue, 7 Mar 2006 21:58:10 +0000 (GMT) (envelope-from fbsdlists@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id C584743DB4 for ; Tue, 7 Mar 2006 21:57:54 +0000 (GMT) (envelope-from fbsdlists@gmail.com) Received: by wproxy.gmail.com with SMTP id i31so34671wra for ; Tue, 07 Mar 2006 13:57:54 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=pp99qbfMaA6YEYl1axd799XlLlqXIZihzg9KZ+HQUWxvGaCO3922cg8En1D+k1f3i3h/BdZPG2abr9epnQmav/Pwxc3+anK7pRAejLggatVDln1WeFv1W26PjLfZ/u1wvq0sMuFi03lPL1p7tVAZiA9vgHzRjIpTtzCycPV2KLU= Received: by 10.65.192.5 with SMTP id u5mr35173qbp; Tue, 07 Mar 2006 13:57:53 -0800 (PST) Received: by 10.64.150.10 with HTTP; Tue, 7 Mar 2006 13:57:48 -0800 (PST) Message-ID: <54db43990603071357s41913ec9q3be1c58cdbaf871a@mail.gmail.com> Date: Tue, 7 Mar 2006 16:57:48 -0500 From: "Bob Johnson" To: "Gary Kline" In-Reply-To: <20060307082141.GA13694@thought.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20060307082141.GA13694@thought.org> Cc: bobo1001@mailtest2.eng.ufl.edu, FreeBSD Mailing List Subject: Re: print question: cups and lpr 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, 07 Mar 2006 21:58:11 -0000 On 3/7/06, Gary Kline wrote: > On my test system I'm defaulting to "cups"; printing on any > flavor of *nix has always been painful ... which is why I > stick with plain ol' lpr::: it Just-Works{tm}. So on my > printserver and everywhere else I have lpr/lpd going. > > Under Gnome on my test platform I've tried to get things to > print via my printsrver. I see that Gnome thinks things are > printing. Not. Do any of you print wizards know what I'm > missing? KDE? OK, I'll get serious. When I see this it's because I forgot to actually start lpd after I set up the printer interface (in my case, apsfilter). They are in the print queue just waiting for a printer to come up, so your favorite desktop environment thinks everything worked. > > =09PS: 5 gold stars for anybody who can 'splain why cups exists. To support IPP. If you don't need IPP support (e.g. Windows and BSD systems sharing printers), you don't really need CUPS. I use apsfilter except when I actually need the features of CUPS. - Bob