On Tue, Nov 6, 2012 at 8:01 PM, R. Mattes <[email protected]> wrote: > I get the following error: > .... > Localhost is configured in /etc/hosts like this:
Not sure how the name resolving works in the twisted in general, but the logs show the attempt to resolve the name using DNS request specifically (and, since it fails, I'd assume it doesn't try to resolve using /etc/hosts). Can't suggest anything better than digging in the code for the difference in name resolution between paramiko and xmpp; can also probably note that XMPP would normally try to check SRV records as well for which reason it might ignore /etc/hosts (or, at least, try the SRV DNS requests even if the host itself is found). _______________________________________________ Twisted-Jabber mailing list [email protected] https://mailman.ik.nu/mailman/listinfo/twisted-jabber
