You are not logged in.
I am trying to figure out why my desktop is contacting location.services.mozilla.com approximately 60 000 times per day. Seems that every 10s, there are 4 DNS requests for location services. This seems very excessive. I'm running Gnome Desktop.
Things I've tried:
- disable location services in Gnome settings
- disable automatic location in Gnome weather app.
- removing all gnome-extensions
Is there a way to see which program/app is producing all this traffic?
Thanks!
Offline
Offline
# echo '127.0.0.1 location.services.mozilla.com' >> /etc/hostsProblem solved ![]()
Jin, Jîyan, Azadî
Offline
I will try wireshark and see what shows up. I'm hesitant to just redirect call via a hosts entry as I want to know what program is triggering this mess. I'm fairly sure it's a core GNOME service, as when I logout the calls stop and start up shortly after I login with nothing else running.
Offline
Wireshark was the ticket. It's definitely GNOME. Seems that if any activity triggers a location service then it goes haywire. I can stop the flood if I start gnome cleanly with location services turned off and never touching location programs like GNOME-maps or weather lookups.
Offline
What if you mask geoclue.service?
Online
Masking geoclue works.
I started up Gnome-calender, which launches geoclue to add weather reports. Geoclue goes nuts dumping journal errors such as 'Failed to connect to ModemManager' and floods my pihole with DNS requests.
Killing and blocking geoclue solves the problem.
Offline
# echo '127.0.0.1 location.services.mozilla.com' >> /etc/hosts
PSA: please use 0.0.0.0 (non routable instead of localhost) in your hosts file.
Offline