chat.freenode.net #tryton log beginning Mon Mar 15 00:00:02 CET 2010 | ||
2010-03-15 00:14 <cedk> plaes: I don't see what is your problem with the current translation process? | ||
2010-03-15 02:43 -!- vengfulsquirrel(~ian@c-69-181-194-95.hsd1.ca.comcast.net) has joined #tryton | ||
2010-03-15 05:18 -!- yangoon(~mathiasb@p549F67E3.dip.t-dialin.net) has joined #tryton | ||
2010-03-15 07:19 -!- enlightx(~enlightx@static-217-133-61-144.clienti.tiscali.it) has joined #tryton | ||
2010-03-15 07:36 -!- Timitos(~timitos@88.217.184.172) has joined #tryton | ||
2010-03-15 08:23 -!- Timitos1(~timitos@88.217.184.172) has joined #tryton | ||
2010-03-15 08:56 -!- bechamel(~user@altair.scf.fundp.ac.be) has joined #tryton | ||
2010-03-15 08:58 -!- johbo(~joh@statdsl-085-016-072-173.ewe-ip-backbone.de) has joined #tryton | ||
2010-03-15 09:19 -!- cedk(~ced@gentoo/developer/cedk) has joined #tryton | ||
2010-03-15 09:57 -!- johbo(~joh@statdsl-085-016-072-173.ewe-ip-backbone.de) has joined #tryton | ||
2010-03-15 10:42 -!- paepke(~paepke@p4FEB0D18.dip0.t-ipconnect.de) has joined #tryton | ||
2010-03-15 10:55 -!- paepke_(~paepke@p4FEB04F0.dip0.t-ipconnect.de) has joined #tryton | ||
2010-03-15 11:23 -!- sharoon(~sharoonth@opg066b.halls.manchester.ac.uk) has joined #tryton | ||
2010-03-15 11:32 -!- bechamel(~user@altair.scf.fundp.ac.be) has joined #tryton | ||
2010-03-15 11:35 -!- cedk(~ced@gentoo/developer/cedk) has joined #tryton | ||
2010-03-15 12:51 -!- tekknokrat(~gthielebe@83.52.152.189) has joined #tryton | ||
2010-03-15 13:06 -!- ikks_(~ikks@200.118.243.193) has joined #tryton | ||
2010-03-15 13:11 -!- enlightx(~enlightx@static-217-133-61-144.clienti.tiscali.it) has joined #tryton | ||
2010-03-15 14:09 -!- cedk(~ced@gentoo/developer/cedk) has joined #tryton | ||
2010-03-15 14:52 -!- woakas(~woakas@devel.invytec.com) has joined #tryton | ||
2010-03-15 17:07 -!- mlhamel(~quassel@2607:fad8:4:0:222:19ff:fedf:7cd0) has joined #tryton | ||
2010-03-15 17:15 -!- damie(~damon@95.148.218.237) has joined #tryton | ||
2010-03-15 17:16 <damie> I am having trouble seting up Tryton can not find server, what am I doing wrong ? | ||
2010-03-15 17:18 <bechamel> damie: check if posgres is running, test if the user running trytond can access postgres, check if trytond is running, check that the client try the correct host:port | ||
2010-03-15 17:19 <timitos> damie: how did you install tryton? | ||
2010-03-15 17:21 <damie> I installed it by Ubuntu package manager | ||
2010-03-15 17:21 <damie> who do I check if these things are running ? | ||
2010-03-15 17:21 <damie> I am quite new to ubuntu too | ||
2010-03-15 17:22 <timitos> damie: there is one problem with ubuntu packages. the installation cannot create the tryton user on postgres | ||
2010-03-15 17:22 <timitos> damie take a look in /usr/share/docs/tryton-server | ||
2010-03-15 17:23 <timitos> damie: hopefully there should be a README.Debian | ||
2010-03-15 17:23 <timitos> in this document the creation of the tryton user in posgresql is described | ||
2010-03-15 17:25 <damie> yes found it and now reading | ||
2010-03-15 17:25 <damie> can I come back if I get stuck | ||
2010-03-15 17:25 <damie> thank you for the help | ||
2010-03-15 17:25 <timitos> damie: you are welcome | ||
2010-03-15 17:30 <damie> I do not seem to have /etc/init.d/postgre* there | ||
2010-03-15 17:31 <plaes> do you even have postgresql installed? | ||
2010-03-15 17:31 <damie> I think that may be true | ||
2010-03-15 17:32 <damie> how do I check? | ||
2010-03-15 17:32 <timitos> damie: which version of ubuntu is it? 9.10? | ||
2010-03-15 17:32 <damie> yes | ||
2010-03-15 17:32 <damie> ubuntu 9.10 | ||
2010-03-15 17:32 <timitos> damie: i think that postgresql is installed as you installed tryton with the packagemanagement | ||
2010-03-15 17:33 <timitos> damie: you need to have a look in /etc/init.d/ | ||
2010-03-15 17:33 <timitos> you should look for something like postgresql* | ||
2010-03-15 17:34 <damie> do not have any thing like that | ||
2010-03-15 17:34 <timitos> hm. strange | ||
2010-03-15 17:34 <yangoon> damie: are you familiar with the command line? | ||
2010-03-15 17:35 <damie> not that well but i'll have a go | ||
2010-03-15 17:36 <yangoon> then you could as root: dpkg -l|grep tryton | ||
2010-03-15 17:36 <yangoon> and post the result to http://paste.pocoo.org/ | ||
2010-03-15 17:38 <damie> Paste #189929 | ||
2010-03-15 17:41 <yangoon> hm, at least it shows that ubuntu is hanging quite back with package actualization... | ||
2010-03-15 17:41 <yangoon> damie: you have to install postgres yourself | ||
2010-03-15 17:42 <yangoon> damie apt-get install postgresql | ||
2010-03-15 17:42 <damie> ok thank you here I go | ||
2010-03-15 17:43 <yangoon> damie or you configure your package manager to install Recommends, too. | ||
2010-03-15 17:44 <damie> have a problem Paste #189934 | ||
2010-03-15 17:45 <timitos> damie: yangoon: i just tested the installation of tryton on ubuntu 9.10. it seems that postgresql is not installed automatically when tryton is installed | ||
2010-03-15 17:45 <timitos> damie: you need to install postgresql first | ||
2010-03-15 17:46 <damie> ok i'll uninstall tryton and start install postgre first | ||
2010-03-15 17:46 <yangoon> damie you don't need to uninstall tryton | ||
2010-03-15 17:47 <timitos> damie: no do do not need to uninstall tryton | ||
2010-03-15 17:47 <timitos> :-) | ||
2010-03-15 17:47 <damie> ok | ||
2010-03-15 17:53 <bechamel> also, tryton != trytond, first is the client, second is the server | ||
2010-03-15 17:57 <damie> where ? | ||
2010-03-15 17:58 <timitos> bechamel: the package of trytond in ubuntu and debian is called tryton-server | ||
2010-03-15 17:59 <bechamel> timitos: yes | ||
2010-03-15 18:05 <damie> I just installed postgre and tryton-server still no luck | ||
2010-03-15 18:07 <timitos> damie: did you do the things from README.Debian? | ||
2010-03-15 18:07 <yangoon> damie: did you do the configuration steps in README.Debian | ||
2010-03-15 18:07 <yangoon> :D | ||
2010-03-15 18:07 <yangoon> and restart the servers? | ||
2010-03-15 18:07 <bechamel> yangoon vs timitos 1:1 :) | ||
2010-03-15 18:08 <damie> restart ok | ||
2010-03-15 18:09 <damie> will go and do that next back soon | ||
2010-03-15 18:09 <damie> Thank you all for putting up with this thick person (Damie-me) | ||
2010-03-15 18:10 <timitos> damie: np | ||
2010-03-15 18:21 <damie> Right getting further but can on do postgres commands fron line commarnd | ||
2010-03-15 18:22 <damie> am I making a meal out of it ? should it be straight forward ? | ||
2010-03-15 18:25 <timitos> damie: you need to put a "sudo" before the postgres comand: "sudo su - postgres -c "..... | ||
2010-03-15 18:28 <damie> sorry why putting sudo and than su ,I removed su and replaced it with sudo | ||
2010-03-15 18:30 <timitos> because only with sudo you can su to postgres | ||
2010-03-15 19:33 -!- enlightx(~enlightx@host-84-220-88-17.cust-adsl.tiscali.it) has joined #tryton | ||
2010-03-15 20:24 -!- juanfe(~juanfe@78.220.60.190.host.ifxnetworks.com) has joined #tryton | ||
2010-03-15 22:03 -!- paepke(~paepke@p54A2A5BA.dip0.t-ipconnect.de) has joined #tryton | ||
2010-03-15 22:22 -!- carlos_(~carlos@72.157.221.87.dynamic.jazztel.es) has joined #tryton | ||
2010-03-15 22:28 -!- tekknokrat(~gthielebe@95.214.60.13) has joined #tryton | ||
2010-03-15 22:39 -!- Timitos(~timitos@88.217.184.172) has joined #tryton | ||
2010-03-15 22:45 -!- paepke_(~paepke@p4FEB04F0.dip0.t-ipconnect.de) has joined #tryton | ||
2010-03-15 23:31 -!- paepke(~paepke@p54A2A5BA.dip0.t-ipconnect.de) has joined #tryton |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!