Re: mdnsd rcorder

Martin Husemann <[email protected]> Wed, 21 May 2025 17:07:26 +0200
Newsgroups gmane.os.netbsd.devel.userlevel
Message-ID <[email protected]>
On Wed, May 21, 2025 at 05:02:50PM +0200, Edgar Fuß wrote:
> mdnsd is on /usr. But /etc/rc.d/mdnsd is not REQUIRE: mountcritremote. 
> In fact, it can't be, because it's BEFORE: NETWORKING, while mountcritremote, 
> or course, is REQUIRE: NETWORKING.
> 
> How is this supposed to work (it silently doesn't, for us)?

If you have /usr on a separate partition, you need to add it to

	critical_filesystems_local

(see rc.conf(5)).

Martin