aiccu heartbeats in /var/log/debug
![]()
Hi!
Does anyone know if its possible to get aiccu not to log all its heartbeats into /var/log/debug? It gets filled with annoying text, and I'd prefer to have it into another logfile.
Thanks!
aiccu heartbeats in /var/log/debug
Turn off verbosity in /etc/aiccu.conf:
verbose false
Then again, if it is correct the binary was build without any debugging at all and you should not see any of it.
aiccu heartbeats in /var/log/debug
![]()
It's turned off in config, but still shows up.
Jul 26 10:26:18 orion2 aiccu: [HB] HEARTBEAT TUNNEL 2001:16d8:ff00:109::2 sender 1153902378 ef51b5dc96e3227aa68027d1e73831be
Jul 26 10:27:18 orion2 aiccu: [HB] HEARTBEAT TUNNEL 2001:16d8:ff00:109::2 sender 1153902438 68c3fd1460ef9b5448c5955cb1edc54d
Jul 26 10:28:18 orion2 aiccu: [HB] HEARTBEAT TUNNEL 2001:16d8:ff00:109::2 sender 1153902498 0517950524d363670d35d38a41a0b824
The version installed is:
/var/cache/apt/archives/aiccu_2004-09-12-beta2b_i386.deb
The newer debian packages won't work (dependency problems, seems to be compiled on a newer version of ubuntu that needs newer libraries than debian stable has), not even if I build it from source (apt-get -b source aiccu) from your repository.
Guess I'll have to stick with it for a while :/
EDIT:
I downloaded the source (aiccu_current.tar.gz (btw, broken link to aiccu_current.tgz on the aiccu-page)) and compiled it, and then just replaced the aiccu binary. seems to work better now.
aiccu heartbeats in /var/log/debug
That is indeed the old version.
Also note that you can simply do: apt-get source aiccu; or even use the buildpackage command.
aiccu heartbeats in /var/log/debug
![]()
I actually tried that, and it did compile but dpkg couldn't configure the package properly. Had do compile it manually and replace the binary, then it worked as it should.
|