>xinetd is running /usr/local/libexec/amandad, which I just re-installed to
   >be certain.  It's from a build tree whose config.status reads:
   >
   ># ../amanda-2.4.2/configure  --with-fqdn --with-user=amanda --with-group=disk

   That was not the question.  The question was, what user is the xinetd
   config file running amandad as?  That's set up by hand by you, not by
   the Amanda installation process.

service amanda
{
        socket_type     = dgram
        wait            = no
        user            = amanda
        server          = /usr/local/libexec/amandad
}


Reply via email to