Re: I found it, I FOUND IT!!

From: "Dean(at)TMDT" <dean(at)tmdt(dot)com(dot)tw>
To: "Mayan" <escalante(at)canada(dot)com>
Cc: <pgsql-general(at)postgresql(dot)org>
Subject: Re: I found it, I FOUND IT!!
Date: 2002-02-10 23:11:25
Message-ID: BJEJJOILBHFACCPMLMNMEEDBCAAA.dean@tmdt.com.tw
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


>Two questions: How can I find out in what level I am running and
>in regards to the 'ps ax ...' code
>you mentioned this is what's displayed on the screen:
>
>1132 pts/1 S 0:00 grep postmaster.

ans 1.
Normally, we are run Linux in runlevel 3, you may use command "runlevel"
to see which runlevel you're running. ^_^
ans 2.
Well, If you were setting PostgreSQL well, you should see something like this..
1258 ? S 0:00 /usr/bin/postmaster -i <= This is postmaster!!!
1132 pts/1 S 0:00 grep postmaster. <= This line only shows you that you're running grep pipe command.

Thus, your PostgreSQL is not running.

Please check bellows:

1. Do you have a "DIRECTORY" named "/etc/rc.d/init.d" ?
2. Do you have a "LINK" named "/etc/init.d" link to "/etc/rc.d/init.d"?
3. Do you have a "SCRIPT FILE" named "postgresql" in "DIRECTORY" named "/etc/init.d" OR "/etc/rc.d/init.d"?
Tell me info about above, It will help me to figure out how to help you.(MAYBE)

* p.s. Please pay attention to the correct types and names descriptions in the mark" ".

In response to

Browse pgsql-general by date

  From Date Subject
Next Message will trillich 2002-02-10 23:12:11 Re: I found it, I FOUND IT!!
Previous Message Doug McNaught 2002-02-10 23:11:00 Re: another "EXPLAIN -- NO INDEX?" question