Ah, because _rtadvd already held GID 92 so my sysmerge after the sysupgrade to
7.2 partially failed -- and I ignored it.
Thank you, Theo, I appreciate the assist.
It does feel like a pretty hostile failure mode.
weaver
On Wed, Dec 14, 2022, at 13:48, Theo de Raadt wrote:
>> vmd: getgrnam
>> parent: proc_dispatch: msgbuf_write: Broken pipe
>
> Your /etc/group file is out of date.
>
> And this code in vm_agentx.c is very unreasonable:
>
> /*
> * Make sure we can connect to /var/agentx/master with the correct
> * group permissions.
> */
> if ((grp = getgrnam(AGENTX_GROUP)) == NULL)
> fatal("getgrnam");
>
> It's crazy; people who are not using that stuff should not pay the price.