From owner-freebsd-questions@FreeBSD.ORG Fri Oct 31 17:31:58 2008 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 74D77106567B for ; Fri, 31 Oct 2008 17:31:58 +0000 (UTC) (envelope-from 240olofsson@telia.com) Received: from av8-1-sn3.vrr.skanova.net (av8-1-sn3.vrr.skanova.net [81.228.9.183]) by mx1.freebsd.org (Postfix) with ESMTP id 31BE38FC14 for ; Fri, 31 Oct 2008 17:31:58 +0000 (UTC) (envelope-from 240olofsson@telia.com) Received: by av8-1-sn3.vrr.skanova.net (Postfix, from userid 502) id 90979382E1; Fri, 31 Oct 2008 17:58:06 +0100 (CET) Received: from smtp3-1-sn3.vrr.skanova.net (smtp3-1-sn3.vrr.skanova.net [81.228.9.101]) by av8-1-sn3.vrr.skanova.net (Postfix) with ESMTP id 63C7F38293; Fri, 31 Oct 2008 17:58:06 +0100 (CET) Received: from [192.168.1.31] (90-230-141-139-no41.tbcn.telia.com [90.230.141.139]) by smtp3-1-sn3.vrr.skanova.net (Postfix) with ESMTP id D4BA437E43; Fri, 31 Oct 2008 17:58:05 +0100 (CET) Message-ID: <490B391E.3010508@telia.com> Date: Fri, 31 Oct 2008 17:58:06 +0100 From: Roger Olofsson <240olofsson@telia.com> User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) MIME-Version: 1.0 To: Sean Cavanaugh References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: "freebsd-questions@freebsd.org" Subject: Re: CUPS wont print inside GNOME X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: raggen@raggens.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Oct 2008 17:31:58 -0000 Sean Cavanaugh skrev: > I have the latest GNOME installed from ports and have the odd issue of CUPS not wanting to work with it right. > > If i access the CUPS web configuration page, i can print test pages just fine and not a single issue, but if i try and print a test page from inside GNOME, including trying with the gnome-cups-manager port, it will stop and present the following error > "/usr/local/libexec/cups/filter/pstoraster failed"this error will carry over to the web interface and those jobs are pretty much hosed, yet i can create a test print from web interface even when this error is present. > > I do notice that test pages from web interface come from user "anonymous" whereas test pages from gnome-cups-manager are from the respected user that ran it. > even root is unable to print from inside gnome. > > -Sean > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > > > ------------------------------------------------------------------------ > > > No virus found in this incoming message. > Checked by AVG - http://www.avg.com > Version: 8.0.175 / Virus Database: 270.8.5/1757 - Release Date: 2008-10-30 14:35 > Hi Sean, I assume you have cups-pstoraster installed? It should be installed when installing CUPS itself. If you built Gnome from source you should have this in /etc/make.conf CUPS_OVERWRITE_BASE=yes NO_LPR=yes WITH_CUPS=yes /Roger