From owner-freebsd-questions@FreeBSD.ORG Mon Apr 18 18:18:57 2005 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 BD8DD16A4CE for ; Mon, 18 Apr 2005 18:18:57 +0000 (GMT) Received: from lmail.bathnetworks.co.uk (mail.bathnetworks.com [84.92.24.252]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9279243D1D for ; Mon, 18 Apr 2005 18:18:55 +0000 (GMT) (envelope-from bsd@bathnetworks.com) Received: (qmail 29737 invoked by uid 510); 18 Apr 2005 19:21:41 +0100 Received: from 84.92.24.252 by lmail.bathnetworks.co.uk (envelope-from , uid 508) with qmail-scanner-1.24-st-qms (clamdscan: 0.83/710. spamassassin: 3.0.2. perlscan: 1.24-st-qms. Clear:RC:0(84.92.24.252):SA:0(-1.7/5.0):. Processed in 2.057551 secs); 18 Apr 2005 18:21:41 -0000 X-Spam-Status: No, hits=-1.7 required=5.0 X-Antivirus-MYDOMAIN-Mail-From: bsd@bathnetworks.com via lmail.bathnetworks.co.uk X-Antivirus-MYDOMAIN: 1.24-st-qms (Clear:RC:0(84.92.24.252):SA:0(-1.7/5.0):. Processed in 2.057551 secs Process 29730) Received: from mail.bathnetworks.com (HELO ?84.92.24.252?) (bsd@bathnetworks.com@84.92.24.252) by lmail.bathnetworks.co.uk with SMTP; 18 Apr 2005 19:21:38 +0100 From: Robert Slade To: "freebsd-questions@freebsd.org" In-Reply-To: <20050417182812.GW4842@dan.emsphone.com> References: <1113748250.7889.5.camel@lmail.bathnetworks.co.uk> <20050417182812.GW4842@dan.emsphone.com> Content-Type: text/plain Message-Id: <1113848498.29223.1.camel@lmail.bathnetworks.co.uk> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 (1.4.6-2) Date: Mon, 18 Apr 2005 19:21:38 +0100 Content-Transfer-Encoding: 7bit Subject: Re: Heartbeat X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Apr 2005 18:18:57 -0000 On Sun, 2005-04-17 at 19:28, Dan Nelson wrote: > In the last episode (Apr 17), Robert Slade said: > > I'm trying to get heartbeat going. I have a problem though with the > > udpport setting. The default is 694, but heartbeat won't start and > > say that it cannot bind to that port something else is listening on > > it. Using netstat dosn't show anything (the only thing running on the > > system is ssh and samba). > > I don't remember having this problem when I installed heartbeat on my > system. Here's my ha.cf file: > > ucast fxp0 172.16.0.1 > auto_failback off > > node node1 > node node2 > apiauth ccm uid=root > apiauth cl_status uid=root > apiauth ipfail uid=root > apiauth ping uid=root Thank you that solved one problem, the second of where to get a new brain unfortunately... Rob