0

I installed postgresql through Ubuntu software center, but ps -e|grep post giving nothing. and sudo /etc/init.d/postgresql-8.4 start gives nothing. What may be wrong with me? I am using 64 bit 10.4.

4
  • 1
    have you checked the logs ? Commented Jul 17, 2010 at 10:43
  • grep postg syslog GIVES>> Jul 17 15:54:57 ofcnam-desktop AptDaemon: INFO: InstallPackages() was called: dbus.Array([dbus.String(u'postgresql')], signature=dbus.Signature('s')) Commented Jul 17, 2010 at 11:44
  • checked all /var/log files nothing at the sudo /etc/init.d/postgresql-8.4 start time.no files at /var/log/postgresql/ Commented Jul 17, 2010 at 12:07
  • 1
    check /var/log/postgresql/postgresql-8.4-main.log Commented Jul 17, 2010 at 12:17

1 Answer 1

0

we have to run initdb -D /usr/local/pgsql/data for the first time. oh my God... I wasted one full day to find this!!! what a shame.

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.