BUG #5823: launchd execution
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
---
On Mon, Jan 10, 2011 at 9:31 AM, Ronald Hofmann <prolog@jumbosoft.de> wrote:
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 secondsI 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