From owner-freebsd-ports@freebsd.org Fri Mar 18 09:37:28 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 76426AD40F6 for ; Fri, 18 Mar 2016 09:37:28 +0000 (UTC) (envelope-from tijl@freebsd.org) Received: from mailrelay101.isp.belgacom.be (mailrelay101.isp.belgacom.be [195.238.20.128]) (using TLSv1.2 with cipher RC4-SHA (128/128 bits)) (Client CN "relay.skynet.be", Issuer "GlobalSign Organization Validation CA - SHA256 - G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6E16819A5 for ; Fri, 18 Mar 2016 09:37:26 +0000 (UTC) (envelope-from tijl@freebsd.org) X-Belgacom-Dynamic: yes X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: A2B8AgC6y+tW/xtr8lFeg0VTb7gJgg8BDYFvIYVsAoEtORQBAQEBAQEBZCeEQgEBBDocIxALGAklDyoeBhOIKwrBLQEBAQEBAQEDAQEBAQEBFgSKYooSBZdWhXGICW6BAYRKiFiGDoh3HgEBQoNmOy4BimIBAQE Received: from 27.107-242-81.adsl-dyn.isp.belgacom.be (HELO kalimero.tijl.coosemans.org) ([81.242.107.27]) by relay.skynet.be with ESMTP; 18 Mar 2016 10:35:59 +0100 Received: from kalimero.tijl.coosemans.org (kalimero.tijl.coosemans.org [127.0.0.1]) by kalimero.tijl.coosemans.org (8.15.2/8.15.2) with ESMTP id u2I9ZvVg013338; Fri, 18 Mar 2016 10:35:57 +0100 (CET) (envelope-from tijl@FreeBSD.org) Date: Fri, 18 Mar 2016 10:35:57 +0100 From: Tijl Coosemans To: Thomas Gellekum Cc: Jonathan Chen , freebsd-ports@freebsd.org Subject: Re: USB devices and the latest update to CUPS Message-ID: <20160318103557.74efdbbc@kalimero.tijl.coosemans.org> In-Reply-To: <56EBBEE1.8060405@netaachen.de> References: <56EBBEE1.8060405@netaachen.de> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII 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 09:37:28 -0000 On Fri, 18 Mar 2016 09:40:01 +0100 Thomas Gellekum wrote: > On 03/18/2016 07:14, Jonathan Chen wrote: >> 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). Please see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207939