IRC logs of #tryton for Saturday, 2009-10-24

chat.freenode.net #tryton log beginning Sat Oct 24 00:00:02 CEST 2009
2009-10-24 03:15 -!- _TiN_(n=TiN@190.228.30.153) has joined #tryton
2009-10-24 08:38 -!- carlos(n=carlos@242.156.221.87.dynamic.jazztel.es) has joined #tryton
2009-10-24 09:05 -!- carlos_(n=carlos@74.157.221.87.dynamic.jazztel.es) has joined #tryton
2009-10-24 10:05 -!- monkeytower(n=monkeyto@dslb-088-077-230-245.pools.arcor-ip.net) has joined #tryton
2009-10-24 10:19 -!- sharkcz(n=dan@plz1-v-4-17.static.adsl.vol.cz) has joined #tryton
2009-10-24 11:06 -!- sharkcz(n=dan@plz1-v-4-17.static.adsl.vol.cz) has joined #tryton
2009-10-24 11:49 -!- udono(n=udono@85.197.24.5) has left #tryton
2009-10-24 14:41 -!- bechamel(n=user@host-85-201-159-186.brutele.be) has joined #tryton
2009-10-24 16:57 -!- monkeytower(n=monkeyto@dslb-088-077-230-245.pools.arcor-ip.net) has joined #tryton
2009-10-24 17:50 -!- paepke(n=paepke@p5B32E588.dip.t-dialin.net) has joined #tryton
2009-10-24 18:41 <monkeytower> my trytond crashes on first ssl connect. (unencrypted connections work fine). here is startup log: http://pastebin.ca/1641702 and here what happens when client comes in: http://pastebin.ca/1641709
2009-10-24 18:43 <monkeytower> only thing i did was creating certificate like described on web-page and modifyed config section to read as this: http://pastebin.ca/1641712
2009-10-24 19:21 -!- paepke_(n=paepke@p5B32BF19.dip.t-dialin.net) has joined #tryton
2009-10-24 19:24 -!- vengfulsquirrel(n=ian@c-69-181-194-95.hsd1.ca.comcast.net) has joined #tryton
2009-10-24 19:57 -!- monkeytower(n=monkeyto@dslb-088-077-230-245.pools.arcor-ip.net) has joined #tryton
2009-10-24 19:59 <paepke> monkeytower: i made the ssl-stuff just like you and it worked for me
2009-10-24 20:00 <paepke> monkeytower: maybe its something depending on the certificate. maybe the "common name"
2009-10-24 20:02 <paepke> monkeytower: what version are you using?
2009-10-24 20:05 <monkeytower> paepke: 1.4.1
2009-10-24 20:05 <monkeytower> paepke: CN i used the DNS name of the server, "tryton.monkeytower.net".
2009-10-24 20:06 <paepke> monkeytower: ok, i've tested it with 1.5. give me some minutes
2009-10-24 20:08 <monkeytower> paepke: i have no client for 1.5, and can't compile one on OS-X SnowLeopard because of 64Bit issues..
2009-10-24 20:09 <paepke> monkeytower: i'll test it on a fresh 1.4
2009-10-24 20:09 <monkeytower> paepke: ok
2009-10-24 20:10 <monkeytower> paepke: and i will download windows client, to check if it is my client from Mac OS.
2009-10-24 20:11 <paepke> monkeytower: if i understand you right: the client kills the server?
2009-10-24 20:11 <monkeytower> paepke: yes, the server dies on first client connection.
2009-10-24 20:13 <monkeytower> i got a new error message now: Fatal Python error: ceval: tstate mix-up
2009-10-24 20:13 <monkeytower> that is when the client connects, and the server dies.
2009-10-24 20:14 <paepke> monkeytower: at my setup it works like a secured charme
2009-10-24 20:14 <paepke> even with 1.4.1
2009-10-24 20:16 <paepke> is youre client 1.4.1 too?
2009-10-24 20:16 <monkeytower> paepke: i downloaded the 1.4 client from website, same result w/ my server. Server is running on FreeBSD.
2009-10-24 20:16 <monkeytower> paepke: no, client is 1.4.0 (windows)
2009-10-24 20:17 <monkeytower> paepke: from where would i get an 1.4.1 windows or mac OS client?
2009-10-24 20:18 <monkeytower> paepke: my download source is http://www.tryton.org/downloads.html
2009-10-24 20:19 <paepke> try the following on the server (i hope its not an production machine?): in trytond directory: "hg update -r 1.4.0"
2009-10-24 20:20 <paepke> monkeytower: i'm not sure what download-version is on the page.
2009-10-24 20:20 <monkeytower> paepke: that would downgrade the server to 1.4.0?
2009-10-24 20:20 <paepke> monkeytower: yep.
2009-10-24 20:21 <paepke> monkeytower: just to test. that will not be a solution
2009-10-24 20:23 <monkeytower> paepke: i used the tryton-dev.py untill now. should i use that instead of hg update?
2009-10-24 20:24 <paepke> hg is the versioning control system. you can go back to 1.4.1 with "hg update -r 1.4.1"
2009-10-24 20:25 <paepke> monkeytower: that update command is only working with your local files.
2009-10-24 20:25 <monkeytower> paepke: i am in ~/workspace/tryton/1.4/trytond
2009-10-24 20:26 <monkeytower> using 'hg update -r 1.4.0' results in
2009-10-24 20:26 <monkeytower> paepke: *** failed to import extension forest from ./hgforest/forest.py: [Errno 2] No such file or directory
2009-10-24 20:26 <monkeytower> paepke: 0 files updated, 0 files merged, 0 files removed, 0 files unresolved
2009-10-24 20:27 <monkeytower> paepke: the only . directory is .hg
2009-10-24 20:27 <paepke> monkeytower: than youre on 1.4.0 on your directory.
2009-10-24 20:28 <paepke> in the .hg directory lies the complete history of trytond. you could downgrade to 1.0.0, too
2009-10-24 20:29 <monkeytower> paepke: but that is not in ~/workspace/tryton/1.4/ but in /workspace/tryton/1.4/trytond and /workspace/tryton/1.4/tryton
2009-10-24 20:31 <monkeytower> paepke: i checked out my 1.4 and also the dev version as described here: http://code.google.com/p/tryton/wiki/InstallationFreeBSD
2009-10-24 20:33 <paepke> monkeytower: ok. i misunderstood. i haven't used the tryton-dev.py in the past.
2009-10-24 20:35 <monkeytower> paepke: i think the problem is somewhere here: /root/workspace/tryton/1.4/trytond/trytond/modules/__init__.py:23: UserWarning: Module trytond was already imported from /root/workspace/tryton/1.4/trytond/trytond/__init__.pyc, but /usr/local/lib/python2.6/site-packages/trytond-1.4.1-py2.6.egg is being added to sys.path
2009-10-24 20:35 <paepke> monkeytower: what gives you "hg log | grep tag". do you see there on top a 1.4.1 (tag: tip is only the latest version without a version number)
2009-10-24 20:35 <monkeytower> paepke: and Fatal Python error: ceval: tstate mix-up
2009-10-24 20:36 <monkeytower> paepke: yes, i see tag: tip
2009-10-24 20:36 <monkeytower> summary: Added tag 1.4.1 for changeset a2589d0064b2
2009-10-24 20:37 <paepke> monkeytower: and what happens when you update to 1.4.1?
2009-10-24 20:37 <monkeytower> paepke: i guess my server is 1.4.1, just my clients (Windows/OSX) are not.
2009-10-24 20:39 <paepke> monkeytower: 5 files changed between 1.4.0 and 1.4.1. but i don't know if that fix your bug
2009-10-24 20:39 <monkeytower> paepke: maybe i start the server and you connect with 1.4.1 client and we see if it crashes?
2009-10-24 20:39 <paepke> monkeytower: after googling your problem there are some others with the same bug caused by different libraries.
2009-10-24 20:40 <paepke> monkeytower: and not using tryton ;-)
2009-10-24 20:41 <paepke> monkeytower: i'm afraid i have to leave now... good luck
2009-10-24 20:41 <monkeytower> paepke: thanks for tips!
2009-10-24 20:41 <monkeytower> paepke: i think it is more a python than a tryton problem.
2009-10-24 20:42 <paepke> monkeytower: i agree
2009-10-24 20:42 <paepke> cya
2009-10-24 20:42 <monkeytower> paepke: bye for now
2009-10-24 23:01 -!- monkeytower(n=monkeyto@dslb-088-077-230-245.pools.arcor-ip.net) has joined #tryton

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