gene heskett wrote:
bsdtcp in this, from my coyote.coyote.den/etc/xinetd.d/amanda:
# default = off
#
# description: Part of the Amanda server package
# This is the list of daemons & such it needs
service amanda
{
disable = no
# only_from = coyote.coyote.den
socket_type = dgram
protocol = udp
wait = yes
user = amanda
group = disk
groups = yes
server = /usr/local/libexec/amanda/amandad
server_args = -auth=bsd amdump amindexd amidxtaped
}
This is a configuration for bsd auth, is it what you are using for that
client?
amadmin CONF disklist CLIENT-NAME | grep -i auth
Your amcheck debug files show your dle are configured for bsdtcp!!!
THERE IS A MISMATCH.
All dles for one client must use the same AUTH (auth in the dumptype),
and the xinetd for that client must also be configured for that auth.
The first thing to do and decide with auth you want to use.
If you want to use BSD, then the fix your dumptype.
If you want to use bsdtcp, then fix your xinetd configuration (man
amanda-auth, check the example for bsdtcp)
You can verify which auth the server try to use by looking at the
amcheck debug file, it is in uppercase.
Jean-Louis