From owner-freebsd-questions@FreeBSD.ORG Sat Jul 17 22:08:38 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 1C09D16A4CE for ; Sat, 17 Jul 2004 22:08:38 +0000 (GMT) Received: from mail.broadpark.no (mail.broadpark.no [217.13.4.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id A1E3C43D1F for ; Sat, 17 Jul 2004 22:08:37 +0000 (GMT) (envelope-from henrik.w.lund@broadpark.no) Received: from [10.0.0.3] (52.80-202-129.nextgentel.com [80.202.129.52]) by mail.broadpark.no (Postfix) with ESMTP id D166D3B1A; Sun, 18 Jul 2004 00:09:07 +0200 (MEST) Message-ID: <40FA21FE.9080104@broadpark.no> Date: Sun, 18 Jul 2004 00:08:46 -0700 From: Henrik W Lund User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7) Gecko/20040616 X-Accept-Language: nb, en-us, en MIME-Version: 1.0 To: ecrist@secure-computing.net References: <200407170226.19474.ecrist@secure-computing.net> <40F97A92.4020004@broadpark.no> <200407171252.08311.ecrist@secure-computing.net> In-Reply-To: <200407171252.08311.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 22:08:38 -0000 Eric Crist wrote: >On Saturday 17 July 2004 14:14, Henrik W Lund wrote: > > >>Check out /var/log/cups/error.log for error messages. I like to crank >>the logging level to debug level 2 in /usr/local/etc/cupsd.conf as well, >>whenever it's not behaving like I want it to. >> >>Hope this helps! >>-Henrik W Lund >> >> > >k, I had to create the /var/log/cups directory, now it seems to be logging OK. >I've turned up logging to debug level 2, as you suggest, and it looks greek >to me. I'm still getting the following error in the web interface when I try >to print; > >Error: > >client-error-not-possible > >Any ideas? > >Thanks. > > First of all, verify that you've got both cups-base, cups-lpr and cups-pstoraster installed on your system. Do a pkg_info | grep cups to do this. If all these three packages are installed, please provide the last, say, 10 lines of your /var/log/cups/error.log. -Henrik W Lund