[collectd-changes] collectd, the system statistics collection daemon: Changes to 'collectd-4.2'

Florian Forster octo at verplant.org
Wed Mar 26 09:54:34 CET 2008


 src/collectd-unixsock.pod |    8 +++++---
 src/unixsock.c            |   31 +++++++++++++++++++++----------
 2 files changed, 26 insertions(+), 13 deletions(-)

New commits:
commit 583b04d5826669eb182cb6ea538cf68266721ccb
Author: Sebastian Harl <sh at tokkee.org>
Date:   Wed Mar 26 09:44:04 2008 +0100

    unixsock plugin: Open two different IO stream handles for reading and writing.
    
    Full-duplex standard IO streams are not really supported on sockets.
    Mixing input and output functions involves calls to lseek(2) which is
    not supported on sockets and thus causes the IO operations to fail.
    Opening two IO streams solves the problem.
    
    This is a backport of 43df21461d523023951746ef669f1bb95f61366d.
    
    Signed-off-by: Sebastian Harl <sh at tokkee.org>
    Signed-off-by: Florian Forster <octo at huhu.verplant.org>

commit 271529f9b39a00f28d81b3ed40f0fdcab2c795d0
Author: Sebastian Harl <sh at tokkee.org>
Date:   Tue Mar 25 15:52:47 2008 +0100

    collectd-unixsock(5): Updated the paragraph about Collectd::Unixsock.
    
    The module is no longer available in contrib/PerlLib/ but bindings/perl/.
    Also it's now installed by default.
    
    Signed-off-by: Sebastian Harl <sh at tokkee.org>
    Signed-off-by: Florian Forster <octo at huhu.verplant.org>




More information about the collectd-changes mailing list