Re: [GENERAL] Problem in pg_hba.conf

1999-12-13 Thread Mark Alliban
The environment variables are set OK and export'd. >> Yes the postmaster process is running. >> nohup postmaster -i >pgserver.log 2>&1 & >> The log file is empty until I try to create the database, then it gives the >> error. >then the last thing I can think of, is location of data files:) >chcec

Re: [GENERAL] Problem in pg_hba.conf

1999-12-13 Thread Marcin Mazurek - Multinet SA - Poznan
On Mon, 13 Dec 1999, Mark Alliban wrote: > Yes the postmaster process is running. > nohup postmaster -i >pgserver.log 2>&1 & > The log file is empty until I try to create the database, then it gives the > error. then the last thing I can think of, is location of data files:) chceck enviromant var

Re: [GENERAL] Problem in pg_hba.conf

1999-12-13 Thread Mark Alliban
Yes the postmaster process is running. nohup postmaster -i >pgserver.log 2>&1 & The log file is empty until I try to create the database, then it gives the error. >> I have already done this, and it completed successfully. >> There is a /usr/local/pgsql/data/base/template1 directory with a lot of

Re: [GENERAL] Problem in pg_hba.conf

1999-12-13 Thread Marcin Mazurek - Multinet SA - Poznan
On Mon, 13 Dec 1999, Mark Alliban wrote: > I have already done this, and it completed successfully. > There is a /usr/local/pgsql/data/base/template1 directory with a lot of pg_ > files in it. You may chceck if postmaster is running... mazek

Re: [GENERAL] Problem in pg_hba.conf

1999-12-13 Thread Mark Alliban
I have already done this, and it completed successfully. There is a /usr/local/pgsql/data/base/template1 directory with a lot of pg_ files in it. Mark. >> Postgres$ createdb test >> Connection to database 'template1' failed. >do >initdb >You just don't have "default" database. >mazek *

Re: [GENERAL] Problem in pg_hba.conf

1999-12-13 Thread Marcin Mazurek - Multinet SA - Poznan
On Mon, 13 Dec 1999, Mark Alliban wrote: > Postgres$ createdb test > Connection to database 'template1' failed. do initdb You just don't have "default" database. mazek

[GENERAL] Problem in pg_hba.conf

1999-12-13 Thread Mark Alliban
Hi,   I have just installed PostgreSQL on SCO OpenServer 5.05 but I am having problems creating a database. My pg_hba.conf file reads:   local    all trusthost all 127.0.0.1 255.255.255.255   trust When I try to create a dat