From owner-svn-src-all@freebsd.org Tue Nov 12 16:38:58 2019 Return-Path: Delivered-To: svn-src-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id EC6131B24A7 for ; Tue, 12 Nov 2019 16:38:58 +0000 (UTC) (envelope-from njm@njm.me.uk) Received: from smtp001-out2.apm-internet.net (smtp001-out2.apm-internet.net [85.119.248.224]) (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 47CD356TH7z3H2G for ; Tue, 12 Nov 2019 16:38:57 +0000 (UTC) (envelope-from njm@njm.me.uk) Received: (qmail 53681 invoked from network); 12 Nov 2019 16:38:55 -0000 X-APM-Out-ID: 15735767355367 X-APM-Authkey: 18389/1(18389/1) 2 Received: from unknown (HELO meld.njm.me.uk) (90.194.138.140) by smtp001.apm-internet.net with SMTP; 12 Nov 2019 16:38:55 -0000 Received: from triton.njm.me.uk (triton.njm.me.uk [192.168.144.133]) by meld.njm.me.uk (8.15.2/8.15.2) with ESMTP id xACGcsp3024926; Tue, 12 Nov 2019 16:38:54 GMT (envelope-from njm@njm.me.uk) Received: from localhost (localhost [127.0.0.1]) by triton.njm.me.uk (8.15.2/8.15.2) with ESMTP id xACGcsNV068757; Tue, 12 Nov 2019 16:38:54 GMT (envelope-from njm@njm.me.uk) Date: Tue, 12 Nov 2019 16:38:54 +0000 From: "N.J. Mann" To: Edward Tomasz Napierala cc: svn-src-all@freebsd.org Subject: Re: svn commit: r354458 - head/libexec/rc/rc.d Message-ID: <8886FBA0330953112117D94D@triton.njm.me.uk> In-Reply-To: <20191111221226.GB1111@brick> References: <201911071815.xA7IFOhI070066@repo.freebsd.org> <20191109204958.Horde.B0ynnS_aur1OZimnDNObsAt@webmail.leidinger.net> <20191110160819.GA1095@brick> <20191111221226.GB1111@brick> X-Mailer: Mulberry/4.0.8 (Linux/x86) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Rspamd-Queue-Id: 47CD356TH7z3H2G X-Spamd-Bar: / Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=none (mx1.freebsd.org: domain of njm@njm.me.uk has no SPF policy when checking 85.119.248.224) smtp.mailfrom=njm@njm.me.uk X-Spamd-Result: default: False [-0.48 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-0.82)[-0.820,0]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; NEURAL_HAM_LONG(-0.79)[-0.789,0]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[njm.me.uk]; AUTH_NA(1.00)[]; RCVD_COUNT_THREE(0.00)[4]; TO_MATCH_ENVRCPT_SOME(0.00)[]; RCPT_COUNT_TWO(0.00)[2]; R_SPF_NA(0.00)[]; RCVD_IN_DNSWL_LOW(-0.10)[224.248.119.85.list.dnswl.org : 127.0.3.1]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:35259, ipnet:85.119.248.0/21, country:GB]; RCVD_TLS_LAST(0.00)[]; IP_SCORE(0.33)[ipnet: 85.119.248.0/21(0.96), asn: 35259(0.77), country: GB(-0.08)]; FROM_EQ_ENVFROM(0.00)[] X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.29 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, 12 Nov 2019 16:38:59 -0000 Hi, On Monday, November 11, 2019 22:12:26 +0000 Edward Tomasz Napierala wrote: > On 1111T1349, Ian Lepore wrote: >> On Sun, 2019-11-10 at 16:08 +0000, Edward Tomasz Napierala wrote: >> > On 1109T2049, Alexander Leidinger wrote: >> > > Quoting Edward Tomasz Napierala (from Thu, 7 >> > > Nov >> > > 2019 18:15:24 +0000 (UTC)): >> > > >> > > > Author: trasz >> > > > Date: Thu Nov 7 18:15:24 2019 >> > > > New Revision: 354458 >> > > > URL: https://svnweb.freebsd.org/changeset/base/354458 >> > > > >> > > > Log: >> > > > Extend the linux rc script to mount the neccessary file >> > > > systems, >> > > > set ELF fallback brand, and load pty(4). [...] >> Well, there's my use case, where the subset of those filesystems that I >> want mounted is: none of them. >> >> The apps I use under the linuxlator work fine without having a single >> one of those filesystems mounted, and I don't want something to start >> mounting them for me when I don't even need them. > > Thanks, makes sense. See https://reviews.freebsd.org/D22320; I've added > both you and Alexander as reviewers. I also use a some linux apps and do not mount any of the linux related file systems. I very much appreciate you adding the "linux_mounts_enable" option. Best wishes, Nick. --