From owner-freebsd-stable@FreeBSD.ORG Sun Apr 22 02:53:11 2012 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EC5D0106564A for ; Sun, 22 Apr 2012 02:53:11 +0000 (UTC) (envelope-from Hilko.Meyer@gmx.de) Received: from mail-in-13.arcor-online.net (mail-in-13.arcor-online.net [151.189.21.53]) by mx1.freebsd.org (Postfix) with ESMTP id A6D918FC0C for ; Sun, 22 Apr 2012 02:53:11 +0000 (UTC) Received: from mail-in-21-z2.arcor-online.net (mail-in-21-z2.arcor-online.net [151.189.8.185]) by mx.arcor.de (Postfix) with ESMTP id 2099621256A for ; Sun, 22 Apr 2012 04:21:50 +0200 (CEST) Received: from mail-in-14.arcor-online.net (mail-in-14.arcor-online.net [151.189.21.54]) by mail-in-21-z2.arcor-online.net (Postfix) with ESMTP id 1186FED97C for ; Sun, 22 Apr 2012 04:21:50 +0200 (CEST) Received: from Dell-oben.fritz.box (dyndsl-031-150-144-240.ewe-ip-backbone.de [31.150.144.240]) (Authenticated sender: hilko.meyer@arcor.de) by mail-in-14.arcor-online.net (Postfix) with ESMTPA id EB5899C02E for ; Sun, 22 Apr 2012 04:21:49 +0200 (CEST) X-DKIM: Sendmail DKIM Filter v2.8.2 mail-in-14.arcor-online.net EB5899C02E From: Hilko Meyer To: freebsd-stable@freebsd.org Date: Sun, 22 Apr 2012 04:21:49 +0200 Message-ID: X-Mailer: Forte Agent 1.93/32.576 English (American) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: scanlogd doesnt start anymore after upgrade from 8.2 to 8.3 cause of USB X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Apr 2012 02:53:12 -0000 Hi, today I updated one server to 8.3. Now scanlod fails to start with some weird error message: root@falko:~> /usr/local/etc/rc.d/scanlogd start =20 Starting scanlogd. pcap_compile: USB link-layer type filtering not implemented /usr/local/etc/rc.d/scanlogd: WARNING: failed to start scanlogd USB?!? Where does that come from? tcpdump seems affected too: root@falko:~> tcpdump=20 tcpdump: WARNING: usbus0: no IPv4 address assigned tcpdump: unsupported data link type USB Any ideas about the reason? regards, Hilko