[EMAIL PROTECTED] wrote:

After being a detector I found that
[EMAIL PROTECTED] ~]# rpm -qa|grep -i postgres
postgresql-7.4.5-3.1.tlc
postgresql-python-7.4.5-3.1.tlc
postgresql-jdbc-7.4.5-3.1.tlc
postgresql-tcl-7.4.5-3.1.tlc
postgresql-server-7.4.5-3.1.tlc
postgresql-libs-7.4.5-3.1.tlc
postgresql-docs-7.4.5-3.1.tlc
postgresql-odbc-7.3-8.1.tlc
postgresql-pl-7.4.5-3.1.tlc
postgresql-test-7.4.5-3.1.tlc
postgresql-contrib-7.4.5-3.1.tlc
[EMAIL PROTECTED] ~]#

no other pg installation except the pgsql for windows in samba folder which I
think it isn't matter ,is it?
No other  pg being run.
[EMAIL PROTECTED] ~]# ps ax|grep postmaster
 2228 ?        S      0:00 /usr/bin/postmaster -p 5432 -D /var/lib/pgsql/data
 3308 pts/0    S+     0:00 grep postmaster
[EMAIL PROTECTED] ~]#

Well, sure looks like you only have one running. Your data directory is
/var/lib/pgsql/data so lets see the files:

/var/lib/pgsql/data/pg_hba.conf
/var/lib/pgsql/data/pg_ident.conf
/var/lib/pgsql/data/postmaster.opts

Might also be useful to know any nondefault settings in postgresql.conf too.

As I understand it, these vendor shipped rpms have ident *enabled*.
I will download FC3 Pg and check this out... I'm a compile it from
source guy :-)

Mark



---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?

http://archives.postgresql.org

Reply via email to