From owner-freebsd-ports Wed Nov 27 18:36:49 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 37AA837B401; Wed, 27 Nov 2002 18:36:48 -0800 (PST) Received: from tiamat.ipv6.hackerheaven.org (ipv6.hackerheaven.org [80.126.0.97]) by mx1.FreeBSD.org (Postfix) with ESMTP id D81E243EA9; Wed, 27 Nov 2002 18:36:46 -0800 (PST) (envelope-from coolvibe@hackerheaven.org) Received: from tiamat.ipv6.hackerheaven.org (localhost.ipv6.hackerheaven.org [127.0.0.1]) by tiamat.ipv6.hackerheaven.org (8.12.6/8.12.6) with ESMTP id gAS2aYgl039168; Thu, 28 Nov 2002 03:36:34 +0100 (CET) (envelope-from coolvibe@tiamat.ipv6.hackerheaven.org) Received: (from coolvibe@localhost) by tiamat.ipv6.hackerheaven.org (8.12.6/8.12.6/Submit) id gAS2aYpb039167; Thu, 28 Nov 2002 03:36:34 +0100 (CET) Date: Thu, 28 Nov 2002 03:36:34 +0100 From: Emiel Kollof To: phoenix@freebsd.org Cc: freebsd-ports@freebsd.org Subject: Phoenix strangeness in CURRENT Message-ID: <20021128023634.GA38997@hackerheaven.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Mailer: Mutt 1.3.23i (2001-10-09) X-Editor: Vim http://www.vim.org/ X-Info: http://www.hackerheaven.org/ X-Info2: http://www.cmdline.org/ X-Info3: http://www.coolvibe.org/ X-message-flag: Out of cheese error! User-Agent: Mutt/1.5.1i Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Uname: FreeBSD azazel.ipv6.hackerheaven.org 5.0-CURRENT FreeBSD 5.0-CURRENT #1: Wed Nov 27 19:59:24 CET 2002 root@azazel.ipv6.hackerheaven.org:/usr/obj/usr/src/sys/AZAZEL i386 Makefile date: -rw-r--r-- 1 root wheel - 3245 Nov 10 21:05 Makefile Phoenix seems to resolve a remote site, but when connecting, it says connection refused. When stracing, I saw the following: [pid 2070] socket(PF_INET6, SOCK_STREAM, 0) = 32 [pid 2070] fcntl(32, F_GETFL) = 0x2 (flags O_RDWR) [pid 2070] fcntl(32, F_SETFL, O_RDWR|O_NONBLOCK) = 0 [pid 2070] fcntl(32, F_SETFL, O_RDWR|O_NONBLOCK) = 0 [pid 2070] fcntl(32, F_GETFL) = 0x6 (flags O_RDWR|O_NONBLOCK) [pid 2070] connect(32, {sin_family=AF_UNSPEC, {sa_family=0, sa_data="\0\0\0\0\0 \0\0\0\214\v\10\0\240\5"}, 28) = -1 EINVAL (Invalid argument) [pid 2070] gettimeofday({1474822152, 94380040}, NULL) = 0 [pid 2070] fstat(32, {st_mode=050, st_size=7153563559743402024, ...}) = 0 [pid 2070] close(32) = 0 The remote site was NOT an ipv6 site. This happens with evry URL I give it and any IP I send it to. Other browsers (like links) work fine. Also ipv6 connectivity is okay since I use ipv6 all the time to waste my time on IRC :) What's going on? Can I fix it? Cheers, Emiel -- Rule of Defactualization: Information deteriorates upward through bureaucracies. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message