From owner-freebsd-gnome@FreeBSD.ORG Tue Jun 5 14:05:34 2007 Return-Path: X-Original-To: freebsd-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 7202A16A421 for ; Tue, 5 Jun 2007 14:05:32 +0000 (UTC) (envelope-from mezz7@cox.net) Received: from eastrmmtao103.cox.net (eastrmmtao103.cox.net [68.230.240.9]) by mx1.freebsd.org (Postfix) with ESMTP id F19FD13C455 for ; Tue, 5 Jun 2007 14:05:31 +0000 (UTC) (envelope-from mezz7@cox.net) Received: from eastrmimpo01.cox.net ([68.1.16.119]) by eastrmmtao103.cox.net (InterMail vM.7.08.02.01 201-2186-121-102-20070209) with ESMTP id <20070605140530.EXVL8543.eastrmmtao103.cox.net@eastrmimpo01.cox.net>; Tue, 5 Jun 2007 10:05:30 -0400 Received: from mezz.mezzweb.com ([24.255.149.218]) by eastrmimpo01.cox.net with bizsmtp id 7q5W1X00D4iy4EG0000000; Tue, 05 Jun 2007 10:05:31 -0400 Date: Tue, 05 Jun 2007 09:08:27 -0500 To: "Gary Kline" From: "Jeremy Messenger" Content-Type: text/plain; format=flowed; delsp=yes; charset=us-ascii MIME-Version: 1.0 References: <20070601072255.GA67598@thought.org> <20070602235124.GA82026@thought.org> <20070603233103.GA91077@thought.org> <20070604061244.GD93299@thought.org> <20070604214046.GA256@thought.org> <1181005726.997.4.camel@darklight> <20070605070901.GA3171@thought.org> Content-Transfer-Encoding: Quoted-Printable Message-ID: In-Reply-To: <20070605070901.GA3171@thought.org> User-Agent: Opera Mail/9.21 (Linux) Cc: Yuri Pankov , freebsd-gnome@freebsd.org Subject: Re: any clues hy Gnome isn't autobooting? 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: Tue, 05 Jun 2007 14:05:34 -0000 On Tue, 05 Jun 2007 02:09:01 -0500, Gary Kline = wrote: > On Tue, Jun 05, 2007 at 05:08:46AM +0400, Yuri Pankov wrote: >> On Mon, 2007-06-04 at 14:40 -0700, Gary Kline wrote: >> > On Sun, Jun 03, 2007 at 11:12:44PM -0700, Gary Kline wrote: >> > > On Sun, Jun 03, 2007 at 10:48:46PM -0500, Jeremy Messenger wrote:= >> > > > On Sun, 03 Jun 2007 18:31:03 -0500, Gary Kline = >> >> > > > wrote: >> > > > >> > > > >On Sun, Jun 03, 2007 at 11:57:53AM -0500, Jeremy Messenger wro= te: >> > > > >>On Sat, 02 Jun 2007 18:51:24 -0500, Gary Kline = >> >> > > > >>wrote: >> > > > >> >> > > > >>Do you have anything in ~/.xsession-errors? >> > > > > >> > > > > Good one! >> > > > > >> > [[ ... ]] >> > >> > > > >> > > > It shows that you don't have dbus, hal and etc running. Follow = = >> this: >> > > > http://www.freebsd.org/gnome/docs/faq2.html#full-gnome >> > > > >> > > > Cheers, >> > > > Mezz >> > > >> > >> > No-joy. I followed the "full-gnome" tag instructions to the >> > letter. Ran pkgdb -F twice, one portupgrade -a. Upon reboot; >> > same. I wind up at a root login and have to use the kdm widget. >> > Both hal and dbus are in /var/db. hal is missing from the ps ax >> > listing; dbus is there. >> > >> > 621 ?? Is 0:00.01 /usr/local/sbin/gdm-binary >> > p1 14:20 [579] psag hal >> > p1 14:20 [580] psag dbus >> > 1126 ?? I 0:00.00 dbus-launch --autolaunch = >> 0630eeaa5fc7c9e3ea1e2f004657 >> > 1127 ?? Is 0:00.00 /usr/local/bin/dbus-daemon --fork = >> --print-pid 6 --pri >> > 1128 ?? Is 0:00.01 dbus-daemon --fork --print-address 16 = >> --print-pid 18 >> > p1 14:20 [581] >> > >> > >> > I'm rebuilding hal; de-/re-installing. See if the daemon fires >> > up. Nope, no hald...... >> > >> > Ideas? >> > >> > gary >> >> You still don't have system dbus daemon running (should look >> like /usr/local/bin/dbus-daemon --system in `ps' output). Any errors >> when starting it using /usr/local/etc/rc.d/dbus start ? > > > A "% dbus" did nothing; I didn't know there was a dbus script > is /usr/local/etc/rc.d.... and will fire it off. > > # > dbus_enable=3D"YES" > # > Well, I added this to /etc/conf, rebooted and still nada; then I Is it a typo? It should be /etc/rc.conf. > checked the log in /var/log and saw that something was still > pointing to /usr/X11R6/bin. X is now in local. I thought that > was fixed... . Anyway, I de-/re-installed both gnome2 and > the meta port xorg. > > Dunno; I just cd'd to usr/local and did a grep -r -w X11R6; there > are thousands of X11R6 regex's in places. In > var/log/debug.log is the following: Does your system has /usr/X11R6 symlink to /usr/local? > Jun 5 00:04:06 tao2 sshd[18092]: NSSWITCH(nss_method_lookup): nis, = > group_compat, endgrent, not found > Jun 5 00:04:06 tao2 sshd[18093]: NSSWITCH(nss_method_lookup): nis, = > passwd_compat, endpwent, not found > Jun 5 00:04:19 tao2 ls: NSSWITCH(nss_method_lookup): nis, = > passwd_compat, setpwent, not found > Jun 5 00:04:19 tao2 ls: NSSWITCH(nss_method_lookup): nis, group_compa= t, = > setgrent, not found > Jun 5 00:04:21 tao2 ls: NSSWITCH(nss_method_lookup): nis, = > passwd_compat, setpwent, not found > Jun 5 00:04:21 tao2 ls: NSSWITCH(nss_method_lookup): nis, group_compa= t, = > setgrent, not found > Jun 5 00:04:39 tao2 su: NSSWITCH(nss_method_lookup): nis, group_compa= t, = > setgrent, not found > Jun 5 00:04:39 tao2 su: NSSWITCH(nss_method_lookup): nis, group_compa= t, = > endgrent, not found > tao2# It looks like you have installed FreeBSD with NO_NIS=3Dyes? If you do, r= ead = in nsswitch.conf(5) and it said: NOTES If system got compiled with NO_NIS you have to remove `nis' entrie= s. Cheers, Mezz > A last rebbot and I'm calling it a day... If you [[ or Anybody ]] > has any clues, please drop them my way! > > gary > > > >> >> >> Yuri -- = mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team - FreeBSD Multimedia Hat (ports, not src) http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org http://wiki.freebsd.org/multimedia - multimedia@FreeBSD.org