Thread: BUG #5823: launchd execution

BUG #5823: launchd execution

From
"Ronald Hofmann"
Date:
The following bug has been logged online:

Bug reference:      5823
Logged by:          Ronald Hofmann
Email address:      prolog@jumbosoft.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?

Greetings, Ronald
---

Re: BUG #5823: launchd execution

From
Dave Page
Date:
On Mon, Jan 10, 2011 at 9:31 AM, Ronald Hofmann <prolog@jumbosoft.de> wrote:
>
> The following bug has been logged online:
>
> Bug reference: =A0 =A0 =A05823
> Logged by: =A0 =A0 =A0 =A0 =A0Ronald Hofmann
> Email address: =A0 =A0 =A0prolog@jumbosoft.de
> PostgreSQL version: 9.0.2-1
> Operating system: =A0 MacOSX 10.6.6
> Description: =A0 =A0 =A0 =A0launchd execution
> Details:
>
> Hi, I get every ten seconds the following in the console:
> 10.01.11 10:26:03 =A0 =A0 =A0 com.apple.launchd[1] =A0 =A0(com.edb.launch=
d.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


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

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