"Theo de Raadt" <[email protected]> writes:
>> 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.
Agreed. If martijn@ isn't available to fix/relax this I'll write
something up later this week.