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

Re: [Condor-users] Bind to loopback interface not supported?



Michael,

I observe the same unexpected behavior that you report. This problem goes back at least as far as 7.7.1.

I've created a bug report for this issue:

https://condor-wiki.cs.wisc.edu/index.cgi/tktview?tn=2513

--Dan

On 9/30/11 6:10 AM, Michael Hanke wrote:
Hi,

I'm working with the current Condor master HEAD and have a test install
of a "personal" Condor. It looks like Condor doesn't support binding to
the 127.0.0.1 interface -- is that correct?

michael@meiner /etc % condor_config_val BIND_ALL_INTERFACES
FALSE
michael@meiner /etc % condor_config_val NETWORK_INTERFACE
127.0.0.1
michael@meiner /etc % sudo netstat -anp |grep condor
tcp        0      0 10.0.0.28:9618          0.0.0.0:*               LISTEN      18901/condor_collec
tcp        0      0 10.0.0.28:40820         0.0.0.0:*               LISTEN      18904/condor_schedd
tcp        0      0 10.0.0.28:53750         0.0.0.0:*               LISTEN      18903/condor_startd
tcp        0      0 10.0.0.28:54009         0.0.0.0:*               LISTEN      18904/condor_schedd
tcp        0      0 10.0.0.28:33898         0.0.0.0:*               LISTEN      18899/condor_master
tcp        0      0 10.0.0.28:50095         0.0.0.0:*               LISTEN      19372/condor_negoti
<snip udp>
michael@meiner /etc % condor_status
Error: communication error
CEDAR:6001:Failed to connect to<127.0.0.1:9618>


Thanks in advance,

Michael