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

Re: [HTCondor-users] condor ipv6 error



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.

The function ipv6_getaddrinfo() is used for looking up both IPv4 and IPv6 addresses.

How to resolve this problem?

If 'bpfnwbj0w0oyzw' is in DNS in some domain, make sure that domain is listed as one that's searched in /etc/resolv.conf. If it's just a local hostname, make sure that it's in /etc/hosts. Does the command 'host bpfnwbj0w0oyzw' return an IP address?

- ToddM