From owner-freebsd-questions@freebsd.org Sun Nov 27 23:09:15 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BC6B7C59795 for ; Sun, 27 Nov 2016 23:09:15 +0000 (UTC) (envelope-from mahan@mahan.org) Received: from ns.mahan.org (23-24-207-145-static.hfc.comcastbusiness.net [23.24.207.145]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9E9862D20; Sun, 27 Nov 2016 23:09:14 +0000 (UTC) (envelope-from mahan@mahan.org) Received: from Cone-of-Silence.local (localhost [127.0.0.1]) by ns.mahan.org (8.14.9/8.14.9) with ESMTP id uAS2Di6M022216; Sun, 27 Nov 2016 18:13:44 -0800 (PST) (envelope-from mahan@mahan.org) Subject: Re: Having trouble printing to my HP OJ Pro 8600 all-in-one To: Tijl Coosemans References: <31b7b3c7-326f-87e2-2986-f06280057c46@dreamchaser.org> <98dafc2e-0584-2521-d766-8fb3da449c2b@dreamchaser.org> <686b9894-f67c-d459-4a72-16df5641a887@mahan.org> <20161126150145.5bf8773c@kalimero.tijl.coosemans.org> <6ff9e537-e2db-e6f3-39aa-4267ec7400c1@mahan.org> <20161127144147.06aa181f@kalimero.tijl.coosemans.org> Cc: FreeBSD Mailing List From: Patrick Mahan Message-ID: Date: Sun, 27 Nov 2016 15:09:06 -0800 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: <20161127144147.06aa181f@kalimero.tijl.coosemans.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Nov 2016 23:09:15 -0000 On 11/27/16 5:41 AM, Tijl Coosemans wrote: > On Sat, 26 Nov 2016 11:08:34 -0800 Patrick Mahan wrote: >> On 11/26/16 6:01 AM, Tijl Coosemans wrote: >>> What is the output of 'pkg which /usr/local/etc/cups/apple.types'? If it >>> says not found in database, remove the file. If /usr/local/etc/cups/mime.* >>> exist, remove them. You can also remove the following packages: >> >> I believe that was added as part of the avahi stuff that I installed to >> support apple devices needing "AirPrint" support. >> >> The apple.types contains: >> >> gypsy-new# cat /usr/local/etc/cups/apple.types >> # >> # "$Id:$" >> # >> # Airprint type >> image/urf urf string(0,UNIRAST<00>) >> # >> # End of "$Id:$". >> # >> >> There is no /usr/local/etc/cups/mime.types (as you can from the 'find' >> command). >> >>> foomatic-db-20161105 >>> foomatic-db-engine-4.0.12_1,2 >>> foomatic-db-hpijs-1.4 >>> gimp-gutenprint-5.2.10_3 >>> gutenprint-base-5.2.10_2 >>> gutenprint-cups-5.2.10_3 >>> gutenprint-foomatic-5.2.10_2 >>> hplip-plugin-3.16.10 >> >> Okay, they are removed. >> >>> Then restart cupsd with 'service cupsd restart'. >> >> Done. >> >> Well, look at that, it's printing. >> >> What do you think was the blockage? > > Removing those packages should not have made a difference. Maybe all you > needed was a restart. > No, I have done both mutiple cupsd restarts and multiple reboots. > I don't think you need those apple.* files. URF support is already included > in /usr/local/share/cups/mime/cupsfilters.*. > Okay, I will look at backing those out. > Something else you might want to check in /usr/local/etc/cups is if there > are any differences between configurations files and their corresponding > *.sample file and if those differences still make sense. > Will do, thanks for the help. Patrick