Hi,

I'm new on this list starting to get the idea of the project.
My goal is to find a system that can find system dependencies among
Our servers.

I've downloaded the source code to my Ubuntu 12.04 and did the following
to make it compile successfully:

#  sudo  apt-get install cmake
#  sudo apt-get install  glib-2.0
#  sudo apt-get install libglib2.0-dev
#  sudo apt-get install libpcap0.8-dev
#  sudo apt-get install valgrind
#  sudo apt-get install doxygen-doc
#  sudo apt-get install graphviz

And cmake;make
compiled successfully.

When trying to test the system I did following:

Downloaded testify
testify-20111223.tar.gz
and installed

cd testcode

sudo valgrind -q --sim-hints=lax-ioctls --leak-check=full --show-reachable=yes 
--suppressions=./valgrind-msgs.supp $GEN --error-exitcode=100 
--trace-children=no --child-silent-after-fork=yes 
/home/maspsr/testcode/mainlooptest $REPCOUNT

In above I've changed the path to mainlooptest and the path to 
valgrind-msgs.supp

Following occurred when calling ./grind.sh

** Message: Our OS supports dual ipv4/v6 sockets. Hurray!

** (process:2959): WARNING **: pcap_lookupnet failed: [eth0: no IPv4 address 
assigned]
** Message: json_discovery_new: 
FULLPATH=[/home/alanr/monitor/src/discovery_agents/netconfig] 
discoverytype[netconfig]
** Message: _jsondiscovery_discover: don't have [cmadisc] address yet - 
continuing.
/bin/sh: 1: /home/alanr/monitor/src/discovery_agents/netconfig: not found

** (process:2959): WARNING **: JSON discovery from 
/home/alanr/monitor/src/discovery_agents/netconfig failed with status 0x7f00 
(32512)
==2959== 4 bytes in 1 blocks are still reachable in loss record 3 of 133
==2959==    at 0x402BE68: malloc (in 
/usr/lib/valgrind/vgpreload_memcheck-x86-linux.so)
==2959==    by 0x40EFFBE: ??? (in /lib/i386-linux-gnu/libglib-2.0.so.0.3200.3)
==2959==    by 0x40F0947: g_private_get (in 
/lib/i386-linux-gnu/libglib-2.0.so.0.3200.3)
==2959==    by 0x40B8570: g_logv (in 
/lib/i386-linux-gnu/libglib-2.0.so.0.3200.3)
==2959==    by 0x40B8822: g_log (in /lib/i386-linux-gnu/libglib-2.0.so.0.3200.3)
==2959==    by 0x417C4D2: (below main) (libc-start.c:226)
==2959==
==2959== 4 bytes in 1 blocks are still reachable in loss record 5 of 133
==2959==    at 0x402BE68: malloc (in 
/usr/lib/valgrind/vgpreload_memcheck-x86-linux.so)
==2959==    by 0x40B69AA: ??? (in /lib/i386-linux-gnu/libglib-2.0.so.0.3200.3)
==2959==    by 0x40B6E42: g_malloc (in 
/lib/i386-linux-gnu/libglib-2.0.so.0.3200.3)
==2959==    by 0x40CCC33: g_memdup (in 
/lib/i386-linux-gnu/libglib-2.0.so.0.3200.3)
==2959==    by 0x4045D41: netaddr_new (netaddr.c:308)
==2959==    by 0x404629D: netaddr_ipv4_new (netaddr.c:470)
==2959==    by 0x80499DF: main (pcap+mainloop.c:261)

I ovenstående er --suppressions= RETTET og stien til mainlooptest

And here I'm stuck.


Best regards

Peter

_______________________________________________
Assimilation mailing list - Discovery-Driven Monitoring
[email protected]
http://lists.community.tummy.com/cgi-bin/mailman/listinfo/assimilation
http://assimmon.org/

Reply via email to