From owner-svn-src-head@FreeBSD.ORG Sun Feb 2 21:40:48 2014 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E8E588E2; Sun, 2 Feb 2014 21:40:48 +0000 (UTC) Received: from smtpauth2.wiscmail.wisc.edu (wmauth2.doit.wisc.edu [144.92.197.222]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B39491255; Sun, 2 Feb 2014 21:40:48 +0000 (UTC) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; CHARSET=US-ASCII; format=flowed Received: from avs-daemon.smtpauth2.wiscmail.wisc.edu by smtpauth2.wiscmail.wisc.edu (Oracle Communications Messaging Server 7u4-27.01(7.0.4.27.0) 64bit (built Aug 30 2012)) id <0N0E00F0013RUV00@smtpauth2.wiscmail.wisc.edu>; Sun, 02 Feb 2014 15:40:46 -0600 (CST) X-Spam-PmxInfo: Server=avs-2, Version=6.0.3.2322014, Antispam-Engine: 2.7.2.2107409, Antispam-Data: 2014.2.2.213614, SenderIP=0.0.0.0 X-Spam-Report: AuthenticatedSender=yes, SenderIP=0.0.0.0 Received: from comporellon.tachypleus.net (adsl-76-208-68-77.dsl.mdsnwi.sbcglobal.net [76.208.68.77]) by smtpauth2.wiscmail.wisc.edu (Oracle Communications Messaging Server 7u4-27.01(7.0.4.27.0) 64bit (built Aug 30 2012)) with ESMTPSA id <0N0E007211JXFL10@smtpauth2.wiscmail.wisc.edu>; Sun, 02 Feb 2014 15:40:46 -0600 (CST) Message-id: <52EEBB5D.5000409@freebsd.org> Date: Sun, 02 Feb 2014 15:40:45 -0600 From: Nathan Whitehorn User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 To: Alexey Dokuchaev Subject: Re: svn commit: r261358 - head/sys/powerpc/conf References: <201402012056.s11Kuod4063897@svn.freebsd.org> <20140202212958.GA23660@FreeBSD.org> In-reply-to: <20140202212958.GA23660@FreeBSD.org> Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Feb 2014 21:40:49 -0000 On 02/02/14 15:29, Alexey Dokuchaev wrote: > On Sat, Feb 01, 2014 at 08:56:50PM +0000, Nathan Whitehorn wrote: >> New Revision: 261358 >> URL: http://svnweb.freebsd.org/changeset/base/261358 >> >> Log: >> Switch default Book-E scheduler to ULE, which works now, and enable >> CAPABILITIES stuff required to make ssh work. > Hmm; I've been using ssh(d) on a kernel w/out CAPABILITIES support just > fine. Am I missing something? > > ./danfe With a fresh install of head yesterday, it was non-functional. Gave an error during preauth about how it couldn't initialize a sandbox. -Nathan