On Wed, 17 Jun 2026 18:58:47 +0200 Dimitry Andric <[email protected]> wrote:
> On 17 Jun 2026, at 18:48, Filippo Moretti <[email protected]> wrote: > > > > I updated current today but group audio was not created. > > How to I add the audio group to /etc/group? > > You probably did not run "etcupdate -p" before "make installworld"? > > Any new users or groups are usually created by that "etcupdate -p" invocation. > > -Dimitry Unfortunately, there's a pitfall here. Unless the computer is CUI only or headless, video group (gid 44) would have members. Maybe realtime group (gid 47), too. And more computer could have guest group (gid 31) would have members. All these are in the range etcupdate does 3 way merge, thus, causes merge conflicts and require manual interventions. And the same things happen twice, once for first `etcupdate -p`, and another for final `etcupdate{ -B}` after installworld. Regards. -- Tomoaki AOKI <[email protected]>
