Re: [tor-dev] Performance testing using chutney

2015-07-09 Thread Cory Pruce
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > > If you can read Python and shell script, then checking I haven't made any obvious coding errors in my changes would help. But that might require becoming familiar with the codebase - which may take some effort. > > The diffs are here, or you can

Re: [tor-dev] Performance testing using chutney

2015-07-09 Thread teor
> On 10 Jul 2015, at 11:35 , teor wrote: > > >> On 10 Jul 2015, at 09:47 , Cory Pruce wrote: >> >> >> Signed PGP part >> >>> >>> Well, you could test my latest branches for #14175: >> >> Hey Tim, I got the branch of chutney and tor and made sure that the >> commands you run in the comment

Re: [tor-dev] Performance testing using chutney

2015-07-09 Thread teor
> On 10 Jul 2015, at 09:47 , Cory Pruce wrote: > > > Signed PGP part > > > > > Well, you could test my latest branches for #14175: > > Hey Tim, I got the branch of chutney and tor and made sure that the > commands you run in the comments of the issue exist. What do you think > would be a good

Re: [tor-dev] Performance testing using chutney

2015-07-09 Thread Cory Pruce
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > > Well, you could test my latest branches for #14175: Hey Tim, I got the branch of chutney and tor and made sure that the commands you run in the comments of the issue exist. What do you think would be a good way to start testing? Begin with a sta

Re: [tor-dev] CollecTor data: mapping bridge-network-status to bridge-server-descriptor to bridge-extra-info

2015-07-09 Thread Roger Dingledine
On Thu, Jul 09, 2015 at 12:04:52PM -0700, David Fifield wrote: > On Wed, Jul 08, 2015 at 11:39:54PM -0400, Roger Dingledine wrote: > > > It seems rare that the bridge-server-descriptor is missing. In the > > > 2015-07 tarball, it happened for 5891/477496 relays (1.2%). > > [snip] > > > How do you h

Re: [tor-dev] Update: Proposal 237 - All relays are directory servers

2015-07-09 Thread Nick Mathewson
On Sat, Mar 21, 2015 at 7:33 PM, Matthew Finkel wrote: > > Hi All, > > Here's an updated version of prop 237. I rewrote some parts > for clarity and brought it inline with the current implementation > for #12538. > > Updated branch on prop237_update in my torspec repo. > Thanks! Just merged to t

Re: [tor-dev] CollecTor data: mapping bridge-network-status to bridge-server-descriptor to bridge-extra-info

2015-07-09 Thread David Fifield
On Wed, Jul 08, 2015 at 11:39:54PM -0400, Roger Dingledine wrote: > > It seems rare that the bridge-server-descriptor is missing. In the > > 2015-07 tarball, it happened for 5891/477496 relays (1.2%). > [snip] > > How do you handle cases like this? I had a browse through the Onionoo > > source code

Re: [tor-dev] tor#16518: Read-Only Filesystem Error opening tor lockfile in 0.2.6.9 but not 0.2.5.12

2015-07-09 Thread aexlfowley
> On 07/09/2015 03:24 PM, aexlfowley at web.de wrote: >> Correct. I edited /lib/systemd/system/tor.service and added >> ReadWriteDirectories=-/media/cRAID/Tor >> and now 0.2.6.9 is running. >> I'm not entirely sure how to create my own >> /etc/systemd/system/tor.service so I leave it at that. >>

Re: [tor-dev] tor#16518: Read-Only Filesystem Error opening tor lockfile in 0.2.6.9 but not 0.2.5.12

2015-07-09 Thread Nick Mathewson
On Thu, Jul 9, 2015 at 11:44 AM, intrigeri wrote: > Moritz Bartl wrote (09 Jul 2015 14:21:26 GMT) : >> Just copy the /lib/systemd/system/tor.service file to >> /etc/systemd/system and edit it there -- it will take precedence over >> the one in /lib . You don't want to edit the one in /lib directly

Re: [tor-dev] Tor Browser videos Automation

2015-07-09 Thread Arthur D. Edelstein
Hi Sherief, Karsten insisted that I have to run a local copy of torproject.org using a web server while the automated script runs since we can't estimate or depend on the connection speed. The major blocker in this is that the browser redirects to h

Re: [tor-dev] Tor Browser videos Automation

2015-07-09 Thread Isabela
+ tor-dev Sorry for the noise, but thought of expanding the audience a little, maybe someone the time to take look into this, or might know what is going on. Any help is appreciated, we are trying to finish this project and this has been blocking us. Thanks! Sherief Alaa: > On Mon, May 18, 201

Re: [tor-dev] tor#16518: Read-Only Filesystem Error opening tor lockfile in 0.2.6.9 but not 0.2.5.12

2015-07-09 Thread intrigeri
Moritz Bartl wrote (09 Jul 2015 14:21:26 GMT) : > Just copy the /lib/systemd/system/tor.service file to > /etc/systemd/system and edit it there -- it will take precedence over > the one in /lib . You don't want to edit the one in /lib directly, since > it is meant to be for distribution files that

Re: [tor-dev] tor#16518: Read-Only Filesystem Error opening tor lockfile in 0.2.6.9 but not 0.2.5.12

2015-07-09 Thread Moritz Bartl
On 07/09/2015 03:24 PM, aexlfow...@web.de wrote: > Correct. I edited /lib/systemd/system/tor.service and added > ReadWriteDirectories=-/media/cRAID/Tor > and now 0.2.6.9 is running. > I'm not entirely sure how to create my own > /etc/systemd/system/tor.service so I leave it at that. > (Trying out

[tor-dev] Today's openssl vulnerability; preliminary analysis wrt Tor

2015-07-09 Thread Nick Mathewson
tl;dr: CVE-2015-1793 does not appear to affect Tor. Update your OpenSSL anyway; other applications are certainly affected. Hi, all! Here's the announcement for today's major security issue in OpenSSL1.0.2c, 1.0.2b, 1.0.1n and 1.0.1o: https://www.openssl.org/news/secadv_20150709.txt So far,

[tor-dev] 3rd status report for OnioNS

2015-07-09 Thread Jesse V
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hello everyone, I have been making significant progress on the Onion Name System project, and it's really coming down the home stretch here. * I have been focusing on a four-party system: a hidden service operator, an authoritative server, a nam

Re: [tor-dev] tor#16518: Read-Only Filesystem Error opening tor lockfile in 0.2.6.9 but not 0.2.5.12

2015-07-09 Thread aexlfowley
> On Tue, 07 Jul 2015, aexlfowley at web.de wrote: > >> After upgrading from 0.2.5.12 (git-3731dd5c3071dcba) to 0.2.6.9 >> (git-145b2587d1269af4) an error occured. >> I'm on Debian Jessie (stable) on an AMD Athlon 64 X2. Tor won't start >> and these are the last lines in log: >> [warn] Couldn't op

Re: [tor-dev] CollecTor data: mapping bridge-network-status to bridge-server-descriptor to bridge-extra-info

2015-07-09 Thread Karsten Loesing
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 09/07/15 05:39, Roger Dingledine wrote: > On Wed, Jul 08, 2015 at 07:45:04PM -0700, David Fifield wrote: >> I'm trying to use CollecTor data to find out how much bandwidth >> is offered by different pluggable transports over time. I.e., I >> want to