IRC logs of #tryton for Sunday, 2011-07-03

chat.freenode.net #tryton log beginning Sun Jul 3 00:00:02 CEST 2011
2011-07-03 00:14 -!- nicoe(~nicoe@cable-178-148-32-55.dynamic.sbb.rs) has joined #tryton
2011-07-03 00:36 -!- vladimirek(~vladimire@adsl-dyn24.78-98-14.t-com.sk) has joined #tryton
2011-07-03 00:36 <plantian> cedk: If I open a Tax there is Name and Description at the top.
2011-07-03 00:46 <cedk> plantian: it is strange
2011-07-03 00:46 <cedk> plantian: is it not a translation issue?
2011-07-03 00:48 <plantian> cedk: I'm not sure, how could I tell? I am not really sure how to go about debugging it.
2011-07-03 00:51 <cedk> plantian: is it for any taxes?
2011-07-03 00:52 <cedk> plantian: also is it realy on taxes and not on tax template?
2011-07-03 00:52 <plantian> I think clicking on the translation icon just stopped the server.
2011-07-03 00:55 <cedk> plantian: more strange
2011-07-03 01:00 <plantian> cedk: I'm pretty sure on Tax I don't think its on Tax Template. I have to kill the server manually and then I will check again.
2011-07-03 01:01 -!- nicoe(~nicoe@cable-178-148-32-55.dynamic.sbb.rs) has joined #tryton
2011-07-03 01:04 <plantian> I hate how I have to close all the clients before I can restart the server.
2011-07-03 01:05 <cedk> plantian: don't understand
2011-07-03 01:05 -!- nicoe(~nicoe@cable-178-148-32-55.dynamic.sbb.rs) has joined #tryton
2011-07-03 01:05 <plantian> cedk: Yeah I'm probably not doing it correctly. What is the best way to restart the trytond process?
2011-07-03 01:06 <cedk> plantian: just stop it
2011-07-03 01:06 <plantian> With kill ?
2011-07-03 01:07 <cedk> plantian: just send SIGTERM to the process
2011-07-03 01:09 -!- nicoe(~nicoe@cable-178-148-32-55.dynamic.sbb.rs) has joined #tryton
2011-07-03 01:09 <plantian> cedk: It will not turn off until all the connections are disconnected. So when client crashes or is force quit then the connections hang open.
2011-07-03 01:10 <plantian> *And sigterm won't stop it.
2011-07-03 01:10 <cedk> plantian: it does
2011-07-03 01:10 <cedk> plantian: just take times
2011-07-03 01:12 <plantian> cedk: Is it because the client timeout setting is high?
2011-07-03 01:12 <cedk> plantian: normally not
2011-07-03 01:12 <cedk> plantian: but if you have some request that are long
2011-07-03 01:13 <plantian> Yeah it seems that a big request will just stall the server for everyone.
2011-07-03 01:14 <plantian> I think it is problem with many locations or products again. Usually that same thing, something happens that requests them all, its been pinned at 93% cpu usage for about 15 minutes.
2011-07-03 01:16 <cedk> plantian: make some benchmark and log which requests take too much time
2011-07-03 01:17 <plantian> cedk: Just patch the code to log it into trytond ?
2011-07-03 01:19 <cedk> plantian: why not
2011-07-03 01:20 <plantian> cedk: Just verifying. Okay, I should do that but it only happens every once in a while though.
2011-07-03 01:26 <plantian> cedk: I have just done SIGINT in the past, that should just lose data that hadn't been saved in unfinished transactions right ?
2011-07-03 01:27 <cedk> plantian: not SIGINT does the same as SIGTERM
2011-07-03 01:29 <plantian> Yeah sorry, must have been SIGKILL
2011-07-03 01:33 <plantian> cedk: So yes it is Financial Management -> Configuration -> Taxes -> Tax, and the does not seem to save.
2011-07-03 01:34 <cedk> plantian: it is really strange
2011-07-03 01:36 <cedk> plantian: did you create your taxes with XML ?
2011-07-03 01:42 <plantian> cedk: I'm not sure, would it be possible to check? I kind of doubt that I did.
2011-07-03 01:43 <cedk> plantian: if you did, you must have an entry for each taxes in ir.model.data
2011-07-03 01:43 <plantian> Oh weird, in the database they are correct.
2011-07-03 01:44 <cedk> plantian: so it looks like a translation issue
2011-07-03 01:44 <plantian> Ie. SELECT * FROM account_tax;
2011-07-03 01:55 -!- yangoon(~mathiasb@p549F3B12.dip.t-dialin.net) has joined #tryton
2011-07-03 01:57 -!- yangoon1(~mathiasb@p549F2E0C.dip.t-dialin.net) has joined #tryton
2011-07-03 02:01 -!- yangoon(~mathiasb@p54B4F3DD.dip.t-dialin.net) has joined #tryton
2011-07-03 02:02 <plantian> cedk: When I click the flag icon next to description it says there are no translations. I can see it in the translation table though.
2011-07-03 02:04 <cedk> plantian: did you mark a language as translatable?
2011-07-03 02:05 -!- yangoon1(~mathiasb@p54B4E20C.dip.t-dialin.net) has joined #tryton
2011-07-03 02:05 <plantian> cedk: No. I'm not sure I need translations.
2011-07-03 02:05 <plantian> Should I mark one?
2011-07-03 02:05 <plantian> In Langauges, none are marked translatable.
2011-07-03 02:06 <cedk> plantian: but you have translation in ir.translation
2011-07-03 02:07 <plantian> cedk: I might have created the tax programmatically, could it be possible a translation was created then unintentially?
2011-07-03 02:07 <cedk> plantian: I don't think
2011-07-03 02:08 <cedk> plantian: but if you have marked a language as translatable during a moment then it can have created translation for it
2011-07-03 02:08 -!- yangoon(~mathiasb@p54B4E4A5.dip.t-dialin.net) has joined #tryton
2011-07-03 02:09 <plantian> cedk: I don't think I would have done that but it doesn't matter now. How can I get it out ?
2011-07-03 02:10 <cedk> plantian: remove the translation
2011-07-03 02:10 <plantian> Just using delete on the table ?
2011-07-03 02:10 <cedk> plantian: you can do it from the client
2011-07-03 02:13 -!- yangoon1(~mathiasb@p549F2152.dip.t-dialin.net) has joined #tryton
2011-07-03 02:15 <cedk> plantian: going to sleep
2011-07-03 02:15 <plantian> cedk: Okay, thanks for the help.
2011-07-03 02:17 -!- yangoon(~mathiasb@p549F3DF2.dip.t-dialin.net) has joined #tryton
2011-07-03 02:22 -!- yangoon1(~mathiasb@p549F1D19.dip.t-dialin.net) has joined #tryton
2011-07-03 02:24 -!- yangoon(~mathiasb@p549F2351.dip.t-dialin.net) has joined #tryton
2011-07-03 02:46 -!- yangoon(~mathiasb@p54B4F504.dip.t-dialin.net) has joined #tryton
2011-07-03 02:49 -!- yangoon1(~mathiasb@p54B4E80B.dip.t-dialin.net) has joined #tryton
2011-07-03 03:10 -!- yangoon(~mathiasb@p549F39EE.dip.t-dialin.net) has joined #tryton
2011-07-03 03:30 -!- yangoon(~mathiasb@p54B4E46D.dip.t-dialin.net) has joined #tryton
2011-07-03 03:34 -!- yangoon1(~mathiasb@p549F3F2E.dip.t-dialin.net) has joined #tryton
2011-07-03 03:38 -!- yangoon(~mathiasb@p54B4EDF8.dip.t-dialin.net) has joined #tryton
2011-07-03 03:41 -!- yangoon1(~mathiasb@p549F3E30.dip.t-dialin.net) has joined #tryton
2011-07-03 03:46 -!- yangoon(~mathiasb@p549F3C03.dip.t-dialin.net) has joined #tryton
2011-07-03 03:49 -!- ciupicri(~ciupicri@81.180.234.249) has joined #tryton
2011-07-03 03:50 -!- yangoon1(~mathiasb@p54B4F08A.dip.t-dialin.net) has joined #tryton
2011-07-03 03:54 -!- yangoon(~mathiasb@p54B4E5C4.dip.t-dialin.net) has joined #tryton
2011-07-03 03:57 -!- yangoon1(~mathiasb@p54B4FA55.dip.t-dialin.net) has joined #tryton
2011-07-03 04:01 -!- yangoon(~mathiasb@p54B4E987.dip.t-dialin.net) has joined #tryton
2011-07-03 04:06 -!- yangoon1(~mathiasb@p549F1DBB.dip.t-dialin.net) has joined #tryton
2011-07-03 04:09 -!- yangoon(~mathiasb@p54B4F66F.dip.t-dialin.net) has joined #tryton
2011-07-03 04:29 -!- yangoon(~mathiasb@p549F3EDC.dip.t-dialin.net) has joined #tryton
2011-07-03 04:32 -!- alimon(~alimon@187.156.119.136) has joined #tryton
2011-07-03 04:34 -!- yangoon1(~mathiasb@p54B4E876.dip.t-dialin.net) has joined #tryton
2011-07-03 04:37 -!- yangoon(~mathiasb@p549F31F0.dip.t-dialin.net) has joined #tryton
2011-07-03 04:42 -!- yangoon1(~mathiasb@p549F2B09.dip.t-dialin.net) has joined #tryton
2011-07-03 04:45 -!- yangoon(~mathiasb@p549F3B3A.dip.t-dialin.net) has joined #tryton
2011-07-03 04:48 -!- yangoon1(~mathiasb@p54B4EEF2.dip.t-dialin.net) has joined #tryton
2011-07-03 04:53 -!- yangoon(~mathiasb@p54B4F3A3.dip.t-dialin.net) has joined #tryton
2011-07-03 04:58 -!- yangoon1(~mathiasb@p54B4E043.dip.t-dialin.net) has joined #tryton
2011-07-03 05:23 -!- uranus(~uranus@96.57.28.106) has joined #tryton
2011-07-03 08:30 -!- uranus(~uranus@96.57.28.106) has joined #tryton
2011-07-03 10:06 -!- pjstevns(~pjstevns@helpoort.xs4all.nl) has joined #tryton
2011-07-03 10:06 -!- pjstevns(~pjstevns@helpoort.xs4all.nl) has left #tryton
2011-07-03 10:10 -!- okko(~okko@host068-015.kpn-gprs.nl) has joined #tryton
2011-07-03 10:18 -!- blast_hardcheese(~blast_har@cpe-98-151-31-186.socal.res.rr.com) has joined #tryton
2011-07-03 10:48 -!- yangoon(~mathiasb@p549F2B91.dip.t-dialin.net) has joined #tryton
2011-07-03 10:51 -!- vladimirek(~vladimire@adsl-dyn24.78-98-14.t-com.sk) has joined #tryton
2011-07-03 10:53 -!- yangoon1(~mathiasb@p54B4FC19.dip.t-dialin.net) has joined #tryton
2011-07-03 10:54 -!- cedk(~ced@gentoo/developer/cedk) has joined #tryton
2011-07-03 10:56 -!- yangoon(~mathiasb@p54B4F777.dip.t-dialin.net) has joined #tryton
2011-07-03 10:57 -!- cedk(~ced@gentoo/developer/cedk) has joined #tryton
2011-07-03 11:17 -!- yangoon(~mathiasb@p549F32A6.dip.t-dialin.net) has joined #tryton
2011-07-03 11:45 -!- alimon(~alimon@187.156.119.136) has joined #tryton
2011-07-03 12:14 -!- alimon(~alimon@187.156.119.136) has joined #tryton
2011-07-03 12:44 -!- mhi(~mhi@pd95b104a.dip0.t-ipconnect.de) has joined #tryton
2011-07-03 12:54 -!- ccomb(~ccomb@94.122.69.115) has joined #tryton
2011-07-03 14:00 -!- okko(~okko@dhcp-077-251-140-095.chello.nl) has joined #tryton
2011-07-03 15:20 -!- okko(~okko@dhcp-077-251-140-095.chello.nl) has joined #tryton
2011-07-03 15:53 -!- saxa(~sasa@189.26.255.43) has joined #tryton
2011-07-03 16:52 -!- chrue(~chrue@dyndsl-095-033-158-227.ewe-ip-backbone.de) has joined #tryton
2011-07-03 17:31 -!- elbenfreund(~elbenfreu@89.204.137.103) has joined #tryton
2011-07-03 17:37 -!- elbenfreund(~elbenfreu@p54B94F70.dip.t-dialin.net) has joined #tryton
2011-07-03 18:05 -!- ciupicri(~ciupicri@81.180.234.249) has joined #tryton
2011-07-03 18:27 -!- uranus(~uranus@96.57.28.106) has joined #tryton
2011-07-03 19:22 -!- okko(~okko@dhcp-077-251-140-095.chello.nl) has joined #tryton
2011-07-03 21:10 -!- elbenfreund(~elbenfreu@p54B94F70.dip.t-dialin.net) has joined #tryton
2011-07-03 22:20 -!- blast_hardcheese(~blast_har@cpe-98-151-31-186.socal.res.rr.com) has joined #tryton
2011-07-03 22:34 -!- okko(~okko@dhcp-077-251-140-095.chello.nl) has joined #tryton
2011-07-03 23:16 -!- elbenfreund(~elbenfreu@p54B94F70.dip.t-dialin.net) has joined #tryton
2011-07-03 23:52 -!- elbenfreund1(~elbenfreu@p54B94F70.dip.t-dialin.net) has joined #tryton

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