From owner-freebsd-current@FreeBSD.ORG Tue Feb 4 09:09:16 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 0F31A7E1 for ; Tue, 4 Feb 2014 09:09:16 +0000 (UTC) Received: from frv199.fwdcdn.com (frv199.fwdcdn.com [212.42.77.199]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BEFFF1450 for ; Tue, 4 Feb 2014 09:09:15 +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:Message-Id:Cc:To:Subject:From:Date; bh=OYjjOoOLeqZt78Xo1Nvw+JH4etW2+nI5qjhg/5IZa5w=; b=pxfvSfWhYyQLZ8h5uY+44zJ/5hSc7Vbpgc8clkFnqG0fAIKB+r54lwuGY2MzJBe0pBh7MF15t9K863Bz24xATycQCxHBJRgqA7rvKfm0rtZb67d7vRTmPpalYx0DHTTkpjey9P79ZJ38BYTQjHkH+T/odtf1IuTJzRSd+/mb7jg=; Received: from [10.10.10.45] (helo=frv45.fwdcdn.com) by frv199.fwdcdn.com with smtp ID 1WAc09-000D7m-02 for current@freebsd.org; Tue, 04 Feb 2014 11:09:05 +0200 Date: Tue, 04 Feb 2014 11:09:04 +0200 From: Vladimir Sharun Subject: Re: sshd sandbox failure To: Ian FREISLICH X-Mailer: mail.ukr.net 5.0 Message-Id: <1391504944.471550214.2ympamlo@frv45.fwdcdn.com> MIME-Version: 1.0 Received: from atz@ukr.net by frv45.fwdcdn.com; Tue, 04 Feb 2014 11:09:04 +0200 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: binary Content-Disposition: inline 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:16 -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"