chat.freenode.net #tryton log beginning Fri Dec 16 00:00:01 CET 2011 | ||
2011-12-16 01:00 <superkaos> an introductory manual, a general manual, some sort of tutorial to learn how to adapt tryton to a particular usage | ||
2011-12-16 01:00 <superkaos> cedk, | ||
2011-12-16 13:40 <scrapper> hello folks I know this error has been disussed already, now I want you to ask for a solution. Maybe you already know it. I get this SSL error Error: [("SSL routines', 'SSL23_GET_CLIENT_HELLO', 'http request')] | ||
2011-12-16 13:40 <scrapper> is there a problem because I am already logged in with ssh? | ||
2011-12-16 13:40 <scrapper> pointing to multiple certificates? | ||
2011-12-16 13:41 <scrapper> I am trying to connect with tryton-client without SSL works well. But not with SSL. | ||
2011-12-16 13:41 <scrapper> thanks for help in advance. | ||
2011-12-16 13:42 <cedk> scrapper: you must fix the fingerprint file | ||
2011-12-16 13:43 <scrapper> oh good idea, so if i logout with SSH go to fingerprint file delete everything than a new handshake should be instantiated. so than tryton-client has a working SSL file but I can not connect with SSH? | ||
2011-12-16 13:43 <scrapper> would be great to have SSH and tryton working with the same certificates. I know how to tell tryton to use the snake-oil certs. | ||
2011-12-16 13:44 <scrapper> but i have to look what ssh is using. | ||
2011-12-16 13:44 <scrapper> good point cedk will try the fingerprint-file. | ||
2011-12-16 13:45 <cedk> scrapper: tryton has nothing to do with ssh | ||
2011-12-16 13:45 <scrapper> i know | ||
2011-12-16 13:45 <cedk> scrapper: I'm talking about the fingerprint of tryton | ||
2011-12-16 13:45 <scrapper> oh I thought you talk about the fingerprint of the ssh handshake. | ||
2011-12-16 13:45 <scrapper> sorry. | ||
2011-12-16 13:46 <scrapper> yes I will delete known_hosts maybe this helps. | ||
2011-12-16 13:52 <scrapper> try to fix fingerprint now. thx | ||
2011-12-16 14:40 <scrapper> as i am running tryton2.2 fingerprint seems to be fine. | ||
2011-12-16 15:46 <scrapper> So i had a double issue... i changed the user rights of /etc/ssl/private ... postgres did not startup... but trytond did not tell me. I think everything works fine now. Thanks cedk. | ||
2011-12-16 15:47 <messju> hi. i just found tryton and tried it and i am amazed. great stuff! | ||
2011-12-16 15:48 <messju> my question: is it possible to switch from one database backend (sqlite) to another (postgresql)? | ||
2011-12-16 15:48 <scrapper> I think there shouldn't be any troubles. | ||
2011-12-16 15:49 <bechamel> messju: it depends on when you want to switch, and on what you expect when the switch is made | ||
2011-12-16 15:52 <messju> bechamel: we're a small club and just want to manage stock and some products (drinks we sell at meetings and stuff) - and I think sqlite is enough for our needs | ||
2011-12-16 15:53 <scrapper> messju: so your question was not switching the db backend. for you more important is to migrate sqlite to postgres in some years when you club is very famous. :-) | ||
2011-12-16 15:54 <messju> yes, exactly :) | ||
2011-12-16 15:54 <scrapper> if you have the chance ... why not starting off with postgresql so you will be save :-) | ||
2011-12-16 15:57 <scrapper> messju: here you have an example. but you will not need it i guess: http://suryahunter.com/wiki/hunter/mojomojo/database/migrate_sqlite_to_postgresql | ||
2011-12-16 15:57 <scrapper> where is your club? | ||
2011-12-16 15:57 <messju> oldenburg, germany | ||
2011-12-16 15:57 <scrapper> dann viel spaß im club. linz austria | ||
2011-12-16 15:58 <messju> hehe. danke | ||
2011-12-16 15:59 <bechamel> messju: there is also a script made by cedk: http://hg.tryton.org/tryton-tools/file/3a30c988c7ff/sqlite2pg.py | ||
2011-12-16 15:59 <scrapper> messju: so is your database already running or do you have the chance to decide which db to use? | ||
2011-12-16 16:00 <messju> it's not running already | ||
2011-12-16 16:00 <scrapper> whats your basesystem? | ||
2011-12-16 16:00 <messju> thanks for the links! | ||
2011-12-16 16:00 <messju> I will check if hosting postgresql is not too much more cost than hosting sqlite | ||
2011-12-16 16:00 <scrapper> is it your own server? | ||
2011-12-16 16:01 <messju> virtual server | ||
2011-12-16 16:01 <scrapper> oh ok | ||
2011-12-16 16:01 <scrapper> good luck on your project | ||
2011-12-16 16:01 <scrapper> just a second I will give you some info | ||
2011-12-16 16:02 <scrapper> RAM 49MB with tryton and postgresql running. | ||
2011-12-16 16:03 <scrapper> which sure will become more bit i guess not with some drinks etc... | ||
2011-12-16 16:03 <scrapper> cu messju | ||
2011-12-16 16:03 <messju> thank you! | ||
2011-12-16 16:03 <messju> we're still in the planning phase - so *now | ||
2011-12-16 16:04 <messju> * i still can decide easily which way to go :) | ||
2011-12-16 16:04 <scrapper> me too ;-) | ||
2011-12-16 16:12 <messju> very nice. now i will go and convince my friends to go the tryton route ... :) cu | ||
2011-12-16 16:13 -!- messju(~messju@unaffiliated/messju) has left #tryton | ||
2011-12-16 16:13 <scrapper> cu | ||
2011-12-16 16:26 <abeamud> Hi, I'm searching info how to create a wizard in tryton, but I can't find nothing.. Any link or simple code sample? | ||
2011-12-16 16:32 <cedk> abeamud: you can have a look at https://codereview.appspot.com/3422044/ | ||
2011-12-16 16:37 <abeamud> cedk: ok | ||
2011-12-16 16:44 <cedk> abeamud: but this doc is abandoned because we are working on a new design for wizard | ||
2011-12-16 16:45 <cedk> http://codereview.tryton.org/167001/ | ||
2011-12-16 16:46 <abeamud> cedk: ummm, I'll use another approach, the wizard was an option to create periodic invoices... | ||
2011-12-16 16:48 <cedk> abeamud: but the doc is still valid | ||
2011-12-16 16:49 <abeamud> cedk: when will be deprecated? | ||
2011-12-16 16:50 <cedk> abeamud: next release | ||
2011-12-16 16:51 <abeamud> cedk: ok | ||
2011-12-16 17:54 <abeamud> my last question... A good example showing how to create a periodic task (cron trigger) from code? | ||
2011-12-16 17:56 <bechamel> abeamud: stock_supply/purchase_request.xml line 269 | ||
2011-12-16 17:56 <abeamud> bechamel: ok, a lot of thanks | ||
2011-12-16 18:17 <udono> abeamud: hi, do you know this: https://github.com/pjstevns/trytond_contract | ||
2011-12-16 18:27 <abeamud> udono: very interesting , thank you | ||
2011-12-16 19:18 <scrapper> cu trytonics | ||
2011-12-16 19:19 -!- scrapper(~scrapper@88.117.159.6) has left #tryton | ||
2011-12-16 21:16 -!- sampac(~spaccoud@def92-7-82-231-203-127.fbx.proxad.net) has left #tryton |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!