Package: collectd
Version: 4.4.2-3
Architecture: amd64

I'm using the plugin netlink like follow:

(...)
LoadPlugin netlink
(...)
<Plugin netlink>
        Interface "All"
        VerboseInterface "All"
        QDisc "ifb0" "prio-1:0"
(...)
        #Class "ppp0" "htb-1:10"
        #Filter "ppp0" "u32-1:0"
        #IgnoreSelected false
</Plugin>

If I restart the collectd daemon we found a problem:

# /etc/init.d/collectd restart
Restarting statistics collection and monitoring daemon: collectdCould not find plugin netlink.
.

This configuration works fine on i386. The problem is on amd64, because the collectd didn't found the netlink plugin. See the follow logs:

May 31 17:33:37 autofw collectd[6754]: Found a configuration for the `netlink' plugin, but the plugin isn't loaded or didn't register a configuration callback. May 31 17:33:37 autofw collectd[6754]: Found a configuration for the `netlink' plugin, but the plugin isn't loaded or didn't register a configuration callback.

On i386 the plugin is available:
# dpkg -L collectd | grep netlink
/usr/lib/collectd/netlink.so

But on amd64 not:
# dpkg -L collectd | grep netlink

I'm using Debian GNU/Linux 5.0.1, kernel 2.6.26-2-amd64 and libc6 2.7-18.


Thanks in advance,


Marcos Taschelmayer





--
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