From owner-svn-src-all@FreeBSD.ORG Tue Feb 10 01:25:38 2015 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B0E9ACF2; Tue, 10 Feb 2015 01:25:38 +0000 (UTC) Received: from mail-ie0-f174.google.com (mail-ie0-f174.google.com [209.85.223.174]) (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 7943C8B3; Tue, 10 Feb 2015 01:25:38 +0000 (UTC) Received: by iecrl12 with SMTP id rl12so21183136iec.11; Mon, 09 Feb 2015 17:25:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=cTi9sUs9AHqg6sUdLMopjIPbokSZ3d2xc63ulsoGn0o=; b=yCc2E1iw7Ik1dO9mzAmvxeUs/wMpAou1HQRiKrrkJ2xB7bF0LfKWnHyjiUDyzC9/7w Pllqn+52ukW2o4Qs2sQ+ghl6Tfzh4RIMCuFpi/TLPoAbOYhx8AmdQTKR7OYv+iH0/Gmr YW+E5yYIcsWmM0s94Hywh1nnSBZuUKwwfdEL3N/STJdVNlP3TozvYAnBpdBK+ht2EqSx 8ABRgBDKlnpoF54eRK6ELaGnlqZjuPIrHszAjggwonoDaOEYLaWY/Qoxjug1RRSK2kQN TxRJOgze4uaBTn5Ze9MtqPTFk5ak7EhF2X4xRO7UnpIOgsFofRikEIvfFszY6ym4Cb3K L/LQ== MIME-Version: 1.0 X-Received: by 10.50.82.68 with SMTP id g4mr20478221igy.26.1423531532001; Mon, 09 Feb 2015 17:25:32 -0800 (PST) Received: by 10.50.182.233 with HTTP; Mon, 9 Feb 2015 17:25:31 -0800 (PST) In-Reply-To: <20150207081025.GT42409@kib.kiev.ua> References: <201502061754.t16HssXU042750@svn.freebsd.org> <343803A3-CFA3-4766-8294-139A6D8C0235@gmail.com> <20150207081025.GT42409@kib.kiev.ua> Date: Mon, 9 Feb 2015 17:25:31 -0800 Message-ID: Subject: Re: svn commit: r278323 - in head: etc/rc.d usr.sbin/jail From: NGie Cooper To: Konstantin Belousov Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: "svn-src-head@freebsd.org" , "svn-src-all@freebsd.org" , src-committers , "jenkins-admin@freebsd.org" , James Gritton X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Feb 2015 01:25:38 -0000 On Sat, Feb 7, 2015 at 12:10 AM, Konstantin Belousov wrote: > On Fri, Feb 06, 2015 at 09:23:47PM -0800, Garrett Cooper wrote: >> pgrep uses /proc to determine whether or not a process is running. If it= ?s not properly mounted or the jail isn?t started properly, that could caus= e the issues seen here. I know because I?ve tried running these tests befor= e in an attempt to fix them, and this was one of the things I ran into. >> > pgrep does not use /proc. You're right. I'm not sure where I got it in my mind that that was the case, but this wasn't it..