From owner-freebsd-questions Thu Sep 16 6:35:37 1999 Delivered-To: freebsd-questions@freebsd.org Received: from axl.noc.iafrica.com (axl.noc.iafrica.com [196.31.1.175]) by hub.freebsd.org (Postfix) with ESMTP id 6BF3B15284 for ; Thu, 16 Sep 1999 06:35:25 -0700 (PDT) (envelope-from sheldonh@axl.noc.iafrica.com) Received: from sheldonh (helo=axl.noc.iafrica.com) by axl.noc.iafrica.com with local-esmtp (Exim 3.02 #1) id 11Rbgj-000Gfl-00; Thu, 16 Sep 1999 15:35:01 +0200 From: Sheldon Hearn To: Laurence Berland Cc: questions@FreeBSD.ORG Subject: Re: xdm xhosts authorization confusing me In-reply-to: Your message of "Thu, 16 Sep 1999 09:11:25 -0400." <37E0EC7D.F9C9B5F5@confusion.net> Date: Thu, 16 Sep 1999 15:35:01 +0200 Message-ID: <64092.937488901@axl.noc.iafrica.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 16 Sep 1999 09:11:25 -0400, Laurence Berland wrote: > Xlib: connection to ":0.0" refused by server This is because xdm provides the user who logs in with a cookie which must be available later when clients try to display to your X server. An easy work-around is to provide root with a symlink to your user's .Xauthority file as follows: # cd /root # ln -s /home/username/.Xauthority Obviously, you would substitute for ``username'' whatever username you use to log in to XDM. Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message