Date: Thu, 28 Nov 2002 03:36:34 +0100 From: Emiel Kollof <coolvibe@hackerheaven.org> To: phoenix@freebsd.org Cc: freebsd-ports@freebsd.org Subject: Phoenix strangeness in CURRENT Message-ID: <20021128023634.GA38997@hackerheaven.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021128023634.GA38997>