ports/164060: net/ucarp doesn't work on FreeBSD 9.0-PRERELEASE

Alexey V. Degtyarev alexey at renatasystems.org
Tue Feb 21 09:40:11 UTC 2012


The following reply was made to PR ports/164060; it has been noted by GNATS.

From: "Alexey V. Degtyarev" <alexey at renatasystems.org>
To: xor at davydkovo.net
Cc: bug-followup at freebsd.org
Subject: ports/164060: net/ucarp doesn't work on FreeBSD 9.0-PRERELEASE
Date: Tue, 21 Feb 2012 13:31:38 +0400

 Hello!
 
 I could not reproduce the problem. Does the problem still occur with
 9.0-RELEASE?
 
 # uname -mrsi
 FreeBSD 9.0-RELEASE amd64 XENHVM
 
 # grep ^ucarp /etc/rc.conf
 ucarp_enable="yes"
 ucarp_addr="192.168.255.253"
 ucarp_if="xn0"
 ucarp_vhid="253"
 ucarp_src="192.168.255.254"
 ucarp_pass="somepass"
 ucarp_upscript="/usr/local/sbin/ucarp-up"
 ucarp_downscript="/usr/local/sbin/ucarp-down"
 
 # /usr/local/etc/rc.d/ucarp start
 Starting ucarp.
 
 /var/log/messages:
 ucarp[59867]: [WARNING] Switching to state: BACKUP
 ucarp[59867]: [WARNING] Spawning [/usr/local/sbin/ucarp-down xn0 192.168.255.253]
 ucarp[59867]: [WARNING] Switching to state: MASTER
 ucarp[59867]: [WARNING] Spawning [/usr/local/sbin/ucarp-up xn0 192.168.255.253]
 
 # /usr/local/etc/rc.d/ucarp status
 ucarp is running as pid 59867
 
 -- 
 Alexey V. Degtyarev



More information about the freebsd-ports-bugs mailing list