HI everybody, I&#39;ve compiled pgpool 3.2.2 on AIX 5.2.<br><br>I configured the pool for using replication mode. The configuration is working really fine on some linux virtual machine, but when I try to use pgpool with the same configuration on AIX I have a big trouble.<br>
<br>Starting with &quot;pgpool -d&quot; the server seems to be starting normally. it create pcp process and it create the pool connections waiting for connection requests.<br><br>When I lunch a &quot;ps -fu postgres | grep pgpool&quot;  i get this output:<br>
<br> <br><br>postgres  62164      1   0 10:05:48      -  0:00 pgpool: wait for connection request <br>postgres  75470      1   0 10:05:48      -  0:00 pgpool: PCP: wait for connection request <br>postgres  84072      1   0 10:05:48      -  0:00 pgpool: wait for connection request <br>
postgres  96828      1   0 10:05:48      -  0:00 pgpool: wait for connection request <br>postgres 100026      1   0 10:05:48      -  0:00 pgpool: wait for connection request <br>postgres 106670      1   0 10:05:47      -  0:00 pgpool: wait for connection request <br>
postgres 109864      1   0 10:05:48      -  0:00 pgpool: worker process <br>postgres 116412      1   0 10:05:48      -  0:00 pgpool: wait for connection request<br><br>but, as you can see looking at the output listed above,no pgpool daemon is running and every subprocess created by it now have as ppid 1.<br>
<br>if I look into the pgpool.pid i get a pid that is not running on the AIX machine. <br>Obviously if i try to stop pgpool it says that  the process is not running so i have to kill every process and to remove every temporary file manually.<br>
<br>If i run it without a daemon using  &quot;pgppool -n&quot; <br><br>the pgpool -n process is listed for some minutes in the  &quot;ps -fu postgres | grep pgpool&quot; and every subprocess have the right ppid. <br>Some minutes later i get the same output I listed for the &quot;pgpool -d&quot; command start.<br>
<br>Any idea on how to solve this trouble? <br><br>I&#39;ve already tried to find some error while in debug mode, but no error listed.<br><br>Thanks in advance<br><br>--<br>Daniele Di Vito<br><br><br><br><br>