From owner-freebsd-stable@FreeBSD.ORG Fri Feb 2 20:00:46 2007 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7169116A40B for ; Fri, 2 Feb 2007 20:00:46 +0000 (UTC) (envelope-from spil.oss@googlemail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.186]) by mx1.freebsd.org (Postfix) with ESMTP id 0A2DA13C4A3 for ; Fri, 2 Feb 2007 20:00:45 +0000 (UTC) (envelope-from spil.oss@googlemail.com) Received: by nf-out-0910.google.com with SMTP id m19so1327493nfc for ; Fri, 02 Feb 2007 12:00:44 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=beta; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=jnI1dnYOnJSavB8Z1+nxEC+liZuc04ZywYjQp5OWtDE/WwlKFpauOzc+VT9jUyra1zhayIJz7X+LWtvwlKoDM70a8x3pKxs8iEMMZKDaDGW5gvP8xD5rF2rv6fpvBk5lNC0iy4Mm0IToHd8V2A+Kkrlzl7/zR+rq+TL9AsN1YHA= Received: by 10.48.4.17 with SMTP id 17mr5157946nfd.1170444725888; Fri, 02 Feb 2007 11:32:05 -0800 (PST) Received: by 10.48.222.12 with HTTP; Fri, 2 Feb 2007 11:32:05 -0800 (PST) Message-ID: <5fbf03c20702021132y5f931f5esdeab22d0048fa5a6@mail.gmail.com> Date: Fri, 2 Feb 2007 20:32:05 +0100 From: "Spil Oss" To: freebsd-stable@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Problems with IPv6-less kernel and world X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: spil.oss@gmail.com List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Feb 2007 20:00:46 -0000 Hi All, I have NO_INET6 in my /etc/make.conf and INET6 is commented out in my kernel config. Until today I did *not* have WITHOUT_IPV6 in my make.conf In 6.1 I have been unable to run php 5.2 in combination with mail/roundcube, it segfaulted apache, 5.1.6_3 was fine. Since my upgrade to 6.2-RELEASE I was no longer able to connect to the MSN network using irc/bitlbee_1.0.3_3 (which worked fine on 6.1) and every account I had took an additional 75 seconds to load (timeout on the socket) (net.inet.tcp.keepinit: 75000? or net.inet.tcp.keepintvl: 75000?) After trying all kinds of things (openssl, gnutls), today I found out that bitlbee had a --ipv6 knob in it's config and was able to run bitlbee again after fiddling the Makefile. Then I set WITHOUT_IPV6 in my make.conf and that worked as well. To my surprise, a newly compiled PHP 5.2 now also works Should there not be a warning in the examples and man-pages for the make.conf and GENERIC that you should set WITHOUT_IPV6 if you disable INET6 and/or set NO_INET6? Would save idiots like undersigned tripping into this dark hole.... Kind Regards, Spil.