From owner-freebsd-current Mon Nov 18 8:49:20 2002 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9E73037B401 for ; Mon, 18 Nov 2002 08:49:19 -0800 (PST) Received: from sparc.cachehit.net (sparc.cachehit.net [216.140.141.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0057C43E6E for ; Mon, 18 Nov 2002 08:49:19 -0800 (PST) (envelope-from jnn@sparc.cachehit.net) Received: from sparc.cachehit.net (localhost [127.0.0.1]) by sparc.cachehit.net (8.12.6/8.12.6/cf10-17-02) with ESMTP id gAIGpGAb005286 for ; Mon, 18 Nov 2002 10:51:16 -0600 (CST) Received: (from jnn@localhost) by sparc.cachehit.net (8.12.6/8.12.6/Submit) id gAIGpGVv005284 for freebsd-current@freebsd.org; Mon, 18 Nov 2002 10:51:16 -0600 (CST) Date: Mon, 18 Nov 2002 10:51:16 -0600 From: John Newman To: freebsd-current@freebsd.org Subject: problem with phoenix Message-ID: <20021118165116.GA5275@totalaccess.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I'm running a recently (as in today) cvsup'd current box. Today I compiled phoenix 0.4. Oddly enough it would say "Connection refused" to any URL. Looking at truss/tcpdump I realized it was ALWAYS trying to connect to an ipv6 address, for any site. I searched around google and found this link: http://groups.google.com/groups?hl=en&lr=&ie=UTF-8&oe=UTF-8&threadm=fa.pirns7v.j34ja2%40ifi.uio.no&rnum=2&prev=/groups%3Fq%3Dphoenix%2B%2Bipv6%2Bmozilla%26hl%3Den%26lr%3D%26ie%3DUTF-8%26oe%3DUTF-8%26selm%3Dfa.pirns7v.j34ja2%2540ifi.uio.no%26rnum%3D2 "sys/netinet6/in6_pcb.h is missing a #include "opt_inet.h" and so gets compiled with INET undefined. in6_pcbconnect() then returns EADDRNOTAVAIL for IPv4 addresses." To get Phoenix to work I had to setup a web proxy that listened on my ipv6 local interface (::1). After doing this and plugging that into the proxy settings it started working! Any ideas on how to fix this for real? -- john To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message