On Thu, May 30, 2013 at 11:57:40PM +0200, Piotr Janusz wrote:
> Same on latest unstable package (added to wheezy):
> 
> dpkg --list | grep iproute
> ii  iproute                                1:3.9.0-2
> all          transitional dummy package for iproute2
> ii  iproute2                               3.9.0-2
> i386         networking and traffic control tools


The iproute2 package in unstable has been built against
the iptables/libxtables version in unstable, and will likely
not work with iptables/libxtables from wheezy since there's
(as usual with libxtables) an API/ABI break with the new version.

The wheezy version of iproute was binNMUed by the release-team
against the unstable version of iptables/libxtables and broke
the ipt/xt module. This was spotted and the release-team
did additional binNMUs to try to fix this..... unfortunately
with your bug report this didn't seem to work.

My recommendation, if you need the ipt/xt module is that you try
two things:

Easiest thing to test first:
use "xt" instead of "ipt".... the ipt module is obsolete and
just a compat symlink to "xt" nowadays....

More likely to fix the problem:
Rebuild (any version of) the iproute(2) package on YOUR system.
This means it will definitely be built against the version
of iptables/libxtables on your installation!

Make sure you have deb-src lines in your /etc/apt/sources.list(.d/*)
apt-get update

apt-get build-dep iproute
cd /tmp
apt-get source iproute
cd iproute*
dpkg-buildpackage -uc -us
dpkg -i ../iproute*.deb

Please report back if any of the above was successful or not!

-- 
Andreas Henriksson


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to