From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Srikar Ananthula Newsgroups: gmane.emacs.help Subject: dbus processes not being killed in RHEL6 when emacs24.4 exited Date: Thu, 18 Dec 2014 15:15:58 +0200 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1418916164 31095 80.91.229.3 (18 Dec 2014 15:22:44 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 18 Dec 2014 15:22:44 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Dec 18 16:22:39 2014 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Y1cuU-0000D1-4S for geh-help-gnu-emacs@m.gmane.org; Thu, 18 Dec 2014 16:22:38 +0100 Original-Received: from localhost ([::1]:54401 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y1cuT-00028y-IK for geh-help-gnu-emacs@m.gmane.org; Thu, 18 Dec 2014 10:22:37 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:43528) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y1avz-0004vD-Li for help-gnu-emacs@gnu.org; Thu, 18 Dec 2014 08:16:04 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Y1avv-0001bK-Gz for help-gnu-emacs@gnu.org; Thu, 18 Dec 2014 08:16:03 -0500 Original-Received: from mail-qa0-x22c.google.com ([2607:f8b0:400d:c00::22c]:62151) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y1avv-0001bC-Cx for help-gnu-emacs@gnu.org; Thu, 18 Dec 2014 08:15:59 -0500 Original-Received: by mail-qa0-f44.google.com with SMTP id bm13so749180qab.17 for ; Thu, 18 Dec 2014 05:15:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=U5IorqczzeoL1GSKEpM6bEoZ0eZMPN+yKVqmal1W+i4=; b=mf5+Q+TN9nsAQMlBlyi36k8abGOUyYiS8pK81drMHC3X4i2o5iou0Wuk93U+nEb3tB Oc9/C2Of0td8WXsPhhF1tF1lLKdfkQSjb6NIbhlwAA8ytZBRp4kZo+R4TBko66uj87NP 2uh+iq3P7/Hmp3hKrABB0aduyKrdQnnaKEOab5j1NnB+w8X+cpF7Gm8AoHTH9T+XmQ7j NjBuEpBj9vuS5t3Sk6epV9VhX9dP2JUGQNVt+Q2vbI4sw0lRP4w+0QwwghXQGiERo1Lg Uns121x8k2JUugj0/POWi/PaNCkJ03hIx9/L8Yvai3rJ5m8zd+F0GSqUkcbxYkCjwcjL WzdA== X-Received: by 10.229.27.73 with SMTP id h9mr3416916qcc.3.1418908558564; Thu, 18 Dec 2014 05:15:58 -0800 (PST) Original-Received: by 10.140.84.73 with HTTP; Thu, 18 Dec 2014 05:15:58 -0800 (PST) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400d:c00::22c X-Mailman-Approved-At: Thu, 18 Dec 2014 10:22:26 -0500 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:101659 Archived-At: Hi, I compiled successfully emacs 24.3, 24.4 from source. Its opening perfectly when I use command emacs. As soon I open the emacs there are two new processes running as below ananthul 19170 1 0 14:13 pts/3 00:00:00 dbus-launch --autolaunch 9dc31ed ananthul 19171 1 0 14:13 ? 00:00:00 /bin/dbus-daemon --fork --print- Actual scenario : The processes have to be terminated as soon as I close emacs. I hope its right. Present scenario : The processes are not being terminated,rather I need to kill them manually using kill -9 command. I am using RHEL 6.5. FYI : It works pretty fine on RHEL 5.5 Please help me how to solve this problem. ~ srikar.io