Re: [GENERAL] After configuring remote access,server can't be started

2015-11-22 Thread Adrian Klaver
On 11/22/2015 01:54 AM, Alex Luya wrote: My postgresql 9.4 is installed in centos 6.7,and I have followed this: http://www.cyberciti.biz/faq/postgresql-remote-access-or-connection/ The above is more than eight years old, approach with caution. 1,cd /var/libpgsql/9.4/data 2,cp postgr

Re: [GENERAL] After configuring remote access,server can't be started

2015-11-22 Thread Maxim Boguk
On Sun, Nov 22, 2015 at 8:54 PM, Alex Luya wrote: > My postgresql 9.4 is installed in centos 6.7,and I have followed this: > > ​​ >> http://www.cyberciti.biz/faq/postgresql-remote-access-or-connection/ > > > 1,cd /var/libpgsql/9.4/data > > 2,cp postgresql.conf.sample postgresql.conf > > 3,sudo v

Re: [GENERAL] After configuring remote access,server can't be started

2015-11-22 Thread John R Pierce
On 11/22/2015 1:54 AM, Alex Luya wrote: *tail /var/lib/pgsql/9.4/pgstartup.log,got* < 2015-11-22 11:47:42.691 CST >LOG: could not create IPv6 socket: Address family not supported by protocol < 2015-11-22 11:47:42.718 CST >LOG: redirecting log output to logging collector proces

[GENERAL] After configuring remote access,server can't be started

2015-11-22 Thread Alex Luya
My postgresql 9.4 is installed in centos 6.7,and I have followed this: http://www.cyberciti.biz/faq/postgresql-remote-access-or-connection/ 1,cd /var/libpgsql/9.4/data 2,cp postgresql.conf.sample postgresql.conf 3,sudo vi postgresql.conf and add two lines,and save it: > *listen_addresses =