Re: Problem with createdb

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Durgaprasad Pawar <durgaprasad(dot)pawar(at)yahoo(dot)co(dot)in>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: Problem with createdb
Date: 2007-10-30 15:22:35
Message-ID: 23386.1193757755@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Durgaprasad Pawar <durgaprasad(dot)pawar(at)yahoo(dot)co(dot)in> writes:
> bin # ./createdb -U dpgres -p 9999 -h 127.0.0.1 -q mydb
> createdb: could not connect to database postgres: could not
> connect to server: No route to host

"No route to host" for 127.0.0.1 ???

There's something seriously hosed about your networking configuration.
This isn't a Postgres-specific problem --- no doubt you'll find that any
TCP-based connection fails similarly, eg telnet. Since you didn't
mention what platform this is, there's not much help we can give, but
in any case you should find an OS-specific help list for it.

regards, tom lane

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Durgaprasad Pawar 2007-10-30 17:00:04 Re: Problem with createdb
Previous Message Moiz Kothari 2007-10-30 11:29:12 Re: Problem with createdb