From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22708 invoked by alias); 6 Jan 2004 10:45:25 -0000 Mailing-List: contact cygwin-xfree-help@cygwin.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-xfree-owner@cygwin.com Mail-Followup-To: cygwin-xfree@cygwin.com Reply-To: cygwin-xfree@cygwin.com Received: (qmail 22694 invoked from network); 6 Jan 2004 10:45:24 -0000 Received: from unknown (HELO mailhost.netspeed.com.au) (203.31.48.33) by sources.redhat.com with SMTP; 6 Jan 2004 10:45:24 -0000 Received: from yoda.openminddev.net (unverified [210.9.141.55]) by netspeed.com.au (SurgeMail 1.6b) with ESMTP id 12697942 for multiple; Tue, 06 Jan 2004 21:47:29 +1100 From: Rasjid Wilcox To: cygwin-xfree@cygwin.com, Andrew DeFaria Subject: Re: XDMCP Problems - Possible fix, please try Date: Tue, 06 Jan 2004 10:45:00 -0000 User-Agent: KMail/1.5.1 References: <3FF3677A.2080507@msu.edu> <3FFA1765.3070806@msu.edu> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200401062146.56187.rasjidw@openminddev.net> X-Server: High Performance Mail Server - http://surgemail.com X-SW-Source: 2004-01/txt/msg00113.txt.bz2 List-Id: On Tuesday 06 January 2004 13:31, Andrew DeFaria wrote: > Harold L Hunt II wrote: > > Andrew DeFaria wrote: ... > >> Well you see that's sorta the problem. In my distro (SuSE 8.2) it's > >> at /opt/kde/share/config/kdm/kdmrc but the problem is that it already > >> says true! In mine is says: I'm running SuSE 8.2 too, and have just found out the following: a) there are several kdmrc files (try 'locate kdmrc') b) the one you want to edit is actually /etc/opt/kde3/share/config/kdm/kdmrc not the one under /opt c) there is also a variable in /etc/sysconfig/displaymanger that may or may not be significant (DISPLAYMANAGER_REMOTE_ACCESS="no") So: 1) Enable xdmcp in the kdmrc under /etc/... 2) Restart kdm with # /etc/init.d/xdm restart (yes, it really is xdm here) 3) Test service listening with: # netstat -u -a -n -p | grep 177 Output should be: udp 0 0 0.0.0.0:177 0.0.0.0:* /kdm 4) If the above looks good, then test with $ X -query localhost :1 5) If that works, then test from remote machine. 6) If the local (step 4) connect works, but not the remote connection, try editing the /etc/sysconfig/displaymanager file, and see if that helps. Let us know if this modification is required. Note to Harold et al: Could we add /etc/opt/kde3/share/config/kdm/kdmrc for SuSE 8.2 to the known config files in FAQ 6.2? (Perhaps a warning about the 'red herrings' in other locations too.) Adding some info on how to test that [x|k|g]dm is working (my steps 3 and 4) to the FAQ may also be useful. Note that the 'netstat' test is one that can be done remotely via ssh, and is very quick, whereas the 'X -query localhost :1' is probably best done when physical access to the machine is available. I hope all this helps. Cheers, Rasjid. -- Rasjid Wilcox Canberra, Australia (UTC +11 hrs) http://www.openminddev.net