From owner-freebsd-current@freebsd.org Tue Feb 23 18:26:13 2016 Return-Path: Delivered-To: freebsd-current@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 43D36AB2770 for ; Tue, 23 Feb 2016 18:26:13 +0000 (UTC) (envelope-from hps@selasky.org) Received: from mail.turbocat.net (heidi.turbocat.net [88.198.202.214]) (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 0CC7A1E84; Tue, 23 Feb 2016 18:26:12 +0000 (UTC) (envelope-from hps@selasky.org) Received: from laptop015.home.selasky.org (unknown [62.141.129.119]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.turbocat.net (Postfix) with ESMTPSA id 72F9E1FE022; Tue, 23 Feb 2016 19:26:04 +0100 (CET) Subject: Re: new computer, strange usb messages at boot To: Dimitry Andric References: <20160220051951.GA47875@lrosenman-dell.lerctr.org> <56C8310B.4010908@selasky.org> <9F54F75F-9FF4-4587-8FFD-C6BE6DC20E17@FreeBSD.org> Cc: freebsd-current@freebsd.org From: Hans Petter Selasky Message-ID: <56CCA4D1.5030209@selasky.org> Date: Tue, 23 Feb 2016 19:28:33 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.5.0 MIME-Version: 1.0 In-Reply-To: <9F54F75F-9FF4-4587-8FFD-C6BE6DC20E17@FreeBSD.org> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Feb 2016 18:26:13 -0000 On 02/21/16 14:33, Dimitry Andric wrote: > It might be harmless, but it is surely annoying. Initializing USB > devices takes so long because of these errors, that root mounting takes > 30 to 40 seconds, and I had to hack in a 15 second pause in > /etc/rc.d/zfs to get all my ZFS filesystems on USB disks to mount > correctly. Hi Dimitry, Can you try this patch, and see if the messages go away? https://svnweb.freebsd.org/changeset/base/295928 --HPS