You are not logged in.

#1 2020-07-09 19:20:59

polybutylene
Member
Registered: 2017-05-09
Posts: 19

location.services.mozilla.com

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

#2 2020-07-09 19:27:04

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,426
Website

Re: location.services.mozilla.com


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#3 2020-07-09 19:32:29

Head_on_a_Stick
Member
From: The Wirral
Registered: 2014-02-20
Posts: 9,003
Website

Re: location.services.mozilla.com

# echo '127.0.0.1 location.services.mozilla.com' >> /etc/hosts

Problem solved smile


Jin, Jîyan, Azadî

Offline

#4 2020-07-09 19:49:24

polybutylene
Member
Registered: 2017-05-09
Posts: 19

Re: location.services.mozilla.com

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

#5 2020-07-09 23:27:06

polybutylene
Member
Registered: 2017-05-09
Posts: 19

Re: location.services.mozilla.com

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

#6 2020-07-10 01:07:29

loqs
Member
Registered: 2014-03-06
Posts: 19,041

Re: location.services.mozilla.com

What if you mask geoclue.service?

Offline

#7 2020-07-10 01:20:16

polybutylene
Member
Registered: 2017-05-09
Posts: 19

Re: location.services.mozilla.com

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

#8 2020-07-11 06:25:01

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,692

Re: location.services.mozilla.com

Head_on_a_Stick wrote:
# 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

Board footer

Powered by FluxBB