From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Rusi Newsgroups: gmane.emacs.help Subject: Re: dbus processes not being killed in RHEL6 when emacs24.4 exited Date: Thu, 18 Dec 2014 07:35:50 -0800 (PST) Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1418917281 18377 80.91.229.3 (18 Dec 2014 15:41:21 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 18 Dec 2014 15:41:21 +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:41:14 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 1Y1dCT-0007rg-UU for geh-help-gnu-emacs@m.gmane.org; Thu, 18 Dec 2014 16:41:14 +0100 Original-Received: from localhost ([::1]:54484 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y1dCT-0001FE-0m for geh-help-gnu-emacs@m.gmane.org; Thu, 18 Dec 2014 10:41:13 -0500 X-Received: by 10.236.32.101 with SMTP id n65mr2073660yha.26.1418916950946; Thu, 18 Dec 2014 07:35:50 -0800 (PST) X-Received: by 10.50.132.71 with SMTP id os7mr287250igb.11.1418916950851; Thu, 18 Dec 2014 07:35:50 -0800 (PST) Original-Path: usenet.stanford.edu!s7no8898298qap.1!news-out.google.com!h6ni1693igv.0!nntp.google.com!h15no13393536igd.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=59.95.29.177; posting-account=mBpa7woAAAAGLEWUUKpmbxm-Quu5D8ui Original-NNTP-Posting-Host: 59.95.29.177 User-Agent: G2/1.0 Injection-Date: Thu, 18 Dec 2014 15:35:50 +0000 Original-Xref: usenet.stanford.edu gnu.emacs.help:209381 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:101660 Archived-At: On Thursday, December 18, 2014 8:52:30 PM UTC+5:30, Srikar Ananthula wrote: > 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. Maybe no connection whatsoever to your problem... Still thought I'd mention. There is this new wonder on earth called systemd. Due to which all sorts of things have stopped working (that have worked for some 20+ years). Dbus is intimately part of systemd.