From owner-freebsd-questions Sat Nov 30 01:50:52 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id BAA02779 for questions-outgoing; Sat, 30 Nov 1996 01:50:52 -0800 (PST) Received: from diablo.ppp.de (diablo.ppp.de [193.141.101.34]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id BAA02774 for ; Sat, 30 Nov 1996 01:50:48 -0800 (PST) From: Greg Lehey Received: from freebie.lemis.de by diablo.ppp.de with smtp (Smail3.1.28.1 #1) id m0vTm4J-000QrGC; Sat, 30 Nov 96 10:50 MET Received: (grog@localhost) by freebie.lemis.de (8.8.3/8.6.12) id KAA21783; Sat, 30 Nov 1996 10:04:08 +0100 (MET) Organisation: LEMIS, Schellnhausen 2, 36325 Feldatal, Germany Phone: +49-6637-919123 Fax: +49-6637-919122 Message-Id: <199611300904.KAA21783@freebie.lemis.de> Subject: Re: Netscape problem... In-Reply-To: <199611290421.UAA21247@athena.tera.com> from Gary Kline at "Nov 28, 96 08:21:31 pm" To: kline@tera.com (Gary Kline) Date: Sat, 30 Nov 1996 10:04:07 +0100 (MET) Cc: questions@FreeBSD.org (FreeBSD Questions) X-Mailer: ELM [version 2.4ME+ PL28 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk Gary Kline writes: > > Can any netscape users tell me why I get this refusal from > the browser? > > Xlib: connection to "localhost:0.0" refused by server > Xlib: Client is not authorized to connect to Server > Error: Can't open display: localhost:0.0 > > This happened some weeks ago when I downloaded the binary from > the FBSD Web server and tried to install it. And the same thing > just now. > > arena, chimera, and mosaic all work. What's wrong with my > configuration?? Just a guess, since nobody else has come in with the correct answer, and I don't have these problems: your routing tables aren't set up correctly. Check with $ netstat -rn Routing tables Internet: Destination Gateway Flags Refs Use Netif Expire 127.0.0.1 127.0.0.1 UH 0 17 lo0 The localhost entry should look exactly like that, with the exception of the Refs and Use fields. You can also try $ netscape -display unix:0 and see if that helps. Greg