From: | Mark Kirkwood <markir(at)coretech(dot)co(dot)nz> |
---|---|
To: | amrit(at)health2(dot)moph(dot)go(dot)th |
Cc: | PGsql-performance <pgsql-performance(at)postgresql(dot)org> |
Subject: | Re: Problem with 7.4.5 and webmin 1.8 in grant function |
Date: | 2005-02-22 20:07:16 |
Message-ID: | 421B90F4.9000707@coretech.co.nz |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-performance |
amrit(at)health2(dot)moph(dot)go(dot)th wrote:
> After being a detector I found that
> [root(at)samba ~]# 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
> [root(at)samba ~]#
>
> 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.
> [root(at)samba ~]# 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
> [root(at)samba ~]#
>
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
From | Date | Subject | |
---|---|---|---|
Next Message | Matthew T. O'Connor | 2005-02-22 20:58:01 | Re: is pg_autovacuum so effective ? |
Previous Message | Gaetano Mendola | 2005-02-22 19:47:27 | is pg_autovacuum so effective ? |