> 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.

Reply via email to