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