IRC log of #zope3-dev for Thursday, 2007-06-21

Theunithey do exactly the same things00:00
TheuniANSI is so bad in this regard00:00
Theuniwhat postgres calls "serializable" is also just snapshot isolation and you can provoke the same effect there.00:00
benjiDieter should have said00:00
J1mMany databases provide for multiple levels of isolation, letting you trade off consistency vs performance.00:00
benji"and so do most other databases"00:00
TheuniHe didn't. He is sitting on his "I" means serialized and nothing else.00:00
benjithere apparently aren't many ACID databases then <wink>00:01
J1mI think it would be good for ZODB to provide the option of a higher level of consistence.00:01
*** deo has joined #zope3-dev00:01
TheuniJ1m: It looks like many stepped away from doing isolation on the highest level as they had *huge* problems because of global locking strategies.00:01
TheuniJ1m: I think so too. :)00:01
J1mBut in any case, we need to address the catalog issues.00:02
*** rocky|away is now known as rocky00:02
TheuniI'm not sure where exactly they were. He was giving me code snippets and some vague references. It's definitely some Zope 2 index, but the general issue might be lurking somewhere.00:02
J1mThat will likely mean either running with a higher leve lof isolation, or, more likely, writing index code so that it avoids this sort of problem.00:02
J1mDefinately.00:03
TheuniThe interesting part would be how bad the performance penalty of the higher isolation level would be.00:03
J1mThere is a similar issue with conflict resolution and undo.00:03
J1mFor example, we need to provide greater control over conflict resolution.00:03
J1mTheuni, for starters, if you wanted to approach higher isolation, then you'd need to abandon conflict resolution.00:04
*** jinty has quit IRC00:04
TheuniJ1m: Right. Which would mean to make changes to the btrees.00:04
Theunibah. :(00:04
J1mwell, this change wouldn't be so bad, as it would involve taking code out.00:05
J1mI really want to revisit conflict resolution in a major way.00:05
TheuniWanna put down a reminder in the blueprints to keep that visible?00:05
* J1m suspects benji knows when I'm on irc because here can hear me. 00:06
Theuni?00:06
J1mWell, I need to write a proposal.00:06
J1mIn fact, I need to write several proposals. :)00:06
TheuniYou could put in a stub first to not let it fall off and show other people that there is something about to happen. ;)00:06
* benji listens to the pitter-patter of J1m's typing... it's like raindrops on a tin roof.00:06
*** jodok has quit IRC00:06
Theunibenji: tin apple notebook?00:07
*** jodok_ is now known as jodok00:07
J1mTheuni, http://wiki.zope.org/ZODB/JimsToDo00:07
benjiTheuni: no, here he uses this ity-bity keyboard that I swear has a volume nob on the side turned to 1100:08
* benji is dissaponited he didn't hear a J1m-chuckle; must try harder.00:08
*** febb has joined #zope3-dev00:08
*** malthe has quit IRC00:09
Theunihehe00:14
TheuniJ1m: The thing about conflict resolution I see is that whenever the conflict happens, there is already other data that was involved that will be inconsistent when we decide for the changes to happen, and it's going to be quite painful to reconstruct this sanely. So probably conflict resolution is more of a low-level tool for developing near to the ZODB itself instead of a real application. But maybe there's some idea lurking in your head that already t00:16
*** malthe has joined #zope3-dev00:19
TheuniOk. I've put in the bug into launchpad. Need to go and check whether my bed is still there and usable. ;)00:19
faassenbenji: you should wire up a J1m-chuckle detector to an irc bot so I know too.00:21
TheuniI think that's built into Jims irc client already. I think my log saw him chuckle every now and then.00:22
*** runyaga has joined #zope3-dev00:22
faassenrunyaga: hey00:22
runyagahello!!!00:22
* Theuni waves00:22
runyagagot a question guys00:23
runyagais there a way to query zcml and get back all of the views/interface/spermissions that are registered?00:23
*** yvl has quit IRC00:24
TheuniDo you want to see what's in the ZCML or what's registered in the live system?00:24
runyagain zcml00:24
faassenso you don't want to ask the component registry but you actually want to know which lines of zcml?00:24
runyagaokno no no00:24
runyagai want to ask the component registry00:24
Theuni=)00:24
runyagai.e.00:24
runyagai want to make an excel spreesheet for hte testing guy who will go throug hand ensure hte permissions on each view00:25
runyagaour security stuff  is kinda complicated00:25
faassenanyway, concerning all registered interfaces, I think they get registered as some utility and I know there's some code that looks them up somewhere in the zope 3 ZMI.00:25
faassenconcerning views and permissions I'm not sure.00:25
TheuniThe online API reference code should be helpful00:25
runyagai was gonna dig into srichters code cause00:25
TheuniIt has all the stuff in there.00:26
runyagaok00:26
faassenright, srichter's code is definitely the place to look.00:26
runyagathats called apihelp?00:26
faassenapidoc.00:26
Theuniapidoc00:26
runyagathats it00:26
runyagathanks00:26
Theunisure00:27
runyagahow is europe?  you guys still hatin on bush?00:27
TheuniIs this line secure?00:27
Theuni*g00:27
* runyaga grins00:27
TheuniI'd like not to wake up tomorrow and notice that I'm dead. ;)00:27
faassenrunyaga: I have the impression the US is coming to agree with the european feeling more and more. :)00:27
faassenTheuni: you just say something safely ambiguous. :)00:28
Theuni;)00:28
J1mTheuni, there needs to be a way to at least turn off conflict resolution.00:28
faassenturn off conflict resolution? I thought Bush already did that. :)00:28
TheuniJ1m: that's probably a simple option that just will avoid calling the resolution code.00:28
Theunilol00:28
faassenTheuni: that one just came in the exact proper wrong context. :)00:28
TheuniJup.00:28
J1mBush always knows how to resolve conflicts.00:29
J1mTheuni, that's an option that would need to be added to every storage.00:30
TheuniBut I think he's risking the consistency aspect with that strategy. So he might be using the ZODB.00:30
TheuniJ1m: oh. storages do that call? Hmm.00:30
*** lucielejard has left #zope3-dev00:30
J1mNo, that would imply that he does dirty reads, which would imply that he reads.  All of his decision are consistent.00:31
TheuniSo actually his transactions are more like Schroedinger-compatible?00:31
* Theuni stops and reaaaaally goes to bed.00:33
*** nerdalert has quit IRC00:33
runyagastuff isnt for the faint of hart00:37
*** coolestuk has joined #zope3-dev00:37
*** schwendinger has quit IRC00:38
*** rcrafton has quit IRC00:51
*** febb has quit IRC00:56
*** ccomb has quit IRC00:58
*** jodok has quit IRC01:03
*** rcrafton has joined #zope3-dev01:04
*** andrew_m has quit IRC01:06
*** redir has quit IRC01:10
*** b52lap has quit IRC01:15
*** bigkevmcd has quit IRC01:15
*** b52lap has joined #zope3-dev01:16
*** coolestuk has quit IRC01:22
*** zagy_ has joined #zope3-dev01:23
*** zagy has quit IRC01:23
*** alecm_ has joined #zope3-dev01:29
*** alecm has quit IRC01:29
*** oferw has quit IRC01:33
*** malthe has quit IRC01:33
*** benji has quit IRC01:38
*** norro has quit IRC01:40
*** rocky is now known as rocky|away01:49
*** J1m_ has joined #zope3-dev01:49
*** J1m_ has quit IRC01:49
*** coolestuk has joined #zope3-dev01:50
*** pandres has quit IRC01:50
*** febb has joined #zope3-dev01:53
*** runyaga has quit IRC01:53
*** natea_ has quit IRC01:58
*** redir has joined #zope3-dev02:10
*** redir has joined #zope3-dev02:11
*** J1m has quit IRC02:11
*** natea_ has joined #zope3-dev02:12
*** febb has quit IRC02:15
*** febb has joined #zope3-dev02:16
*** redir has quit IRC02:16
*** redir has joined #zope3-dev02:16
*** redir has quit IRC02:20
*** redir has joined #zope3-dev02:20
*** redir has quit IRC02:25
*** redir has joined #zope3-dev02:25
*** redir has quit IRC02:26
*** redir has joined #zope3-dev02:26
*** ctp has quit IRC02:26
*** redir has quit IRC02:27
*** faassen has quit IRC02:33
*** torkel_ has quit IRC02:39
*** febb has quit IRC02:50
*** torkel_ has joined #zope3-dev02:58
*** tarek has quit IRC02:59
*** coolestuk has left #zope3-dev03:21
*** wrobel has quit IRC03:24
*** torkel_ has quit IRC03:27
*** torkel_ has joined #zope3-dev03:27
*** Ariel_Calzada has joined #zope3-dev03:32
*** Ariel_Calzada has quit IRC03:34
*** Ariel_Calzada has joined #zope3-dev03:34
*** Ariel_Calzada has quit IRC03:38
*** huajie has joined #zope3-dev03:40
*** ZopeIn has joined #zope3-dev03:52
*** Ariel_Calzada has joined #zope3-dev03:56
*** torkel__ has joined #zope3-dev04:02
*** benji has joined #zope3-dev04:06
*** alga has quit IRC04:06
*** torkel_ has quit IRC04:13
*** rcrafton has quit IRC04:18
*** niemeyer has quit IRC04:24
*** torkel__ has quit IRC04:27
*** torkel_ has joined #zope3-dev04:27
tjsis there a simple way to get the instance home dir ?04:32
*** Ariel_Calzada has quit IRC04:33
ZopeIncould anyone give me a hint how come all the schema fields are persistent but one attribute I found is not?04:33
ZopeInI have an attribute in my interface, which is a folder of another object. I initiate it as thisAttribute = aFolder(), but this attribute is gone once I run zope again04:37
*** jkakar has quit IRC04:41
*** jkakar has joined #zope3-dev04:44
*** Ariel_Calzada has joined #zope3-dev04:45
*** natea_ has quit IRC04:48
*** ZopeIn has quit IRC05:01
*** jkakar has quit IRC05:05
*** Ariel_Calzada has quit IRC05:07
*** whit has quit IRC05:09
*** Ariel_Calzada has joined #zope3-dev05:11
*** RaFromBRC has quit IRC05:19
*** jkakar has joined #zope3-dev05:23
*** Ariel_Calzada has quit IRC05:24
*** Ariel_Calzada has joined #zope3-dev05:26
*** Ariel_Calzada has quit IRC05:40
*** stub has joined #zope3-dev05:55
*** jkakar has quit IRC06:00
*** rcrafton has joined #zope3-dev06:00
*** rocky|away has quit IRC06:05
*** rocky has joined #zope3-dev06:07
*** WebMaven has joined #zope3-dev06:16
*** cursor has joined #zope3-dev06:27
*** tjs has quit IRC06:31
*** deo has quit IRC06:34
*** redir has joined #zope3-dev06:43
*** lisppaste6 has quit IRC06:43
*** redir has quit IRC06:48
*** cursor has left #zope3-dev06:48
*** redir has joined #zope3-dev06:48
*** lisppaste6 has joined #zope3-dev06:49
*** afd_ has joined #zope3-dev06:52
*** redir has quit IRC06:54
*** torkel_ has quit IRC06:59
*** redir has joined #zope3-dev07:06
*** tarek has joined #zope3-dev07:10
*** rcrafton has quit IRC07:10
*** redir has quit IRC07:10
*** redir has joined #zope3-dev07:11
*** redir has quit IRC07:17
*** redir has joined #zope3-dev07:17
*** rlo has joined #zope3-dev07:31
*** tjs has joined #zope3-dev07:32
*** tjs has quit IRC07:39
*** tjs has joined #zope3-dev07:41
*** redir has quit IRC07:42
*** hazmat has joined #zope3-dev07:43
*** ChanServ sets mode: +o hazmat07:43
*** tjs has quit IRC07:45
*** tjs has joined #zope3-dev07:47
*** baijum has joined #zope3-dev07:51
*** tarek has left #zope3-dev07:57
*** pcardune has quit IRC08:08
*** huajie has quit IRC08:11
*** jukart has joined #zope3-dev08:32
*** jodok has joined #zope3-dev08:39
*** hazmat has quit IRC08:45
*** sorindregan has joined #zope3-dev08:48
*** jodok has quit IRC08:52
*** Ariel_Calzada has joined #zope3-dev08:53
*** naro has joined #zope3-dev09:05
*** timte has joined #zope3-dev09:10
*** ctp has joined #zope3-dev09:13
*** Ariel_Calzada has quit IRC09:19
*** Ariel_Calzada has joined #zope3-dev09:22
*** jodok has joined #zope3-dev09:27
*** ctp has quit IRC09:31
*** alecm_ has quit IRC09:41
*** alecm has joined #zope3-dev09:43
*** jkakar has joined #zope3-dev09:43
*** norro has joined #zope3-dev09:47
*** mgedmin has joined #zope3-dev09:50
*** pelle_ has joined #zope3-dev09:50
*** romanofs1i has joined #zope3-dev09:53
romanofs1imoin :)09:54
*** harobed_ has quit IRC09:55
*** ghendi has joined #zope3-dev09:55
*** harobed has quit IRC09:56
*** andrew_m has joined #zope3-dev09:57
*** romanofski has quit IRC10:00
*** b52laptop has joined #zope3-dev10:12
*** yvl has joined #zope3-dev10:19
*** romanofs1i is now known as romanofski10:19
*** Jell-O-Fishi has quit IRC10:19
*** b52lap has quit IRC10:30
*** dobee has joined #zope3-dev10:37
*** norro has quit IRC10:39
*** bigkevmcd has joined #zope3-dev10:44
*** Ariel_Calzad1 has joined #zope3-dev10:45
*** Ariel_Calzad1 has quit IRC10:45
*** Ariel_Calzad1 has joined #zope3-dev10:45
*** kleist has joined #zope3-dev10:59
*** Ariel_Calzada has quit IRC11:00
*** kleist is now known as kleist^lurking11:00
*** bigkevmcd has quit IRC11:02
*** malthe has joined #zope3-dev11:04
*** tarek has joined #zope3-dev11:09
*** alecm has quit IRC11:09
*** alecm has joined #zope3-dev11:09
*** `ro has joined #zope3-dev11:13
*** jfroche has joined #zope3-dev11:13
*** `ro has quit IRC11:13
*** bigkevmcd has joined #zope3-dev11:13
*** `ro has joined #zope3-dev11:13
*** `ro has quit IRC11:16
*** jkakar has quit IRC11:19
*** norro has joined #zope3-dev11:26
zagy_hmm11:29
zagy_the zc.recipe.egg rpath directive doesn't seem to work11:29
*** zagy_ is now known as zagy11:29
zagyor I interpret it wrong11:29
*** rlo has quit IRC11:30
*** schwendinger has joined #zope3-dev11:35
zagyoh it seems that I just did something wrong... as I would expect it actually11:41
*** greenman has joined #zope3-dev11:43
*** philiKON_ has joined #zope3-dev12:07
*** jinty has joined #zope3-dev12:10
*** MJ has joined #zope3-dev12:10
*** schwendinger_ has joined #zope3-dev12:11
*** ccomb has joined #zope3-dev12:19
*** MJ|nickcollision has joined #zope3-dev12:22
*** MJ has quit IRC12:22
*** MJ|nickcollision has quit IRC12:23
*** MJ has joined #zope3-dev12:23
*** greenman has quit IRC12:23
*** philiKON has quit IRC12:24
*** schwendinger_ has quit IRC12:24
*** coolestuk has joined #zope3-dev12:24
*** schwendinger_ has joined #zope3-dev12:24
*** schwendinger_ has joined #zope3-dev12:25
*** norro has quit IRC12:28
*** schwendinger has quit IRC12:29
*** jfroche_ has joined #zope3-dev12:31
*** alecm has quit IRC12:32
*** pcardune has joined #zope3-dev12:43
*** jfroche__ has joined #zope3-dev12:45
*** jfroche has quit IRC12:46
*** jfroche_ has quit IRC13:00
*** dunny has quit IRC13:09
*** mkerrin has joined #zope3-dev13:19
*** b52laptop has quit IRC13:19
dobeehi all, i have functional tests with different zcml layers, when each layer is testet seperatly everything works fine, but if i run them together there are some adapter registrations missing that are defined via zcml, any clue?13:20
*** benji has quit IRC13:20
*** b52laptop has joined #zope3-dev13:24
zagydobee: probably in one test there is a manual adapter registration or unregistration13:36
zagyeven though with different layers this shouldn't make a differnce13:36
dobeezagy: hm, no there is no manual registration13:37
*** schwendinger_ has quit IRC13:49
*** tarek has quit IRC13:49
*** jfroche_ has joined #zope3-dev14:00
*** kleist^lurking has quit IRC14:02
*** jfroche has joined #zope3-dev14:02
*** benji has joined #zope3-dev14:06
*** salfield has joined #zope3-dev14:07
*** tarek has joined #zope3-dev14:10
*** Aswin_S has joined #Zope3-dev14:15
*** MJ is now known as MJ|lunch14:16
*** jfroche__ has quit IRC14:16
*** jfroche_ has quit IRC14:18
pcardunesrichter: ayt?14:31
*** schwendinger has joined #zope3-dev14:32
*** afd_ has quit IRC14:33
*** schwendinger has quit IRC14:39
*** ignas has joined #zope3-dev14:43
*** schwendinger has joined #zope3-dev14:50
*** MJ|lunch is now known as MJ14:54
*** GuestBaha09 has joined #zope3-dev15:01
*** redir has joined #zope3-dev15:02
*** redir has joined #zope3-dev15:04
*** redir has quit IRC15:06
Cripps'nmorgen15:06
*** nikhil_n has joined #Zope3-dev15:08
*** nikhil_n has left #Zope3-dev15:09
*** Ariel_Calzad1 has quit IRC15:13
*** projekt01 has joined #zope3-dev15:17
*** jfroche_ has joined #zope3-dev15:17
Crippswell, just in case anyone is interested in how I resolved my problem yesterday about not having an "add menu" from within a site, all I did was add a "browser:containerView" section in the site's browser/configure.zcml15:27
Crippsand now it works like magic :D15:27
*** jfroche has quit IRC15:34
*** faassen has joined #zope3-dev15:39
*** projekt01 has quit IRC15:58
*** Aswin_S has quit IRC15:58
*** projekt01 has joined #zope3-dev15:58
*** Aswin_S has joined #zope3-dev15:58
*** Newfie2007 has joined #zope3-dev16:15
*** pcardune_ has joined #zope3-dev16:16
*** pcardune has quit IRC16:31
*** yvl has quit IRC16:32
*** pcardune_ is now known as pcardune16:33
*** alecm has joined #zope3-dev16:33
*** jfroche has joined #zope3-dev16:41
*** whitness has joined #zope3-dev16:51
*** Newfie2007 has quit IRC16:52
*** jfroche_ has quit IRC16:58
*** jsadjohnson has joined #zope3-dev17:00
*** natea_ has joined #zope3-dev17:00
*** Newfie2007 has joined #zope3-dev17:02
*** J1m has joined #zope3-dev17:04
*** alga has joined #zope3-dev17:07
*** mgedmin has quit IRC17:07
*** rcrafton has joined #zope3-dev17:10
*** rcrafton has quit IRC17:14
*** sorindregan has quit IRC17:14
*** redir has joined #zope3-dev17:18
*** rcrafton has joined #zope3-dev17:19
*** jfroche_ has joined #zope3-dev17:21
*** norro has joined #zope3-dev17:22
*** niemeyer has joined #zope3-dev17:24
*** baijum has quit IRC17:29
*** Aswin_S has left #Zope3-dev17:31
*** cursor has joined #zope3-dev17:34
*** derek|office is now known as derek_richardson17:35
*** timte has quit IRC17:35
*** jfroche has quit IRC17:38
*** redir has quit IRC17:40
*** kobold has joined #zope3-dev17:43
*** hazmat has joined #zope3-dev17:48
*** ChanServ sets mode: +o hazmat17:48
*** redir has joined #zope3-dev17:49
*** ghendi has quit IRC17:49
xbeanxCripps: guess nobody cares..  :p17:51
*** whitness is now known as whit17:54
*** coolestuk has quit IRC18:06
*** gumpa has joined #zope3-dev18:13
*** Newfie2007 has quit IRC18:14
*** natea_ is now known as natea18:14
*** kobold has quit IRC18:14
*** schwendinger has quit IRC18:20
*** schwendinger has joined #zope3-dev18:21
*** schwendinger has quit IRC18:23
*** jukart has quit IRC18:24
*** witsch has joined #zope3-dev18:25
*** lucielejard has joined #zope3-dev18:25
witschhi18:25
witschcan anyone help me with ConnectionStateErrors? *duck* :)18:26
witschi'm getting them with high ram usage, triggered by 'setstate()' when the subscribers of the EndRequestEvent should be called18:27
witschbecause at that point the zodb connection was already closed18:27
witschit kinda looks like a bug in zope to me, i don't seem to get them (so far), when i fire EndRequestEvent before the "self._held=None" in ZPublisher/BaseRequest.py(205)close()18:29
witschJ1m, faassen, Theuni: any idea about that?  :)18:30
J1mI'm looking for the relevent module.18:30
witschJ1m: ok, thanks...  basically i just switched those two lines (in 2.10.3 btw) and the errors i could reproduce pretty reliably before now don't happen anymore...  well, so far :)18:31
J1mwhat 2 lines.18:32
J1mYou could make this a lot less hard for me.18:32
*** d2m has joined #zope3-dev18:32
witschJ1m: sorry :)18:32
J1mIt looks to me like request.close is called after calling endRequest.18:32
witschJ1m: in ZPublisher/BaseRequest.py, lines 205 and 20618:32
J1mOh18:33
J1mthis is zope3-dev. It isn't zope-dev.18:33
witschin pdb it looked like self._held = None caused the zodb to close the connection18:33
J1mI suggest asking this question on #zope-dev.18:33
J1mThere is no ZPublisher in Zope 3.18:33
witschJ1m: ok, it's just i already ask andreas, and he suggested asking you18:34
witschJ1m: i know :)18:34
J1mIn Zope 3, the request is closed after calling endRequest on the publication.18:34
J1mI have no idea wtf Zope 2 does these days.18:34
witschJ1m: hmm, okay, but who would have one? :)18:35
J1mIt sounds like you are right about there being a Zope 2 bug.18:35
J1mAndreas should know who. :)18:35
benjiwitsch: perhaps someone in #zope or on the Zope 2 mailing list18:35
witschJ1m: :)18:35
J1mMaybe one of the Five guys.18:36
witschbenji: ok, i'll try that, thanks :)18:36
J1mLike faassen or philiKON_18:36
J1mLike faassen or philiKON_18:36
J1mLike faassen or philiKON_18:36
* J1m wonders if faassen or philiKON_'s screens flash in a pleasing manner like his does. ;)18:37
witschJ1m: ok, will try to catch them...18:37
witschJ1m: :)18:37
witschJ1m: it might beep gently like at the sprint :)18:37
*** MJ has quit IRC18:37
CrippsJ1m loves seeing his name flash ... but not as much as benji enjoys seeing J1m's name flash ;)18:38
witschJ1m: actually, i think it was faassen who tried to make everyone's computer beep at the sprint, not you...  huh, my brain :)18:41
* benji laments the fact that he moved his desk away from Jim's and can nolonger bask in the blinking glory.18:43
Crippsbenji: that's just too bad :(18:43
faassenJ1m: no, mine doesn't flash. my chat tab title just becomes blue.18:46
Crippsmine used to do that ...18:47
witschfaassen: :)  hi there18:47
CrippsI'm using the xchat systray and now I get a blue exclamation point that starts blinking when someone says my name ...18:47
faassenbut I have n idea about ConnectionStateErrors.18:47
Crippsbut the beep is pointless for me since I'm always listening to music ... I'll probably think it's part of the song :P18:48
witschfaassen: hmm, who's written that code anyway? :)18:49
faassenthe publisher?18:49
witschfaassen: yep :)18:49
faassenwell, Jim presumably wrote lots of it long ago. but the latest hackery to hack five stuff into it..18:49
faassenI think it was Lennart Regebro, but I'm not sure.18:50
* J1m points finger at benji18:50
witschfaassen: aha, philiKON_ put in the "notify(EndRequestEvent(None, self))" part18:50
witschthat's what svn blame says at least :)18:50
*** lucielejard has quit IRC18:53
*** lucielejard has joined #zope3-dev18:54
*** jodok has quit IRC18:56
* benji wonders why J1m's standing there pointing at him.18:56
faassenbenji: I think he wants you to go hack the z2 publisher.18:58
faassenbenji: fun, fun. :)18:58
*** dobee has quit IRC18:59
benjiespecially fun for z2 users, as I have no idea how that code works18:59
faassenbenji: neither do any z2 users. :)18:59
benjiheh18:59
witschfaassen: exactly! :)18:59
faassenbenji: that's why it's so much fun. :)18:59
benjisounds like the kind of challenge I like19:00
witschfaassen: problem's just that this is happening in a project we've been working on for more than a year now19:00
faassenbenji: fun as in an euphemism for a very scary experience. :)19:00
witschfaassen: so we kinda need to fix it...  :)19:00
*** jukart has joined #zope3-dev19:00
witschok, thanks guys... gotta go baby-sit for a while now :)19:07
*** witsch has quit IRC19:07
*** Newfie2007 has joined #zope3-dev19:09
*** Newfie2007 has quit IRC19:12
*** Newfie2007 has joined #zope3-dev19:12
*** dobee has joined #zope3-dev19:13
*** norro_ has joined #zope3-dev19:15
*** hazmat has quit IRC19:16
*** pandres has joined #zope3-dev19:25
*** tarek has quit IRC19:30
*** jkakar has joined #zope3-dev19:34
*** gumpa has quit IRC19:37
*** hazmat has joined #zope3-dev19:39
*** ChanServ sets mode: +o hazmat19:39
*** jfroche_ has quit IRC19:52
*** redir has quit IRC19:52
*** romanofski has quit IRC19:54
*** stub has quit IRC19:59
*** ignas has quit IRC20:09
*** jukart has quit IRC20:11
*** junkafarian has joined #zope3-dev20:12
junkafarianhi *20:13
*** coolestuk has joined #zope3-dev20:14
junkafarianim getting an SSLNotSupported exception when im trying to run the zope instance with the default ssl server config20:14
junkafarianis there any documentation online?20:14
*** malthe has quit IRC20:15
*** coolestuk has quit IRC20:15
benjijunkafarian: without looking into it my first suggestion is to read the prose around the breaking test20:16
junkafarianwill do benji, thanks20:17
*** jodok has joined #zope3-dev20:20
*** jukart has joined #zope3-dev20:25
*** b52laptop has quit IRC20:26
*** harobed_ has joined #zope3-dev20:29
*** redir has joined #zope3-dev20:30
*** pelle_ has quit IRC20:33
*** dobee has quit IRC20:36
*** jukart has quit IRC20:38
junkafarianbenji: the IReactorSSL interface isnt being provided by the reactor module as far as i can see20:40
*** witsch has joined #zope3-dev20:41
benjijunkafarian: can you reproduce this error in a fresh, clean checkout?20:41
junkafariansorry im quite new to zope and the way its servers work20:41
* J1m thinks junkafarian should be asking mkerrin or srichter 20:41
* benji points at J1m.20:41
* J1m points at faassen 20:41
junkafarianpassing the torch eh :P20:41
* srichter points to junkafarian20:42
junkafarianill try reproducing the error on a clean instance20:42
J1mmkerrin and srichter worked on twisted integration20:42
junkafariansrichter: hi20:42
* benji snaps a picture of everyone standing around pointing at each other.20:42
junkafarianreservoir dogs style20:42
* srichter notes that he has not worked on the Twisted stuff in ages and really knows nothing about it anymore20:42
* J1m thinks junkafarian should use paste Deploy, in which case, he should ask philiKON_ 20:42
*** dobee has joined #zope3-dev20:42
* benji is intruigued by this new trend of telepathic communication.20:43
dobeetest20:43
*** dobee has left #zope3-dev20:43
*** CSWookie has joined #zope3-dev20:43
*** dobee has joined #zope3-dev20:44
CSWookieI heard that benji and J1m were being funny in here.20:44
* J1m was actually trying to be helpful20:44
CSWookie8-O20:44
*** jodok has quit IRC20:44
benjiit's hard to tell the difference20:45
*** jodok has joined #zope3-dev20:45
junkafarianre: the clean instance, that dont work either :(20:47
junkafarianobviously something wrong with my zope setup20:47
benjijunkafarian: I said fresh, clean checkout, not instance20:48
benjior perhaps you're not using a checkout20:48
* junkafarian scrolls back up20:48
junkafarianso ya did20:48
junkafarianits not a checkout20:48
junkafarianits an installed version of 3.3.120:48
J1mI'll note that there are no tests for SSL support AFAIK. IOW, it does not exist.20:48
benjiof course, the tests are failing on the trunk, so that wouldn't help either; grr, grr!20:49
junkafarianis a checkout more favourable?20:49
philiKON_wsgi is your friend20:49
*** cursor has quit IRC20:49
* J1m waves his hand and softly says to junkafarian "there is no SSL in Zope 3"20:49
* junkafarian feels blessed20:50
CSWookieBlessing are a lot like mind tricks.20:50
CSWookies/Blessing/Blessings/20:50
*** whit is now known as whit|out20:50
* benji can't decide if he should hand J1m the light saber or holy water20:50
philiKON_the holy saber20:51
philiKON_nobody expects the spanish inquisition!20:51
CSWookieNah, philiKON_, light water.20:51
CSWookieLight tonic water.20:51
* J1m loves light tonic water20:52
benjiok, ok!  everyone back to work!20:52
J1mphiliKON_, does the twisted wsgi support exposed to Paste Deploy support SSL?20:53
faassenyou were pointing randomly at me, huh?20:54
J1mWe really should remove the untested SSL decoy code from Zope 3 -- so people aren't tempted to try to use it.20:54
philiKON_J1m: no, afaik not20:54
* faassen points randomly at people.20:55
philiKON_J1m: in fact, the twisted stuff for pastedeploy is rather fishy20:55
faassensorry, I'm still getting over the j1m points at faassen.20:55
*** b52laptop has joined #zope3-dev20:55
philiKON_it's 10 or so lines and ian says it's really just an experiment20:55
J1mjunkafarian, perhaps you could use mod_python and use Apache's SSL support.20:55
junkafarianyeah20:55
benjiwhy mod_python?  you mean mod_proxy?20:56
junkafariani was thinking that i would just proxy_pass the ssl connection to a the standard zope server20:56
philiKON_this is what we usually do20:56
J1mI mean one of the wsgi/apache plugins.20:56
benjiah20:56
philiKON_running zope inside apache is tricky20:56
junkafariancool20:56
J1mah20:56
J1mdang20:56
faassenjunkafarian: okay, only listen to j1m if you want to experiment with stuff. proxy_pass is the way that's going to work, just like with zope 2.20:56
J1mtrue20:57
philiKON_even better, it's described in my book :)20:57
* J1m is glad he pointed at faassen, obviously selectively.20:57
faassennow it *would* be good if zope worked just with mod_python and all that fun.20:57
junkafarianmmmm tasty development code20:57
faassenand philiKON_ is indeed the guy to point at for that stuff.20:57
* philiKON_ certainly wants to explore it some more :)20:57
philiKON_anyway, i'm off20:58
philiKON_good luck20:58
junkafarianphiliKON_: i think i read your book20:58
faassenI think we all agree tha tif we could make zope just deploy more out-of-the-boxy in all kinds of environments using wsgi, that'd be good.20:58
faassenphiliKON_: see you.20:58
junkafarianthanks for the luck ;)20:58
*** jfroche has joined #zope3-dev20:58
faassenespecially under an apache + mod_python. Django can do stuff like that, I believe.20:58
faassenthe closer we get to that, the more we're like mod_php and look where that got PHP. :)20:59
* benji wonders if junkafarian has a medical condition that causes him to forget which books he's read. <wink>20:59
faassenbenji: agbybliphasia20:59
junkafariantheres just so many that i cant remember any more :P20:59
philiKON_it's not exactly a book you read once and then you know it all :)20:59
faassenanyway that'd be cool, if I forgot the books I could read.20:59
faassenI could just read a single novel over and over.20:59
philiKON_junkafarian: get it from your shelf and flip open the last chapter...21:00
junkafarianyeah i tried to digest it as much as i could21:00
philiKON_faassen: that'd be pretty cheap :)21:00
junkafarianit belongs to a collegue21:00
faassenand what I'd do is a strategy of hill-climbing, so that I require myself to score the experience, and if my score is higher than the last score, I read that book until I find..hm.that's not going to work.21:00
faassenanyway my goal would be to find the best book ever and then read that ove rand over.21:00
junkafarianoooo its here21:00
* junkafarian flips it open to the last chapter21:01
faassenI'm outta here.21:01
*** faassen has quit IRC21:01
*** jukart has joined #zope3-dev21:02
junkafariangot it sorted thanks for the help everyone ;)21:07
junkafariansure ill be back pretty soon :P21:07
*** junkafarian has left #zope3-dev21:07
*** witsch has left #zope3-dev21:10
*** witsch has joined #zope3-dev21:10
*** jodok has left #zope3-dev21:15
*** whit|out is now known as whit21:15
benjihmm, that should be our helpdesk technique from now on: point fingers and make jokes until the person figures it out for themselves21:19
*** jodok has joined #zope3-dev21:26
Crippsbenji: hm. works here ;)21:27
*** dunny has joined #zope3-dev21:30
*** BjornT has quit IRC21:35
*** jukart has quit IRC21:43
*** pcardune is now known as the21:50
*** the is now known as pcardune21:52
*** drzoltron has joined #zope3-dev22:03
*** rcrafton_ has joined #zope3-dev22:06
*** rcrafton has quit IRC22:07
*** drzoltron has quit IRC22:13
*** jkakar has quit IRC22:15
*** Ariel_Calzada has joined #zope3-dev22:23
*** mkerrin has quit IRC22:30
*** schwendinger has joined #zope3-dev22:38
*** greenman has joined #zope3-dev22:42
*** coolestuk has joined #zope3-dev22:47
*** salfield has quit IRC22:48
*** schwendinger has quit IRC22:50
*** schwendinger has joined #zope3-dev22:51
*** RaFromBRC has joined #zope3-dev22:54
*** Newfie2007 has quit IRC22:57
*** pelle_ has joined #zope3-dev23:02
*** coolestuk has quit IRC23:03
*** redir has quit IRC23:06
*** coolestuk has joined #zope3-dev23:09
*** schwendinger has quit IRC23:10
*** naro has quit IRC23:20
*** alecm has quit IRC23:21
*** natea has quit IRC23:30
*** d2m has quit IRC23:34
*** coolestuk has quit IRC23:46
*** pelle_ has quit IRC23:59

Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!