Re: FreeBSD, boot environments and /dev
- In reply to: Michael Schuster : "Re: FreeBSD, boot environments and /dev"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 12 May 2022 13:08:29 UTC
On Wed, May 11, 2022 at 9:58 AM Michael Schuster <michaelsprivate@gmail.com> wrote: > I got errors about missing "/dev/" files (can't recall the > exact names). > This is still confusing me. It doesn't look as if anything is clobbering /dev. IIRC init(8) should be mounting it, so I would look specifically for errors with that. Maybe look in /var/log/init.log or messages of the failed BE assuming that's not outside your BE parent. I think Dave's suggestion will tell us that your current environment is broken (or at least the children of it are), knowing what broke it though... I'm at a loss. Wes