Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 1700 invoked from network); 7 Feb 2009 16:48:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 Feb 2009 16:48:31 -0000 Received: (qmail 38186 invoked by uid 500); 7 Feb 2009 16:48:25 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 38149 invoked by uid 500); 7 Feb 2009 16:48:25 -0000 Mailing-List: contact user-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@couchdb.apache.org Delivered-To: mailing list user@couchdb.apache.org Received: (qmail 38134 invoked by uid 99); 7 Feb 2009 16:48:25 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 07 Feb 2009 08:48:24 -0800 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of glenn@rempe.us designates 209.85.221.21 as permitted sender) Received: from [209.85.221.21] (HELO mail-qy0-f21.google.com) (209.85.221.21) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 07 Feb 2009 16:48:15 +0000 Received: by qyk14 with SMTP id 14so1821080qyk.11 for ; Sat, 07 Feb 2009 08:47:48 -0800 (PST) MIME-Version: 1.0 Received: by 10.214.79.11 with SMTP id c11mr1536428qab.350.1234025268691; Sat, 07 Feb 2009 08:47:48 -0800 (PST) In-Reply-To: References: Date: Sat, 7 Feb 2009 08:47:48 -0800 Message-ID: <6cfccb3d0902070847k23f89385ha3fbf1fdde8a53f2@mail.gmail.com> Subject: Re: CouchDB trying to start after uninstalling From: Glenn Rempe To: user@couchdb.apache.org Content-Type: multipart/alternative; boundary=0015175cba28c8c4ab046256e5a8 X-Virus-Checked: Checked by ClamAV on apache.org --0015175cba28c8c4ab046256e5a8 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Hi, You likely did something like this: http://jaiku.com/channel/ajatus/presence/32917624 Something like the following will likely fix you up. # your file location may be different sudo launchctl unload /Library/LaunchDaemons/org.couchdb.couchdb.plist Check the man page for launchctl here: http://developer.apple.com/DOCUMENTATION/DARWIN/Reference/ManPages/man1/launchctl.1.html On Sat, Feb 7, 2009 at 12:19 AM, Sebastian Probst Eide < sebastian.probst.eide@gmail.com> wrote: > Hi dear CouchDB user mailinglist > > I used couchDB a lot about a year ago, but have since uninstalled it to > wait a bit before using it in production apps. > > I have noticed though that launchctl (MacOSX) tries to interact with it non > stop although it has been uninstalled. > My console log looks like this: > > 07.02.09 08.13.53 com.apple.launchd[1] (org.couchdb.couchdb[54665]) > getpwnam("couchdb") failed > 07.02.09 08.13.53 com.apple.launchd[1] (org.couchdb.couchdb[54665]) Exited > with exit code: 1 > 07.02.09 08.13.53 com.apple.launchd[1] (org.couchdb.couchdb) Throttling > respawn: Will start in 10 seconds > 07.02.09 08.14.03 com.apple.launchd[1] (org.couchdb.couchdb[54668]) > getpwnam("couchdb") failed > 07.02.09 08.14.03 com.apple.launchd[1] (org.couchdb.couchdb[54668]) Exited > with exit code: 1 > 07.02.09 08.14.03 com.apple.launchd[1] (org.couchdb.couchdb) Throttling > respawn: Will start in 10 seconds > 07.02.09 08.14.03 com.apple.launchd[1] (org.couchdb.couchdb) Throttling > respawn: Will start in 10 seconds > 07.02.09 08.14.13 com.apple.launchd[1] (org.couchdb.couchdb[54669]) > getpwnam("couchdb") failed > 07.02.09 08.14.13 com.apple.launchd[1] (org.couchdb.couchdb[54669]) Exited > with exit code: 1 > 07.02.09 08.14.13 com.apple.launchd[1] (org.couchdb.couchdb) Throttling > respawn: Will start in 10 seconds > > What is this? Does anybody know how to remove it and how it came to be > there in the first place? > If this isn't related to CouchDB after all and has to do with > misconfiguration on my part of apologize. > > Thanks for your time! > > Best regards > Sebastian > -- Glenn Rempe glenn@rempe.us --0015175cba28c8c4ab046256e5a8--