From owner-freebsd-current@FreeBSD.ORG Sun Dec 21 16:08:33 2014 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F2D72641; Sun, 21 Dec 2014 16:08:32 +0000 (UTC) Received: from mail-wg0-x229.google.com (mail-wg0-x229.google.com [IPv6:2a00:1450:400c:c00::229]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 848FB2CEB; Sun, 21 Dec 2014 16:08:32 +0000 (UTC) Received: by mail-wg0-f41.google.com with SMTP id y19so4987917wgg.14; Sun, 21 Dec 2014 08:08:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type:content-transfer-encoding; bh=Z/X1c889hb3I9qq9gjBqN1wh2RK1SQWVorNogH1fS5A=; b=RulJL9I5/uiU1FRiwtRW5RO1ahShHsjM2Fjqcqgjj8/VUG/V9QBNMP0W5ciWu9QiYn d4J+cGvi93eJtCaRaNVKVi8WI2bcmuWvFtPmcDudOyMTKZb50ju/h7Z9D+9NTqNtvuhS 8Irge6ekDJBlAaopp/57+ph/xn9FSxSsyEPL1dY9PTqC8as30QVIy5cbGAg0Wl3LdI6u UPaAAh+x2khYS/8ymwqL0bvfvShie0S9FWaMirxLbM7xeWzy8TQ/JYEkMlLRdpBSRLv3 55QMNQGzeeNHiLGRManEqw38x+YjVD+QTWW7NbFB2KHQ+ozyA1mr30GWsoIovtr0yXf1 7+7A== MIME-Version: 1.0 X-Received: by 10.180.80.133 with SMTP id r5mr23417821wix.20.1419178110907; Sun, 21 Dec 2014 08:08:30 -0800 (PST) Sender: adrian.chadd@gmail.com Received: by 10.216.106.195 with HTTP; Sun, 21 Dec 2014 08:08:30 -0800 (PST) In-Reply-To: <5496C3D2.7080205@gmail.com> References: <5496C3D2.7080205@gmail.com> Date: Sun, 21 Dec 2014 08:08:30 -0800 X-Google-Sender-Auth: XijmXWjIgnSfYMQd6WJYd0obAHo Message-ID: Subject: Re: r275326 (merge from projects/sendfile) broke Bluetooth for me From: Adrian Chadd To: =?UTF-8?Q?Jan_Kokem=C3=BCller?= Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: freebsd-current , Gleb Smirnoff X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18-1 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: Sun, 21 Dec 2014 16:08:33 -0000 On 21 December 2014 at 04:57, Jan Kokem=C3=BCller wrote: > Hi, > > after r275326 I can't get Bluetooth up anymore. Previously, running "serv= ice > bluetooth start ubt0" worked well. The first invocation returned an error= , > but the second always worked. Now, there are just errors > ("/etc/rc.d/bluetooth: ERROR: Unable to setup Bluetooth stack for device > ubt0"). > > I've tracked the error down to the invocations of hccontrol in > /etc/rc.d/bluetooth. hccontrol just prints an EMSGSIZE error message and > fails. The setup of the netgraph nodes with "ngctl" works fine. > > For now I've reverted the merges from projects/sendfile and Bluetooth wor= ks > fine again. Should I open a bug report? This is from a Thinkpad T420. Yes, please do! Thanks! -adrian