From owner-freebsd-gnome@FreeBSD.ORG Tue Apr 8 22:55:22 2003 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AADC737B401 for ; Tue, 8 Apr 2003 22:55:22 -0700 (PDT) Received: from Bastion.VanValzah.Com (dsl081-228-180.chi1.dsl.speakeasy.net [64.81.228.180]) by mx1.FreeBSD.org (Postfix) with ESMTP id E1A6D43FB1 for ; Tue, 8 Apr 2003 22:55:19 -0700 (PDT) (envelope-from Bob@VanValzah.Com) Received: from Relent.VanValzah.Com (Relent.VanValzah.Com [10.168.60.2]) h395tIC8033115; Wed, 9 Apr 2003 00:55:18 -0500 (CDT) (envelope-from Bob@VanValzah.Com) Received: from [127.0.0.1] (localhost [127.0.0.1]) by Relent.VanValzah.Com (8.12.6/8.12.6) with ESMTP id h395tGku082128; Wed, 9 Apr 2003 00:55:17 -0500 (CDT) (envelope-from Bob@VanValzah.Com) From: Bob Van Valzah To: Joe Marcus Clarke In-Reply-To: <1049837479.360.59.camel@gyros> References: <200304082120.h38LKT8O081244@Relent.VanValzah.Com> <1049837479.360.59.camel@gyros> Content-Type: text/plain Organization: Message-Id: <1049867533.7413.14.camel@localhost> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.4 Date: 09 Apr 2003 00:52:14 -0500 Content-Transfer-Encoding: 7bit cc: FreeBSD GNOME Users Subject: Re: gnomepilot2 gpilotd X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Apr 2003 05:55:23 -0000 Joe, Thanks for your advice. I've gotten over the gpilotd starting problems for now. I also managed to clean out the pilot state with rm -r -f ~/.gnome2/gnome-pilot.d Now I'm back to the same old problem (though now it's a bit more easily reproduced). When the druid first starts to talk to gpilotd to receive the user name and ID from the Palm, gpilotd exits: gpilotd-Message: corba: get_pilots(...) gpilotd-Message: corba: get_pilots(...) gpilotd-Message: corba: get_pilots(...) gpilotd-Message: Exiting (caught SIGTERM)... Terminated The first 3 lines are apparently the once per second checking to see if the sync button has been pressed. But the "caught SIGTERM" line pops out and gpilotd exits as soon as the druid goes to read the user name and ID. I tried running gpilotd under truss to figure out what what was causing the SIGTERM, but that didn't help. (Gpilotd apparently forks or does all its work in a child process or thread or something that keeps the work it does from being trussed.) So I'm still stumped. All help or debugging advice appreciated. Thanks, Bob On Tue, 2003-04-08 at 16:31, Joe Marcus Clarke wrote: > On Tue, 2003-04-08 at 17:20, Bob Van Valzah wrote: > > Is there any trick to making gnomepilot2 work? I just did a > > pkg_deinstall -f gnomepilot and then built gnomepilot2 from the > > port. I can't figure out who's supposed to start gpilotd. Any hints there? > > It's probably supposed to start when you login to GNOME (i.e. as part of > gnome-session's startup). > > > > > I did start it manually and got the druid to run, but then it exited > > before it could sense the user name and ID from the Palm. I kept > > restarting gpilotd and pressed on with the druid and eventually got it > > finished, but with the GCOS user name and UID instead of anything read > > from the Palm. I don't want to clobber what I have in there so I > > deleted that Palm but am unable to add a new one. Every time I hit > > "Get from pilot" in the applet, it just times out. I'm stuck. > > > > Is there any way I can nuke the half-baked Pilot config I have now and > > start over? All advice appreciated. > > I believe it's all stored in gconf. You should be able to go throw > ~/.gconf, and find the gpilot prefs, and remove them. > > Joe > > > > > Thanks, > > > > Bob > > _______________________________________________ > > freebsd-gnome@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-gnome > > To unsubscribe, send any mail to "freebsd-gnome-unsubscribe@freebsd.org"