From owner-freebsd-questions@FreeBSD.ORG Sat Jul 17 14:39:08 2004 Return-Path: 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 119F316A4CE for ; Sat, 17 Jul 2004 14:39:08 +0000 (GMT) Received: from auk2.snu.ac.kr (auk2.snu.ac.kr [147.46.100.32]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC66B43D45 for ; Sat, 17 Jul 2004 14:39:07 +0000 (GMT) (envelope-from spamrefuse@yahoo.com) Received: from [147.46.44.181] (spamrefuse@yahoo.com) by auk2.snu.ac.kr (Terrace Internet Messaging Server) with ESMTP id 2004071723:38:43:446370.23117.2931862448 for ; Sat, 17 Jul 2004 23:38:43 +0900 (KST) Message-ID: <40F93A04.9060706@yahoo.com> Date: Sat, 17 Jul 2004 23:39:00 +0900 From: Rob User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7) Gecko/20040703 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <200407170226.19474.ecrist@secure-computing.net> <40F8E080.1010600@circlesquared.com> In-Reply-To: <40F8E080.1010600@circlesquared.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-TERRACE-SPAMMARK: NO (SR:4.92) (by Terrace) Subject: Re: First time CUPS user, config problems? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Jul 2004 14:39:08 -0000 Peter Risdon wrote: > Eric Crist wrote: > >> Hello list. >> >> I'm trying to use CUPS for the first time, with all the good things >> I've heard/read about it on this list. I'm mainly trying to use it as >> I've got an OfficeJet G85 that I've never used with FreeBSD and >> linuxprinting.org has a 'mostly' working driver. >> >> Here's what I've done thus far: >> >> I've installed CUPS, and have a running daemon. I can login and >> install printers. I've downloaded the recommended the correct .ppd >> file according to linuxprinting.org, and tried installing the foomatic >> scripts it says I need. >> When I try to print a test page, I get no output what-so-ever and no >> indication on the printer anything has even happened. >> >> I don't know where the CUPS logfile would be, so I can't read that. >> >> Anyone have any ideas? > > > Cups installs /usr/local/bin/lp and /usr/local/bin/lpr and leaves > /usr/bin/lp and /usr/bin/lpr in place. Back these up, symlink the cups > versions into their places and try again. And for a next world build and/or CUPS install, put in /etc/make.conf NO_LPR=yes CUPS_OVERWRITE_BASE=yes Rob.