Hi,

if someone needs this fixed:

Root yourself

apt-get install dpkg-dev build-essentials

apt-get source ipvsadm

cd ipvsadm-1.24/

Edit ipvsadm.c and goto line 233

Change from

/*STARTD*/ {'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x', ' ', 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x'},

to

/*STARTD*/ {'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x', 'x', ' ', 'x', 'x', 'x', 'x', 'x', 'x', 'x', ' ', 'x'},

(the second to last x becomes a whitespace)

debian/rules binary

dpkg -i ../ipvsadm_1.24-2.1_amd64.deb

if (this_gets_fixed_someday) ; then
  apt-get update ; apt-get upgrade
else
  echo ipvsadm hold |dpkg --set-selections
fi

Cheers,

Matthias



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to