Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pulsar is spamming DNS requests for google.com #208

Open
trisk opened this issue Feb 3, 2016 · 1 comment
Open

pulsar is spamming DNS requests for google.com #208

trisk opened this issue Feb 3, 2016 · 1 comment

Comments

@trisk
Copy link

trisk commented Feb 3, 2016

After updating my OpenELEC x86_64 system to 6.0.1 recently, I noticed it was sending DNS requests for the google.com. A and AAAA records once every second.

I traced the requests to multiple threads in the pulsar daemon process. They're doing the google.com. lookup followed by connecting a socket to UDP port 9 on one of the addresses returned by the lookup, registering the socket with epoll, then almost immediately closing the socket without sending any traffic.

OpenELEC does not cache the DNS results so the lookups might be side effects of regular calls to net.Dial. The lookup/connect/close every second seems like strange behaviour, though.

VERSION for the add-on says 0.7.1.

@trisk
Copy link
Author

trisk commented Feb 3, 2016

Example strace output of one pulsar thread:
https://gist.github.com/trisk/cff7cba5cb4191ec09bc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant