You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 19, 2020. It is now read-only.
If SleekXMPP is started while /etc/resolv.conf is empty, it tries to resolve the xmpp server infinitly, even if /etc/resolv.conf got populated by dhcp and dns works meanwhile. I start SleekXMPP at boot, so this happens sometimes.
Steps to reproduce:
Comment out everything in your /etc/resolv.conf
start SleekXMPP with dnspython installed and wait until DNS resolving begins
Comment back in your nameserver in /etc/resolv.conf
Watch SleekXMPP still retrying infinitly
uninstall dnspython and retry from Step 1, see it correctly connecting as soon as the resolv.conf is available.
If this is a dnspython bug, please report it to them.
my workaround now is to uninstall dnspython.
Thank You
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
If SleekXMPP is started while /etc/resolv.conf is empty, it tries to resolve the xmpp server infinitly, even if /etc/resolv.conf got populated by dhcp and dns works meanwhile. I start SleekXMPP at boot, so this happens sometimes.
Steps to reproduce:
If this is a dnspython bug, please report it to them.
my workaround now is to uninstall dnspython.
Thank You
The text was updated successfully, but these errors were encountered: