>ERROR: host.comp.bogus: couldn't resolve hostname
What version of Amanda are you running? I cannot find this error message
text in 2.4.2 or beyond.
However, I suspect this message comes from the server, not the client,
i.e. the server is saying it has a problem making the request to client
"host.comp.bogus".
Looking at the code, and making a guess at where this message is coming
from, it looks like these are the things that might trigger it:
* The server called gethostbyname("host.comp.bogus") and did not get
a valid response. Are you sure that host name is valid? You
might test it out with:
ftp://gandalf.cc.purdue.edu/pub/amanda/gethostby*.c
* The call to krb_mk_req() failed for some reason.
Are you using Kerberos successfully with other clients?
Other than the above, I'd have to start adding debugging print statements
to make any further guesses as to where it's going wrong.
John R. Jackson, Technical Software Specialist, [EMAIL PROTECTED]