Re: Arm Release 1.4.0

2010-12-01 Thread Damian Johnson
Arm should work just fine under BSD with the exception of the
connection listing.

The problem there is that FreeBSD's netstat lacks the flag to list the
pids associated with connections (so I can't narrow the list to tor
connections), ss is a completely different program (a spreadsheet
application instead of connection resolver), and lsof either had
similar issues, though I don't recall exactly what. If you know a
method of getting the connections for a given process under FreeBSD
then I'm all ears. :)

That said, everything else (bandwidth graph, logging, configuration
editing, etc) should work just fine. -Damian

On Tue, Nov 30, 2010 at 10:56 PM, John Case c...@sdf.lonestar.org wrote:

 Hi Damian,

 On Tue, 30 Nov 2010, Damian Johnson wrote:

 Hi. After over a year it's about time that I announced an arm release
 so here it is! What's new since August of 2009 [1], you ask? Lots. The
 project has been under very active development, continuing to add
 usability improvements to make relay operation nicer and less error
 prone. If you're really curious what I've been up to this last year
 then it's all available in the change log [2].


 Any news on getting all of Arms functions to work under FreeBSD ?

 Thanks.
 ***
 To unsubscribe, send an e-mail to majord...@torproject.org with
 unsubscribe or-talk    in the body. http://archives.seul.org/or/talk/

***
To unsubscribe, send an e-mail to majord...@torproject.org with
unsubscribe or-talkin the body. http://archives.seul.org/or/talk/


Re: Very low performance in CriptolabTORRelays*

2010-12-01 Thread Daniel Franganillo

El 29/11/10 16:27, Daniel Franganillo escribió:

Hi,
I'm the admin of CriptoLabTorRelays[1][2][3][4]
As you can see at [1][2][3][4] our relays are having almost no transfer
rate (3KB or so)
It started on Monday 14 of November and after some testing we came to a
conclusion... Our Univeristy (our workplace) somehow filtered Tor
without us noticing.
I need your help to get some proofs of the filter being applied so we
can make a statement and ask for permission.

Looking at the logs I see a frequently

[debug] TLS error: unexpected close while reading (SSL_ST_OK)

Tor:
0.2.2.18-alpha-2
SSL:
0.9.8o-3

Thanks.

PD: We even tried using bridges (as in https://bridges.torproject.org/)
with no luck.

[1]
http://torstatus.blutmagie.de/router_detail.php?FP=b0ebd113c29fa546596dae34e88b8ad82ffdaa3d

[2]
http://torstatus.blutmagie.de/router_detail.php?FP=a65f3cbe32d8b52afcd2b09f0258d5cef1b12f48

[3]
http://torstatus.blutmagie.de/router_detail.php?FP=1d6a27aed313662e35f550b212335d4797dccdf6

[4]
http://torstatus.blutmagie.de/router_detail.php?FP=3e628de58df60a228c38fa83d000439d129d00cc




Hi,
still no luck with our bandwidth problems. I even tried to set up a tor 
relay under windows (to discard a linux problem) and it does not work.
Also, if I setup an https server at 9001 or 9030 and download a file 
from there it works fine.

Can you help me to gather some clues on how our School is filtering Tor?
I need that information so i can fill a request to stop Tor filtering.
Thanks.
PD: Will it help if I pastebin a debug log?


--
---
   Daniel Franganillo Corrales
---
e-mail: dani...@dilmun.ls.fi.upm.es
---
CriptoLab. Despacho 6305.
Facultad de Informática.
Campus de Montegancedo S/N
Universidad Politécnica de Madrid.
Boadilla del Monte. Madrid (Spain)
Teléfono - 91 336 (3673)
---



smime.p7s
Description: S/MIME Cryptographic Signature


Re: Very low performance in CriptolabTORRelays*

2010-12-01 Thread Jim

Daniel Franganillo wrote:


Hi,
still no luck with our bandwidth problems. I even tried to set up a tor 
relay under windows (to discard a linux problem) and it does not work.
Also, if I setup an https server at 9001 or 9030 and download a file 
from there it works fine.

Can you help me to gather some clues on how our School is filtering Tor?
I need that information so i can fill a request to stop Tor filtering.
Thanks.
PD: Will it help if I pastebin a debug log?


Hi Daniel,

I am surprised that nobody on this list that is more knowledgeable than 
I has responded to your request.


I am certainly no expert here, but based both on what has been posted on 
this list previously and the TLS entries that ended up in your debug 
log, I would have to wonder if your problem doesn't have to do with an 
incompatibilty between the version of Tor you are using and the version 
of SSL you are using rather than being a problem with your school's 
filtering Tor.  I did not respond sooner in part because, based on my 
(admittedly limited) understanding of these issues, I did not see a 
conflict between what you posted you were using, based on recent other 
posts about this.  Still there have been recent (say the last 6 months 
or so) issues between Tor and SSL.  I can only hope that either you can 
research this some yourself or somebody else with more knowledge about 
this will post.


Good luck!

Jim
***
To unsubscribe, send an e-mail to majord...@torproject.org with
unsubscribe or-talkin the body. http://archives.seul.org/or/talk/


Simulator for slow Internet connections

2010-12-01 Thread Maciej Zbierski

Hi, 

I was going through the Coding Projects site the other day and spotted
that Tor is in need of a simulator for slow connections. I have written
something similar as a part of my M.Sc., so I thought I could contribute by
adapting my code to Tor's needs. First of all, has there been any progress
on the subject (so that I don't double someone's work)?

If I understand correctly, these technical things need to be done:

1) allow to alter parameters of an internet connection on one's computer and
2) allow to measure how these affect the performance of a Tor client (by
performance I mean the time to download/upload data from/to internet)

Is there something that is not mentioned in the description and might need
to be taken into consideration? Btw, my code is partly in Java - is that
acceptable or should I use something else (C++ perhaps)? And finally, will
the code I supply be used by anybody? ;)

Best Regards, 
  Maciej Zbierski


***
To unsubscribe, send an e-mail to majord...@torproject.org with
unsubscribe or-talkin the body. http://archives.seul.org/or/talk/


Re: Simulator for slow Internet connections

2010-12-01 Thread John Case


On Wed, 1 Dec 2010, Maciej Zbierski wrote:


I was going through the Coding Projects site the other day and spotted
that Tor is in need of a simulator for slow connections. I have written
something similar as a part of my M.Sc., so I thought I could contribute by
adapting my code to Tor's needs. First of all, has there been any progress
on the subject (so that I don't double someone's work)?



Why is this a coding project ?  Why don't they just use FreeBSD with 
dummynet ?

***
To unsubscribe, send an e-mail to majord...@torproject.org with
unsubscribe or-talkin the body. http://archives.seul.org/or/talk/


Re: Simulator for slow Internet connections

2010-12-01 Thread Mike Perry
Thus spake John Case (c...@sdf.lonestar.org):

 On Wed, 1 Dec 2010, Maciej Zbierski wrote:
 
 I was going through the Coding Projects site the other day and spotted
 that Tor is in need of a simulator for slow connections. I have written
 something similar as a part of my M.Sc., so I thought I could contribute by
 adapting my code to Tor's needs. First of all, has there been any progress
 on the subject (so that I don't double someone's work)?

 Why is this a coding project ?  Why don't they just use FreeBSD with 
 dummynet ?

I've personally used Linux's NetEM for testing my Tor Circuit Build
Timeout learning code:
http://www.linuxfoundation.org/collaborate/workgroups/networking/netem

It worked well but it has a major drawback in that if you use netem on
the same machine as your code is running, you can't do real packet
loss simulations because the Linux networking stack hints to the TCP
layer that the loss was artificial so that window sizes are not
adjusted as they would be in reality:
https://www.linuxfoundation.org/collaborate/workgroups/networking/netem#Caveats

Getting a patch to disable this behavior would be a great help.


Otherwise, I think we need to revise this task on our website to say
that we're looking for a Tor network simulator, not a slow network
simulator. Easy mistake, I guess ;)


-- 
Mike Perry
Mad Computer Scientist
fscked.org evil labs


pgpL7cD7wyDha.pgp
Description: PGP signature


Re: Arm Release 1.4.0

2010-12-01 Thread John Case


On Wed, 1 Dec 2010, Damian Johnson wrote:


Arm should work just fine under BSD with the exception of the
connection listing.

The problem there is that FreeBSD's netstat lacks the flag to list the
pids associated with connections (so I can't narrow the list to tor
connections), ss is a completely different program (a spreadsheet
application instead of connection resolver), and lsof either had
similar issues, though I don't recall exactly what. If you know a
method of getting the connections for a given process under FreeBSD
then I'm all ears. :)



Right - I've been familiar with the limitation, and the reason for the 
limitation, for the lifetime of your project.


I run Arm very well on FreeBSD, but I'd really love to have the connection 
listing ...


Can you use this:

http://lists.freebsd.org/pipermail/freebsd-questions/2007-November/162970.html

to cross reference, and get what you need ?
***
To unsubscribe, send an e-mail to majord...@torproject.org with
unsubscribe or-talkin the body. http://archives.seul.org/or/talk/