Hi Oonitarians,
Two weeks ago we hosted the*first OONI Partner Gathering*! :)
The event was hosted at the University of Toronto on 10th & 11th July 2017.
The aim of this two-day event was to bring our international partners
together to share skills, knowledge, and research findings. We reflected
on our collaboration over the last year, and we brainstormed on future
goals and priorities to improve our collaboration on the study of
internet censorship.
Today we published a report which provides an overview of the event, its
sessions, partner challenges and needs, future goals and priorities, and
event outcomes.
*Read the report here:
https://ooni.torproject.org/post/ooni-partner-gathering-2017/*
You can also find the event's agenda and all of the session notes here:
https://github.com/OpenObservatory/gatherings/tree/master/partner-gathering…
All the best,
Maria.
--
Maria Xynou
Research and Partnerships Coordinator
Open Observatory of Network Interference (OONI)
https://ooni.torproject.org/
PGP Key Fingerprint: 2DC8 AFB6 CA11 B552 1081 FBDE 2131 B3BE 70CA 417E
Hello!
The OONI team warmly welcomes you to join us**for our *monthly
**community meeting tomorrow**on Tuesday, 25th July 2017, at 14:00 UTC.*
We'd love to hear your thoughts and suggestions on how to improve
research on internet censorship.
Please join us on *https://slack.openobservatory.org* and add topics
that you would like to discuss as part of the meeting in this pad:
https://pad.riseup.net/p/ooni-community-meeting
If you're not able to join us, please feel encouraged to join us on
slack any other day!
Looking forward to connecting with you soon!
All the best,
~ The OONI team.
--
Maria Xynou
Research and Partnerships Coordinator
Open Observatory of Network Interference (OONI)
https://ooni.torproject.org/
PGP Key Fingerprint: 2DC8 AFB6 CA11 B552 1081 FBDE 2131 B3BE 70CA 417E
Thank you so much for publishing an article on installing ooni-probe it’s great stuff!
I am moving this thread over to ooni-dev as ooni-operators is actually meant for just important communications to operators of ooniprobe instances.
What Vasilis says is mostly correct, just a couple of minor corrections.
On July 1, 2017 at 3:14:24 PM, Vasilis (andz(a)torproject.org) wrote:
Hi Snehan,
Snehan Kekre:
> Hello excellent ooni people,
>
> I've written a blog post (https://snehankekre.github.io/anti-censorCHIP)
> about installing ooniprobe on a $9 computer called CHIP that runs a flavor
> of Debian.
Thank you for your good words and publishing a blog post about
installing ooniprobe on CHIP.
> I would appreciate any feedback, suggestions, or comments. I'll
> use them to make necessary changes to reflect accurate delivery. I've used
> some images and a lot of lines from the ooni website.
The 4th step in the install section of the blog post
(https://snehankekre.github.io/anti-censorCHIP#installing-ooniprobe-on-chip)
is not needed since Step 3 will get all the available dependencies.
However given that are a number of bugs
(https://github.com/TheTorProject/ooni-probe/issues?q=label%3Adebian+is%3Aop…)
in the Debian ooniprobe packages, I will suggest you instead to install
ooniprobe with pip and use the following install guide:
https://github.com/TheTorProject/ooni-probe#unix-systems-with-pip
As Vasilis points out you don’t actually need to install those extra dependencies via pip and are already part of the package installation, however you should NOT install ooniprobe via pip as it’s not the best way to install packages that will run as root.
The issues with the debian package are being actively worked on and I have some sample debian packages if you would like to try them out (https://github.com/hellais/ooniprobe-fpm#debian) and as soon as they are ready the canonical torproject debian package will be updated and all the outstading issues should be resolved.
In the Step 5. you don’t actually need to run oonideckgen, but you can directly find the location of your decks by running ooniprobe --info ,it should be in /var/lib/ooni/decks.
Usually ooniprobe is more useful when it performs regular (scheduled)
network measurements, I will suggest you to add the following steps to
the install guide:
1. Configure ooniprobe
(https://github.com/TheTorProject/ooni-probe#configuring-ooniprobe),
either via the GUI (setup wizard) or from the shell (ooniprobe initialize)
2. Add ooniprobe system service
(https://github.com/TheTorProject/ooni-probe#run-ooniprobe-as-a-service-syst…)
Yes this is indeed the recommended way of running it, in theory that should already be setup for you by using the debian package (but due to the debian package bugs vasilis pointed out is currently not happening).
> Is there a standard format to provide credit to ooni devs?
Everything published on the website is licensed under a
Creative Commons Attribution 3.0 License (CC BY 3.0).
~ Arturo