From: | Augori <augori(at)gmail(dot)com> |
---|---|
To: | Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com> |
Cc: | pgsql-general <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: Unrecognized service |
Date: | 2014-04-15 02:17:20 |
Message-ID: | CAFE+72Nnn8a4-bwK5cHcu8FbUEvXvtODo3otQLERvrskOoC0bQ@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Here's what the ps command gives:
root(at)server# ps ax | grep post
9165 pts/1 S+ 0:00 grep post
Does this mean it's not running?
It's certainly possible that software updates have occurred. There are a
lot of people working on this machine, so I'm not aware of which changes
have been made lately.
Do you think I need to reinstall the works and set everything up again?
On Mon, Apr 14, 2014 at 8:48 PM, Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>wrote:
> On 04/14/2014 05:33 PM, Augori wrote:
>
>>
>> Hi Folks,
>>
>> I set up postgresql on a CentOS 5 Linux months ago. I had a process that
>> ran every night and connected to the database. Everything was working
>> fine until a few days ago when my process tried to connect and failed.
>> Now I'm getting:
>>
>> # service postgresql status
>> postgresql: unrecognized service
>>
>> Does this mean it's gone? Does anyone have any suggestions?
>>
>
> Does ps ax | grep post show postgres running?
>
> What is the process?
>
> Have there been any updates to software between the time it ran and the
> time it started failing?
>
>
>> Thank you.
>>
>
>
> --
> Adrian Klaver
> adrian(dot)klaver(at)aklaver(dot)com
>
From | Date | Subject | |
---|---|---|---|
Next Message | John R Pierce | 2014-04-15 02:34:47 | Re: Unrecognized service |
Previous Message | Tom Lane | 2014-04-15 01:45:33 | Re: [GENERAL] CLOB & BLOB limitations in PostgreSQL |