Good evening,

I have some problems with postgresql-8.3 too. A fresh install of ubuntu 8.04 
server Beta1 from zero. I followed the installation process and checked 
postgresql during the installation. All seemed to be okay.
Installation finished, postgresql does not appear in a 'ps -edf' list. Nothing 
appears in the /etc/postgres/ and /var/log/postgres/ folders.
The user postgres and group postgres exists in /etc/passwd. When I launch 
/etc/init.d/postgresql-8.3, nothing happens.
I have the same problem even after a "dpkg-reconfigure postgresql" or after 
downloaded the package from ubuntu site and a "dpkg -i 
postgresql_8.3.1-1_all.deb".
I have :

psql -l -p 5432
psql: could not connect to server: No such file or directory
        Is the server running locally and accepting
        connections on Unix domain socket "/var/run/postgresql/.s.PGSQL.5432"?

I have no ~/.postgresqlrc file

The file /etc/postgresql-common/user_clusters is all commented

And : "readlink /usr/bin/psql" prints
../share/postgresql-common/pg_wrapper

[EMAIL PROTECTED]:~$ sudo /etc/init.d/postgresql-8.3 stop
[EMAIL PROTECTED]:~$ ps -edf | grep postgres
me   30935 30782  0 01:24 pts/0    00:00:00 grep postgres
[EMAIL PROTECTED]:~$ sudo /etc/init.d/postgresql-8.3 start
[EMAIL PROTECTED]:~$ ps -edf | grep postgres
me   30939 30782  0 01:24 pts/0    00:00:00 grep postgres
[EMAIL PROTECTED]:~$ psql
psql: could not connect to server: No such file or directory
        Is the server running locally and accepting
        connections on Unix domain socket "/var/run/postgresql/.s.PGSQL.5432"?


Thank you for the help.

-- 
Postgresql 8.3 not responding
https://bugs.launchpad.net/bugs/193696
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to