Yes, they replace postmaster.conf by postgresql.conf. It works now! Many thanks for your help, rayban.
Peter rayban <[EMAIL PROTECTED]> wrote: Ok. I understand what you mean. There is a file inside /etc/postgresql/8.1 called postgresql.conf. You must edit it to enable tcp connections to your rft database. You must de-comment a line: listen_addresses = `localhost` I think that it will work with it. Again, don't forget to restart the postgresql service. Greetings. El jue, 16-08-2007 a las 16:37 +0200, rayban escribió: > Have you looked inside /etc/postgresql/. It must be a folder whom name > is 8.1. Inside there must be postmaster.conf, pg_hba.conf files. don't > you? > > El jue, 16-08-2007 a las 10:18 -0400, peter ye escribió: > > The version of postgresql I use is 8.1. I installed it > > (postgresql-8.1,postgresql-client-8.1,postgresql-common,postgresql-client-common > > ) from Ubuntu package manager. However, postmaster.conf is not installed. > > Is that a problem with Ubuntu package or they just remove it from 8.1? > > > > Cheers, > > Peter > > > > rayban wrote: > > Hi. What version of postgresql do you have installed?. In 7.4 > > version > > you must edit /etc/postgresql/7.4/main/pg_hba.conf y > > postmaster.conf. > > > > Your problem seems to be that you have not started a socket > > for > > postgresql so globus is unable to connect to it in order to > > access to > > the rft database. In 7.4 version tcp/ip sockets connections > > are > > configured inside postmaster.conf adding or de-commenting a > > line: > > tcpip_socket = true. Then you must restart de postgresql > > service. > > > > Don't forget to > > edit /usr/local/globus/etc/globus_wsrf_rft/jndi-config.xml and > > replace > > password foo by your password. > > > > > > Good luck!. > > > > > > > > > > > > > > > > > > El mié, 15-08-2007 a las 15:09 -0400, peter ye escribió: > > > Dear all: > > > I was trying to build Globus system on my machine following > > the > > > quick start tutorial. When I tried to start the globus > > container, it > > > gives me the following error. I think the problem is on > > allowing > > > TCP/IP access to postgresql? Does anyone know how to fix > > it? > > > Also, why there are only 5 services starts? Others such as > > > TriggerFactoryService, DelegationTestService etc aren't > > started? > > > > > > Thanks, > > > Peter > > > > > > [EMAIL PROTECTED]:~$ /etc/init.d/globus-4.0.5 start > > > Password: > > > Starting Globus container. PID: 15483 > > > [EMAIL PROTECTED]:~$ > > > head /usr/local/globus-4.0.5/var/container.log > > > > > > 2007-08-15 13:42:34,986 ERROR > > service.ReliableFileTransferImpl > > > [main,:69] Unable to setup database driver with > > > pooling.Connection refused. Check that the hostname and port > > are > > > correct and that the postmaster is accepting TCP/IP > > connections. > > > 2007-08-15 13:42:35,258 WARN > > service.ReliableFileTransferHome > > > [main,initialize:97] All RFT requests will fail and all GRAM > > jobs that > > > require file staging will fail.Connection refused. Check > > that the > > > hostname and port are correct and that the postmaster is > > accepting > > > TCP/IP connections. > > > Starting SOAP server at: > > https://192.168.52.128:8443/wsrf/services/ > > > With the following services: > > > > > > [1]: https://192.168.52.128:8443/wsrf/services/AdminService > > > [2]: > > https://192.168.52.128:8443/wsrf/services/AuthzCalloutTestService > > > [3]: https://192.168.52.128:8443/wsrf/services/CASService > > > [4]: > > > > > > > https://192.168.52.128:8443/wsrf/services/ContainerRegistryEntryService > > > [5]: > > > > > https://192.168.52.128:8443/wsrf/services/ContainerRegistryService > > > > > > > > > > > > > > > > > > > ______________________________________________________________________ > > > All new Yahoo! Mail - > > > > > > > ______________________________________________________________________ > > > Get a sneak peak at messages with a handy reading pane. > > > > > > > > > > > > > ______________________________________________________________________ > > > All new Yahoo! Mail > > > > > > > ______________________________________________________________________ > > > Get news delivered. Enjoy RSS feeds right on your Mail page. > > -- > > Iván Fernández Hernández > > Becario investigador > > Instituto de investigación en Informática de Albacete (I3A) > > > > > > > > > > > > ______________________________________________________________________ > > Ask a question on any topic and get answers from real people. Go to > > Yahoo! Answers. -- Iván Fernández Hernández Becario investigador Instituto de investigación en Informática de Albacete (I3A) --------------------------------- Be smarter than spam. See how smart SpamGuard is at giving junk email the boot with the All-new Yahoo! Mail
