From owner-freebsd-ports@FreeBSD.ORG Thu Apr 3 10:44:13 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 42BDD111 for ; Thu, 3 Apr 2014 10:44:13 +0000 (UTC) Received: from mail-qa0-x232.google.com (mail-qa0-x232.google.com [IPv6:2607:f8b0:400d:c00::232]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id EC7AAA7E for ; Thu, 3 Apr 2014 10:44:12 +0000 (UTC) Received: by mail-qa0-f50.google.com with SMTP id o15so1434584qap.37 for ; Thu, 03 Apr 2014 03:44:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=seibercom.net; s=google; h=date:from:to:subject:message-id:in-reply-to:references:reply-to :organization:mime-version:content-type:content-transfer-encoding; bh=UxlyrWx0p/f0fq26bm2wzDr3TXUrh69hjuxbuMOaBgg=; b=UurpOIQr5v/z8ccrEnJD4D/09RQHzdHd9zsnQLaR7YQrxkKxdgejlsap4fqUCjata3 OPemdE7VLs1Q9pBEV4h1o0IkWIuMZpxXPZGB9MCNnxTxqTKD4fHrYa7+eruOLfEWfY3r 57+H/m2nrlO5JzMnouS6lB5EzJUxb1HwA36B0= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:subject:message-id:in-reply-to :references:reply-to:organization:mime-version:content-type :content-transfer-encoding; bh=UxlyrWx0p/f0fq26bm2wzDr3TXUrh69hjuxbuMOaBgg=; b=Zw5iA4AKzE/ECabrolvK5WgHJ1foOc774IOWCbNNyhhGLVUA2wOz8YJQdhUzfKmsNY +cnB2FO+DiU/5pG0/EQHLG/tsR98SjYlJBUcmPsf2P49hIMLjQLibfPrB5qkK0hGtZ5S EjBBjUvxsRBVWAxx7M99uIBsrXX9B/lkyhBniLsWaoQk/l9Wsrl8GCTnzYRKO0PQpSEq ebSaz24VkPmSmkKRhY8Pb0YKVApxdtJlYU4gSugdUQNWn1st0wQXtZwyulFRRGCB7e4y mU/EnvmtCbNFegbwH7KctS8W5HUi+b79W8uNjPUilZTWHIo7maIuXw04EaZqF5qTgaFy KL5Q== X-Gm-Message-State: ALoCoQnjiapF3iJgMPbvjFfdcEpkusf8bjaEdkfk+rfnX7qh4nBDFr2WGpV+6q6XxtamzyUdNTNM X-Received: by 10.140.108.2 with SMTP id i2mr6205145qgf.80.1396521851324; Thu, 03 Apr 2014 03:44:11 -0700 (PDT) Received: from scorpio (cpe-076-182-104-150.nc.res.rr.com. [76.182.104.150]) by mx.google.com with ESMTPSA id 3sm9394538qaw.8.2014.04.03.03.44.10 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Thu, 03 Apr 2014 03:44:11 -0700 (PDT) Date: Thu, 3 Apr 2014 06:44:09 -0400 From: Jerry To: FreeBSD Ports Subject: Re: Problems after upgrade to CUPS 1.7.1 - gstoraster error Message-ID: <20140403064409.1cfedd1f@scorpio> In-Reply-To: <20140402200945.41fc9887@tiger2008.drpetervoigt.private> References: <20140402200945.41fc9887@tiger2008.drpetervoigt.private> Organization: seibercom.net X-Mailer: Claws Mail 3.9.3 (GTK+ 2.24.22; amd64-portbld-freebsd10.0) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: FreeBSD Ports List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Apr 2014 10:44:13 -0000 On Wed, 2 Apr 2014 20:09:45 +0200, Dr. Peter Voigt stated: > After one of the latest ports tree updates on 10.0-RELEASE I upgraded > CUPS to version 1.7.1. This version of CUPS reveals some strange > behavior, although printing itself seems to work as expected. > > After the printer has finished a job the job is still being marked as > active. The CUPS web interface has marked the job as 'stopped > "Filter failed"' and the CUPS version of "lpq" still lists the job as > being queued. > > The cups log file is directed on my system to rsyslogd and shows > following error messages: > > - Job stopped due to filter errors; please consult the error_log file > for details. > - /usr/local/libexec/cups/filter/gstoraster) stopped with status 1. > > Fortunately these errors do not block the printing system, e.g. I can > start further print jobs which will be printed immediately. However it > is annoying that the printing queue gets filled more and more. > > Here are my installed CUPS related packages: > > # pkg version -v |grep cups > cups-1.7.1 = up-to-date with port > cups-base-1.7.1 = up-to-date with port > cups-client-1.7.1 = up-to-date with portIn > cups-filters-1.0.42 = up-to-date with port > cups-image-1.7.1 = up-to-date with port > cups-pstoraster-8.15.4_7 = up-to-date with port > gutenprint-cups-5.2.8_1 = up-to-date with port > > Any advice is appreciated. > > Regards, > Peter In the past when I have experienced problems with CUPS, I found it far easier to go to the source; ie report the problem directly to the CUPS developers. The CUPS forum is quite helpful and you would probably be better served by utilizing their services. I assume you are not a member. You can subscribe here: . -- Jerry