From owner-freebsd-questions@FreeBSD.ORG Sat Mar 26 06:27:16 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ABF2316A4CE for ; Sat, 26 Mar 2005 06:27:16 +0000 (GMT) Received: from ns1.tiadon.com (SMTP.tiadon.com [69.27.132.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5149843D46 for ; Sat, 26 Mar 2005 06:27:16 +0000 (GMT) (envelope-from kdk@daleco.biz) Received: from [69.27.131.0] ([69.27.131.0]) by ns1.tiadon.com with Microsoft SMTPSVC(6.0.3790.211); Sat, 26 Mar 2005 00:24:07 -0600 Message-ID: <424500C1.2080403@daleco.biz> Date: Sat, 26 Mar 2005 00:27:13 -0600 From: Kevin Kinsey User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.3) Gecko/20041210 X-Accept-Language: en-us, en MIME-Version: 1.0 To: "Anthony M. Agelastos" References: <562fd27dd8db8f70bad6f387a1932221@asu.edu> In-Reply-To: <562fd27dd8db8f70bad6f387a1932221@asu.edu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 26 Mar 2005 06:24:08.0323 (UTC) FILETIME=[6AB47D30:01C531CC] cc: freebsd-questions@freebsd.org Subject: Re: Xorg warning & initial installation modifications X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Mar 2005 06:27:16 -0000 Anthony M. Agelastos wrote: > Hello all and thank you for your help. Hello also, and you're welcome, assuming, of course that I give any :-D > > I have FreeBSD 5.3-RELEASE with the Minimal pre-configure > install and I have installed X.org 6.8.2. Anyways, I notice when > I do a startx, that I get the following output: > > xauth: (argv):1: bad display name "iqast.hsd1.ga.comcast.net:0" in > "remove" command > > X still works, however I want things to run as smoothly as > possible. In addition to this problem, I was wondering what the > best way of installing the base documentation (like > manpages for the system commands such as tar) would be? As for the "bad display name" error, I'd first suspect that something's not resolving correctly. Do you have your hostname set in /etc/hosts also? X needs to know where "iqast.hsd1.ga.comcast.net" is ... AFAIK, you could set that to 127.0.0.1, if that's what you really want to name your machine. However, since you got that name via DHCP, I'd think it might be something changeable...anyways, do some looking around to see if your machine can "find itself" (e.g. ping your hostname, etc.) As for the best way to install the man pages, you'd probably be OK to start sysinstall again, go to the Post-installation configuration menu, and then IIRC "select additional distribution sets" or somesuch. The docs should be there, and it'll get you the other stuff (like the handbook) that can be of great help in your development as a FreeBSD user.... Kevin Kinsey > > Thank you all for your help. For some further insight into the > system, I wanted to mention that when I installed it and it > asked me to configure my network via DHCP, I did and it came > up with hsd1.ga.comcast.net. as the domain (including the > trailing period) and I named the computer iqast. Anyways, > before I clicked OK, I deleted the trailing period just because > it did not look correct. I have no idea if this little tidbit of > information is beneficial or not. I am new to the FreeBSD > world (this is my first time playing with it) and I am horrendous > at configuring networks, so I apologize now if the problem above is > trivial.