[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Condor-users] Hostname works with condor_status, but not with condor_fetchlog. Why?



John (TJ) Knoeller wrote:
>
> So you are saying that
>     condor_fetchlog -debug m9 STARTD
> fails, does
>     condor_fetchlog -debug <ip> STARTD
> where <ip> is the IP address of m9 succeed?

As I explained, "ping m9" works, because m9 is listed in my /etc/hosts file.

If I use the IP address directly, I get:

$ condor_fetchlog -debug XXX.125.248.26 STARTD
05/14/12 08:50:23 Can't find address for master XXX.125.248.26
Couldn't locate daemon on XXX.125.248.26: Can't find address for master XXX.125.248.26

Of course, when I ping this IP address, there is no problem at all!?!?!

I'm puzzled. Condor_fetchlog seems to be unable to resolve any pool PC's address.


The condor master is running Condor 7.7.5 on a recent Fedora/linux system.
The pool PC is running Condor 7.4.4 on Windows XP.

Rob.