Re: [tor-dev] Pyonionoo

2012-08-10 Thread Sathyanarayanan Gunasekaran
> First feedback is that I'm having trouble installing cyclone. :/ What > steps does it take from, say, a vanilla Debian Squeeze to an environment > where `twistd -n cyclone -r pyonionoo.web.Application` works? Ideally, > these steps only include `apt-get install`, but if something else is > need

Re: [tor-dev] Fwd: [tor-relays] tcmalloc in FreeBSD [SOLVED ?]

2012-08-10 Thread Nick Mathewson
On Fri, Aug 10, 2012 at 6:21 PM, Jordi Espasa Clofent wrote: > Well, finally it seems a Tor configure.in bug/problem: > > http://lists.freebsd.org/pipermail/freebsd-ports/2012-August/077440.html > > So.. I guess it has to be fixed by some tor dev then. Very interesting. That first stanza is inde

Re: [tor-dev] Fwd: [tor-relays] tcmalloc in FreeBSD [SOLVED ?]

2012-08-10 Thread Jordi Espasa Clofent
Well, finally it seems a Tor configure.in bug/problem: http://lists.freebsd.org/pipermail/freebsd-ports/2012-August/077440.html So.. I guess it has to be fixed by some tor dev then. ___ tor-dev mailing list tor-dev@lists.torproject.org https://lists.to

Re: [tor-dev] Another key exchange algorithm for extending circuits: alternative to ntor?

2012-08-10 Thread Robert Ransom
On 8/8/12, Nick Mathewson wrote: > http://www.infsec.cs.uni-saarland.de/~mohammadi/owake.html Also, where does this paper specify that the participants must check that public-key group elements are not equal to the identity element? That's rather important, as Tor's relay protocol is likely to b

Re: [tor-dev] [Stegotorus] Strange comparison in chop_circuit_t::send_targeted(conn, blocksize)

2012-08-10 Thread Zack Weinberg
On 2012-08-10 8:11 AM, vmon wrote: Hey Zack, Please take a look at this comparison in chop_circuit_t::send_targeted(conn, blocksize): if (avail > blocksize - lo) avail = blocksize - lo; else if (avail > SECTION_LEN) avail = SECTION_LEN; else if (upstream_eof && !sent_fin)

[tor-dev] [Stegotorus] Strange comparison in chop_circuit_t::send_targeted(conn, blocksize)

2012-08-10 Thread vmon
Hey Zack, Please take a look at this comparison in chop_circuit_t::send_targeted(conn, blocksize): if (avail > blocksize - lo) avail = blocksize - lo; else if (avail > SECTION_LEN) avail = SECTION_LEN; else if (upstream_eof && !sent_fin) // this block will carry the last byte of

Re: [tor-dev] Fwd: [tor-relays] tcmalloc in FreeBSD

2012-08-10 Thread Jordi Espasa Clofent
On 08/10/2012 04:56 PM, Jordi Espasa Clofent wrote: Yup. No --with-tcmalloc there. For whatever reason, the freebsd build process didn't pass --with-tcmalloc to configure. If the ports maintainer isn't being responsive, maybe some other freebsd people could have a look? If the build process i

Re: [tor-dev] Fwd: [tor-relays] tcmalloc in FreeBSD

2012-08-10 Thread Jordi Espasa Clofent
Yup. No --with-tcmalloc there. For whatever reason, the freebsd build process didn't pass --with-tcmalloc to configure. If the ports maintainer isn't being responsive, maybe some other freebsd people could have a look? If the build process is telling Tor the wrong stuff, then that is almost ce

Re: [tor-dev] Fwd: [tor-relays] tcmalloc in FreeBSD

2012-08-10 Thread Nick Mathewson
On Fri, Aug 10, 2012 at 10:14 AM, Jordi Espasa Clofent wrote: > On 08/09/2012 04:54 PM, Nick Mathewson wrote: >> Have a look near the top of "config.log" (please don't send the whole >> file; it will be enormous) -- there should be a part that says what >> command line configure got. > > > I guess

Re: [tor-dev] Fwd: [tor-relays] tcmalloc in FreeBSD

2012-08-10 Thread Jordi Espasa Clofent
On 08/09/2012 04:54 PM, Nick Mathewson wrote: On Thu, Aug 9, 2012 at 6:04 AM, Jordi Espasa Clofent wrote: Can you see what arguments are being passed to configure, and what configure does with them? Is the freebsd build process passing --with-tcmalloc to the configure script? Sure. mb# pw

Re: [tor-dev] Pyonionoo

2012-08-10 Thread Norman Danner
Hi Karsten, On 8/10/12 8:29 AM, Karsten Loesing wrote: Hi Norman, On 8/10/12 3:15 AM, Norman Danner wrote: On 8/9/12 5:28 PM, Norman Danner wrote: Hi Karsten, We have a preliminary version of the Pyonionoo front-end at git://github.com/meganchang/pyonionoo.git Make sure to look at th

Re: [tor-dev] Pyonionoo

2012-08-10 Thread Karsten Loesing
Hi Norman, On 8/10/12 3:15 AM, Norman Danner wrote: > On 8/9/12 5:28 PM, Norman Danner wrote: >> Hi Karsten, >> >> We have a preliminary version of the Pyonionoo front-end at >> >> git://github.com/meganchang/pyonionoo.git >> >> Make sure to look at the database branch. We'd be happy to hear