-
Notifications
You must be signed in to change notification settings - Fork 142
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
Could not find GeoIP data file in data directories. #792
Comments
Hi @paperbag thanks for reporting this. This could be an issue with the debian package. From the screenshots you posted it seems like the system daemon is not running (as it says not running). Is this a fresh install of ooniprobe? If so you may want to wait a bit for the system daemon to properly start and download the required resources to properly resolve your IP address. In any case can you check that If that does show up something, then I would suggest you just wait a bit for it to download the required resources. |
Yes.
I just restart my machine.
And it still show The following log as shown on
May be should I install ooniprobe from git repository? |
Humm. It's strange though that you don't see a ooniprobe-agent running, given that you can access the local web server. Did you run the Other things to try: Do you have systemd on your machine? If so you should check if inside of If not you should create that file and enable the service by running:
(I believe this is the correct syntax) |
@irl do you know what may be going on here? |
Yes.
I can't found
So I edited
Then run
It says couldn't listen on 127.0.0.1:8842. I run
|
Ok I see. So I think the debian package you used is broken. This is not the expected behaviour. cc @irl I think I know how you can fix this though. Try going through these steps:
|
Issue moved to ooni/probe-legacy #40 via ZenHub |
Description
I found that ooniprobe dashboard doesn't show my location and AS numbers properly.
I look up the logs. These are many message like that:
Then I found
ooniresources --update-geoip
is deprecated.So I don't know how to solve this problem.
Steps to Reproduce
Expected behavior: show my location and AS numbers properly.
Actual behavior: show AS number is AS0, and location is ZZ.
Further information
How did you install ooniprobe
Debian package, following the OONIPROBE: Installation Guide. Then I run
ooniprobe --web-ui
.What operating system are you running and what version is it?
Debian Jessie
Output of `ooniprobe -v --info`
Output of `ooniprobe --version`
The text was updated successfully, but these errors were encountered: