<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Hi,<br>
    <br>
    I still <span id="result_box" class="short_text" lang="en"><span
        class="hps">not</span> <span class="hps">solved the</span> <span
        class="hps">problem as below. I found error logs in my apache,
        when I try your pgpooladmin master snapshot
(<a class="moz-txt-link-freetext" href="http://git.postgresql.org/gitweb/?p=pgpooladmin.git;a=snapshot;h=9cf159246892e3388b36f4b43cccc0c62e54a29f;sf=tgz">http://git.postgresql.org/gitweb/?p=pgpooladmin.git;a=snapshot;h=9cf159246892e3388b36f4b43cccc0c62e54a29f;sf=tgz</a>):<br>
        <br>
        [Mon Jan 20 09:40:56 2014] [error] [client 10.5.0.222] PHP
        Notice:  Undefined index: is_superuser in
        /srv/www/htdocs/pgpooladmin3/templates_c/0c0549f8dec73a69ed2a902e241de5fc5694c02c.file.status_pgsql_buttons.tpl.php
        on line 51, referer: <a class="moz-txt-link-freetext" href="http://10.5.1.241/pgpooladmin3/status.php">http://10.5.1.241/pgpooladmin3/status.php</a><br>
        [Mon Jan 20 09:40:56 2014] [error] [client 10.5.0.222] PHP
        Notice:  Trying to get property of non-object in
        /srv/www/htdocs/pgpooladmin3/templates_c/0c0549f8dec73a69ed2a902e241de5fc5694c02c.file.status_pgsql_buttons.tpl.php
        on line 51, referer: <a class="moz-txt-link-freetext" href="http://10.5.1.241/pgpooladmin3/status.php">http://10.5.1.241/pgpooladmin3/status.php</a><br>
        <br>
      </span></span>
    <div class="moz-forward-container"><br>
      -- Treść oryginalnej wiadomości --
      <table class="moz-email-headers-table" cellpadding="0"
        cellspacing="0" border="0">
        <tbody>
          <tr>
            <th valign="BASELINE" align="RIGHT" nowrap="nowrap">Temat: </th>
            <td>Re: [pgpool-general: 2366] Re: superuser: unknown
              (Connection error)</td>
          </tr>
          <tr>
            <th valign="BASELINE" align="RIGHT" nowrap="nowrap">Data: </th>
            <td>Fri, 27 Dec 2013 09:30:23 +0100</td>
          </tr>
          <tr>
            <th valign="BASELINE" align="RIGHT" nowrap="nowrap">Nadawca:
            </th>
            <td>Aleksander Englert <a class="moz-txt-link-rfc2396E" href="mailto:aleksander_englert@skg.pl">&lt;aleksander_englert@skg.pl&gt;</a></td>
          </tr>
          <tr>
            <th valign="BASELINE" align="RIGHT" nowrap="nowrap">Adresat:
            </th>
            <td>Nozomi Anzai <a class="moz-txt-link-rfc2396E" href="mailto:anzai@sraoss.co.jp">&lt;anzai@sraoss.co.jp&gt;</a>,
              <a class="moz-txt-link-abbreviated" href="mailto:pgpool-general@pgpool.net">pgpool-general@pgpool.net</a></td>
          </tr>
        </tbody>
      </table>
      <br>
      <br>
      <pre>Hi,

I tested version of pgpooladmin from your link and now buttons for the 
restart, reload... are inactive (see attachment - screen.jpg).

W dniu 2013-12-26 02:05, Nozomi Anzai pisze:
&gt; Hi,
&gt;
&gt; Thank you for sending information. I reproduced your situation and fixed
&gt; this problem.
&gt; Now pgpoolAdmin shows "supeuser: yes" or "superuser: no" when a backend
&gt; node works, and pgpool_pgctl() is executed by the login user only when he
&gt; is a super user.
&gt;
&gt; Could you try the latest master snapshot?
&gt; <a class="moz-txt-link-freetext" href="http://git.postgresql.org/gitweb/?p=pgpooladmin.git;a=snapshot;h=9cf159246892e3388b36f4b43cccc0c62e54a29f;sf=tgz">http://git.postgresql.org/gitweb/?p=pgpooladmin.git;a=snapshot;h=9cf159246892e3388b36f4b43cccc0c62e54a29f;sf=tgz</a>
&gt;
&gt;
&gt;&gt; Hi,
&gt;&gt;
&gt;&gt; Thanks for replay ;) Please see attachements. There is
&gt;&gt; pgpooladmin_screen.jpg and file pgpool.conf. SSH use public key
&gt;&gt; authentication. In all files named pg_hba.conf on postgres clusters are
&gt;&gt; lines:
&gt;&gt;
&gt;&gt; host    all             all ip_address_db_cluster1/32      trust
&gt;&gt; host    all             all ip_address_db_cluster2/32      trust
&gt;&gt; host    all             all             ip_address_pgpool/32 trust
&gt;&gt;
&gt;&gt;
&gt;&gt; W dniu 2013-12-18 10:47, Nozomi Anzai pisze:
&gt;&gt;&gt; Hi,
&gt;&gt;&gt;
&gt;&gt;&gt;&gt; Hello,
&gt;&gt;&gt;&gt;
&gt;&gt;&gt;&gt; I have a problem with pgpooladmin. I have the information, that -
&gt;&gt;&gt;&gt; superuser: unknown (Connection error) (see attachment -
&gt;&gt;&gt;&gt; pgpooladmin_statement.jpg). Please help me, what should I do to solve
&gt;&gt;&gt;&gt; the problem.
&gt;&gt;&gt; I'm afraid your pgpool and pgpoolAdmin cannot connect its backend nodes.
&gt;&gt;&gt; What is shown in "status" column in "Backend info (PostgreSQL)" area?
&gt;&gt;&gt; It expected there is "postgres: Up", but if you don't set sr_check_user/
&gt;&gt;&gt; password nor health_check_user/password in pgpool.conf, there will be
&gt;&gt;&gt; "postgres: down" even when the backend PostgreSQL is active.
&gt;&gt;&gt;
&gt;&gt;&gt; Could you show us your pgpool.conf?
&gt;&gt;&gt;
&gt;&gt;&gt;&gt; The function - pgpool_pgctl - is installed correctly, I
&gt;&gt;&gt;&gt; think. For example function "SELECT pgpool_pgctl('reload', '')" return
&gt;&gt;&gt;&gt; true:
&gt;&gt;&gt;&gt;
&gt;&gt;&gt;&gt; postgres@pgcl1:~&gt; psql template1 -c "SELECT pgpool_pgctl('reload', '')";
&gt;&gt;&gt;&gt;     pgpool_pgctl
&gt;&gt;&gt;&gt; --------------
&gt;&gt;&gt;&gt;     t
&gt;&gt;&gt;&gt; (1 row)
&gt;&gt;&gt;&gt;
&gt;&gt;&gt;&gt; A superuser whose name is same as the pgpoolAdmin's login user exists in
&gt;&gt;&gt;&gt; the backend. PgpoolAdmin's login user is postgres.
&gt;&gt;&gt;&gt;
&gt;&gt;&gt;&gt; -- 
&gt;&gt;&gt;&gt; Pozdrawiam / Best regards
&gt;&gt;&gt;&gt; Aleksander Englert
&gt;&gt;&gt;&gt; <a class="moz-txt-link-abbreviated" href="mailto:aleksander_englert@skg.pl">aleksander_englert@skg.pl</a>
&gt;&gt;&gt;&gt; tel. 033/8281168
&gt;&gt;&gt;&gt; kom. +48692469269
&gt;&gt;&gt;&gt;
&gt;&gt;&gt;&gt; SKG S.A.
&gt;&gt;&gt;&gt; 43-309 Bielsko-Biała, Al. Armii Krajowej 336
&gt;&gt;&gt;&gt; tel. +48 33 8281-100, fax +48 33 8281-105
&gt;&gt;&gt;&gt; e-mail: <a class="moz-txt-link-abbreviated" href="mailto:firma@skg.pl">firma@skg.pl</a>
&gt;&gt;&gt;&gt;
&gt;&gt;&gt;&gt; Nr KRS: 47940, Sąd Rejonowy w Bielsku-Białej, VIII Wydział Gospodarczy KRS
&gt;&gt;&gt;&gt; NIP: 547-12-57-936, Regon: 070711270
&gt;&gt;&gt;&gt; Kapitał zakładowy: 500 000 zł w całości opłacony
&gt;&gt;&gt;&gt;
&gt;&gt;&gt;&gt; Niniejsza wiadomość może zawierać informacje prawnie chronione.
&gt;&gt;&gt;&gt; Wiadomość skierowana jest wyłącznie do
&gt;&gt;&gt;&gt; adresata/ adresatów określonych wyżej i stanowi własność nadawcy.
&gt;&gt;&gt;&gt; Odbiorca, który otrzymał tę wiadomość
&gt;&gt;&gt;&gt; przypadkowo, proszony jest o jej nie rozpowszechnianie, a następnie
&gt;&gt;&gt;&gt; poinformowanie nadawcy i jej
&gt;&gt;&gt;&gt; usunięcie. Rozpowszechnianie, kopiowanie, ujawnianie lub przekazywanie
&gt;&gt;&gt;&gt; osobom trzecim w jakiejkolwiek
&gt;&gt;&gt;&gt; formie informacji zawartych w niniejszej wiadomości w całości lub części
&gt;&gt;&gt;&gt; jest zakazane.
&gt;&gt;&gt;&gt;
&gt;&gt;&gt;&gt; The information contained in this message may be privileged and
&gt;&gt;&gt;&gt; confidential and protected from disclosure.
&gt;&gt;&gt;&gt; Information included in that message is addressed only to the
&gt;&gt;&gt;&gt; addressee/addressees determined above and is the property
&gt;&gt;&gt;&gt; of the sender. If you have received this communication in error, please
&gt;&gt;&gt;&gt; notify the sender immediately by replaying
&gt;&gt;&gt;&gt; to the message and deleting it from your computer. Any dissemination,
&gt;&gt;&gt;&gt; distribution or copying of this communication
&gt;&gt;&gt;&gt; to the third parties is strictly prohibited.
&gt;&gt; -- 
&gt;&gt; Pozdrawiam / Best regards
&gt;&gt; Aleksander Englert
&gt;&gt; <a class="moz-txt-link-abbreviated" href="mailto:aleksander_englert@skg.pl">aleksander_englert@skg.pl</a>
&gt;&gt; tel. 033/8281168
&gt;&gt; kom. +48692469269
&gt;&gt;
&gt;&gt; SKG S.A.
&gt;&gt; 43-309 Bielsko-Biała, Al. Armii Krajowej 336
&gt;&gt; tel. +48 33 8281-100, fax +48 33 8281-105
&gt;&gt; e-mail: <a class="moz-txt-link-abbreviated" href="mailto:firma@skg.pl">firma@skg.pl</a>
&gt;&gt;
&gt;&gt; Nr KRS: 47940, Sąd Rejonowy w Bielsku-Białej, VIII Wydział Gospodarczy KRS
&gt;&gt; NIP: 547-12-57-936, Regon: 070711270
&gt;&gt; Kapitał zakładowy: 500 000 zł w całości opłacony
&gt;&gt;
&gt;&gt; Niniejsza wiadomość może zawierać informacje prawnie chronione.
&gt;&gt; Wiadomość skierowana jest wyłącznie do
&gt;&gt; adresata/ adresatów określonych wyżej i stanowi własność nadawcy.
&gt;&gt; Odbiorca, który otrzymał tę wiadomość
&gt;&gt; przypadkowo, proszony jest o jej nie rozpowszechnianie, a następnie
&gt;&gt; poinformowanie nadawcy i jej
&gt;&gt; usunięcie. Rozpowszechnianie, kopiowanie, ujawnianie lub przekazywanie
&gt;&gt; osobom trzecim w jakiejkolwiek
&gt;&gt; formie informacji zawartych w niniejszej wiadomości w całości lub części
&gt;&gt; jest zakazane.
&gt;&gt;
&gt;&gt; The information contained in this message may be privileged and
&gt;&gt; confidential and protected from disclosure.
&gt;&gt; Information included in that message is addressed only to the
&gt;&gt; addressee/addressees determined above and is the property
&gt;&gt; of the sender. If you have received this communication in error, please
&gt;&gt; notify the sender immediately by replaying
&gt;&gt; to the message and deleting it from your computer. Any dissemination,
&gt;&gt; distribution or copying of this communication
&gt;&gt; to the third parties is strictly prohibited.
&gt;

-- 
Pozdrawiam / Best regards
Aleksander Englert
<a class="moz-txt-link-abbreviated" href="mailto:aleksander_englert@skg.pl">aleksander_englert@skg.pl</a>
tel. 033/8281168
kom. +48692469269

SKG S.A.
43-309 Bielsko-Biała, Al. Armii Krajowej 336
tel. +48 33 8281-100, fax +48 33 8281-105
e-mail: <a class="moz-txt-link-abbreviated" href="mailto:firma@skg.pl">firma@skg.pl</a>

Nr KRS: 47940, Sąd Rejonowy w Bielsku-Białej, VIII Wydział Gospodarczy KRS
NIP: 547-12-57-936, Regon: 070711270
Kapitał zakładowy: 500 000 zł w całości opłacony

Niniejsza wiadomość może zawierać informacje prawnie chronione. 
Wiadomość skierowana jest wyłącznie do
adresata/ adresatów określonych wyżej i stanowi własność nadawcy. 
Odbiorca, który otrzymał tę wiadomość
przypadkowo, proszony jest o jej nie rozpowszechnianie, a następnie 
poinformowanie nadawcy i jej
usunięcie. Rozpowszechnianie, kopiowanie, ujawnianie lub przekazywanie 
osobom trzecim w jakiejkolwiek
formie informacji zawartych w niniejszej wiadomości w całości lub części 
jest zakazane.

The information contained in this message may be privileged and 
confidential and protected from disclosure.
Information included in that message is addressed only to the 
addressee/addressees determined above and is the property
of the sender. If you have received this communication in error, please 
notify the sender immediately by replaying
to the message and deleting it from your computer. Any dissemination, 
distribution or copying of this communication
to the third parties is strictly prohibited.

</pre>
      <br>
      <div class="moz-signature">-- <br>
        Pozdrawiam / Best regards<br>
        Aleksander Englert<br>
        <a class="moz-txt-link-abbreviated" href="mailto:aleksander_englert@skg.pl">aleksander_englert@skg.pl</a><br>
        tel. 033/8281168<br>
        kom. +48692469269<br>
        <br>
        SKG S.A. <br>
        43-309 Bielsko-Biała, Al. Armii Krajowej 336<br>
        tel. +48 33 8281-100, fax +48 33 8281-105<br>
        e-mail: <a class="moz-txt-link-abbreviated" href="mailto:firma@skg.pl">firma@skg.pl</a><br>
        <br>
        Nr KRS: 47940, Sąd Rejonowy w Bielsku-Białej, VIII Wydział
        Gospodarczy KRS<br>
        NIP: 547-12-57-936, Regon: 070711270<br>
        Kapitał zakładowy: 500 000 zł w całości opłacony<br>
        <br>
        Niniejsza wiadomość może zawierać informacje prawnie chronione.
        Wiadomość skierowana jest wyłącznie do<br>
        adresata/ adresatów określonych wyżej i stanowi własność
        nadawcy. Odbiorca, który otrzymał tę wiadomość<br>
        przypadkowo, proszony jest o jej nie rozpowszechnianie, a
        następnie poinformowanie nadawcy i jej<br>
        usunięcie. Rozpowszechnianie, kopiowanie, ujawnianie lub
        przekazywanie osobom trzecim w jakiejkolwiek<br>
        formie informacji zawartych w niniejszej wiadomości w całości
        lub części jest zakazane.<br>
        <br>
        The information contained in this message may be privileged and
        confidential and protected from disclosure.<br>
        Information included in that message is addressed only to the
        addressee/addressees determined above and is the property<br>
        of the sender. If you have received this communication in error,
        please notify the sender immediately by replaying<br>
        to the message and deleting it from your computer. Any
        dissemination, distribution or copying of this communication<br>
        to the third parties is strictly prohibited. </div>
      <br>
    </div>
    <br>
  </body>
</html>