From owner-freebsd-current@FreeBSD.ORG Tue Aug 28 14:03:11 2007 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8630316A419 for ; Tue, 28 Aug 2007 14:03:11 +0000 (UTC) (envelope-from pawel.worach@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.233]) by mx1.freebsd.org (Postfix) with ESMTP id 4548C13C46B for ; Tue, 28 Aug 2007 14:03:11 +0000 (UTC) (envelope-from pawel.worach@gmail.com) Received: by wx-out-0506.google.com with SMTP id i29so1709271wxd for ; Tue, 28 Aug 2007 07:03:10 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=jv8jG/r1vQlszYYTkwxnyRRfPAkjAVhDLqTizcsUT8Cy/ixG00qIG3EgqNSv4N5XO18BX3q17ZWmzBzZNDMC8zpiuuTcWC/FZ7CyTOGokpwUdGpPzIttehjmuUyYw4pHDAdaE/pKr6vMAq0pYtRzGkHR6Dx8Q07nz/nKKvjWjoE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=NmjjVWwoP3g/zLP11Se24Zp8KEk5vzvoOrOuPFy3an/Km22Vkri3rKqh7spMEbMgBHs1ozUmoXcEhnv6I3FdIBk68n4UvDi6OWtQXnW+TGYCqLLdxskGf3yVxiDWX4GbvVIcxMniAoim/FqiDqvz9igevUvC8KxJcvLN/2dZ3fE= Received: by 10.90.68.15 with SMTP id q15mr647388aga.1188309789800; Tue, 28 Aug 2007 07:03:09 -0700 (PDT) Received: by 10.90.86.16 with HTTP; Tue, 28 Aug 2007 07:03:09 -0700 (PDT) Message-ID: Date: Tue, 28 Aug 2007 16:03:09 +0200 From: "Pawel Worach" To: "gnn@freebsd.org" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <46D2EB88.7020905@gmail.com> Cc: current@freebsd.org Subject: Re: IPSec panics X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Aug 2007 14:03:11 -0000 On 8/28/07, gnn@freebsd.org wrote: > At Mon, 27 Aug 2007 17:19:36 +0200, > Pawel Worach wrote: > > > > Hi, > > > > While testing IPSec I got this panic on two different -CURRENT systems. > > I think they happened when racoon was updating the SAD. kernel.debug and > > vmcore is still available if more info needed. > > > > Given the backtraces you showed I didnt' see any IPsec related code > being run. Did I miss something? > Come to think of it.. this case was that I had a ssh session to the peer when there was no policy loaded and the peer paniced when setkey -f ipsec.conf was executed so the existing connection now suddenly would require IPSec. Am I making any sense at all ? -- Pawel