From owner-svn-src-head@freebsd.org Mon Feb 12 02:04:52 2018 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 49478F0B936; Mon, 12 Feb 2018 02:04:52 +0000 (UTC) (envelope-from cse.cem@gmail.com) Received: from mail-io0-f169.google.com (mail-io0-f169.google.com [209.85.223.169]) (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 D9B6577C25; Mon, 12 Feb 2018 02:04:51 +0000 (UTC) (envelope-from cse.cem@gmail.com) Received: by mail-io0-f169.google.com with SMTP id 72so15691678iom.10; Sun, 11 Feb 2018 18:04:51 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:reply-to:in-reply-to:references :from:date:message-id:subject:to:cc; bh=EScMYWvzkvWMaJ8vzrsD3n8MZJMqBetvVBrv+GVLFic=; b=OGnUZQIGnGXkR52tM/h3zdlk4FIKGOpmk6pSKPuP+AK7NrHaQxtW267Zr5bo2axyvL RB76ILMC0SBE5jT/V2xJxU1ul0gMclAfyjtKqY6+SUuBF4WEfl38efZCfc9fPS08MiXq SorpyrEUpU7z0R9aKIWYB0hwdoyn+D//nluEQ2oGT3ELAnjsX8EGvhAUdYjNwW6iXbHF fOqH6XsbtxdOtHbjMrMvB71HkLAEz640yvGFCjcvo2ZL0B16zUeio3VeezECxbmj6q2Q ZdP15LPxd5E7MOE4KF/kpsQwOlot6U394Dy8JL9a5/T7zxOMKIuxEYXu06+m/3qXwQ6X Rtvg== X-Gm-Message-State: APf1xPBDCb8oOIpv12ro1cuI6a5VKGzCS2cOdJIxLtvGxiz3VylPrWf/ VufajdOlDn5UKO6YO+Nn54uL4SFX X-Google-Smtp-Source: AH8x225TqhFThNeiwtjnWB0uEhTdxa+TNXw9j+V3NXj21P/DRI1+QO6OoxqtNg2LOf1PPEfFwCfLDg== X-Received: by 10.107.70.25 with SMTP id t25mr11157181ioa.126.1518395727935; Sun, 11 Feb 2018 16:35:27 -0800 (PST) Received: from mail-io0-f182.google.com (mail-io0-f182.google.com. [209.85.223.182]) by smtp.gmail.com with ESMTPSA id i63sm4996391itb.31.2018.02.11.16.35.27 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 11 Feb 2018 16:35:27 -0800 (PST) Received: by mail-io0-f182.google.com with SMTP id g14so9354673iob.9; Sun, 11 Feb 2018 16:35:27 -0800 (PST) X-Received: by 10.107.2.6 with SMTP id 6mr2684060ioc.117.1518395726998; Sun, 11 Feb 2018 16:35:26 -0800 (PST) MIME-Version: 1.0 Reply-To: cem@freebsd.org Received: by 10.2.30.149 with HTTP; Sun, 11 Feb 2018 16:35:26 -0800 (PST) In-Reply-To: <201802112346.w1BNkPXc041510@pdx.rh.CN85.dnsmgr.net> References: <1518374549.32585.238.camel@freebsd.org> <201802112346.w1BNkPXc041510@pdx.rh.CN85.dnsmgr.net> From: Conrad Meyer Date: Sun, 11 Feb 2018 16:35:26 -0800 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r329126 - head/etc/devd To: "Rodney W. Grimes" Cc: src-committers , svn-src-all@freebsd.org, svn-src-head@freebsd.org Content-Type: text/plain; charset="UTF-8" X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.25 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: Mon, 12 Feb 2018 02:04:52 -0000 On Sun, Feb 11, 2018 at 3:46 PM, Rodney W. Grimes wrote: > Moving this to /usr creates a cyclic issue in that you then need > /usr to be mounted before devd can start and devd's /etc/rc.d file > says: > # PROVIDE: devd > # REQUIRE: NETWORKING > # BEFORE: mountcritremote > # KEYWORD: nojail > > In the diskless and nfs shared /usr worlds devd wants to start > before /usr is mounted. If devd is needed to mount /usr (???), it seems like just another demonstration of why separate /usr is a poor idea.