IRC logs of #tryton for Monday, 2015-12-28

chat.freenode.net #tryton log beginning Mon Dec 28 00:00:03 CET 2015
2015-12-28 00:00 -!- leio_(~leio@gentoo/developer/leio) has joined #tryton
2015-12-28 00:31 -!- cedk(~ced@gentoo/developer/cedk) has joined #tryton
2015-12-28 01:30 -!- cedk(~ced@gentoo/developer/cedk) has joined #tryton
2015-12-28 06:01 -!- yangoon(~mathiasb@p549F02B9.dip0.t-ipconnect.de) has joined #tryton
2015-12-28 07:21 -!- den2204_(~mahon@178.141.255.129) has joined #tryton
2015-12-28 07:40 -!- frispete(~frispete@p54A90A75.dip0.t-ipconnect.de) has joined #tryton
2015-12-28 07:52 -!- rpit(~rpit@2a02:908:e672:9420:56ee:75ff:fe0d:d3c7) has joined #tryton
2015-12-28 08:05 -!- dj_xatra(~dj_xatra@217.166.83.130) has joined #tryton
2015-12-28 08:47 <den2204_> who knows what th e problem?
2015-12-28 08:47 <den2204_> trytond: error: Missing database option
2015-12-28 08:47 <den2204_> and how is it solve?
2015-12-28 08:51 -!- Timitos(~kpreisler@host-88-217-184-172.customer.m-online.net) has joined #tryton
2015-12-28 09:21 <pokoli> den2204_: you should add the -d <database_name> parameters on the trytond server when updating a database
2015-12-28 09:25 -!- cedk(~ced@gentoo/developer/cedk) has joined #tryton
2015-12-28 09:41 <den2204_> trytond -c <~/trytond.conf> -d tryton --all
2015-12-28 09:54 <den2204_> pokoli thanks
2015-12-28 09:54 <den2204_> but i have a new problem
2015-12-28 09:55 <den2204_> bash: tryton: No such file or directory
2015-12-28 09:57 -!- udono(~udono@ip-37-201-247-16.hsi13.unitymediagroup.de) has joined #tryton
2015-12-28 09:57 <den2204_> and where i should updating a database
2015-12-28 09:57 <den2204_> may be a mistake in trytond.conf
2015-12-28 10:06 -!- nicoe(~nicoe@2001:6f8:3aa:2:ee55:f9ff:fe7b:f7ac) has joined #tryton
2015-12-28 10:29 -!- pokoli(~pokoli@unaffiliated/pokoli) has joined #tryton
2015-12-28 10:55 -!- den2204_(~mahon@178.141.255.129) has joined #tryton
2015-12-28 10:58 -!- perilla_(~perilla@186.43.145.68) has joined #tryton
2015-12-28 10:58 <den2204_> cedk, Hello
2015-12-28 10:58 <den2204_> could you help me
2015-12-28 10:58 <den2204_> ?
2015-12-28 10:59 <den2204_> with trytond.conf and postgresql db
2015-12-28 11:02 -!- nicoe(~nicoe@2001:6f8:3aa:2:ee55:f9ff:fe7b:f7ac) has joined #tryton
2015-12-28 11:03 -!- rmu(~robert@cpe90-146-69-94.liwest.at) has joined #tryton
2015-12-28 11:04 <rmu> den2204_: you should not have < or > characters on the cmd-line
2015-12-28 11:04 <den2204_> may be you have example of trytond.conf for postgresql, version of trytond 3.9.0
2015-12-28 11:04 <rmu> there is no real version 3.9.0
2015-12-28 11:06 <den2204_> ?
2015-12-28 11:06 <den2204_> no example or no difference between versions
2015-12-28 11:06 <den2204_> ?
2015-12-28 11:08 <rmu> den2204_: i don't have example trytond.conf
2015-12-28 11:08 <rmu> den2204_: you should not use development-version of tryton
2015-12-28 11:08 <den2204_> ok thanks
2015-12-28 11:08 <rmu> den2204_: and you should remove '<' and '>' from your cmd-line
2015-12-28 11:09 <den2204_> ok
2015-12-28 11:11 <den2204_> i need additional modules, if i installed trytond from repo, i don`t know how it`s to add
2015-12-28 11:13 <den2204_> if i remove < and> from terminal
2015-12-28 11:13 <den2204_> i got mistake
2015-12-28 11:13 <den2204_> IOError: Database "tryton.sqlite" doesn't exist!
2015-12-28 11:16 <rmu> den2204_: http://tryton-documentation.readthedocs.org/en/latest/installation_configuration/installation.html#install-official-release
2015-12-28 11:16 -!- mariomop(~quassel@181.90.67.15) has joined #tryton
2015-12-28 11:16 <rmu> den2204_: do not use trunk if you don't have to
2015-12-28 11:19 <den2204_> sorry but i don`t understood last message
2015-12-28 11:20 <den2204_> rmu and thanks for the help
2015-12-28 11:21 <rmu> den2204_: you mentioned version 3.9.0, that is no official release, but the development version. development-branch of repository is usually called "trunk"
2015-12-28 11:22 <den2204_> o ok
2015-12-28 11:24 <rmu> i would recommend you install trytond 3.8 into virtualenv via pip, then configure postgresql, and then follow http://doc.tryton.org/3.8/trytond/doc/topics/configuration.html#topics-configuration
2015-12-28 11:24 <den2204_> thanks i`ll try now
2015-12-28 11:33 -!- perilla_(~perilla@186.43.145.68) has joined #tryton
2015-12-28 11:38 <pokoli> den2204_: the reason why it's better to use a released version is because on trunk they can be API changes, and you modules may break when updating trytond. So I will also recomend using latest stable version (3.8) and then upgrade when you want
2015-12-28 11:39 <pokoli> den2204_: stable versions are suported for 2.5 years
2015-12-28 11:39 <pokoli> den2204_: an each 6 months there is a new version released
2015-12-28 11:43 <den2204_> pokoli: thanks
2015-12-28 12:39 -!- Telesight(~anthony@4dae0c97.ftth.telfortglasvezel.nl) has joined #tryton
2015-12-28 14:18 -!- kstenger(~karla@r186-48-246-135.dialup.adsl.anteldata.net.uy) has joined #tryton
2015-12-28 14:47 -!- pokoli(~pokoli@unaffiliated/pokoli) has joined #tryton
2015-12-28 15:12 <pokoli> cedk: I'm currently testing your scenarios, so I will work on a fix
2015-12-28 15:13 <pokoli> cedk: BTW, do you have some module that does some of the cases you spoted?
2015-12-28 15:13 -!- LordVan(~LordVan@gentoo/developer/LordVan) has joined #tryton
2015-12-28 15:16 <cedk> pokoli: it doesn't matter
2015-12-28 15:18 <cedk> pokoli: I have more failing cases
2015-12-28 15:18 <cedk> pokoli: and I'm pretty sure I could find even more
2015-12-28 15:20 <pokoli> cedk: ok, So i assing the issue to you and do whatever you want
2015-12-28 15:21 <pokoli> cedk: because for me that are *so rare cases* that can perform the rebuild manually
2015-12-28 15:23 <cedk> pokoli: please fix your bug yourself
2015-12-28 15:26 <pokoli> cedk: I will prefer another solution than simply reverting the patch
2015-12-28 15:26 <cedk> pokoli: you can propose other solution which should be *reviewed*
2015-12-28 15:31 <pokoli> cedk: sorry for the fix, but no message in a lot of time I thought there was no problem with the patch
2015-12-28 15:32 <pokoli> cedk: and BTW we have it running in production without problems
2015-12-28 15:53 -!- smarro(~sebastian@181.16.4.44) has joined #tryton
2015-12-28 15:56 -!- kstenger(~karla@r186-48-246-135.dialup.adsl.anteldata.net.uy) has joined #tryton
2015-12-28 16:08 -!- Timitos(~kpreisler@host-88-217-184-172.customer.m-online.net) has joined #tryton
2015-12-28 16:22 -!- petermmm(~chatzilla@3.Red-79-152-127.dynamicIP.rima-tde.net) has joined #tryton
2015-12-28 20:10 -!- Timitos(~kpreisler@host-88-217-184-172.customer.m-online.net) has joined #tryton
2015-12-28 20:19 -!- lukio(~lukio@88-38-16-190.fibertel.com.ar) has joined #tryton
2015-12-28 21:19 -!- den2204_(~mahon@81.4.204.62) has joined #tryton
2015-12-28 22:22 -!- lukio(~lukio@88-38-16-190.fibertel.com.ar) has left #tryton
2015-12-28 22:29 -!- kstenger1(~karla@r186-49-252-251.dialup.adsl.anteldata.net.uy) has joined #tryton
2015-12-28 23:00 -!- smarro(~sebastian@181.16.4.44) has joined #tryton

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