From owner-freebsd-current@FreeBSD.ORG Tue Feb 4 09:09:02 2014 Return-Path: Delivered-To: current@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 3C6746F3 for ; Tue, 4 Feb 2014 09:09:02 +0000 (UTC) Received: from frv196.fwdcdn.com (frv196.fwdcdn.com [212.42.77.196]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E798B144B for ; Tue, 4 Feb 2014 09:09:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=ukr.net; s=ffe; h=Content-Transfer-Encoding:Content-Type:MIME-Version:References:In-Reply-To:Message-Id:Cc:To:Subject:From:Date; bh=OYjjOoOLeqZt78Xo1Nvw+JH4etW2+nI5qjhg/5IZa5w=; b=YHkkw28hxv0u3TxmTNyy5/bLDknGoeaY9C5bklNY13d6OHokc2jY5L7T0vLR8f/5EOa9F/yEF7Go8IjziR+dzyXtu4Vk8FJNc+LGs/6Y+ilWw2uEKdfaTrk4dbj1aNyEoGUNX6askVPXUWOEwoNoY5lPJE+MyTjp56rRXfWG0sA=; Received: from [10.10.10.45] (helo=frv45.fwdcdn.com) by frv196.fwdcdn.com with smtp ID 1WAbzs-0002m8-Jq for current@freebsd.org; Tue, 04 Feb 2014 11:08:48 +0200 Date: Tue, 04 Feb 2014 11:08:48 +0200 From: Vladimir Sharun Subject: Re: sshd sandbox failure To: Ian FREISLICH X-Mailer: mail.ukr.net 5.0 Message-Id: <1391504775.87254301.zmbcoto6@frv45.fwdcdn.com> In-Reply-To: References: MIME-Version: 1.0 Received: from atz@ukr.net by frv45.fwdcdn.com; Tue, 04 Feb 2014 11:08:48 +0200 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: binary Content-Disposition: inline X-Mailman-Approved-At: Tue, 04 Feb 2014 12:30:31 +0000 Cc: current@freebsd.org 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: Tue, 04 Feb 2014 09:09:02 -0000 Dear Ian, Seems it must be in UPDATING or even in the buildworld: without capsicum framework support no ssh access to the server anymore. I step in the same problem this weekend, thank to the IPMI on the home testebed I figured out what's the cause. > Hi > > Since the openssh update in recent -CURRENT, I get these in my > auth.log until I disable sandbox UsePrivilegeSeparation in sshd_config. > > Feb 3 10:02:14 firewall1 sshd[90062]: fatal: ssh_sandbox_child: failed to limit the network socket [preauth] > > Is there something that I missed during the update? > > Ian > > -- > Ian Freislich > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"