From owner-freebsd-current@FreeBSD.ORG Sat Dec 14 23:16:33 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 13AA5858; Sat, 14 Dec 2013 23:16:33 +0000 (UTC) Received: from yoshi.bluerosetech.com (yoshi.bluerosetech.com [174.136.100.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id ED4AA15F9; Sat, 14 Dec 2013 23:16:32 +0000 (UTC) Received: from chombo.houseloki.net (unknown [IPv6:2601:7:1680:cf0:21c:c0ff:fe7f:96ee]) by yoshi.bluerosetech.com (Postfix) with ESMTPSA id 74323E6069; Sat, 14 Dec 2013 15:16:26 -0800 (PST) Received: from [IPv6:2601:7:1680:cf0:71da:c451:e6df:6090] (unknown [IPv6:2601:7:1680:cf0:71da:c451:e6df:6090]) by chombo.houseloki.net (Postfix) with ESMTPSA id C9E101F9; Sat, 14 Dec 2013 15:16:24 -0800 (PST) Message-ID: <52ACE6D0.5060001@bluerosetech.com> Date: Sat, 14 Dec 2013 15:16:32 -0800 From: Darren Pilgrim User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: Tim Kientzle Subject: Re: dhclient can't limit bpf descriptor? References: In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 8bit Cc: freebsd-current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.17 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: Sat, 14 Dec 2013 23:16:33 -0000 On 12/14/2013 12:12 PM, Tim Kientzle wrote: > Opened up an old VM from a month or so ago (r257910) and dhclient won’t start. > > Specifically, dhclient complains (when run by root): > “can’t limit bpf descriptor: Bad address” > and then immediately exits. Are you running a custom kernel without the Capsicum options?