Closed GoogleCodeExporter closed 9 years ago
... I haven't checked the source, but I can just kill the prints from that code
(or if it is debug messages, we can just turn them off)
Original comment by almrob...@gmail.com
on 8 Dec 2012 at 8:11
Could you pls provide the method of killing this error...i want to disable this
in my picuntu-da-server script itself....
Original comment by AlokSinha2001
on 15 Dec 2012 at 5:48
Ok - folks this has been fixed - is now a part of the picuntu-da-server script.
Here is how you do it...
LOG_BLK="/etc/rsyslog.d/01-blocklist.conf"
if [ ! -d $LOG_BLK ];
then
echo ":msg,contains,\"hc_xfer_timeout\" ~" > $LOG_BLK
echo ":msg,contains,\"start_hcchar_val\" ~" >> $LOG_BLK
service rsyslog restart
fi
This issue is now fixed....
Original comment by AlokSinha2001
on 17 Dec 2012 at 1:33
Original issue reported on code.google.com by
AlokSinha2001
on 8 Dec 2012 at 5:39