Could someone please tell me how I can fix this?  It's the only error I
have left when I run amcheck.  Below is the xinetd amanda file.

Jan 29 02:06:54 curly xinetd[5434]: execv( /usr/local/libexec/amandad ) failed: 
Permission denied (errno = 13)
Jan 29 02:06:54 curly xinetd[1460]: Deactivating service amanda due to excessive 
incoming connections.  Restarting in 30 seconds.
Jan 29 02:07:24 curly xinetd[1460]: Activating service amanda

# /etc/xinetd.d/amanda
#
# default: off
#
# description: Part of the Amanda server package
service amanda
{
        socket_type             = dgram
        protocol                = udp
        wait                    = yes
        user                    = amanda
        group                   = disk
        server                  = /usr/local/libexec/amandad
}

Thank you.  Jeff Borders

Reply via email to