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

Re: [HTCondor-users] fdqn



sounds like https://htcondor-wiki.cs.wisc.edu/index.cgi/tktview?tn=3694

But there was also a bug in some versions of glibc where getaddrinfo api
fails to return FQDN when family is AF_INET/AF_INET6.

seems to me the glibc test was
# /usr/bin/python
>>> from socket import *
>>> getaddrinfo("shorthostname", "80", AF_INET, 0, 0, AI_CANONNAME)

and getaddrinfo would return the short hostname and and not the FQDN

On Wed, 2014-02-05 at 21:56 -0500, Rita wrote:
> Since condor 8.x it seems i need to specify fdqn for the hostname when
> I do a condor_status.
> 
> 
> How can I fix this? 
> 
> 
> condor_status host does not work
> condor_status host.fulldomain.edu works
> 
> 
> 
> -- 
> --- Get your facts first, then you can distort them as you please.--
> _______________________________________________
> HTCondor-users mailing list
> To unsubscribe, send a message to htcondor-users-request@xxxxxxxxxxx with a
> subject: Unsubscribe
> You can also unsubscribe by visiting
> https://lists.cs.wisc.edu/mailman/listinfo/htcondor-users
> 
> The archives can be found at:
> https://lists.cs.wisc.edu/archive/htcondor-users/