Re: BUG #5823: launchd execution

From: Dave Page <dpage(at)pgadmin(dot)org>
To: Ronald Hofmann <prolog(at)jumbosoft(dot)de>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #5823: launchd execution
Date: 2011-01-10 13:46:44
Message-ID: AANLkTinCcyUobZEHWZ+kQNN1Lq6cK2qm4uFyGTrJXqK5@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On Mon, Jan 10, 2011 at 9:31 AM, Ronald Hofmann <prolog(at)jumbosoft(dot)de> wrote:
>
> The following bug has been logged online:
>
> Bug reference:      5823
> Logged by:          Ronald Hofmann
> Email address:      prolog(at)jumbosoft(dot)de
> PostgreSQL version: 9.0.2-1
> Operating system:   MacOSX 10.6.6
> Description:        launchd execution
> Details:
>
> Hi, I get every ten seconds the following in the console:
> 10.01.11 10:26:03       com.apple.launchd[1]    (com.edb.launchd.postgresql-9.0)
> Throttling respawn: Will start in 10 seconds
>
> I unstalled the latest release tody but no change. What can I do?

Uninstalling should have removed the plist file, but you can do it
manually with something like this:

$ sudo launchctl unload
/Library/LaunchDaemons/com.edb.launchd.postgresql-9.0.plist
$ sudo rm /Library/LaunchDaemons/com.edb.launchd.postgresql-9.0.plist

--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Leif Gunnar Erlandsen 2011-01-10 14:36:25 Re: BUG #5820: FATAL: could not access file "libpqwalreceiver": No such file or directory
Previous Message Ronald Hofmann 2011-01-10 09:31:15 BUG #5823: launchd execution