From owner-svn-src-head@freebsd.org Sat Jul 29 15:35:37 2017 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 25C89DC5EF6; Sat, 29 Jul 2017 15:35:37 +0000 (UTC) (envelope-from freebsd@omnilan.de) Received: from mx0.gentlemail.de (mx0.gentlemail.de [IPv6:2a00:e10:2800::a130]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BA84B6F4FC; Sat, 29 Jul 2017 15:35:36 +0000 (UTC) (envelope-from freebsd@omnilan.de) Received: from mh0.gentlemail.de (mh0.gentlemail.de [IPv6:2a00:e10:2800::a135]) by mx0.gentlemail.de (8.14.5/8.14.5) with ESMTP id v6TFZZl4055464; Sat, 29 Jul 2017 17:35:35 +0200 (CEST) (envelope-from freebsd@omnilan.de) Received: from titan.inop.mo1.omnilan.net (s1.omnilan.de [217.91.127.234]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mh0.gentlemail.de (Postfix) with ESMTPSA id B98BCBEA; Sat, 29 Jul 2017 17:35:34 +0200 (CEST) Message-ID: <597CAB46.8010509@omnilan.de> Date: Sat, 29 Jul 2017 17:35:34 +0200 From: Harry Schmalzbauer Organization: OmniLAN User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; de-DE; rv:1.9.2.8) Gecko/20100906 Lightning/1.0b2 Thunderbird/3.1.2 MIME-Version: 1.0 To: Kristof Provost CC: src-committers@FreeBSD.org, svn-src-all@FreeBSD.org, svn-src-head@FreeBSD.org Subject: Re: svn commit: r320802 - head/etc/rc.d References: <201707080928.v689SV93013507@repo.freebsd.org> <597CA7A3.4050404@omnilan.de> <4C595496-31A5-476A-9D3B-3CD85E9A198D@FreeBSD.org> In-Reply-To: <4C595496-31A5-476A-9D3B-3CD85E9A198D@FreeBSD.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.7 (mx0.gentlemail.de [IPv6:2a00:e10:2800::a130]); Sat, 29 Jul 2017 17:35:35 +0200 (CEST) X-Milter: Spamilter (Reciever: mx0.gentlemail.de; Sender-ip: ; Sender-helo: mh0.gentlemail.de; ) X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.23 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, 29 Jul 2017 15:35:37 -0000 Bezüglich Kristof Provost's Nachricht vom 29.07.2017 17:22 (localtime): > On 29 Jul 2017, at 17:20, Harry Schmalzbauer wrote: >> Bezüglich Kristof Provost's Nachricht vom 08.07.2017 11:28 (localtime): >>> Author: kp >>> Date: Sat Jul 8 09:28:31 2017 >>> New Revision: 320802 >>> URL: https://svnweb.freebsd.org/changeset/base/320802 >>> >>> Log: >>> Allow more services to run in vnet jails >>> >> Do you (or somebidy else) plan to MFC this, along with r320696? >> Valuable "extension" IMHO. >> > I have no plans to, no. > > I’m not terribly confident that vnet is sufficiently robust in stable/11 to > encourage people to use it. There are a number of vnet bugs that are > fixed (or > being worked on) in CURRENT that still affect stable/11. I see, thanks a lot for your quick response. Haven't used vnet (in production) before stable/11, but palnning to do so, so I'm prepared to find some of them in the near future. I'm merging locally and can at least provide testing. Thanks, -harry