1 Nov 2007 08:58
tcpconns plugin spews error about missing /proc/net/tcp6
The tcpconns module tries to read the following two files.
conn_read_file ("/proc/net/tcp");
conn_read_file ("/proc/net/tcp6");
My Fedora system does not have the tcp6 file available, and so, the
following error is reported every 10 seconds to syslog.
collectd[PID]: tcpconns plugin: fopen (/proc/net/tcp6) failed:
No such file or directory
Perhaps a missing tcp6 file should be a warning, rather than an error?
ERROR ("tcpconns plugin: fopen (%s) failed: %s",
--
--
----------------------------------------------------------------
antispam signature key: a0b7b92f29276f726b2741205caf799c
----------------------------------------------------------------
> I've been searching through Fedora's packages at first to know how
> "they" solve this. Whenever somebody fills in a bug that she is not able
> to build a dependent shared library on amd64, the Fedora team updates
> the dependency package simply recompiling the static library with -fPIC.
> Something you've failed with in Debian's bug tracking system (as it
> breaks Debian's "policies").
There are bugs against iptables-dev (and nut-dev, which suffers from the same
problem) - I did not have the time to write a clean patch for those packages
yet and the maintainers did not respond so far, so, unfortunately, there is
currently no way to build those plugins on amd64 Debian (unless you recompile
those packages yourself).
I did not file a bug against iproute-dev yet, but I've talked to the
maintainer and he promised to incorporate a patch as soon as I provide one.
I'm going to write that patch some time during the weekend.
> (1)
>
> I tried to patch the iproute-dev package (which contains libnetlink.a)
RSS Feed