Jason Miller <[EMAIL PROTECTED]> writes: > The below is exactly what is in my xinetd.conf and I have added amanda to it > to my hosts.allow and to insure everything is good to go I went as far as > rebooting the machine.
Running amcheck with -c on the server might be another, more lightweight way to check if the client is fine. BTW, I just remembered that amanda also needs its own access control file configured, so you'd also do (this is sh syntax not csh if in doubt): echo "bigstore.example.org amanda" >~operator/.amandahosts replace bigstore.example.org by the server's hostname. Depending on the DNS setup, you may need to do this as well: echo "bigstore amanda" >>~operator/.amandahosts -- Matthias Andree Encrypted mail welcome: my GnuPG key ID is 0x052E7D95 (PGP/MIME preferred)
