13:31:20 #startmeeting 13:31:20 Meeting started Wed Dec 10 13:31:20 2014 UTC. The chair is nickm. Information about MeetBot at http://wiki.debian.org/MeetBot. 13:31:20 Useful Commands: #action #agreed #help #info #idea #link #topic. 13:31:29 Another week, another wednesday, another tor meeting! 13:31:35 This might be a short one on my end. 13:31:45 I have gotten a lot of stuff done in the last 7 days, but very little of it is coding 13:32:56 On the tor side, I wrote up a whole bunch of testing code that isn't ready for daylight yet, and that's about it 13:33:06 I hope I cann find time to review a whole load of patches soon 13:33:11 But I need to get a libevent release out. 13:33:16 hi nickm 13:33:24 Anyone else have some tor hacking? 13:33:26 hi ioerror! 13:33:48 hi nickm: i ... survived another week? finally got that libevent patch in? 13:33:51 i'm working on revising my SocksSocket patch 13:33:57 ioerror: awesome! 13:34:02 going slowly, it seems like Mike may want to use it for TBB 13:34:05 athena: thanks for that patch 13:34:15 ioerror: I'd appreciate it; I bet that it could be useful for Tails too 13:34:22 (still on the corresponding tor-side stuff...) 13:34:29 ioerror: and torsocks :D 13:34:46 my main goal is to get it into Tor proper and then torsocks 13:34:50 and then, from there, tbb 13:35:31 i just need to clean the patch up at this point to make it merge and pretty with git tip 13:35:34 ioerror: oh hey, since you're here... 13:35:56 do you have the permissions to make the google code torsocks page close down, or redirect to the right torsocks repo, or whatever? 13:35:59 or did you already do that? 13:36:13 oh, right, i keep forgetting to shut that down 13:36:25 how should i do that? just point it to our new repo? 13:36:31 Sounds good to me. 13:36:38 if we remove it entirely, i fear someone will clone + make evil repo 13:36:43 fair enough 13:36:57 alternatively, i can give it to dgoulet 13:37:02 could be a useful mirror for the code 13:37:09 (but please file bugs on... this website over here) 13:37:31 (I am dealing with it now - dgoulet do you want to own the project?) 13:37:33 ioerror: sure, keeping it seems a very good idea here 13:37:45 ioerror: no problem for me to mirror the code there 13:37:55 thanks guys 13:37:56 ok - please tell me your google id 13:38:05 athena: any way I can help on the tor monotonic stuff? 13:38:26 ioerror: pm it to you 13:39:40 sorry, irssi segfaulted because of this awful otr module 13:39:50 dgoulet: i didn't get your id 13:40:01 it's pretty close to done; you probably have more epxerience writing autoconf tests for whether we have the relevant libevent support though 13:40:14 ioerror: you should use the latest one, it fixes quit of stuff :), sending it back to you 13:40:17 athena: ooh ooh ooh. Want to pair-program the autoconf tests? 13:40:40 maybe? 13:41:41 dgoulet: ok 13:41:50 ok. I can do it myself if that doesn't work for you, but I actually kind of enjoy autoconf hacking sometimes 13:42:16 and enjoy sharing it with others 13:42:31 it's pretty easy once you grok the fact that you're programming in 4 languages at once, all quoting each other in silly ways 13:43:03 nickm: are you one of those people that also likes to configure sendmail? 13:43:07 Or maybe I have stockholm syndrom about autoconf 13:43:29 Yawning: no, but I do enjoy metaprogramming. I am trying very hard not to look at haxe; I think it might eat my life if I do. 13:43:33 Anyways, topic drift. 13:43:38 Who else has something for today? 13:43:45 sure - maybe tomorrow around noon your time or so? 13:43:57 (i used to hack sendmail.cf by hand too) 13:44:10 hmm. Are you free a bit earlier? I'm having lunch with a friend from out of town around then. 13:44:12 athena: (me too, then I discovered postfix >.>) 13:44:14 Like, 10am my time 13:44:16 ? 13:44:24 or is that too early? 13:45:42 10 AM your tme? 13:45:44 sure 13:45:54 great. I believe that is 1500 UTC 13:46:03 what is the new url for torsocks dgoulet? 13:46:16 (dgoulet is now the torsocks admin along with me on googlecode) 13:46:23 do we have a new home page? 13:46:23 ioerror: https://gitweb.torproject.org/torsocks.git/ 13:46:27 no, i mean, home page 13:46:45 ioerror: no, I think the best home page is the Torsocks wiki page but a bit out of date unfortunately :( 13:46:52 if you go to https://code.google.com/p/torsocks/adminAdvanced - you can see 13:46:58 https://trac.torproject.org/projects/tor/wiki/doc/torsocks 13:47:00 i used "poroject moved" 13:47:14 So, who else has a tor thing to talk about? 13:47:16 https://code.google.com/hosting/moved?project=torsocks 13:47:21 hope that is good for everyone 13:47:33 nickm: i have a question about this dirauth bug 13:47:46 the oom thing? 13:47:46 * teor is alive 13:47:50 hi teor 13:47:51 ioerror: ack, it works thanks 13:48:01 nickm: yes 13:48:11 nickm: is thre anything useful that i can do there? 13:48:16 nickm: my tor is still running 13:48:19 it is, i think, and 1600 here 13:48:38 I'd love to have a tor running with some kind of instrumented malloc that will tell us where the bytes are being allocated at. 13:48:43 s/tor/authority/ 13:48:47 that would help diagnose this. 13:49:11 I think I am also going to add some directory authority stuff to the list of things that the OOM handler looks at 13:49:12 if you can guide me, i can try 13:49:13 hi nickm, everyone 13:49:29 ioerror: I am probably not the right person for that today, but I bet others can 13:49:35 nickm: i mean, anytime 13:49:49 (can anybody volunteer to get ioerror set up with a debugging maloc that tells him where the bytes are being allocated?) 13:50:07 (Also, I need to leave in about 20 minutes to get my kid to the doctor's) 13:50:29 teor: thanks for all the working on stuff! I see that you're nearly done, and are mostly just cleaning up commits? 13:51:44 Yeah, I could try to solve #13839, but TestingDirAuthVoteExit from #13161 is a great interim fix 13:52:38 But the requested behaviour works: chutney can launch a tor network that bootstraps correctly when there are no exits. 13:52:57 (That is, the behaviour requested in #13718) 13:53:53 It would be nice for us to then have authorities vote Exit (quickly and correctly), which is #13839 13:54:09 ioerror: if you want to hijack malloc to find memleak or follow allocations or ..., you can start with this simple lib here, very useful and easy to change for what you want also https://github.com/efficios/memleak-finder 13:54:27 dgoulet: hrm, that isn't quite going to work for me 13:54:41 So for #13718, are you no longer thinking of a Tor patch to change how we see if the network is ready for circuits? 13:54:55 So I think I'll have a look at the Exit vote issue, and see if it's something simple like uptime (which we could ignore in a TestingTorNetwork) 13:55:16 ok 13:55:41 nickm: to get the bootstrap behaviour, we need to change how we check if the network is reayd for circuits 13:56:14 So, did you see armadev 's comments there? 13:56:16 per arma's suggestion: if the consensus contains no exits, we bootstrap and launch internal paths only 13:56:48 I think he actually suggested that we _not_ have two notions of "ready for circuits"... 13:57:03 but instead we change the rule so that if there are no exits at all, we count as ready. 13:57:10 this is enough for the next consensus to then contain relays that have performed reachability self-tests using internal circuits 13:57:27 Yes, that is what the code does in the latest incarnation 13:57:54 great 13:57:57 For each consensus, we make a call on whether we expect exit paths or not 13:58:18 If we can't exit, then we count as ready as soon as we con establish an internal path 13:58:34 If we can exit, the behaviour is the same as previous versions 13:59:26 great 13:59:45 But for each consensus, all circuits are launched at the same time (there is no "launch internal" then later "launch external", which was arma's concern re: tricking descriptors to manipulate client behaviour and disclose circuit pruposes) 14:00:00 great 14:00:06 so I think we are all on the same page here :-) 14:00:14 excellent 14:00:27 any questions I can help with before I get my kid to the doctor's? :) 14:00:40 (Anybody else with questions I can help with before I get my kid to the doctor's?) 14:00:54 no, I just need to review my code, split into sensible commits, and write changes files and tests :-) 14:01:09 tests could be hard here, as there are so many moving parts 14:01:20 but that's not really a question 14:03:11 okay. It's fine to day "i just hit the point of diminishing returns with tests" on some of this IMO. 14:03:12 (I will have questions as I encounter each "hard part to test". Nothing urgent.) 14:03:19 ok 14:03:21 Anybody else? 14:03:40 nickm: do you think i should make tests for sockssocket? 14:04:11 nickm: we're also testing bootstrap behaviour, not live network behaviour. So that helps. 14:07:10 ioerror: If you can, yes. If it's too confusing, get help. This code is not easy to write tests for 14:07:18 Like, I would find it tricky to do 14:07:36 I think that testing what you can is important 14:07:44 not sure if this answers your question :/ 14:08:22 Sometimes, testing the 80% you can test easily, gives you more time to review the 20% you can't test 14:08:32 yeah 14:08:44 anything else for us to talk about today? /me has about 2 minutes 14:09:14 How do I coordinate commits between tor, torspec, and chutney? 14:09:23 nickm: ok, so perhaps no then :) 14:09:47 Just list all the branches in the same trac bug? 14:09:50 teor: I'd suggest having a branch for each project with the same name, and when you mention them on a ticket, mention them all? 14:10:00 * nickm has to go in 1 minute 14:10:07 #endmeeting