| From: | "karthikeyan(dot)balasubramanian" <karthikeyan(dot)balasubramanian(at)aspiresys(dot)com> |
|---|---|
| To: | <pgsql-general(at)postgresql(dot)org> |
| Subject: | PostgreSQL Startup Problem on Win98 |
| Date: | 2003-01-12 10:41:40 |
| Message-ID: | 008901c2ba27$31022430$2900a8c0@Aspiresys.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
Hi All,
The PostgreSQL binary version i got works like a charm on WinXP (Office
System). But when i try to run the same at
home. It doesnt start up.
c:>initdb command works like a charm, it creates data directory, with
template1 as database.
c:>postmaster command fails
it says something like FATAL Error Database "karthikeyan" not created
but when i try
c:> pg_ctl start -l logfile
it doesnt give any error and database is started after that when i issue.
c:>psql -d template1
i get this error message
Is the server running on localhost and accepting
TCP/IP connection on port 5432
When i checked this conf file [ postgresql.conf ] port = 5432 is commented
out
What am i doing wrong here.
PS : I didnt face this issue on WinXP, only on Win98
Looking forward for some response.
Karthikeyan B
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Emmanuel Charpentier | 2003-01-12 18:45:33 | problem with update rules on a view (ODBC) |
| Previous Message | Oliver Elphick | 2003-01-12 07:42:58 | Re: shell script when a user logs in |