[collectd] patch for old glibc

Brian Wilson brian at wildsong.biz
Thu Feb 2 19:03:16 CET 2006


I took your hint and ifdef'ed out the undefined flag. It worked.
'collectd' is running in server mode on my data collector now, and collecting.

---
diff network.c.orig network.c
220a221
> #if defined(AI_ADDRCONFIG)
221a223,225
> #else
>       ai_hints.ai_flags    = AI_PASSIVE;
> #endif


Here just coment out the line, resulting in ai_flags=0

diff hddtemp.c.orig hddtemp.c
109a110
> #if defined(AI_ADDRCONFIG)
110a112
> #endif

Now I just need to figure out how to VIEW the data,
preferably in a way that integrates with my existing cricket setup.
But I can handle that... I see the contrib/ directory...

--
Brian



More information about the Collectd mailing list