Re: [GENERAL] Starting a cluster as a service

2012-06-29 Thread Léa Massiot
Hello Raghavendra, Sorry for the late answer, I couldn't test this properly before. That indeed solves the problem. Thank you and best regards. -- View this message in context: http://postgresql.1045698.n5.nabble.com/Starting-a-cluster-as-a-service-tp5712728p5714759.html Sent from the PostgreSQL

Re: [GENERAL] Starting a cluster as a service

2012-06-22 Thread Raghavendra
On Fri, Jun 22, 2012 at 5:36 PM, Léa Massiot wrote: > Hi again, > > I'm running "PostgreSQL 9.1" under "Windows XP". > I'm still trying to set a proper logging system for a PostgreSQL cluster > "a_pg_cluster". > > In the cluster "postgresql.conf" configuration file, I uncommented > "logging_conne

Re: [GENERAL] Starting a cluster as a service

2012-06-22 Thread Léa Massiot
Hi again, I'm running "PostgreSQL 9.1" under "Windows XP". I'm still trying to set a proper logging system for a PostgreSQL cluster "a_pg_cluster". In the cluster "postgresql.conf" configuration file, I uncommented "logging_connector = on". When I stopped + started the service, I could see a "pg_

Re: [GENERAL] Starting a cluster as a service

2012-06-18 Thread Léa Massiot
Sorry. I added some "< raw >" tags so maybe this is the reason why you couldn't see half of my message. Hi again, It looks like the problem comes from the "-l" option I'm trying to set when I register the service. 1) If I register the cluster as a service in the following way: --

Re: [GENERAL] Starting a cluster as a service

2012-06-18 Thread Alban Hertroys
On 18 June 2012 09:46, Léa Massiot wrote: > Hello Thomas, > Contrary to what you say, I provided command lines and messages (in case of > failure). > What is missing according to you? The command lines. If you did indeed post them, they did not make it to the list. -- If you can't see the fores

Re: [GENERAL] Starting a cluster as a service

2012-06-18 Thread Léa Massiot
Hi again, It looks like the problem comes from the "-l" option I'm trying to set when I register the service. 1) If I register the cluster as a service in the following way: It works: the service is automatically started properly. 2) If I add the following option: and then try to start the ser

Re: [GENERAL] Starting a cluster as a service

2012-06-18 Thread Léa Massiot
Hello Thomas, Contrary to what you say, I provided command lines and messages (in case of failure). What is missing according to you? Thank you and best regards. -- View this message in context: http://postgresql.1045698.n5.nabble.com/Starting-a-cluster-as-a-service-tp5712728p5713039.html Sent fr

Re: [GENERAL] Starting a cluster as a service

2012-06-15 Thread Thomas Boussekey
Hello Léa, Command line, message and commands are missing. Difficult to help you! Regards, Thomas 2012/6/15 Léa Massiot > Hello and thank you for reading my post. > > My problem is that I do not manage to start a PostgreSQL cluster as a > Windows service. > The OS is WinXP. > > - I've created