From owner-freebsd-questions Sun Jul 22 15:30: 2 2001 Delivered-To: freebsd-questions@freebsd.org Received: from ptavv.es.net (ptavv.es.net [198.128.4.29]) by hub.freebsd.org (Postfix) with ESMTP id DF65137B405 for ; Sun, 22 Jul 2001 15:29:57 -0700 (PDT) (envelope-from oberman@ptavv.es.net) Received: from ptavv.es.net (localhost [127.0.0.1]) by ptavv.es.net (8.10.1/8.10.1) with ESMTP id f6MMTqb10787; Sun, 22 Jul 2001 15:29:52 -0700 (PDT) Message-Id: <200107222229.f6MMTqb10787@ptavv.es.net> To: Gary Kline Cc: freebsd-questions@FreeBSD.ORG (FreeBSD Mailing List) Subject: Re: xauth question In-reply-to: Your message of "Sun, 22 Jul 2001 12:08:22 PDT." <200107221908.f6MJ8MD04018@tao.thought.org> Date: Sun, 22 Jul 2001 15:29:52 -0700 From: "Kevin Oberman" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > From: Gary Kline > Date: Sun, 22 Jul 2001 12:08:22 -0700 (PDT) > Sender: owner-freebsd-questions@FreeBSD.ORG > > > > On the DNS system I'm configuring (temp named `fubar'), I get > get the follow err message when I ssh across. Can anybody > give me some clues about this "bad display name" message? > It really is an incorrect DISPLAY name. > > Could this have something to do with the 4.0.1 release of > X11? Or could something with how ssh is set up this side? > > TIA, > > gary > > > > p6 11:23 [1031] ssh -l admin fubar > admin@fubar's password: > Last login: Sat Jul 21 22:51:18 2001 from sense-kline-248. > > > > /usr/X11R6/bin/xauth: (stdin):1: bad display name "fubar.thought.org:10.0" in "add" command > fubar% Gary, This indicates that xauth on the remote system tried to add an entry in the .Xauthority file for what it thinks is the remote system, fubar.thought.org. This failed, probably because the remote system has a hostname of fubar.thought.org, but this could not be translated to an IP address. I believe you can fix this either in DNS or by adding an entry to /etc/hosts on the localhost line. R. Kevin Oberman, Network Engineer Energy Sciences Network (ESnet) Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab) E-mail: oberman@es.net Phone: +1 510 486-8634 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message