Comment 1 for bug 1028585

Revision history for this message
Stephen Murcott (scmurcott) wrote :

I basically worked around this issue by doing the following on the same server:-

aptitude purge ipvsadm

aptitude install git-core build-essential autoconf automake autotools-dev dh-make debhelper devscripts fakeroot libpopt-dev libnl-dev dpatch

mkdir tmp && cd tmp

git clone git://github.com/formorer/pkg-ipvsadm.git

cd pkg-ipvsadm

dpkg-buildpackage -rfakeroot
cd ..
dpkg -i ipvsadm_1.25_i386.deb
dpkg-reconfigure ipvsadm
ipvsadm -A -t $VIP:$PORT -s rr

working layer 4 lb.