IRC logs of #tryton for Tuesday, 2014-07-29

chat.freenode.net #tryton log beginning Tue Jul 29 00:00:01 CEST 2014
2014-07-29 01:03 -!- smarro(~sebastian@201.251.135.150) has joined #tryton
2014-07-29 03:59 -!- smarro(~sebastian@201.251.135.150) has joined #tryton
2014-07-29 04:57 -!- digitalsatori(~Thunderbi@116.234.117.101) has joined #tryton
2014-07-29 06:22 -!- digitalsatori(~Thunderbi@116.234.117.101) has joined #tryton
2014-07-29 06:32 -!- VaticanCameos(~pritishc@182.68.114.1) has joined #tryton
2014-07-29 06:41 -!- frispete(~frispete@p54A91D2F.dip0.t-ipconnect.de) has joined #tryton
2014-07-29 07:02 -!- yangoon1(~mathiasb@p549F0F0F.dip0.t-ipconnect.de) has joined #tryton
2014-07-29 07:25 -!- LordVan(~LordVan@gentoo/developer/LordVan) has joined #tryton
2014-07-29 07:39 -!- marius_(~marius@v100.nfq.lt) has joined #tryton
2014-07-29 08:39 -!- VaticanCameos(~pritishc@182.68.114.1) has joined #tryton
2014-07-29 08:47 <VaticanCameos> Hello all. I was following the SetupAndStart guide for Tryton. I am running trytond in one terminal window, and tryton in another. Within Tryton, I try to create a database using localhost:8001 (I set it as 8001 in /etc/trytond.conf) but it says "Could not connect to the server 1. Try to check if server is running..." etc. I had installed tryton within a virtualenv via virtualenvwrapper but I dont think that should matter. Any tips would be greatly
2014-07-29 08:47 <VaticanCameos> appreciated.
2014-07-29 08:48 <VaticanCameos> I am on LinuxMint Qiana.
2014-07-29 08:48 -!- cedk(~ced@gentoo/developer/cedk) has joined #tryton
2014-07-29 08:48 <VaticanCameos> I have also tried port 8000 but that wasn't working either originally.
2014-07-29 08:55 -!- jeancavallo(~giovanni@LPuteaux-656-01-230-52.w80-12.abo.wanadoo.fr) has joined #tryton
2014-07-29 09:06 <VaticanCameos> Could someone please point me to where I'm going wrong?
2014-07-29 09:07 <Pilou> VaticanCameos: https://code.google.com/p/tryton/wiki/UserFAQ#I%27m_getting_%22Could_not_connect_to_server%22
2014-07-29 09:09 -!- ronaldm(~ronaldm@197.211.216.214) has joined #tryton
2014-07-29 09:13 <VaticanCameos> Pilou: 1. Check 2. It shows 127.0.0.1:8001, so check. 3. trytond.conf is okay. Check. 4. telnet is working too. Check. 5. a) postgres is running, check. b) "sudo -u tryton psql -h localhost template1 tryton" is working, so check.
2014-07-29 09:13 <Pilou> use 127.0.0.1:8001
2014-07-29 09:14 <VaticanCameos> Pilou: Same result. It says could not connect.
2014-07-29 09:25 <VaticanCameos> Pilou: when trying to use localhost:8001 on the DB creation form, I also get this strange error sometimes in the Tryton server - [29/Jul/2014 07:20:51] code 400, message Bad HTTP/0.9 request type ("\x16\x03\x01\x01(\x01\x00\x01$\x03\x03H\xedos\xe3*v\x17\xeb\xef\xd8\x8b\xf5m\xc6Y$\x8a\x9c_\x07\x9c*\x03'")
2014-07-29 09:26 <Pilou> this error isn't important (the tryton client try to use https first and then http)
2014-07-29 09:27 -!- pobsteta(~Thunderbi@37.160.247.193) has joined #tryton
2014-07-29 09:30 <VaticanCameos> Pilou: hmm okay
2014-07-29 09:32 <VaticanCameos> Thanks for your time Pilou. If you have any other suggestions I am all ears.
2014-07-29 09:33 <cedk> VaticanCameos: localhost could not point to 127.0.0.1
2014-07-29 09:34 <Pilou> you could check if the user is allowed to create a database (try to create one manually)
2014-07-29 09:34 <VaticanCameos> cedk: o.O but localhost is 127.0.0.1 isn't it? I have also tried entering 127.0.0.1 in trytond.conf and in the DB creation form, it still doesn't connect.
2014-07-29 09:34 <VaticanCameos> Pilou: Trying this, one minute.
2014-07-29 09:38 -!- pokoli(~pokoli@unaffiliated/pokoli) has joined #tryton
2014-07-29 09:38 <VaticanCameos> Pilou: I did "su - tryton", then I did "psql -d template1 -U tryton" within the prompt that was generated.
2014-07-29 09:39 <VaticanCameos> I am in the psql prompt now, with template1=> showing.
2014-07-29 09:39 <Pilou> try to create a test database using "create database testdb;"
2014-07-29 09:40 <VaticanCameos> Pilou: done.
2014-07-29 09:41 <VaticanCameos> Still not able to connect to 127.0.0.1:8000/8001 (tried both ports).
2014-07-29 09:41 <Pilou> so the user is allowed to create a database, it's not the source of the problem
2014-07-29 09:41 <VaticanCameos> Hmmm..
2014-07-29 09:42 <Pilou> 'strange error' would not appear if the tryton client was not able to connect to the tryton server
2014-07-29 09:46 <VaticanCameos> So you're saying it is able to connect? if so, it should allow me to enter details on the form.
2014-07-29 09:49 -!- pobsteta(~Thunderbi@37.160.173.112) has joined #tryton
2014-07-29 10:02 <cedk> VaticanCameos: are you using the same series for the client and the server
2014-07-29 10:03 <VaticanCameos> cedk: Pardon me for my newness, but what do you mean by 'same series' for client and server?
2014-07-29 10:04 <cedk> VaticanCameos: same two first numbers
2014-07-29 10:05 <VaticanCameos> cedk: you mean version numbers?
2014-07-29 10:06 <cedk> VaticanCameos: yes
2014-07-29 10:06 <VaticanCameos> cedk: tryton is 3.2.2 and trytond is 3.2.1.
2014-07-29 10:06 -!- nicoe(~nicoe@balisto.office.b2ck.com) has joined #tryton
2014-07-29 10:19 <VaticanCameos> brb
2014-07-29 10:20 -!- digitalsatori(~Thunderbi@116.234.117.101) has joined #tryton
2014-07-29 10:25 -!- digitalsatori(~Thunderbi@116.234.117.101) has joined #tryton
2014-07-29 10:53 -!- digitalsatori(~Thunderbi@116.234.117.101) has joined #tryton
2014-07-29 10:56 -!- pobsteta(~Thunderbi@37.160.173.112) has joined #tryton
2014-07-29 11:10 -!- VaticanCameos(~pritishc@182.68.114.1) has joined #tryton
2014-07-29 11:15 -!- digitalsatori(~Thunderbi@116.234.117.101) has joined #tryton
2014-07-29 11:40 -!- frispete(~frispete@p54A91D2F.dip0.t-ipconnect.de) has joined #tryton
2014-07-29 11:48 <VaticanCameos> cedk, Pilou: I tried to run trytond with --debug. This is the stack trace I get when trying to change the host:port to localhost:8000 from within the Tryton client. http://pastebin.com/sva4zaR5
2014-07-29 11:49 <VaticanCameos> The host:port bit is of course done in the DB creation form.
2014-07-29 11:52 -!- digitalsatori(~Thunderbi@116.234.117.101) has joined #tryton
2014-07-29 11:53 <cedk> VaticanCameos: is your known_hosts file clean?
2014-07-29 11:54 <cedk> VaticanCameos: and which version of psycopg2 are you using?
2014-07-29 11:54 <VaticanCameos> cedk: It has a bunch of keys which I presume are due to GitHub.
2014-07-29 11:54 <VaticanCameos> ~/.ssh/known_hosts right?
2014-07-29 12:01 <VaticanCameos> cedk: I don't think I have psycopg2 installed..
2014-07-29 12:02 <cedk> VaticanCameos: I mean the one of tryton not ssh
2014-07-29 12:02 <cedk> VaticanCameos: if you don't have psycopg2, than it is that
2014-07-29 12:02 <VaticanCameos> I've just installed it and it is now 2.5.3.
2014-07-29 12:03 <VaticanCameos> cedk: That did it. Thank you so much!!
2014-07-29 13:24 -!- nicoe(~nicoe@85.26.36.239) has joined #tryton
2014-07-29 13:27 -!- ronaldm(~ronaldm@197.221.241.182) has joined #tryton
2014-07-29 14:04 -!- pobsteta(~Thunderbi@37.160.173.112) has joined #tryton
2014-07-29 14:20 -!- smarro(~sebastian@200.107.230.29) has joined #tryton
2014-07-29 14:36 -!- meanmicio(~meanmicio@136.Red-83-38-121.dynamicIP.rima-tde.net) has joined #tryton
2014-07-29 14:36 -!- meanmicio(~meanmicio@fsf/member/meanmicio) has joined #tryton
2014-07-29 14:51 -!- VaticanCameos(~pritishc@182.68.114.1) has joined #tryton
2014-07-29 15:03 -!- ronaldm(~ronaldm@197.221.242.70) has joined #tryton
2014-07-29 15:40 <VaticanCameos> Hello again all. I have my modules in trytond/modules. However they are not showing up in the Modules section in Tryton client. Is there something I'm missing?
2014-07-29 15:43 <VaticanCameos> Nevermind, I got it.
2014-07-29 15:43 <VaticanCameos> had to do a update all.
2014-07-29 15:58 <pokoli> VaticanCameos: if you copy new modules, you have to update at least on module on the existing databases to refresh the modules list :)
2014-07-29 16:01 <VaticanCameos> pokoli: understood..thanks!
2014-07-29 16:09 -!- pokoli(~pokoli@unaffiliated/pokoli) has joined #tryton
2014-07-29 16:18 -!- pobsteta(~Thunderbi@37.160.175.158) has joined #tryton
2014-07-29 16:37 -!- ronaldm(~ronaldm@197.221.242.70) has joined #tryton
2014-07-29 16:39 -!- gremly(~gremly@190.85.36.58) has joined #tryton
2014-07-29 16:51 -!- ronaldm(~ronaldm@197.221.242.70) has joined #tryton
2014-07-29 16:53 -!- kstenger(~karla@r179-24-29-91.dialup.adsl.anteldata.net.uy) has joined #tryton
2014-07-29 17:22 -!- ronaldm(~ronaldm@197.211.216.214) has joined #tryton
2014-07-29 17:33 -!- alisonken1lap3(~alisonken@18.18.ultimate-int.uia.net) has joined #tryton
2014-07-29 17:44 -!- digitalsatori(~Thunderbi@116.234.181.110) has joined #tryton
2014-07-29 18:51 -!- kstenger(~karla@r179-24-16-209.dialup.adsl.anteldata.net.uy) has joined #tryton
2014-07-29 19:50 -!- marius_(~marius@84.240.8.12) has joined #tryton
2014-07-29 21:06 -!- kstenger(~karla@r179-24-16-209.dialup.adsl.anteldata.net.uy) has joined #tryton
2014-07-29 21:09 -!- kstenger(~karla@r186-52-41-16.dialup.adsl.anteldata.net.uy) has joined #tryton
2014-07-29 21:22 -!- digitalsatori(~Thunderbi@116.234.181.110) has joined #tryton
2014-07-29 22:13 -!- pjstevns(~Thunderbi@2001:981:7170:1:681a:72a8:67c5:9544) has joined #tryton
2014-07-29 22:41 -!- pjstevns(~Thunderbi@2001:981:7170:1:681a:72a8:67c5:9544) has joined #tryton
2014-07-29 22:51 -!- cedk(~ced@gentoo/developer/cedk) has joined #tryton
2014-07-29 23:28 -!- smarro(~sebastian@201.251.135.150) has joined #tryton

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