I had a these same messages in my logs.  It turns out that my xinetd
defaults to allowing access only from the local host.  After I added the
following line to my /etc/xinetd.d/amanda file, everything worked fine:

only_from       = 172.16.128.151

Where 172.16.128.151 is the IP of my Amanda Server.


On Tue, 2003-01-28 at 22:14, Jeff Borders wrote:
> 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

-- 
Anthony Valentine <[EMAIL PROTECTED]>

Reply via email to