From owner-freebsd-current@FreeBSD.ORG Sun Dec 21 12:58:05 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 8D7FE51F for ; Sun, 21 Dec 2014 12:58:05 +0000 (UTC) Received: from mail-ig0-x236.google.com (mail-ig0-x236.google.com [IPv6:2607:f8b0:4001:c05::236]) (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 525D23CA4 for ; Sun, 21 Dec 2014 12:58:05 +0000 (UTC) Received: by mail-ig0-f182.google.com with SMTP id hn15so2825575igb.9 for ; Sun, 21 Dec 2014 04:58:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=W8jJGoJS6BtxqozbsZ6cxLecZ7eMhiKeW7sNAS1ysG8=; b=z7bUWDccKCq6v48x2Td5uhWWwaH+BEmzf9yZaHk3nY0CjCCYNqpofQqkuzPP7RYPqA 9E+6O4WKShDLqJALJcQ7Kl4o+rx/19iSFXbiGCwmcrnqJmS2yJHWIPEJykP1d7W+xdzR rWua5CI0xLYW4H31wIIx4Cu2t72Zc6Lh+tegMwVNJFdHQk5WT6GhrPSdwxwfApyESRz5 UdY6ryy17f8sHXQdste6zblQy5oPYhWVmKNq5jpaq33DhQiUYMdVBQRCteoqQhhhhRUA d0ov0WC1OosPh6I0wIlw4m0sf5XmTpfNY7rbTi7/fbTDPUfvq1VBNl992An2nV6eD6gD Z4zQ== X-Received: by 10.50.142.98 with SMTP id rv2mr11726375igb.8.1419166684643; Sun, 21 Dec 2014 04:58:04 -0800 (PST) Received: from [192.168.178.125] (p5B36E9EF.dip0.t-ipconnect.de. [91.54.233.239]) by mx.google.com with ESMTPSA id b2sm7071297ioe.2.2014.12.21.04.58.03 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 21 Dec 2014 04:58:04 -0800 (PST) Message-ID: <5496C3D2.7080205@gmail.com> Date: Sun, 21 Dec 2014 13:57:54 +0100 From: =?UTF-8?B?SmFuIEtva2Vtw7xsbGVy?= User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: freebsd-current Subject: r275326 (merge from projects/sendfile) broke Bluetooth for me Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit 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 12:58:05 -0000 Hi, after r275326 I can't get Bluetooth up anymore. Previously, running "service 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 works fine again. Should I open a bug report? This is from a Thinkpad T420.