Re: [GENERAL] Problem starting pgsql server on Mac OS X. Pg_hba.conf reading permission.

2009-08-31 Thread John DeSoi
On Aug 31, 2009, at 5:24 AM, NNL wrote: BigMac:~ postgres$ FATAL: data directory "/usr/local/pgsql/data" has group or world access DETAIL: Permissions should be u=rwx (0700). chmod 700 /usr/local/pgsql/data/ BigMac:~ postgres$ /usr/local/pgsql/bin/pg_ctl start -D /usr/local/ pgsql/data

Re: [GENERAL] Problem starting pgsql server on Mac OS X. Pg_hba.conf reading permission.

2009-08-31 Thread Sachin Srivastava
Hello, -- hostall all 10.0.0.6 md5 You have to add mask to the ip. like, hostall all 10.0.0.6/32 md5 -- Regards, Sachin Srivastava www.enterprisedb.com

[GENERAL] Problem starting pgsql server on Mac OS X. Pg_hba.conf reading permission.

2009-08-31 Thread NNL
Hello. I¹m having a problem starting server on mac os x. - bash-3.2$ /usr/local/pgsql/bin/pg_ctl start -D /usr/local/pgsql/data server starting bash-3.2$ LOG: could not open configuration file "/usr/local/pgsql/data/pg_hba.conf": Permission denied FATAL: could not load pg_hba.conf --