Return-Path: Delivered-To: apmail-cassandra-user-archive@www.apache.org Received: (qmail 75279 invoked from network); 26 Jul 2010 13:52:57 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 26 Jul 2010 13:52:57 -0000 Received: (qmail 88692 invoked by uid 500); 26 Jul 2010 13:52:56 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 88508 invoked by uid 500); 26 Jul 2010 13:52:53 -0000 Mailing-List: contact user-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@cassandra.apache.org Delivered-To: mailing list user@cassandra.apache.org Received: (qmail 88500 invoked by uid 99); 26 Jul 2010 13:52:52 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Jul 2010 13:52:52 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [208.97.132.81] (HELO homiemail-a19.g.dreamhost.com) (208.97.132.81) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Jul 2010 13:52:43 +0000 Received: from homiemail-a19.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a19.g.dreamhost.com (Postfix) with ESMTP id 1A0B860408D for ; Mon, 26 Jul 2010 06:52:23 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; c=nofws; d=notrly.com; h=message-id:date :subject:from:to:mime-version:content-type: content-transfer-encoding; q=dns; s=notrly.com; b=AonvidEVHg5XSH aexzAbpUYeXqcY4lRwwH6v0VuBQcjfwJngOrkHVNE7ou443HWuE5bqsIjBhYddMf fm88DEXy0bSr2OM2AcdV8lnOtvWFTz3BnRxdm4+NKZ3AlumTDvI2aVAqVxvW0lEn t904eerJibERs4IVpEVxHYf9XsTgY= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=notrly.com; h=message-id :date:subject:from:to:mime-version:content-type: content-transfer-encoding; s=notrly.com; bh=KTsyKdRFJf4Js/ru39AO ZUvgpG8=; b=XeEdSOH5QXMFeBokg2LHbm71xLiOIDwh2MT1sis5ZLN0yMMIprBW IPvTBHPCgw6UaGTG54P/L0DFVIagRwzYYC8r+nWGFD3BRkKhKAT8IlpJ/NueSgiU ruvYcThVLD+E6VLdC91AJnBDQ9Ywn3fXrc5d2o5anvY6QeluuQN2BxU= Received: from webmail.notrly.com (mailbigip.dreamhost.com [208.97.132.5]) (Authenticated sender: orly@notrly.com) by homiemail-a19.g.dreamhost.com (Postfix) with ESMTPA id F26C860408C for ; Mon, 26 Jul 2010 06:52:22 -0700 (PDT) Received: from 38.104.188.26 (proxying for 38.104.188.26) (SquirrelMail authenticated user orly@notrly.com) by webmail.notrly.com with HTTP; Mon, 26 Jul 2010 06:52:22 -0700 Message-ID: Date: Mon, 26 Jul 2010 06:52:22 -0700 Subject: How to stop cassandra server, installed from debian/ubuntu package From: orly@notrly.com To: user@cassandra.apache.org User-Agent: SquirrelMail/1.4.20 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org Hi, this might be a dumb question, but I was wondering how do i stop the cassandra server.. I installed it using the debian package, so i start cassandra by running /etc/init.d/cassandra. I looked at the script and tried /etc/init.d/cassandra stop, but it looks like it just tries to star= t cassandra again, so i get the port in use exception. Thanks