trovato pg_hba.conf si trova in /var/lib/pgsql/data/pg_hba.conf, a questo punto con gedit modifico pg_hba.conf # PostgreSQL Client Authentication Configuration File<br># ===================================================<br>
#<br># Refer to the &quot;Client Authentication&quot; section in the<br># PostgreSQL documentation for a complete description<br># of this file.&nbsp; A short synopsis follows.<br>#<br># This file controls: which hosts are allowed to connect, how clients
<br># are authenticated, which PostgreSQL user names they can use, which<br># databases they can access.&nbsp; Records take one of these forms:<br>#<br># local&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; DATABASE&nbsp; USER&nbsp; METHOD&nbsp; [OPTION]<br>&nbsp;&nbsp;&nbsp; <span style="background-color: rgb(255, 255, 102);">
host promogest_db promoadmin <a href="http://127.0.0.1">127.0.0.1</a> <a href="http://255.255.255.0">255.255.255.0</a> trust</span><br style="background-color: rgb(255, 255, 102);"><br># host&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; DATABASE&nbsp; USER&nbsp; CIDR-ADDRESS&nbsp; METHOD&nbsp; [OPTION]
<br># hostssl&nbsp;&nbsp;&nbsp; DATABASE&nbsp; USER&nbsp; CIDR-ADDRESS&nbsp; METHOD&nbsp; [OPTION]<br># hostnossl&nbsp; DATABASE&nbsp; USER&nbsp; CIDR-ADDRESS&nbsp; METHOD&nbsp; [OPTION]<br>#<br># (The uppercase items must be replaced by actual values.)<br>#<br># The first field is the connection type: &quot;local&quot; is a Unix-domain socket,
<br># &quot;host&quot; is either a plain or SSL-encrypted TCP/IP socket, &quot;hostssl&quot; is an<br># SSL-encrypted TCP/IP socket, and &quot;hostnossl&quot; is a plain TCP/IP socket.<br>#<br># DATABASE can be &quot;all&quot;, &quot;sameuser&quot;, &quot;samerole&quot;, a database name, or
<br># a comma-separated list thereof.<br>#<br># USER can be &quot;all&quot;, a user name, a group name prefixed with &quot;+&quot;, or<br># a comma-separated list thereof.&nbsp; In both the DATABASE and USER fields<br># you can also write a file name prefixed with &quot;@&quot; to include names from
<br># a separate file.<br>#<br># CIDR-ADDRESS specifies the set of hosts the record matches.<br># It is made up of an IP address and a CIDR mask that is an integer<br># (between 0 and 32 (IPv4) or 128 (IPv6) inclusive) that specifies
<br># the number of significant bits in the mask.&nbsp; Alternatively, you can write<br># an IP address and netmask in separate columns to specify the set of hosts.<br>#<br># METHOD can be &quot;trust&quot;, &quot;reject&quot;, &quot;md5&quot;, &quot;crypt&quot;, &quot;password&quot;,
<br># &quot;krb5&quot;, &quot;ident&quot;, &quot;pam&quot; or &quot;ldap&quot;.&nbsp; Note that &quot;password&quot; sends passwords<br># in clear text; &quot;md5&quot; is preferred since it sends encrypted passwords.<br>#<br>
# OPTION is the ident map or the name of the PAM service, depending on METHOD.<br>#<br># Database and user names containing spaces, commas, quotes and other special<br># characters must be quoted. Quoting one of the keywords &quot;all&quot;, &quot;sameuser&quot; or
<br># &quot;samerole&quot; makes the name lose its special character, and just match a<br># database or username with that name.<br>#<br># This file is read on server startup and when the postmaster receives<br># a SIGHUP signal.&nbsp; If you edit the file on a running system, you have
<br># to SIGHUP the postmaster for the changes to take effect.&nbsp; You can use<br># &quot;pg_ctl reload&quot; to do that.<br><br># Put your actual configuration here<br># ----------------------------------<br>#<br># If you want to allow non-local connections, you need to add more
<br># &quot;host&quot; records. In that case you will also need to make PostgreSQL listen<br># on a non-local interface via the listen_addresses configuration parameter,<br># or via the -i or -h command line switches.<br>
#<br><br><br><br># TYPE&nbsp; DATABASE&nbsp;&nbsp;&nbsp; USER&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; CIDR-ADDRESS&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; METHOD<br><br># &quot;local&quot; is for Unix domain socket connections only<br>local&nbsp;&nbsp; all&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; all&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ident sameuser<br>
# IPv4 local connections:<br>host&nbsp;&nbsp;&nbsp; all&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; all&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a href="http://127.0.0.1/32">127.0.0.1/32</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ident sameuser<br># IPv6 local connections:<br>host&nbsp;&nbsp;&nbsp; all&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; all&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ::1/128&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ident sameuser
<br>questo รจ il contenuto di pg_hba.conf <br>lancio ./install_db.sh <br>psql: FATAL:&nbsp; Ident authentication failed for user &quot;postgres&quot;<br>psql: FATAL:&nbsp; Ident authentication failed for user &quot;promoadmin&quot;<br>
createlang: impossibile connettersi al database promogest_nightly: FATAL:&nbsp; Ident authentication failed for user &quot;postgres&quot;<br>psql: FATAL:&nbsp; Ident authentication failed for user &quot;promoadmin&quot;<br>psql: FATAL:&nbsp; Ident authentication failed for user &quot;promoadmin&quot;
<br>psql: FATAL:&nbsp; Ident authentication failed for user &quot;promoadmin&quot;<br>psql: FATAL:&nbsp; Ident authentication failed for user &quot;promoadmin&quot;<br>psql: FATAL:&nbsp; Ident authentication failed for user &quot;promoadmin&quot;
<br>psql: FATAL:&nbsp; Ident authentication failed for user &quot;promoadmin&quot;<br>psql: FATAL:&nbsp; Ident authentication failed for user &quot;promoadmin&quot;<br>psql: FATAL:&nbsp; Ident authentication failed for user &quot;promoadmin&quot;
<br>psql: FATAL:&nbsp; Ident authentication failed for user &quot;promoadmin&quot;<br>psql: FATAL:&nbsp; Ident authentication failed for user &quot;promoadmin&quot;<br>psql: FATAL:&nbsp; Ident authentication failed for user &quot;promoadmin&quot;
<br>psql: FATAL:&nbsp; Ident authentication failed for user &quot;promoadmin&quot;<br>psql: FATAL:&nbsp; Ident authentication failed for user &quot;promoadmin&quot;<br><br><br><br><div><span class="gmail_quote">Il 09/10/07, <b class="gmail_sendername">
Francesco Steno</b> &lt;<a href="mailto:overdrive@linux.it">overdrive@linux.it</a>&gt; ha scritto:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>Il giorno 08/ott/07, alle ore 21:50, angelo morrone ha scritto:<br><br>&gt; non ne vuole propio sapere di funzionare porc..................<br>&gt; conil comando psql -l mi da:<br>&gt;&nbsp;&nbsp;psql -l<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Lista dei database
<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;Nome&nbsp;&nbsp;&nbsp;&nbsp;| Proprietario | Codifica<br>&gt; -----------+--------------+----------<br>&gt;&nbsp;&nbsp;postgres&nbsp;&nbsp;| postgres&nbsp;&nbsp;&nbsp;&nbsp; | UTF8<br>&gt;&nbsp;&nbsp;template0 | postgres&nbsp;&nbsp;&nbsp;&nbsp; | UTF8<br>&gt;&nbsp;&nbsp;template1 | postgres&nbsp;&nbsp;&nbsp;&nbsp; | UTF8<br>&gt; (3 rows)
<br>&gt;<br>&gt; il file che ho modifica sulla mia linux box suse si trova /usr/<br>&gt; share/postgresql/pg_hba.conf.sample spero che intendevi questo.<br><br># find / -name &quot;pg_hba.conf&quot;<br>(incolla i&#39;output)
<br><br>dopo la modifica, se lanci install_db.sh, cosa ti tira fuori ?<br><br><br><br><br>Saluti<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Francesco Steno aka &quot;oVERDRIVE&quot;<br><br>--<br>Chuck Norris un giorno ha creato un lanciafiamme urinando in un
<br>accendino.<br><br>-=-=-=-=-=-=-=-=-=-=-=-=-=-generated by /dev/over-=-=-=-=-=-=-=-=-=-=<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;oVERDRIVE<br>&lt;<a href="mailto:overdrive@OpenGeeks.it">overdrive@OpenGeeks.it</a>&gt;&lt;<a href="mailto:overdrive@BitchX.it">
overdrive@BitchX.it</a>&gt;&lt;<a href="mailto:overdrive@Linux.it">overdrive@Linux.it</a>&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;GnuPG Public Key: <a href="http://cb.linux.it/lug/key/overdrive.asc">http://cb.linux.it/lug/key/overdrive.asc</a>
<br>&nbsp;&nbsp;Key Fingerprint: 146A E13D 9E68 3B96 40FB&nbsp;&nbsp;11F5 9A10 2D1F 3973 C203<br><br><br><br><br><br>--<br>Mailing list info: <a href="http://lists.linux.it/listinfo/lugcb">http://lists.linux.it/listinfo/lugcb</a><br><br><br>
</blockquote></div><br>