From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.help Subject: Re: dbus processes not being killed in RHEL6 when emacs24.4 exited Date: Thu, 18 Dec 2014 14:39:42 -0500 Message-ID: <9ztx0soigx.fsf@fencepost.gnu.org> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1418931639 4729 80.91.229.3 (18 Dec 2014 19:40:39 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 18 Dec 2014 19:40:39 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Srikar Ananthula Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Dec 18 20:40:32 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 1Y1gw1-0004OI-Um for geh-help-gnu-emacs@m.gmane.org; Thu, 18 Dec 2014 20:40:30 +0100 Original-Received: from localhost ([::1]:55537 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y1gw1-0001RQ-4B for geh-help-gnu-emacs@m.gmane.org; Thu, 18 Dec 2014 14:40:29 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:47318) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y1gvM-0000sa-6H for help-gnu-emacs@gnu.org; Thu, 18 Dec 2014 14:39:49 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Y1gvL-0002sr-2q for help-gnu-emacs@gnu.org; Thu, 18 Dec 2014 14:39:48 -0500 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:37960) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y1gvK-0002sm-Vp for help-gnu-emacs@gnu.org; Thu, 18 Dec 2014 14:39:47 -0500 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1Y1gvI-0005sB-Pp; Thu, 18 Dec 2014 14:39:45 -0500 X-Spook: afsatcom IMF BLU-114/B Venezuela hackers emc arrangements X-Ran: 8uZQ#mN|@#V&oA`#6f/+WR6~tBPxjB X-Hue: red X-Attribution: GM In-Reply-To: (Srikar Ananthula's message of "Thu, 18 Dec 2014 15:15:58 +0200") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::e 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:101665 Archived-At: Srikar Ananthula wrote: > 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. Why do you care about these processes? Perhaps because of ssh? See eg http://serverfault.com/questions/405518/how-to-configure-d-bus-and-ssh-x-forwarding-to-prevent-ssh-from-hanging-on-exit Note that this is a general dbus issue rather than an Emacs issue. For example, the same thing happens with firefox on RHEL6. If you want an Emacs-specific solution, you could compile it --without-dbus. Rusi wrote: > There is this new wonder on earth called systemd. Of course, this is completely irrelevant for many reasons, not least of which is that RHEL6 use Upstart, not systemd.