Re: No audio group
Dag-Erling Smørgrav <[email protected]> Thu, 18 Jun 2026 12:08:27 +0200
| Newsgroups | gmane.os.freebsd.current |
|---|---|
| Message-ID | <[email protected]> |
Filippo Moretti <[email protected]> writes: > ## etcupdate -p > No previous tree to compare against,a sane comparison is not possible This is bad. Really, really bad. You need to figure out exactly which FreeBSD version was initially installed on the machine, get a matching source tree, bootstrap etcupdate using that source tree, then run etcupdate using your actual source tree. Please read the etcupdate(8) manual page and especially the Bootstrapping section carefully before you begin. Note that if you're bootstrapping from a source tree that hasn't been built, you will need to add -b to the command line (e.g. `etcupdate extract -b -s /tmp/oldsrc`). Once you've sorted this out, you need to make a habit of running `etcupdate -p` before installworld and `etcupdate` after installworld every time you build, as described in the manual page. DES -- Dag-Erling Smørgrav - [email protected]