On 29 Jan 2003, Jeff Borders wrote: > Date: 29 Jan 2003 02:14:50 -0500 > From: Jeff Borders <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: Problem with /etc/xinetd.d/amanda > > 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 > > user = amanda > group = disk
check permissions on /usr/local/libexec/amandad here's one of mine: -rwxr-xr-x 1 operator operator 183680 Dec 4 20:15 amandad i use "operator" instead of "amanda" but the permissions should be the same... Regards, -gordon
