From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: Re: emacs/lisp/net dbus.el Date: Wed, 19 Aug 2009 12:51:53 -0400 Message-ID: References: <6iab1wfokn.fsf@fencepost.gnu.org> <6bocqc2r1n.fsf@fencepost.gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1250700746 11497 80.91.229.12 (19 Aug 2009 16:52:26 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 19 Aug 2009 16:52:26 +0000 (UTC) Cc: Emacs developers To: Michael Albinus Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Aug 19 18:52:19 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MdoOP-0006FT-Ie for ged-emacs-devel@m.gmane.org; Wed, 19 Aug 2009 18:52:09 +0200 Original-Received: from localhost ([127.0.0.1]:46211 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MdoOO-00050v-TI for ged-emacs-devel@m.gmane.org; Wed, 19 Aug 2009 12:52:08 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MdoOF-0004yb-CL for emacs-devel@gnu.org; Wed, 19 Aug 2009 12:51:59 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MdoOA-0004xT-GN for emacs-devel@gnu.org; Wed, 19 Aug 2009 12:51:58 -0400 Original-Received: from [199.232.76.173] (port=57697 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MdoOA-0004xQ-BT for emacs-devel@gnu.org; Wed, 19 Aug 2009 12:51:54 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:58584) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MdoO9-0000U5-VN for emacs-devel@gnu.org; Wed, 19 Aug 2009 12:51:54 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1MdoO9-0007XC-HM; Wed, 19 Aug 2009 12:51:53 -0400 X-Spook: INSCOM anthrax munitions Peking fundamentalist spies X-Ran: U9,S8=vLh8mfX}[~7PF\M)ld\jK1{3BiL|=QT00wq75@VheRl&+t2!y/[*l"{<>t?6Q)1& X-Hue: red X-Attribution: GM In-Reply-To: (Michael Albinus's message of "Wed, 19 Aug 2009 09:57:40 +0200") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:114409 Archived-At: Michael Albinus wrote: > Could you, please, check whether the D-Bus processes do run already > before the build? I have embedded the dbus-init-bus calls into a check > for $DBUS_SESSION_BUS_ADDRESS; this environment variable exists only > when you have a running D-Bus session bus. > > In your case, no additional D-Bus processes shall be launched by > compiling or loading dbus.el. If so, then it might be due to other > reasons (maybe a bug which persists longer). This still happens. It's definitely a new dbus process (not least because when I logout from my ssh session, it hangs waiting for these dbus processes to be killed). This is a RHEL5 system. I have an X session running. This is started as: ssh-agent execs dbus-launch dbus-launch execs ~/.xsession (this seems to create a dbus-daemon process as well) If I just do emacs -Q -l dbus in my X session, no new dbus processes are started. But if I do: ssh my-local-host emacs -Q -l dbus then two new dbus processes are started: dbus-launch --autolaunch STRING --binary-syntax --close-stderr dbus-daemon -fork --print-pid 5 --print-address 7 --session These persist after Emacs exits, and I have to kill them before I can logout of my ssh connection.