From owner-freebsd-gnome@FreeBSD.ORG Fri Jan 5 14:44:22 2007 Return-Path: X-Original-To: gnome@FreeBSD.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A3DC916A403; Fri, 5 Jan 2007 14:44:22 +0000 (UTC) (envelope-from jwb@homer.att.com) Received: from mail146.messagelabs.com (mail146.messagelabs.com [216.82.245.131]) by mx1.freebsd.org (Postfix) with SMTP id 3379A13C457; Fri, 5 Jan 2007 14:44:21 +0000 (UTC) (envelope-from jwb@homer.att.com) X-VirusChecked: Checked X-Env-Sender: jwb@homer.att.com X-Msg-Ref: server-9.tower-146.messagelabs.com!1168008260!12647415!1 X-StarScan-Version: 5.5.10.7; banners=-,-,- X-Originating-IP: [134.24.146.4] Received: (qmail 8272 invoked from network); 5 Jan 2007 14:44:20 -0000 Received: from unknown (HELO attrh0i.attrh.att.com) (134.24.146.4) by server-9.tower-146.messagelabs.com with SMTP; 5 Jan 2007 14:44:20 -0000 Received: from attrh.att.com (localhost [127.0.0.1]) by attrh0i.attrh.att.com (8.13.7/8.13.7) with ESMTP id l05EiJA9029832; Fri, 5 Jan 2007 09:44:20 -0500 (EST) Received: from ulysses.homer.att.com (ulysses.homer.att.com [135.205.193.8]) by attrh0i.attrh.att.com (8.13.7/8.13.7) with ESMTP id l05EiHvA029804; Fri, 5 Jan 2007 09:44:18 -0500 (EST) Received: from akiva.homer.att.com (akiva.homer.att.com [135.205.212.39]) by ulysses.homer.att.com (8.9.3/8.9.3) with ESMTP id JAA09247; Fri, 5 Jan 2007 09:44:03 -0500 (EST) Received: from akiva.homer.att.com (localhost [127.0.0.1]) by akiva.homer.att.com (8.11.7+Sun/8.9.3) with ESMTP id l05Ei3t12029; Fri, 5 Jan 2007 09:44:03 -0500 (EST) Message-Id: <200701051444.l05Ei3t12029@akiva.homer.att.com> X-Mailer: exmh version 2.7.2 01/07/2005 with nmh-1.0.4 To: Joe Marcus Clarke In-reply-to: Your message of "Thu, 04 Jan 2007 15:52:18 EST." <1167943938.54457.59.camel@shumai.marcuscom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 05 Jan 2007 09:44:03 -0500 From: "J. W. Ballantine" Cc: gnome@FreeBSD.org Subject: Re: gnome start-up issues X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Jan 2007 14:44:22 -0000 I start gnome with exec gnome-session in .xinitrc. ps shows: 783 ?? Ss {running time} /usr/local/bin/dbus-daemon --system 790 ?? I {running time} dbus-daemon --session --print-addess --nofork 1057 ?? Rs {running time} dbus-daemon --fork --print-address 15 --print-pid 17 XXXX ?? S {running time} dbus-daemon --fork --print-address 15 --print-pid 17 when the pid for the second dbus-daemon --fork keeps incrementing with a running time of 0:00:00. There is no running instance of gnome-vfs-daemon according to ps, it just keeps exiting on signal 6. Jim ---------- In Response to your message ------------- > Date: Thu, 04 Jan 2007 15:52:18 -0500 > To: "J. W. Ballantine" > From: Joe Marcus Clarke > Subject: Re: gnome start-up issues > > > --=-0iGAqXQGrG6bPLEvG61q > Content-Type: text/plain > Content-Transfer-Encoding: quoted-printable > > On Thu, 2007-01-04 at 09:01 -0500, J. W. Ballantine wrote: > > Mime-Version: 1.0 > > Content-Type: text/plain; charset=3Dus-ascii > >=20 > > It seems I need a little help with getting a backtrace on the > > gnome-vfs-daemon. If I try to start it by itself, it fails with: > > Failed to connect to the D-BUS daemon: Failed to execute dbus-launch to=2 0 > > autolaunch D-Bus session > > expected. > > You should be running your gnome-session through dbus-launch. This > should happen automatically when gnome-session is run. If you do not > have a dbus-daemon running similar to: > > dbus-daemon --fork --print-address 22 --print-pid 24 > > Then nothing will work correctly. > > >=20 > > When I startx and then switch to another virtual console, and > > run: gdb /usr/local/libexec/gnome-vfs-daemon and then within gdb > > run bt the response I get is No stack. > > That's because the process is not running. You need to bind gdb to a > running instance of gnome-vfs-daemon. > > Joe > > --=20 > Joe Marcus Clarke > FreeBSD GNOME Team :: gnome@FreeBSD.org > FreeNode / #freebsd-gnome > http://www.FreeBSD.org/gnome > > --=-0iGAqXQGrG6bPLEvG61q > Content-Type: application/pgp-signature; name=signature.asc > Content-Description: This is a digitally signed message part > > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.6 (FreeBSD) > > iD8DBQBFnWkCb2iPiv4Uz4cRAgMzAJ0VEHJek2rR4so89dM50Iwgeq/ZOACfbvc8 > gMZL1/yqq536F8XJfAu7ee8= > =4T2z > -----END PGP SIGNATURE----- > > --=-0iGAqXQGrG6bPLEvG61q-- >