From owner-freebsd-questions@FreeBSD.ORG Sat May 31 14:00:28 2003 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 07F8037B401 for ; Sat, 31 May 2003 14:00:28 -0700 (PDT) Received: from smtp02.mrf.mail.rcn.net (smtp02.mrf.mail.rcn.net [207.172.4.61]) by mx1.FreeBSD.org (Postfix) with ESMTP id 178B543FA3 for ; Sat, 31 May 2003 14:00:27 -0700 (PDT) (envelope-from rjhalljr@starpower.net) Received: from 66-44-56-156.s156.tnt2.lnhva.md.dialup.rcn.com ([66.44.56.156] helo=svold.krig.net) by smtp02.mrf.mail.rcn.net with smtp (Exim 3.35 #4) id 19MDSk-0007T4-00 for freebsd-questions@freebsd.org; Sat, 31 May 2003 17:00:26 -0400 Received: by svold.krig.net (sSMTP sendmail emulation); Sat, 31 May 2003 16:57:45 -0400 From: "Bob Hall" Date: Sat, 31 May 2003 16:57:45 -0400 To: freebsd-questions@freebsd.org Message-ID: <20030531205745.GB686@svold.krig.net> Mail-Followup-To: Bob Hall , freebsd-questions@freebsd.org References: <20030531051715.GA373@svold.krig.net> <20030531060945.GA49923@BSDWins.Com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030531060945.GA49923@BSDWins.Com> User-Agent: Mutt/1.4.1i Subject: Re: lynx on 4.8-stable 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, 31 May 2003 21:00:28 -0000 On Sat, May 31, 2003 at 02:09:45AM -0400, John wrote: > Hello, > > A few recommendations. > > 1. Check your environment variables and compare the list to > the variables listed in the lynx manpage. There are some > that affect proxies. Good suggestion. $ env http_proxy=http://localhost:3128/ gopher_proxy=http://localhost:3128/ https_proxy=http://localhost:3128/ > 2. Please double check your lynx.cfg (locate lynx.cfg) to > make sure there are no proxies installed. ie: something > like: > > http_proxy:http://name.domain.foo:3128/ > https_proxy:http://name.domain..foo:3128/ The lynx.cfg file is stock; the proxy settings are all commented out. > Try explicity setting no_proxy:* That works. Thanks. I'd still like to know what is creating the proxy settings. There's nothing in the bash or lynx files. Bob Hall