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

[HTCondor-users] condor ipv6 error



when i use pegasus to submit condor task,it happen error below:
2019.04.24 19:07:21.820 CST: [ERROR]  init_local_hostname_impl: ipv6_getaddrinfo() could not look up 'bpfnwbj0w0oyzw': Name or service not known (-2).  Error is not recoverable; giving up.  Problems are likely. 
2019.04.24 19:07:21.828 CST: [ERROR]  init_local_hostname_impl: ipv6_getaddrinfo() could not look up 'bpfnwbj0w0oyzw': Name or service not known (-2).  Error is not recoverable; giving up.  Problems are likely.

i have add a lot of options below to the config file:/etc/condor/condor_config:
ENABLE_IPV4 = true
ENABLE_IPV6 = false
PREFER_IPV4 = true
ADVERTISE_IPV4_FIRST = true
IGNORE_TARGET_PROTOCOL_PREFERENCE = true
PREFER_OUTBOUND_IPV4 = true
IGNORE_DNS_PROTOCOL_PREFERENCE = true

but these options is not work right yet.

How to resolve this problem?