From owner-freebsd-questions@FreeBSD.ORG Sat Jul 17 10:06:09 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 5AD5F16A4CE for ; Sat, 17 Jul 2004 10:06:09 +0000 (GMT) Received: from lorna.circlesquared.com (host217-45-219-83.in-addr.btopenworld.com [217.45.219.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id 687DC43D31 for ; Sat, 17 Jul 2004 10:06:04 +0000 (GMT) (envelope-from peter@circlesquared.com) Received: from circlesquared.com (localhost.circlesquared.com [127.0.0.1]) i6HA5Jcv052957; Sat, 17 Jul 2004 11:05:20 +0100 (BST) (envelope-from peter@circlesquared.com) Message-ID: <40F8F9DF.7050606@circlesquared.com> Date: Sat, 17 Jul 2004 11:05:19 +0100 From: Peter Risdon User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6) Gecko/20040611 X-Accept-Language: en-us, en MIME-Version: 1.0 To: ecrist@secure-computing.net References: <200407170226.19474.ecrist@secure-computing.net> <40F8E080.1010600@circlesquared.com> <200407170330.21820.ecrist@secure-computing.net> In-Reply-To: <200407170330.21820.ecrist@secure-computing.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org 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 10:06:09 -0000 Eric Crist wrote: > On Saturday 17 July 2004 03:17, Peter Risdon wrote: > >>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. >> >>If you want to verify you have a properly running Cups before you do >>this, use the web interface (http://localhost:631) to print a test page. >>It ought to work. >> >>HTH >> >>Peter. > > > Hey Peter, > > I tried the web interface, and that's what's not printing test pages. Do I > need to move these execs before I try to print a test page? Not so good - I generally find this works even when the /usr/bin binaries are still there. > > Also, CUPS seems to have munged up my other printer installations pretty > badly, and I don't know what to do to get them back. Probably because it overwrites /etc/printcap I guess I'd rather get > CUPS working right anyways. Have you tried testing cups by using the cups binaries on the command line specifying the full path? #/usr/local/bin/lpr /etc/hosts should print. If it doesn't, you might get a useful error message. Peter. > > Thanks! >