From owner-freebsd-ports@freebsd.org Fri Mar 18 08:40:16 2016 Return-Path: Delivered-To: freebsd-ports@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 E2C79AD5DE6 for ; Fri, 18 Mar 2016 08:40:16 +0000 (UTC) (envelope-from thomas.gellekum@netaachen.de) Received: from cc-smtpout3.netcologne.de (cc-smtpout3.netcologne.de [IPv6:2001:4dd0:100:1062:25:2:0:3]) (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 A45EA1B98; Fri, 18 Mar 2016 08:40:16 +0000 (UTC) (envelope-from thomas.gellekum@netaachen.de) Received: from cc-smtpin2.netcologne.de (cc-smtpin2.netcologne.de [89.1.8.202]) by cc-smtpout3.netcologne.de (Postfix) with ESMTP id 6D35E12644; Fri, 18 Mar 2016 09:40:05 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by cc-smtpin2.netcologne.de (Postfix) with ESMTP id 6920E11DD0; Fri, 18 Mar 2016 09:40:05 +0100 (CET) Received: from [2001:4dd3:8551:0:227:eff:fe06:5300] (helo=cc-smtpin2.netcologne.de) by localhost with ESMTP (eXpurgate 4.0.9) (envelope-from ) id 56ebbee5-0b68-7f0000012729-7f000001a4c1-1 for ; Fri, 18 Mar 2016 09:40:05 +0100 Received: from siegel.tg.intern (2001-4dd3-8551-0-227-eff-fe06-5300.ipv6dyn.netcologne.de [IPv6:2001:4dd3:8551:0:227:eff:fe06:5300]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by cc-smtpin2.netcologne.de (Postfix) with ESMTPSA; Fri, 18 Mar 2016 09:40:02 +0100 (CET) Subject: Re: USB devices and the latest update to CUPS To: Jonathan Chen , freebsd-ports@freebsd.org, tijl@FreeBSD.org References: From: Thomas Gellekum Message-ID: <56EBBEE1.8060405@netaachen.de> Date: Fri, 18 Mar 2016 09:40:01 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.7.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Mar 2016 08:40:17 -0000 On 03/18/2016 07:14, Jonathan Chen wrote: > Hi, > > Ever since the latest update to CUPS, jobs sent attached to my USB > printer are stuck with: > > D [18/Mar/2016:17:01:05 +1300] [Job 407] libusb_get_device_list=1 > I [18/Mar/2016:17:01:05 +1300] [Job 407] Waiting for printer to become > available. > > This will loop indefinitely, with the printer never coming available. > > If I stop CUPS and directly cat(1) a file to /dev/unlpt0, output will > appear; so it's nothing to do with the USB connection to the printer. > > Anyone else seeing this? Yes. I also noticed that the LIBUSB was dropped (unset in my case). tg