From owner-svn-src-head@FreeBSD.ORG Sat Feb 7 02:38:40 2015 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 47D8E7C4; Sat, 7 Feb 2015 02:38:40 +0000 (UTC) Received: from m2.gritton.org (gritton.org [63.246.134.121]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0F3EE303; Sat, 7 Feb 2015 02:38:39 +0000 (UTC) Received: from m2.gritton.org (gritton.org [63.246.134.121]) by m2.gritton.org (8.14.9/8.14.9) with ESMTP id t172cWDJ077678; Fri, 6 Feb 2015 19:38:32 -0700 (MST) (envelope-from jamie@freebsd.org) Received: (from www@localhost) by m2.gritton.org (8.14.9/8.14.9/Submit) id t172cWR5077677; Fri, 6 Feb 2015 19:38:32 -0700 (MST) (envelope-from jamie@freebsd.org) X-Authentication-Warning: gritton.org: www set sender to jamie@freebsd.org using -f To: Garrett Cooper Subject: Re: svn commit: r278323 - in head: etc/rc.d usr.sbin/jail X-PHP-Originating-Script: 0:rcube.php MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Fri, 06 Feb 2015 19:38:32 -0700 From: James Gritton In-Reply-To: <343803A3-CFA3-4766-8294-139A6D8C0235@gmail.com> References: <201502061754.t16HssXU042750@svn.freebsd.org> <343803A3-CFA3-4766-8294-139A6D8C0235@gmail.com> Message-ID: X-Sender: jamie@freebsd.org User-Agent: Roundcube Webmail/1.0.3 Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers , jenkins-admin@freebsd.org X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.18-1 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: Sat, 07 Feb 2015 02:38:40 -0000 On 2015-02-06 19:23, Garrett Cooper wrote: > On Feb 6, 2015, at 9:54, Jamie Gritton wrote: > >> Author: jamie >> Date: Fri Feb 6 17:54:53 2015 >> New Revision: 278323 >> URL: https://svnweb.freebsd.org/changeset/base/278323 >> >> Log: >> Add mount.procfs jail parameter, so procfs can be mounted when a >> prison's >> root is in its fstab. >> >> Also fix a typo while I'm at it. >> >> PR: 197237 197066 >> MFC after: 3 days >> >> Modified: >> head/etc/rc.d/jail >> head/usr.sbin/jail/command.c >> head/usr.sbin/jail/config.c >> head/usr.sbin/jail/jail.8 >> head/usr.sbin/jail/jail.c >> head/usr.sbin/jail/jailp.h > > I think you broke the Jenkins tests runs, and potentially jail support > in some edgecases: > https://jenkins.freebsd.org/job/FreeBSD_HEAD-tests2/651/ Where do I go from here? There error you refer to certainly seems jail-related, which leads me to guess at something disconnected between the matching rc.d/jail and jail(8) change (i.e. using the new rc file with the old jail program). But that's really just a wild guess. Is there somewhere I look for more information? For example, where does Jenkins actually do its thing? Sorry for being so stupid in this - Jenkins has only been on the very edge of my awareness until now. - Jamie