> I've tried everything. But you did not read the manual.
> FATAL: StreamServerPort: bind() failed: Permission denied > Is another postmaster already running on that port? > If not, remove socket node (/tmp/.s.PGSQL.5432) and retry. > /usr/bin/postmaster: cannot create UNIX stream port Try this: ps ax | grep postmaster It should show something like: 934 ? SN 0:40 /usr/bin/postmaster That is the PostgreSQL server. If it is already running - what's your problem? If it is not running, try /etc/rc.d/init.d/postgresql start The error messages are very easy to understand, I really can't see your problem here. HTH Jan Wildeboer -- | Jan Wildeboer | /\/\/\ seijsener rekreatietechniek bv | | eBusiness/Lotus Notes | \____ Noorder IJ- en Zeeweg 11-12 | | Tel. +49 6203 924903 | \ NL1500 EK Zaandam | | Fax +49 6203 924972 | \/\/\/ http://www.seijsener.nl | _______________________________________________ cobalt-developers mailing list [EMAIL PROTECTED] http://list.cobalt.com/mailman/listinfo/cobalt-developers
