From owner-freebsd-questions@FreeBSD.ORG Sat Nov 10 05:28:17 2007 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 78C9116A418 for ; Sat, 10 Nov 2007 05:28:17 +0000 (UTC) (envelope-from yuri.pankov@gmail.com) Received: from darklight.org.ru (ipv6.darklight.org.ru [IPv6:2001:470:1f07:84::1]) by mx1.freebsd.org (Postfix) with ESMTP id 2343913C4AC for ; Sat, 10 Nov 2007 05:28:15 +0000 (UTC) (envelope-from yuri.pankov@gmail.com) Received: from darklight.org.ru (yuri@darklight.org.ru [IPv6:::1]) by darklight.org.ru (8.14.2/8.14.2) with ESMTP id lAA5SAO0006181; Sat, 10 Nov 2007 08:28:10 +0300 (MSK) (envelope-from yuri.pankov@gmail.com) Received: (from yuri@localhost) by darklight.org.ru (8.14.2/8.14.2/Submit) id lAA5S9Ja006180; Sat, 10 Nov 2007 08:28:09 +0300 (MSK) (envelope-from yuri.pankov@gmail.com) X-Authentication-Warning: darklight.org.ru: yuri set sender to yuri.pankov@gmail.com using -f Date: Sat, 10 Nov 2007 08:28:09 +0300 From: Yuri Pankov To: Lane Holcombe Message-ID: <20071110052809.GB6008@darklight.org.ru> References: <1194671540.33800.8.camel@localhost.joeandlane.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1194671540.33800.8.camel@localhost.joeandlane.com> User-Agent: Mutt/1.5.16 (2007-06-09) Cc: questions@freebsd.org Subject: Re: Can someone please help me get gdmchooser running, again? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Nov 2007 05:28:17 -0000 On Fri, Nov 09, 2007 at 11:12:20PM -0600, Lane Holcombe wrote: > I'm running FreeBSD 6.2-STABLE #1, compiled locally on Tue May 8 > 16:39:25 CDT 2007 > > I was able to use gdmchooser on X.org 7.2, but after upgrade to 7.3 (and > GDM 2.20.1) she says "no serving hosts were found" after scanning the > local network > > When I first started this email, I got this from > > sockstat -l46 | grep 177 > > > lholcombessh-agent 30601 8 udp4 *:177 *:* > lholcombegnome-sess 30587 8 udp4 *:177 *:* > root Xorg 30570 8 udp4 *:177 *:* > root gdm-binary 30569 8 udp4 *:177 *:* > root gdm-binary 29955 8 udp4 *:177 *:* > > Now, after monkeying with it (including a few reboots), I get > > root gdm-binary 33486 8 udp4 *:177 *:* > > so it seems that gdm is listening on 177, but the chooser doesn't list > the local system as an X server. Instead the chooser reports "no > serving hosts were found" > > I can log in using the greeter, but I'd really like to use the chooser, > as I've got several machines running X, and I'm too cheap to buy extra > keyboards, and too lazy to move around the office to do my work :) > > gdm was compiled WITHOUT IPv6 support, and I've got > > ipv6_enable="NO" > > in /etc/rc.conf > > It's gotta be something simple, 'cause I didn't spend much time setting > up the chooser originally. But I think I need an extra set of eyes to > see what I'm not seeing :) > > Here is the uncommented part of /usr/local/etc/gdm/custom.conf: > > [daemon] > Greeter=/usr/local/libexec/gdmgreeter > RemoteGreeter=/usr/local/libexec/gdmgreeter > > [security] > AllowRemoteRoot=true > DisallowTCP=false > NeverPlaceCookiesOnNFS=false > CheckDirOwner=false > > [xdmcp] > Enable=true > > [gui] > > [greeter] > IncludeAll=true > GraphicalTheme=happygnome-list > GraphicalThemeRand=true > GraphicalThemes=circles/:happygnome-list/:happygnome > > [chooser] > > [debug] > Enable=true > > [servers] > 0=Standard > > [server-Standard] > name=Standard server > command=/usr/local/bin/X -audit 0 > chooser=false > handled=true > flexible=true > priority=0 > > > Thanks for being an extra set of eyes! > > lane Hi, Lane, please check gdm related issues (IPv6 only) at http://www.nabble.com/remaining-issues-with-gnome-2.20-t4721430.html (taken from thread on gnome@). And sorry if it's not related to your problem. Yuri