Bug #3852
closedIGMPPROXY still spamming the main systemlog
100%
Description
This is a renewal from an old feature ticket #1477. Because the bug is still there (my current pfSense version is 2.1.5), I recreated this case as a bug ticket:
Igmpproxy is still massivly spamming the main systemlog making it completly unusable...
The patch from https://redmine.pfsense.org/projects/pfsense/repository/revisions/d6307bd38ef0d50caf1d0224a845a206f00da1aa does not really solve the problem. The level number for the debug mode must immediately follow the option character d! No space between.
For testing I changed the code near line 1375 in /etc/inc/services.inc to (space between -d and 4 removed):
mwexec("/usr/local/sbin/igmpproxy -d4 -c {$g['tmp_path']}/igmpproxy.conf");
Restart igmpproxy and everything is silent now.
Please change this in the next release of pfSense.
Thank you and kind regards.
Updated by Renato Botelho about 10 years ago
- Assignee set to Renato Botelho
- Target version set to 2.2
Updated by Renato Botelho about 10 years ago
- Status changed from New to Feedback
- % Done changed from 0 to 100
Applied in changeset 354a1d3ffce75d1ed0c7405f50b7947251da1c54.
Updated by Renato Botelho about 10 years ago
Applied in changeset d629f1ca6949735dd0c766b09d122b3edd6e1169.
Updated by Willy Tenner about 10 years ago
Thank you very much, Renato!
Case can be closed now.
Kind regards and sunny greatings from Berlin/Germany.
Updated by Renato Botelho about 10 years ago
- Status changed from Feedback to Resolved