From owner-freebsd-ports@FreeBSD.ORG Fri Jun 6 10:28:36 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7F02EFE8 for ; Fri, 6 Jun 2014 10:28:36 +0000 (UTC) Received: from mail-oa0-x231.google.com (mail-oa0-x231.google.com [IPv6:2607:f8b0:4003:c02::231]) (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 4536B2F7D for ; Fri, 6 Jun 2014 10:28:36 +0000 (UTC) Received: by mail-oa0-f49.google.com with SMTP id o6so616199oag.8 for ; Fri, 06 Jun 2014 03:28:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=MD3rvTFYTyPIrOan87QHr5lBk/9w/nKAe/rwXHbF8xE=; b=Rs9Jt9HOjE+Pxpr1W5YCgkUs+gvYxzHTkyjOu7W+t2xjjlk7fZHXFWMyuQod8xdTdA QCdSTLUFOp2wnbEtAHVNW5vxgyvV7yWI7VQKoENz5t2WPs+A2jbIi27VfNPUyhPOEz1N WDLILAFdLn/8DeMhRNsgs6cnSJw3B3ArM75jJ1ZEmU4bPvFT0PoPUZkfJO/WpsUIEM3B f0G7Zu8JhTQOi3yeEtViaCI9tZwRzM0nNaUAKEVLNgJDKHWygyMLxu8K2VXxIxo9YDHv +llOQDGHwUtmBhFCM04gqdvMFhaYI565pvUw4Sfi80ZZcPSiqLpRR/cuoyoFKpOonp1t oJ7A== MIME-Version: 1.0 X-Received: by 10.182.19.196 with SMTP id h4mr3451561obe.20.1402050515244; Fri, 06 Jun 2014 03:28:35 -0700 (PDT) Sender: robbak@gmail.com Received: by 10.76.0.111 with HTTP; Fri, 6 Jun 2014 03:28:35 -0700 (PDT) In-Reply-To: <1402046122363-5918422.post@n5.nabble.com> References: <1401958638341-5918098.post@n5.nabble.com> <1401987639244-5918202.post@n5.nabble.com> <20140606085156.15b32a6c@tmu.ulm.sysgo.com> <1402046122363-5918422.post@n5.nabble.com> Date: Fri, 6 Jun 2014 20:28:35 +1000 X-Google-Sender-Auth: vdLJeynECeoz705VAxywhzBubvA Message-ID: Subject: Re: print/cups-base web interface broken & unable to print From: Robert Backhaus To: Beeblebrox Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18 Cc: Freebsd_mailinglist_PORTS X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Jun 2014 10:28:36 -0000 Hmm. I can't see any attempts to print in that log file. Perhaps I could find it if you told me the name of the file you printed, or of the name of the program you printed from. On 6 June 2014 19:15, Beeblebrox wrote: > @Robert > > I ran poudriere for the installed cups* ports and did an upgrade. The > missing commandtops file was restored when upgrade installed cups-image > (not > cups-filter), so that problem is resolved. Printing still fails though. > > I have a Virtual-PDF printer defined in cups with Generic PPD. To simplify, > I decided to test with this printer and again got "Filter Failed" message. > Link to log with "level debug" for this job: > > https://docs.google.com/document/d/1YDWcTll0IFu-JUfhGCX1m2IT7gPxwqw0qoEa9_7X2J0/edit?usp=sharing > > Virtual-PDF PPD: > DeviceURI cups-pdf:/ > *FormatVersion: "4.3" > *FileVersion: "1.1" > *LanguageVersion: English > *LanguageEncoding: ISOLatin1 > *PCFileName: "CUPS-PDF.PPD" > *Manufacturer: "Generic" > *Product: "(CUPS v1.1)" > *ModelName: "Generic CUPS-PDF Printer" > *1284DeviceID: "MFG:Generic;MDL:CUPS-PDF Printer;DES:Generic CUPS-PDF > Printer;CLS:PRINTER;$ > *% cupsFilter: "application/vnd.cups-postscript 0 pstitleiconv" > *PSVersion: "(2017.000) 0" > *LanguageLevel: "2" > *ColorDevice: True > *DefaultColorSpace: RGB > *FileSystem: False > *Throughput: "8" > *LandscapeOrientation: Plus90 > *TTRasterizer: Type42 > > Separately, I have noticed a potentially incompatible option setting as > below: > print/cups-base (MDNSRESPONDER or AVAHI) > print/cups-filters (AVAHI) > I don't want to use Zeroconf at all, so I prefer to turn these options off. > While print/cups-filters gets built with UNSET AVAHI, print/cups-base does > not and requires that at least ONE of the Zeroconf options have been > enabled. I have no idea how compatible the resulting binaries will be when > Avahi is used in port but MDNS in another. > > Thanks & Regards. > > > > ----- > FreeBSD-11-current_amd64_root-on-zfs_RadeonKMS > -- > View this message in context: > http://freebsd.1045724.n5.nabble.com/print-cups-base-web-interface-broken-unable-to-print-tp5918098p5918422.html > Sent from the freebsd-ports mailing list archive at Nabble.com. > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" >