Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Feb 2012 09:40:11 GMT
From:      "Alexey V. Degtyarev" <alexey@renatasystems.org>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   ports/164060: net/ucarp doesn't work on FreeBSD 9.0-PRERELEASE
Message-ID:  <201202210940.q1L9eBbL065784@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/164060; it has been noted by GNATS.

From: "Alexey V. Degtyarev" <alexey@renatasystems.org>
To: xor@davydkovo.net
Cc: bug-followup@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201202210940.q1L9eBbL065784>