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

Geoclue not providing location anymore #424

Closed
poperigby opened this issue Oct 10, 2024 · 2 comments
Closed

Geoclue not providing location anymore #424

poperigby opened this issue Oct 10, 2024 · 2 comments
Labels
question Further information is requested

Comments

@poperigby
Copy link

I'm running the NixOS module, and it's not setting my timezone to anything. timedatectl reports my timezone as UTC. How can I debug?

@maxbrunet
Copy link
Owner

Hey @poperigby, I think the issue you're seeing is not with automatic-timezoned, but with geoclue2, Mozilla has retired its location service, please see NixOS/nixpkgs#321121 for details

automatic-timezoned is simply waiting for geoclue2 to return a location, you can confirm the issue with journalctl --unit=geoclue, you should see something like:

Failed to query location: Error resolving “location.services.mozilla.com”: Name or service not known
Failed to query location: Query location SOUP error: Not Found

@maxbrunet maxbrunet changed the title How to debug? Geoclue not providing location anymore Oct 15, 2024
@maxbrunet maxbrunet added the question Further information is requested label Oct 15, 2024
@maxbrunet maxbrunet pinned this issue Oct 15, 2024
@poperigby
Copy link
Author

Ah, that makes sense. Thank you.

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

No branches or pull requests

2 participants