From owner-freebsd-current@FreeBSD.ORG Sat Feb 14 17:37:05 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4F08116A4CE for ; Sat, 14 Feb 2004 17:37:05 -0800 (PST) Received: from arginine.spc.org (arginine.spc.org [195.206.69.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id 244CE43D2F for ; Sat, 14 Feb 2004 17:37:05 -0800 (PST) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id 41004654D8; Sun, 15 Feb 2004 01:37:04 +0000 (GMT) Received: from arginine.spc.org ([127.0.0.1]) by localhost (arginine.spc.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 98052-06; Sun, 15 Feb 2004 01:37:03 +0000 (GMT) Received: from saboteur.dek.spc.org (82-147-17-88.dsl.uk.rapidplay.com [82.147.17.88]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by arginine.spc.org (Postfix) with ESMTP id E064365319; Sun, 15 Feb 2004 01:37:02 +0000 (GMT) Received: by saboteur.dek.spc.org (Postfix, from userid 1001) id 44B9E2B; Sun, 15 Feb 2004 01:37:00 +0000 (GMT) Date: Sun, 15 Feb 2004 01:37:00 +0000 From: Bruce M Simpson To: Tobias Roth Message-ID: <20040215013700.GC19592@saboteur.dek.spc.org> Mail-Followup-To: Tobias Roth , freebsd-current@freebsd.org References: <20040214174144.GA13215@speedy.unibe.ch> <20040214211819.GE11710@saboteur.dek.spc.org> <20040214235426.GA13792@speedy.unibe.ch> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040214235426.GA13792@speedy.unibe.ch> cc: freebsd-current@freebsd.org Subject: Re: state of ipsec X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Sun, 15 Feb 2004 01:37:05 -0000 On Sun, Feb 15, 2004 at 12:54:26AM +0100, Tobias Roth wrote: > yes, setkey -D never outputs anything, no SAs get created at all. This would tend to suggest either IPSEC support is missing from the kernel, or there has been a problem when racoon is issuing PF_KEY socket writes. Can you recompile with IPSEC_DEBUG enabled and try to replicate the problem? BMS