ciao ho avuto problema con l'invio dell'email di prima ho provato a spedirla intera un paio di volte dopo di che lo spezzettata in più parti. Perché il vostro server non accettava la mia email?<br><br>comunque:<br>
ifconfig<br>dsl0 Link encap:Point-to-Point Protocol<br> inet addr:<a href="http://87.11.176.21">87.11.176.21</a> P-t-P:<a href="http://192.168.100.1">192.168.100.1</a> Mask:<a href="http://255.255.255.255">
255.255.255.255</a><br> UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1492 Metric:1<br> RX packets:530 errors:0 dropped:0 overruns:0 frame:0<br> TX packets:452 errors:0 dropped:0 overruns:0 carrier:0
<br> collisions:0 txqueuelen:3<br> RX bytes:344574 (336.4 Kb) TX bytes:143804 (140.4 Kb)<br><br>eth0 Link encap:Ethernet HWaddr 00:19:21:4B:CF:5D<br> inet addr:<a href="http://192.168.1.14">
192.168.1.14</a> Bcast:<a href="http://255.255.255.255">255.255.255.255</a> Mask:<a href="http://255.255.255.224">255.255.255.224</a><br> inet6 addr: fe80::219:21ff:fe4b:cf5d/64 Scope:Link<br> UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
<br> RX packets:2244 errors:0 dropped:0 overruns:0 frame:0<br> TX packets:1451 errors:0 dropped:0 overruns:0 carrier:0<br> collisions:0 txqueuelen:1000<br> RX bytes:2426293 (2.3 Mb) TX bytes:234174 (
228.6 Kb)<br> Interrupt:16<br><br>lo Link encap:Local Loopback<br> inet addr:<a href="http://127.0.0.1">127.0.0.1</a> Mask:<a href="http://255.0.0.0">255.0.0.0</a><br> inet6 addr: ::1/128 Scope:Host
<br> UP LOOPBACK RUNNING MTU:16436 Metric:1<br> RX packets:50 errors:0 dropped:0 overruns:0 frame:0<br> TX packets:50 errors:0 dropped:0 overruns:0 carrier:0<br> collisions:0 txqueuelen:0
<br> RX bytes:3116 (3.0 Kb) TX bytes:3116 (3.0 Kb)<br>hostname<br>linux-suse<br><br>Riguardo al server postgrsql lo avvio normalmente /etc/init.d/postgresql start<br>Starting PostgreSQLcould not start server<br>
failed<br>[1]+ Done gedit /var/lib/pgsql/data/pg_hba.conf<br><br>mi da errore provo con /etc/init.d/postgresql status<br>Checking for PostgreSQL: running
<br><br>bo è strano<br><br><br><div><span class="gmail_quote">2007/10/14, Francesco Steno <<a href="mailto:overdrive@linux.it" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
overdrive@linux.it</a>>:</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 14/ott/07, alle ore 14:46, angelo morrone ha scritto:
<br><br>> avvio su postgres /install_db.sh<br>><br>> psql: impossibile connettersi al server: Connessione rifiutata<br>> Controllare che il server all'indirizzo "linux-suse" sia in<br>> funzione
<br>> e che accetti connessioni TCP/IP sulla porta 5432?<br><br><br>[cut]<br><br>mi mandi l'output di:<br><br>ifconfig<br><br>e del comando:<br><br>hostname<br><br>??<br>grazie<br><br>> dopo un po di prove ho scoperto che posgresql è sempre in esecuzione
<br><br>puoi essere piu' preciso ?<br>cosa ti fa pensare che sia sempre in esecuzione?<br>se stoppi il server, non ottieni il risultato voluto ???<br><br>><br>> cosi ho continuato a provare e riprovare per far funzionare promogest
<br>> cosi apro gedit conf.sh<br>> #!/bin/sh<br>><br>> # Temporary directory<br>> TMP=/tmp<br>> CAT=/bin/cat<br>> # Postgres createlang command<br>> CREATELANG=/usr/bin/createlang<br>> # Postgres client sql
<br>> PSQL=/usr/bin/psql<br>> # Default database user<br>> DB_USER=promoadmin<br>> # Default user password<br>> DB_PASS=admin<br>> # user "postgres" password<br>> ADMIN_PASSWORD=<br>> # Database server address
<br>> DB_HOST=linux-suse<br>> # Database name<br>> DB_NAME=promogest_nightly<br>><br>> poi apro gedit /var/lib/pgsql/data/pg_hba.conf<br>><br>> # PostgreSQL Client Authentication Configuration File<br>
> # ===================================================<br>> #<br>> # Refer to the "Client Authentication" section in the<br>> # PostgreSQL documentation for a complete description<br>> # of this file. 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. Records take one of these forms:
<br><br><br>[cut]<br><br>inserisci in questo file, la seguente riga:<br><br>linux-suse promogest_nightly promoadmin <a href="http://192.168.1.14/32" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
192.168.1.14/32</a> trust<br><br>> #<br>> # local DATABASE USER METHOD [OPTION]
<br>><br>> linux-suse promogest_nightly promoadmin <a href="http://192.168.1.14" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">192.168.1.14</a><br>> <a href="http://255.255.255.254" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
255.255.255.254</a> trust<br><br>cancella questa riga (questa sopra :) )<br>
<br><br>><br>> # host DATABASE USER CIDR-ADDRESS METHOD [OPTION]<br>> # hostssl DATABASE USER CIDR-ADDRESS METHOD [OPTION]<br>> # hostnossl DATABASE USER CIDR-ADDRESS METHOD [OPTION]<br>
> #
<br>> # (The uppercase items must be replaced by actual values.)<br>> #<br>> # The first field is the connection type: "local" is a Unix-domain<br>> socket,<br>> # "host" is either a plain or SSL-encrypted TCP/IP socket,
<br>> "hostssl" is an<br>> # SSL-encrypted TCP/IP socket, and "hostnossl" is a plain TCP/IP<br>> socket.<br>> #<br>> # DATABASE can be "all", "sameuser", "samerole", a database name, or
<br>> # a comma-separated list thereof.<br>> #<br>> # USER can be "all", a user name, a group name prefixed with "+", or<br>> # a comma-separated list thereof. In both the DATABASE and USER
<br>> fields<br>> # you can also write a file name prefixed with "@" to include names<br>> 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. Alternatively, you
<br>> can write<br>> # an IP address and netmask in separate columns to specify the set<br>> of hosts.<br>> #<br>> # METHOD can be "trust", "reject", "md5", "crypt", "password",
<br>> # "krb5", "ident", "pam" or "ldap". Note that "password" sends<br>> passwords<br>> # in clear text; "md5" is preferred since it sends encrypted<br>
> passwords.<br>> #<br>> # OPTION is the ident map or the name of the PAM service, depending<br>> on METHOD.<br>> #<br>> # Database and user names containing spaces, commas, quotes and<br>> other special
<br>> # characters must be quoted. Quoting one of the keywords "all",<br>> "sameuser" or<br>> # "samerole" makes the name lose its special character, and just<br>> 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. If you edit the file on a running system, you have<br>> # to SIGHUP the postmaster for the changes to take effect. You can
<br>> use<br>> # "pg_ctl reload" 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>> # "host" records. In that case you will also need to make<br>> PostgreSQL listen<br>> # on a non-local interface via the listen_addresses configuration<br>> parameter,<br>> # or via the -i or -h command line switches.
<br>> #<br>><br>><br>><br>> # TYPE DATABASE USER CIDR-ADDRESS METHOD<br>><br>> # "local" is for Unix domain socket connections only<br>> local all all ident sameuser
<br><br>queta riga commentala (aggiungendo un # )<br><br>> # IPv4 local connections:<br>> host all all <a href="http://127.0.0.1/32" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
127.0.0.1/32</a> ident sameuser<br><br>commenta anche questa
<br><br>> # IPv6 local connections:<br>> host all all ::1/128 ident sameuser<br><br>e questa<br><br>><br>> # PostgreSQL Client Authentication Configuration File<br>> # ===================================================
<br><br>questo cose' ? un altro file ???<br>oppure la continua? del precedente ???<br><br><br>> # Refer to the "Client Authentication" section in the<br>> # PostgreSQL documentation for a complete description
<br>> # of this file. A short synopsis follows.<br><br>[cut]<br>....<br><br><br>sostituisci la riga che ti ho detto.<br><br>riavvia il server<br>e lancia l'installer.<br><br><br>Saluti<br> Francesco Steno aka "oVERDRIVE"
<br><br><br><br><br>--<br><br>-=-=-=-=-=-=-=-=-=-=-=-=-=-generated by /dev/over-=-=-=-=-=-=-=-=-=-=<br> oVERDRIVE<br><<a href="mailto:overdrive@OpenGeeks.it" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
overdrive@OpenGeeks.it</a>><
<a href="mailto:overdrive@BitchX.it" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">overdrive@BitchX.it</a>><<a href="mailto:overdrive@Linux.it" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
overdrive@Linux.it</a>><br> GnuPG Public Key: <a href="http://cb.linux.it/lug/key/overdrive.asc" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://cb.linux.it/lug/key/overdrive.asc
</a><br> Key Fingerprint: 146A E13D 9E68 3B96 40FB 11F5 9A10 2D1F 3973 C203<br><br><br><br>--<br>Mailing list info: <a href="http://lists.linux.it/listinfo/lugcb" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
http://lists.linux.it/listinfo/lugcb</a><br></blockquote>
</div><br>