From owner-freebsd-stable@FreeBSD.ORG Mon Jan 17 10:48:56 2011 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A68C1106566C for ; Mon, 17 Jan 2011 10:48:56 +0000 (UTC) (envelope-from ari@stonepile.fi) Received: from espresso1.syncrontech.com (espresso1.syncrontech.com [213.28.98.34]) by mx1.freebsd.org (Postfix) with ESMTP id B1CA58FC19 for ; Mon, 17 Jan 2011 10:48:55 +0000 (UTC) Received: from [192.168.2.244] (dhcp-2-244.syncrontech.com [192.168.2.244]) by espresso1.syncrontech.com (8.14.4/8.14.4) with ESMTP id p0HAEJkm054195 for ; Mon, 17 Jan 2011 12:14:19 +0200 (EET) (envelope-from ari@stonepile.fi) Message-ID: <4D341676.8060700@stonepile.fi> Date: Mon, 17 Jan 2011 12:14:14 +0200 From: Ari Suutari User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101207 Lightning/1.0b2 Thunderbird/3.1.7 MIME-Version: 1.0 CC: freebsd-stable@freebsd.org References: <20110116124122.GA63358@psconsult.nl> In-Reply-To: <20110116124122.GA63358@psconsult.nl> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: Carp seems completely broken on 8.2-RC2 and 8.2-PRERELEASE X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Jan 2011 10:48:56 -0000 Hi, On 16.1.2011 14:41, Paul Schenkeveld wrote: > > This is the kernel config for test1 and test2: > > include GENERIC > device carp Could this be the cause ? In 8.2 it is no longer necessary to build custom kernel as carp can be loaded as module. I have carp running on two 8.2-RC1 machines without problems, I just have cloned_interfaces="carp0" in my /etc/rc.conf in addition to normal carp stuff. Ari S.