[EMAIL PROTECTED] wrote:

> bash $createdb shyamdb
> psql.connectDBStart() ... connect() failed : Cannot respond
>      Is the postmaster running at 'localhost' & accepting connection on Unix socket


Check whether postmaster is running or not. You can use 'ps -ef | grep -i post' 
or netstat for that. It seems that it's not running so start it.

man postmaster for more details. If you are using kitchen-sink install of 
redhat/mandrake, you can do '/etc/rc.d/init.d/postgresql start' as root. Beware 
this puts database in /var. So you should have at least 30MB free space there if 
you want to play around..


  Shridhar




_______________________________________________
linux-india-help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/linux-india-help

Reply via email to