RE: [GENERAL] pgaccess not connecting

2000-08-26 Thread Bill Barnes
Thanks for the response. You will already have my last posting. The script, BTW, I referred to at /etc/postgresql/postmaster.init has the tag PGALLOWTCPIP=yes/no and the default is no. regards, Bill >= Original Message From Jesus Aneiros <[EMAIL PROTECTED]> = >Check the script in /etc/

Re: [GENERAL] pgaccess not connecting

2000-08-26 Thread Jesus Aneiros
Check the script in /etc/rc.d/init.d/postgresql it doesn't accept parameters in the command linea except start, stop, status. Change the line that runs postmaster adding -i option. -- Jesus Aneiros Sosa mailto:[EMAIL PROTECTED] http://jagua.cfg.sld.cu/~aneiros On Sat, 26 Aug 2000, Tom Lane wrote

RE: [GENERAL] pgaccess not connecting

2000-08-26 Thread Bill Barnes
That's it. Found the switch in /etc/postgresql/postmaster.init. Thank you very much, Bill >= Original Message From Tom Lane <[EMAIL PROTECTED]> = >Bill Barnes <[EMAIL PROTECTED]> writes: >> kgb10:/home/billb# /etc/init.d/postgreql start -i >> Starting PostgreSQL postmaster >> kgb10:/home

Re: [GENERAL] pgaccess not connecting

2000-08-26 Thread Tom Lane
Bill Barnes <[EMAIL PROTECTED]> writes: > kgb10:/home/billb# /etc/init.d/postgreql start -i > Starting PostgreSQL postmaster > kgb10:/home/billb# ps ax | grep postmaster > 24746 pts/5S 0:00 /usr/lib/postgresql/bin/postmaster -b > /usr/lib/postgresql/bin/postgres -B 1

[GENERAL] pgaccess not connecting

2000-08-26 Thread Bill Barnes
Running Debian 2.2. Had to reinstall postgresql 7.02 Can access database with psql but not pgaccess. The log that follows is from a stop and restart of postmaster. Script started on Sat Aug 26 01:17:33 2000 kgb10:/home/billb# /etc/init.d/postgresql stop Stopping PostgreSQL postmaster Stopped /us