Re: mdnsd rcorder
Martin Husemann <[email protected]> Wed, 21 May 2025 17:42:30 +0200
| Newsgroups | gmane.os.netbsd.devel.userlevel |
|---|---|
| Message-ID | <[email protected]> |
On Wed, May 21, 2025 at 05:30:11PM +0200, Edgar Fuà wrote: > > If you have /usr on a separate partition, you need to add it to > > > > critical_filesystems_local > > > > (see rc.conf(5)). > Where exactly does it say that? Not explecitily, I was more refering to the description of the variable: File systems mounted very early in the system boot before networking services are available. There are various things that may break in rc.d land if /usr is not available early (so I have it in critical_filesystems_local on all machines that have /usr separate, but I forgot what exactly triggered it - and I am not using mdnsd). > What if I had /usr on NFS? Not sure you could make that work with mdnsd and the current rc.d scripts. Martin