From owner-freebsd-stable@FreeBSD.ORG Fri Oct 13 05:41:08 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6258A16A47E for ; Fri, 13 Oct 2006 05:41:08 +0000 (UTC) (envelope-from ari@suutari.iki.fi) Received: from espresso2.syncrontech.com (sync-old.syncrontech.com [213.28.98.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D02943D68 for ; Fri, 13 Oct 2006 05:41:02 +0000 (GMT) (envelope-from ari@suutari.iki.fi) Received: from guinness.syncrontech.com (guinness.syncrontech.com [62.71.8.57]) by espresso2.syncrontech.com (8.13.1/8.13.1) with ESMTP id k9D5f0XE048360; Fri, 13 Oct 2006 08:41:00 +0300 (EEST) (envelope-from ari@suutari.iki.fi) Received: from [127.0.0.1] (coffee.syncrontech.com [192.168.5.102]) by guinness.syncrontech.com (8.13.4/8.13.4) with ESMTP id k9D5exg7002078; Fri, 13 Oct 2006 08:41:00 +0300 (EEST) (envelope-from ari@suutari.iki.fi) Message-ID: <452F26E5.5080703@suutari.iki.fi> Date: Fri, 13 Oct 2006 08:40:53 +0300 From: Ari Suutari User-Agent: Thunderbird 1.5.0.7 (Windows/20060909) MIME-Version: 1.0 To: Vivek Khera References: <452E2151.80500@suutari.iki.fi> <86hcy9zc1h.fsf@sparrow.local> <3FE17199-C351-4C29-AC36-7A94F344C135@khera.org> In-Reply-To: <3FE17199-C351-4C29-AC36-7A94F344C135@khera.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD Stable Subject: Re: carp0 interface goes down on 6.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: Fri, 13 Oct 2006 05:41:08 -0000 Hi, Vivek Khera wrote: > > On Oct 12, 2006, at 1:20 PM, Marko Lerota wrote: > >> I think the interface didn't get sync from other carp interface, >> so it doesn't know that he is the MASTER or BACKUP, and because >> of that goes into the INIT state. > > Shouldn't it then move to MASTER since the other server could possibly > be dead? > It doesn't do anything and I assume that it is because the interface goes down by itself. If I manually up it (via ifconfig carp0 up) it first goes BACKUP and after a while it goes MASTER. After that also traffic to that IP works. I started examining this because the carp0 didn't come up during boot. Ari S.