From owner-freebsd-questions@FreeBSD.ORG Sat Jan 3 20:53:51 2009 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 6B6D9106566B for ; Sat, 3 Jan 2009 20:53:51 +0000 (UTC) (envelope-from hartzell@alerce.com) Received: from merlin.alerce.com (merlin.alerce.com [64.62.142.94]) by mx1.freebsd.org (Postfix) with ESMTP id 564508FC14 for ; Sat, 3 Jan 2009 20:53:51 +0000 (UTC) (envelope-from hartzell@alerce.com) Received: from merlin.alerce.com (localhost [127.0.0.1]) by merlin.alerce.com (Postfix) with ESMTP id 107C533C62; Sat, 3 Jan 2009 12:53:51 -0800 (PST) Received: from merlin.alerce.com (localhost [127.0.0.1]) by merlin.alerce.com (Postfix) with ESMTP id 8C61B33C5B; Sat, 3 Jan 2009 12:53:50 -0800 (PST) From: George Hartzell MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <18783.53342.406664.32184@almost.alerce.com> Date: Sat, 3 Jan 2009 12:53:50 -0800 To: weif@weif.net In-Reply-To: <200901032022.n03KMKbm017609@maxine.cjones.org> References: <200901031941.n03Jf8EJ020954@maxine.cjones.org> <18783.50589.313277.343221@almost.alerce.com> <200901032022.n03KMKbm017609@maxine.cjones.org> X-Mailer: VM 7.19 under Emacs 22.1.50.1 X-Virus-Scanned: ClamAV using ClamSMTP Cc: hartzell@alerce.com, freebsd-questions@freebsd.org Subject: Re: Setting up a PDF printer X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: hartzell@alerce.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jan 2009 20:53:51 -0000 Keith Seyffarth writes: > > If you're using the cups printing subsystem you can use the cups-pdf > > port/package. > > > > You end up with the pdf's deposited in /var/spool/cups-pdf/USERNAME. > > I don't have any printing installed currently. I may be getting a > printer for this machine at some point in the future (at which point > I'll have to figure out how to get printing to a printer working). > > When I run > # which cups > > the response is: > cups: Command not found. > > would > # portinstall cups > install this printing option? or would I have to install something > else? You'll need the cups and cup-pdf ports/packages, then add cupsd_enable="YES" to /etc/rc.conf and then /usr/local/etc/rc.d/cupsd restart and then point a browser at http://localhost:631 and go through the "add a printer" steps (when it asks device choose the pdf entry and when it asks for a make I choose 'raw'. Seems to work. I *think* that the username you give to the web interface whilst adding the printer has to be in the 'wheel' group. g.