From owner-freebsd-questions@FreeBSD.ORG Wed Jul 2 22:33:31 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9755737B401 for ; Wed, 2 Jul 2003 22:33:31 -0700 (PDT) Received: from mta08bw.bigpond.com (mta08bw.bigpond.com [144.135.24.137]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3411C44008 for ; Wed, 2 Jul 2003 22:33:29 -0700 (PDT) (envelope-from psandila@bigpond.net.au) Received: from desktop.nsw.bigpond.net.au ([144.135.24.81]) by mta08bw.email.bigpond.com (iPlanet Messaging Server 5.2 HotFix 1.14 (built Mar 18 2003)) with SMTP id <0HHF007OOOP838@mta08bw.email.bigpond.com> for freebsd-questions@freebsd.org; Thu, 03 Jul 2003 15:31:56 +1000 (EST) Received: from cpe-144-132-178-155.nsw.bigpond.net.au ([144.132.178.155]) by bwmam05bpa.bigpond.com(MailRouter V3.2g 44/64084018); Thu, 03 Jul 2003 15:31:58 +0000 Date: Thu, 03 Jul 2003 15:40:11 +1000 From: Peter Sandilands In-reply-to: <573562C6FDA9564A8EEE66D899BC190B02A32AA9@EMSS01M10.us.lmco.com> To: "Tkachenko, Artem N" , freebsd-questions@freebsd.org Message-id: <200307031540.11846.psandila@bigpond.net.au> MIME-version: 1.0 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 7BIT User-Agent: KMail/1.4.3 References: <573562C6FDA9564A8EEE66D899BC190B02A32AA9@EMSS01M10.us.lmco.com> Subject: Re: problem with starting racoon X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: psandila@bigpond.net.au List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jul 2003 05:33:31 -0000 On Fri, 13 Jun 2003 01:34 am, Tkachenko, Artem N wrote: > I have a problem starting racoon. I try to start with the fallowing > command: > DELL2# racoon -F -f my-racoon.conf > And I am getting the fallowing massages: > 2003-06-11 20:12:22: ERROR: isakmp.c:1350:isakmp_open(): failed to > bind (Address already in use). > 2003-06-11 20:12:22: ERROR: isakmp.c:1350:isakmp_open(): failed to > bind (Address already in use). Try running ps -ax (assuming you are root) I'll bet you'll find racoon is already running and bound to the relevant IP addresses. You need to kill racoon or -HUP it > DELL2# racoon -f my-racoon.conf > i don't get any messages at all. Running as a daemon the errors go into a log file Pete