chat.freenode.net #tryton log beginning Sat Oct 25 00:00:01 CEST 2014 | ||
-!- Streward(~quassel@85.183.31.24) has joined #tryton | 00:43 | |
-!- meanmicio(~meanmicio@fsf/member/meanmicio) has joined #tryton | 00:44 | |
-!- bvo|2(~bvo@port-31779.pppoe.wtnet.de) has joined #tryton | 01:41 | |
-!- jumanji(~jumanji@S010600e0910edcdf.vw.shawcable.net) has joined #tryton | 06:25 | |
jumanji | whats the difference between tryton and openERP ? | 06:25 |
---|---|---|
-!- frispete(~frispete@p54A90B6F.dip0.t-ipconnect.de) has joined #tryton | 06:40 | |
-!- yangoon(~mathiasb@p549F0ADA.dip0.t-ipconnect.de) has joined #tryton | 07:02 | |
-!- fshahy(b903d4ab@gateway/web/freenode/ip.185.3.212.171) has joined #tryton | 08:36 | |
-!- cedk(~ced@gentoo/developer/cedk) has joined #tryton | 08:44 | |
-!- pobsteta(~Thunderbi@4cb54-3-88-160-87-54.fbx.proxad.net) has joined #tryton | 08:54 | |
-!- meanmicio(~meanmicio@fsf/member/meanmicio) has joined #tryton | 09:45 | |
-!- rpit(~ralf@2a02:908:e673:5f00:8545:c955:816f:732f) has joined #tryton | 09:47 | |
-!- Telesight(~anthony@77-175-158-148.FTTH.ispfabriek.nl) has joined #tryton | 10:13 | |
-!- sisalp(~sisalpuse@gratoox.sisalp.net) has joined #tryton | 11:07 | |
-!- pjstevns(~Thunderbi@2001:981:7170:1:80b9:b3c6:6140:3374) has joined #tryton | 11:09 | |
sisalp | hello, | 11:14 |
-!- nicoe(~nicoe@2a02:a03f:30b3:8600:ee55:f9ff:fe7b:f7ac) has joined #tryton | 11:14 | |
sisalp | I 'm looking for trytond.conf file, any idea where it sits ? | 11:15 |
sisalp | for 3.4 | 11:15 |
Pilou | sisalp: http://doc.tryton.org/3.4/trytond/doc/topics/configuration.html#topics-configuration | 11:19 |
Pilou | (see http://www.tryton.org/~irclog/2014-10-22.log.html#t2014-10-22%2012:14) | 11:21 |
sisalp | Pilou: thank you, clear now. Does it mean config becomes version independent ? | 11:23 |
Pilou | i don't think so | 11:25 |
sisalp | Pilou: ok, I see, whole documentation is versioned which is quite logic. Will create my config file manually then | 11:29 |
sisalp | Thank you | 11:29 |
-!- LordVan(~lordvan@93.82.207.62) has joined #tryton | 11:31 | |
-!- LordVan(~lordvan@gentoo/developer/LordVan) has joined #tryton | 11:31 | |
-!- pjstevns(~Thunderbi@2001:981:7170:1:80b9:b3c6:6140:3374) has joined #tryton | 11:34 | |
-!- cedk(~ced@gentoo/developer/cedk) has joined #tryton | 12:10 | |
sisalp | hello, in config file, what is the default for timeout = The time in seconds before a session expires. ? | 12:10 |
sisalp | and is there a default for super_pwd ? | 12:13 |
Pilou | For timeout: 600 (http://hg.tryton.org/trytond/file/83b3c77e2fa4/trytond/config.py#l38) | 12:14 |
Pilou | There is no default for super_pwd (by default access is denied). | 12:14 |
cedk | I think we should add the default timeout to the doc because it is already the second times someone asks this week | 12:17 |
sisalp | Pilou: thank you for spotting where it is | 12:17 |
sisalp | cedk: the answer of Pilou about super_pwd is useful too | 12:18 |
sisalp | cedk: one think I would expect about ssl is to toggle e True/False instead of commenting/decommenting the full section, any reason for that ? | 12:19 |
sisalp | thing | 12:20 |
cedk | sisalp: you have or not ssl certificate | 12:24 |
cedk | so best practice is to use ssl if you have a certificate | 12:24 |
cedk | no need to in addition says you want ssl | 12:25 |
sisalp | cedk: last question I hope, can a section be empty ? | 12:28 |
cedk | sisalp: yes and even not present | 12:29 |
cedk | sisalp: and you can also put extra values | 12:30 |
cedk | the refactoring was about having a flexible and extensible configuration | 12:30 |
sisalp | cedk: I use the config file as a documentation to check each trytond is started with the relevent parameters according to its version. | 12:37 |
sisalp | cedk: so it was convienient for me. | 12:38 |
-!- kstenger(~karla@200.124.209.158) has joined #tryton | 12:46 | |
yangoon | sisalp: and others: I created a commented version of trytond.conf for Debian, you can have a look at https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi?p=tryton/tryton-server.git;a=blob;f=debian/trytond.conf;h=fd28e1f6d398694b36535284b4797338c43fdce5;hb=HEAD | 12:48 |
yangoon | just use and customize at your discretion | 12:48 |
sisalp | yangoon: thank you, seems similar to my own result : http://download.sisalp.net/environments/tryton-server-3.4.conf | 12:50 |
yangoon | sisalp: yes. btw. you have a dangling section entry at the end of the file. | 12:53 |
sisalp | yangoon: seems anyway that you cannot have a ssl section if you don't provide certificates, is /etc/ssl/private/ssl-cert-snakeoil.key a trytond default ? | 12:53 |
yangoon | sisalp: ssl-certs is a Debain package providing default certificates for packages using SSL | 12:54 |
yangoon | it is in Recommends of tryton-server, so not principally available. Otherwise those entries wouldn't be commented. | 12:55 |
yangoon | sisalp: and as cedk syas: empty sections are allowed | 12:55 |
sisalp | yangoon: good to know, I will test it. I always manage per server certs, but it may be useless. | 12:56 |
-!- pjstevns(~Thunderbi@2001:981:7170:1:80b9:b3c6:6140:3374) has joined #tryton | 13:21 | |
-!- meanmicio(~meanmicio@fsf/member/meanmicio) has joined #tryton | 13:49 | |
-!- fshahy(b903d4ab@gateway/web/freenode/ip.185.3.212.171) has left #tryton | 14:38 | |
-!- swayf_(~swayf@ipbcc037b2.dynamic.kabel-deutschland.de) has joined #tryton | 14:46 | |
-!- meanmicio(~meanmicio@fsf/member/meanmicio) has joined #tryton | 15:01 | |
-!- yangoon1(~mathiasb@p549F2838.dip0.t-ipconnect.de) has joined #tryton | 16:18 | |
-!- smarro(~sebastian@190.105.93.196) has joined #tryton | 16:20 | |
-!- meanmicio(~meanmicio@39.Red-83-57-158.dynamicIP.rima-tde.net) has joined #tryton | 16:38 | |
-!- meanmicio(~meanmicio@fsf/member/meanmicio) has joined #tryton | 16:38 | |
sisalp | hi, how can I avoid to get prompted with command python -c 'import getpass,crypt,random,string; print crypt.crypt(getpass.getpass(), "".join(random.sample(string.ascii_letters + string.digits, 8)))' ? | 16:40 |
sisalp | is there a ccrypt equivalent ? | 16:41 |
sisalp | got it , just took getpass out. sorry for noise | 16:51 |
-!- Telesight(~anthony@77-175-158-148.FTTH.ispfabriek.nl) has joined #tryton | 17:28 | |
-!- flox(~florent@unaffiliated/flox) has joined #tryton | 17:54 | |
-!- meanmicio(~meanmicio@fsf/member/meanmicio) has joined #tryton | 17:59 | |
-!- swayf(~swayf@ipbcc037b2.dynamic.kabel-deutschland.de) has joined #tryton | 18:04 | |
-!- swayf(~swayf@ipbcc037b2.dynamic.kabel-deutschland.de) has joined #tryton | 22:35 |
Generated by irclog2html.py 2.11.0 by Marius Gedminas - find it at mg.pov.lt!