Re: I found it, I FOUND IT!!

From: will trillich <will(at)serensoft(dot)com>
To: Postgresql Mailing List <pgsql-general(at)postgresql(dot)org>
Subject: Re: I found it, I FOUND IT!!
Date: 2002-02-10 23:12:11
Message-ID: 20020210171211.C24785@serensoft.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Sun, Feb 10, 2002 at 12:38:44PM -0500, Mayan wrote:
> 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.
>
> Is this what I'd want to see? Does it mean that postgresql is running?

nope. that's grep seeing itself -- "grep postmaster" is the
command you issued to find any process having "postmaster" in
the command line. as it turns out, the "grep" was the only one.

try
runlevel
to see which runlevel you're in (debian usually starts with 2).
it'll show you the previous runlevel and the current runlevel:
N 2
i'm in runlevel 2 now, and was previously at runlevel N (which i
think means startup/null/none, but i may be all wet).

apparently you DON'T have postmaster running.

try the tips in my other message (minutes ago) and see if that
helps you...

--
DEBIAN NEWBIE TIP #11 from Will Trillich <will(at)serensoft(dot)com>
:
Which COMMANDS pertain to <xyz>? Try "apropos <xyz>",
"info <xyz>", and "man -k <xyz>".

Also see http://newbieDoc.sourceForge.net/ ...

In response to

Browse pgsql-general by date

  From Date Subject
Next Message will trillich 2002-02-11 00:01:21 Re: I found it, I FOUND IT!!
Previous Message Dean@TMDT 2002-02-10 23:11:25 Re: I found it, I FOUND IT!!