If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > PostgreSQL > # /etc/init.d/postgresql-8.3 start doesn't work

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 06-17-09, 10:30
paperillusion paperillusion is offline
Registered User
 
Join Date: Jun 2009
Posts: 1
# /etc/init.d/postgresql-8.3 start doesn't work

HI I recently installed postgreSQL 8.3 via aptitude
aptitude install postgresql-8.3 postgresql-contrib-8.3 postgresql-client-8.3


After installation I try to log in as postgres
#sudo su postgres

then I type psql
And it shows me this

could not connect to server: The file or directory doesn't exist
Is the server running locally and accepting
connections on Unix domain socket "/var/run/postgresql/.s.PGSQL.5432"?

Which shows some problem with my socket connection then I try to manually run the service


# /etc/init.d/postgresql-8.3 start

and it just doesn't do anything..

I try to stop it

# /etc/init.d/postgresql-8.3 stop

And it just doesn't do anything

I need some help on this

Thank you

Last edited by paperillusion; 06-17-09 at 10:34.
Reply With Quote
  #2 (permalink)  
Old 07-29-09, 16:00
rski rski is offline
Registered User
 
Join Date: Nov 2006
Posts: 82
What about
Code:
pg_ctl start
and
Code:
pg_ctl stop
does it show anything. Is there any logs?
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On