From owner-freebsd-questions@FreeBSD.ORG Wed Jan 21 02:25:59 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 4FD6316A4CE for ; Wed, 21 Jan 2004 02:25:59 -0800 (PST) Received: from elkins.org (user41.net272.fl.sprint-hsd.net [64.45.235.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5CF6C43D45 for ; Wed, 21 Jan 2004 02:25:54 -0800 (PST) (envelope-from bsd@elkins.org) Received: from kathix.elkins ([192.168.0.10]) by elkins.org with esmtp (Exim 3.36 #1 (Debian)) id 1AjFYX-0003rW-00 for ; Wed, 21 Jan 2004 05:25:53 -0500 From: Jeff Elkins To: freebsd-questions@freebsd.org Date: Wed, 21 Jan 2004 05:25:53 -0500 User-Agent: KMail/1.5.4 References: <200401210306.35412.bsd@elkins.org> <400E38A5.8010609@users.sourceforge.net> In-Reply-To: <400E38A5.8010609@users.sourceforge.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200401210525.53248.bsd@elkins.org> Subject: Re: Help with CUPS 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: Wed, 21 Jan 2004 10:25:59 -0000 On Wednesday 21 January 2004 03:30, Rob wrote: > Jeff Elkins wrote: > > Howdy List, > > > > I've just added a FreeBSD 5.2 partition to my debian sid print server and > > I'm groping around trying to make it functional. > > > > /dev/lpt0 works with a cat something.txt > /dev/lpt0 and adding CUPS from > > ports seemed to work as well. I can access the web interface or add > > printers from the command-line...but they don't print anything. > > > > The web interface shows print jobs as aborted. /var/spool/cups shows a > > corresponding file for each submitted job. > > > > Thanks in advance for any help. Googling has revealed nothing of any > > assistance. > > Jeff, > > Does info of the cups-log files in /var/log/cups give a clue? > > Rob. Duh. Teach me to futz around after 11pm! Yes, the log file pointed out the problem. Ghostscript wasn't installed as a dependency when I installed cups from ports. Thanks for the knock on the head, Rob. Jeff