IRC logs of #tryton for Wednesday, 2011-03-23

chat.freenode.net #tryton log beginning Wed Mar 23 00:00:01 CET 2011
2011-03-23 00:33 -!- elbenfreund(~elbenfreu@p54B94987.dip.t-dialin.net) has joined #tryton
2011-03-23 01:03 -!- jcm(~jcm@cxr69-10-88-172-230-130.fbx.proxad.net) has joined #tryton
2011-03-23 01:21 -!- ikks(~ikks@190.158.112.203) has joined #tryton
2011-03-23 01:44 -!- gremly(~gremly@200.106.202.91) has joined #tryton
2011-03-23 01:58 -!- FWiesing(~franz@mail.tryton.at) has left #tryton
2011-03-23 02:38 -!- gremly(~gremly@200.106.202.91) has joined #tryton
2011-03-23 04:34 -!- Mayank1(~MnzNotebu@122.173.234.140) has joined #tryton
2011-03-23 05:19 -!- yangoon(~mathiasb@p549F257F.dip.t-dialin.net) has joined #tryton
2011-03-23 06:47 -!- silverfox1971(~sysadmin0@office.delfi2000.ru) has joined #tryton
2011-03-23 07:01 -!- predatell(~predatell@85.198.132.141) has joined #tryton
2011-03-23 07:34 -!- svaksha(~svaksha@unaffiliated/svaksha) has joined #tryton
2011-03-23 07:47 -!- OliC(~Adium@out.lampiris.be) has joined #tryton
2011-03-23 08:10 -!- Vladimirek(~vladimir@adsl-dyn88.91-127-104.t-com.sk) has joined #tryton
2011-03-23 08:20 -!- plantian(~ian@c-67-169-72-36.hsd1.ca.comcast.net) has left #tryton
2011-03-23 08:24 -!- plantian(~ian@c-67-169-72-36.hsd1.ca.comcast.net) has joined #tryton
2011-03-23 08:33 -!- trifon(~trifon@p548C6FBC.dip.t-dialin.net) has joined #tryton
2011-03-23 08:49 -!- okko(~okko@62.58.29.41) has joined #tryton
2011-03-23 09:15 -!- enlightx(~enlightx@static-217-133-61-144.clienti.tiscali.it) has joined #tryton
2011-03-23 09:33 -!- cedk(~ced@gentoo/developer/cedk) has joined #tryton
2011-03-23 09:49 -!- Vladimirek(~vladimir@adsl-dyn88.91-127-104.t-com.sk) has joined #tryton
2011-03-23 09:59 -!- bechamel(~user@cismwks02-virtual1.cism.ucl.ac.be) has joined #tryton
2011-03-23 10:16 <serpent223> re from vacation :)
2011-03-23 10:17 <serpent223> cedk: remember my webdav problem?
2011-03-23 10:17 <cedk> serpent223: no
2011-03-23 10:17 <serpent223> cedk: found the culprit, described here: http://www.mail-archive.com/freebsd-python@freebsd.org/msg02402.html
2011-03-23 10:17 <serpent223> tcp connections got dropped just after being established
2011-03-23 10:18 <serpent223> no answers on the list, so i'm still not sure whether it is freebsd related...
2011-03-23 10:22 <cedk> serpent213: perhaps the timeout is not in second ?
2011-03-23 10:22 -!- nicoe(~nicoe@2001:6f8:3aa:0:217:f2ff:fef3:4e9) has joined #tryton
2011-03-23 10:25 <serpent213> iirc i also tried 0 and 1000 or 5000...
2011-03-23 10:26 <cedk> serpent213: it is only under jail ?
2011-03-23 10:26 <serpent213> how about skipping settimeout for python >= 2.6? would work in my case... ,)
2011-03-23 10:26 <serpent213> did not test without, would take some effort...
2011-03-23 10:27 <cedk> serpent213: dropping timeout is bad idea as it prevent to have inactive socket opened
2011-03-23 10:28 <serpent213> but python 2.6 respects self.timeout, as the comment suggests...?
2011-03-23 10:34 <cedk> serpent213: yes
2011-03-23 10:34 <cedk> serpent213: but not 2.5
2011-03-23 10:40 <serpent213> so, assuming that most freebsd 8.1 users are on python 2.6 this could be a suitable workaround
2011-03-23 10:40 <cedk> serpent213: perhaps ask on python
2011-03-23 10:40 <serpent213> does not explain anything, though... ,)
2011-03-23 10:40 <cedk> serpent213: but 2.6 does the same with self.timeout
2011-03-23 10:41 <serpent213> ...the difference being that it works *g*
2011-03-23 10:42 <serpent213> i could have a look into the python lib...
2011-03-23 10:42 <cedk> serpent213: I just recheck and it doesn't do the same
2011-03-23 10:43 <cedk> serpent213: I will accept a patch that doesn' call "self.socket.settimeout(1)" for >=2.6
2011-03-23 10:45 <serpent213> kk
2011-03-23 10:48 <cedk> serpent213: I guess it is here http://hg.python.org/cpython/file/b99c94261225/Lib/SocketServer.py#l264
2011-03-23 10:49 <cedk> serpent213: I suspect you got the same issue then hg.tryton.org/trytond/rev/f3394c413261
2011-03-23 10:50 <cedk> serpent213: could you test by adding the cacth of select.error ?
2011-03-23 10:52 -!- udono(~udono@ip-62-143-253-84.unitymediagroup.de) has joined #tryton
2011-03-23 11:13 -!- sharkcz(~sharkcz@2001:15c0:6747:160:250:43ff:fe3c:3b5d) has joined #tryton
2011-03-23 11:22 -!- ikks(~ikks@190.158.112.203) has joined #tryton
2011-03-23 11:29 <serpent213> cedk: you mean try/catch for the settimeout call?
2011-03-23 11:30 <cedk> serpent213: no try/except on select in SocketServer.py
2011-03-23 11:32 <serpent213> but the select does work fine, i think...?
2011-03-23 11:34 <cedk> serpent213: I think it raises an exception
2011-03-23 11:35 <serpent213> no, never got any exceptions
2011-03-23 11:35 <serpent213> single problem: socket is broken after settimeout is called -- but no exception
2011-03-23 11:36 <serpent213> maybe select should be called instead of settimeout?
2011-03-23 11:37 -!- paepke(~paepke@pD9545A19.dip0.t-ipconnect.de) has joined #tryton
2011-03-23 11:38 <cedk> serpent213: the exception is perhaps catched somewhere
2011-03-23 11:38 <cedk> serpent213: could you please try?
2011-03-23 11:39 <cedk> we already got the case where select behaves differently on OpenBSD
2011-03-23 11:42 <serpent213> ok, will have a deeper look at the issue again -- might take some days, though... :)
2011-03-23 11:43 <cedk> serpent213: it is just about to do the same thing than in http://hg.tryton.org/trytond/rev/f3394c413261
2011-03-23 11:43 <cedk> serpent213: and check if it works or not
2011-03-23 11:47 -!- elbenfreund(~elbenfreu@p54B94987.dip.t-dialin.net) has joined #tryton
2011-03-23 11:59 -!- elbenfreund(~elbenfreu@p54B94987.dip.t-dialin.net) has joined #tryton
2011-03-23 12:02 -!- many(many@shell.ukeer.de) has joined #tryton
2011-03-23 12:42 -!- pjstevns(~pjstevns@a83-163-46-103.adsl.xs4all.nl) has joined #tryton
2011-03-23 13:04 -!- elbenfreund(~elbenfreu@p54B94987.dip.t-dialin.net) has joined #tryton
2011-03-23 13:24 -!- elbenfreund(~elbenfreu@p54B94987.dip.t-dialin.net) has joined #tryton
2011-03-23 13:32 -!- elbenfreund(~elbenfreu@p54B94987.dip.t-dialin.net) has joined #tryton
2011-03-23 14:06 -!- rmu(~robert@cm56-243-23.liwest.at) has joined #tryton
2011-03-23 14:15 -!- zxq9(~zxq9@FL1-119-244-163-208.okn.mesh.ad.jp) has joined #tryton
2011-03-23 14:19 -!- zxq9(~zxq9@FL1-119-244-163-208.okn.mesh.ad.jp) has left #tryton
2011-03-23 14:19 -!- zxq9(~zxq9@FL1-119-244-163-208.okn.mesh.ad.jp) has joined #tryton
2011-03-23 14:20 -!- zxq9(~zxq9@FL1-119-244-163-208.okn.mesh.ad.jp) has left #tryton
2011-03-23 14:43 -!- silverfox1971(~sysadmin0@office.delfi2000.ru) has left #tryton
2011-03-23 16:06 -!- cedk(~ced@gentoo/developer/cedk) has joined #tryton
2011-03-23 17:08 -!- zodman(~andres-va@fixed-203-7-69.iusacell.net) has joined #tryton
2011-03-23 17:09 -!- zodman(~andres-va@foresight/developer/zodman) has joined #tryton
2011-03-23 17:10 -!- paepke(~paepke@pD95446BF.dip0.t-ipconnect.de) has joined #tryton
2011-03-23 17:24 -!- svaksha(~svaksha@unaffiliated/svaksha) has joined #tryton
2011-03-23 18:18 -!- Mayank(~MnzNotebu@122.173.234.140) has joined #tryton
2011-03-23 18:34 -!- paepke(~paepke@pD95446BF.dip0.t-ipconnect.de) has left #tryton
2011-03-23 18:41 -!- paepke(~paepke@pD95446BF.dip0.t-ipconnect.de) has joined #tryton
2011-03-23 18:44 -!- plantian(~ian@c-67-169-72-36.hsd1.ca.comcast.net) has joined #tryton
2011-03-23 18:56 -!- elbenfreund1(~elbenfreu@p54B95BC8.dip.t-dialin.net) has joined #tryton
2011-03-23 19:15 -!- FWiesing(~franz@mail.tryton.at) has joined #tryton
2011-03-23 19:30 -!- Djerem1(~djerem@91.179.217.238) has joined #tryton
2011-03-23 19:32 -!- elbenfreund(~elbenfreu@p54B95BC8.dip.t-dialin.net) has joined #tryton
2011-03-23 19:43 -!- zodman(~andres-va@foresight/developer/zodman) has joined #tryton
2011-03-23 19:50 -!- Djerem1(~djerem@91.179.217.238) has left #tryton
2011-03-23 20:07 -!- paepke(~paepke@pD95446BF.dip0.t-ipconnect.de) has left #tryton
2011-03-23 20:31 -!- nicoe(~nicoe@172.110-247-81.adsl-dyn.isp.belgacom.be) has joined #tryton
2011-03-23 20:41 -!- okko(~okko@dhcp-077-251-140-095.chello.nl) has joined #tryton
2011-03-23 20:41 -!- okko1(~okko@dhcp-077-251-140-095.chello.nl) has joined #tryton
2011-03-23 21:02 -!- many(many@piratenpartei/by/mc) has joined #tryton
2011-03-23 21:05 -!- chrue(~chrue@host-091-097-050-202.ewe-ip-backbone.de) has joined #tryton
2011-03-23 21:09 -!- elbenfreund1(~elbenfreu@p54B95BC8.dip.t-dialin.net) has left #tryton
2011-03-23 21:37 -!- cedk(~ced@gentoo/developer/cedk) has joined #tryton
2011-03-23 22:17 -!- paepke(~paepke@pD95467A8.dip.t-dialin.net) has joined #tryton
2011-03-23 22:38 -!- zodman(~andres-va@foresight/developer/zodman) has joined #tryton
2011-03-23 23:28 -!- nicodache(~nicodache@soyouz.nicodache.be) has joined #tryton
2011-03-23 23:33 <cedk> nicodache: hi
2011-03-23 23:33 <nicodache> ho
2011-03-23 23:34 <nicodache> les infos vont vite je vois :)
2011-03-23 23:34 <cedk> nicodache: english here, there is tryton-fr for french :-)
2011-03-23 23:34 <nicodache> cedk: should I speak english over here ? :D
2011-03-23 23:34 <cedk> nicodache: we are not alone ;-)
2011-03-23 23:35 <nicodache> cedk: we/you should kick nicoe for telling dlfp people to come on tryton and not tryton-fr :)
2011-03-23 23:35 <nicodache> anyway, nice to see you got far enough to be taken in GSOC :)
2011-03-23 23:35 <cedk> nicodache: for gsoc, student must speak english
2011-03-23 23:36 <nicodache> true, true :)
2011-03-23 23:37 <cedk> nicodache: what's up?
2011-03-23 23:37 <nicodache> anyway, I just wanted to congratulate you all on gsoc stuff \o/
2011-03-23 23:37 <nicodache> wekk, this :)
2011-03-23 23:40 <cedk> nicodache: thx but it is not yet sure to have a student
2011-03-23 23:42 <nicodache> cedk: did you sent some mail universities ?
2011-03-23 23:42 <nicodache> some crazy student may be interested in python stuff
2011-03-23 23:44 <cedk> nicodache: we did at ULg
2011-03-23 23:45 <cedk> nicodache: we got contact with 2-3 students already

Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!