In <B6D948D84090A54ABCD88AA391DAAC8C01899899 at tiasbel00ex00.be.eu.tiauto.com> "Grilli, Laurent" <lgrilli at be.tiauto.com> writes:
- Error during the make install /home/hobbit/server/etc/hobbitlaunch.cfg larrdstatus=rrdstatus larrddata=rrddata merge-sects in free(): error: junk pointer, too high to make sense Abort trap (core dumped)
Think I've got that one nailed down now. There was a completely bogus free() in merge-sects, amazing it hasn't show up in a lot more places.
bbhostgrep with the following tags:
x.x.x.x nokiavpn # testip noconn snmp
when we execute bbhostgrep snmp, it return no value. The only way actually is to put
x.x.x.x nokiavpn # testip noping snmp
I cannot reproduce this. The only reason I can think of is if you have the BBLOCATION setting active, then it would ignore this host because there is no NET:xxx on that entry. In that case, either add the NET:xxx tag, or run "bbhostgrep --test-untagged snmp"
Not quite sure about vmstat, In freebsd you can use -w for wait -c for count, so should it bevmstat -w 300 -c 2 instead of vmstat 300 2,
But doesn't the other syntax work ? It ought to, since that is a pretty universal vmstat command.
also the sleep command in Freebsd take argument in second so sleep5 is for 5 second , was it expected to wait 5 minutes ?
:-) That "sleep 5" really is intended to just sleep for 5 seconds. It's a safeguard to make sure the previous "vmstat 300" command really has completed.
Regards, Henrik