From owner-svn-src-head@FreeBSD.ORG Sat Feb 7 05:24:17 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 62EDF6D2; Sat, 7 Feb 2015 05:24:17 +0000 (UTC) Received: from mail-pa0-x236.google.com (mail-pa0-x236.google.com [IPv6:2607:f8b0:400e:c03::236]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2792C85D; Sat, 7 Feb 2015 05:24:17 +0000 (UTC) Received: by mail-pa0-f54.google.com with SMTP id kx10so6483991pab.13; Fri, 06 Feb 2015 21:24:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date:cc :message-id:references:to; bh=bXwrEcWZSdNrZuNX+rUWbF4KyfFqVa+uD8IesLXIt9g=; b=dVSrkD2uMt+f7xc3ICvXYGmbRBpRfJ9k7QDLb4koSXlmzA1NNT3gHm5N08PGNIAjCo QhsIeB7VFww2NY5gapKSTgH0IowvF5OpPyYDN4WxvP+5HtQ7fnuh8kAmncxbAtM1Gklz f/V6Q8SlBaJH16dq2OBx/A+FoaGe3ylobpfeMKM/xBjPmA0eZrGRgzW9B5IQyie+xg8B ey3VFtklnWpMkPGYqZ3WOM2iCqdfKghtiLX8+bry6/ETDFyyWc16dgLO8ijinmH8VaJO gA4SHyx5qRoYwbzKyrHX7oGoxL01AtjogvYBvf7U1QbE0Bnzf/6J5RLGOjepYtkzPepF duEw== X-Received: by 10.70.130.205 with SMTP id og13mr11082258pdb.72.1423286656732; Fri, 06 Feb 2015 21:24:16 -0800 (PST) Received: from ?IPv6:2601:8:ab80:7d6:e47d:5c02:fe5f:40fa? ([2601:8:ab80:7d6:e47d:5c02:fe5f:40fa]) by mx.google.com with ESMTPSA id uy8sm9694106pbc.31.2015.02.06.21.24.15 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 06 Feb 2015 21:24:16 -0800 (PST) Content-Type: multipart/signed; boundary="Apple-Mail=_16B5105D-4E35-4F8A-B353-041A12F8699A"; protocol="application/pgp-signature"; micalg=pgp-sha512 Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) Subject: Re: svn commit: r278323 - in head: etc/rc.d usr.sbin/jail From: Garrett Cooper In-Reply-To: Date: Fri, 6 Feb 2015 21:24:16 -0800 Message-Id: <101D5696-72F7-4B16-A19E-D2B55FDF7184@gmail.com> References: <201502061754.t16HssXU042750@svn.freebsd.org> <343803A3-CFA3-4766-8294-139A6D8C0235@gmail.com> To: James Gritton X-Mailer: Apple Mail (2.1878.6) 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 05:24:17 -0000 --Apple-Mail=_16B5105D-4E35-4F8A-B353-041A12F8699A Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=windows-1252 On Feb 6, 2015, at 21:23, Garrett Cooper wrote: > On Feb 6, 2015, at 18:38, James Gritton wrote: >=20 >> 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/ >>=20 >> 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? >>=20 >> Sorry for being so stupid in this - Jenkins has only been on the very = edge of my awareness until now. >=20 > I honestly don=92t think it=92s Jenkins because Jenkins runs in bhyve. = I think you accidentally broke option handling in the jail configuration = (please see my other reply about added =93break;=94 statements). because Jenkins -> because the Jenkins kyua run --Apple-Mail=_16B5105D-4E35-4F8A-B353-041A12F8699A Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP using GPGMail -----BEGIN PGP SIGNATURE----- Comment: GPGTools - https://gpgtools.org iQEcBAEBCgAGBQJU1aGAAAoJEMZr5QU6S73eGQkH/iqLF/FDNN/+ZC06ZiOY+Iqh k6Gqi/38w7KqHTmCQ4pOkfN8jeibrTfDcUx3VdoN233D6rSjqOqbPRddeXWet2pM NkaLHW/WpZ6/lskEoQnhG1/arN7ukvtwjAv5FkaPog7z/XW6E8AZYuV3d6j7SBAN aHW5kBOur2ZYWj43ZYbhN1ClzpwKE3x6PL0iuQ0QzDoSNMNe0/VKi16S4RLeNXDg uOmQMcRGlP/wYte4TIat06+y6sK7vybzq0wC3AsS9wZ4h9N6lCZvu9lxIVhOUyd3 jXxDB2A2UJFrBRnNvWwm8u9uzuyR5OtIDk+qOSKeOx6rhrg6gjWwuJl+/Vbupx8= =dURz -----END PGP SIGNATURE----- --Apple-Mail=_16B5105D-4E35-4F8A-B353-041A12F8699A--