Hello Chris,
Would you be OK with a sponsored NMU (or perhaps sponsoring the upload
yourself; I'm not a DM/DD) of ifmetric to fix #514197?
I've been using my own patched package for a long while, and I do also
think it would be good to get this into wheezy proposed updates for the
next dot releas
Issue also exists in wheezy. The one line patch fixes it there. Any
chance this can be applied before wheezy is released?
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Package: ifmetric
Version: 0.3-2
Followup-For: Bug #514197
Hello,
ifmetric fails with a similar error as reported previously:
% sudo ifmetric wlan0 3
NETLINK: Packet too small or truncated! 64!=16!=992
Applying the little patch fixes the problem for me.
Best regards
Eike
-- System
Package: ifmetric
Version: 0.3-2
Severity: normal
I have a quick fix for this problem:
--- ifmetric-0.3.orig/src/nlrequest.c
+++ ifmetric-0.3/src/nlrequest.c
@@ -44,7 +44,7 @@
for (;;) {
int bytes;
-char replybuf[2048];
+char replybuf[4096];
struct nlmsghdr
Still having problems on a fresh Debian testing amd64 installation with
a 2.6.29-2-amd64 kernel with libc6 package version 2.9-12 and ifmetric
package version 0.3-2..
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listma
Same here on a 2.6.28-1-amd64 official Debian kernel with ifmetric
package version 0.3-2 and distribution is Debian Testing.
r...@servor:~# /usr/sbin/ifmetric cable3 16
NETLINK: Packet too small or truncated! 16!=16!=60
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
wit
Package: ifmetric
Version: 0.3-2
Severity: normal
n...@mrslim:/stor/home/nwp$ sudo ifmetric eth1 3
NETLINK: Packet too small or truncated! 92!=16!=244
-- System Information:
Debian Release: 5.0
APT prefers testing
APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.26
7 matches
Mail list logo