Red Hat Bugzilla – Bug 1489008
sosreport loads iptable_filter kernel module when running networking plug-in
Last modified: 2018-04-10 14:05:22 EDT
Description of problem: If iptable_filter kernel module is not loaded and sosreport with enabled networking plugin is run, it loads the kernel module. sosreport should not affect the system any how. Version-Release number of selected component (if applicable): sos-3.4-6 How reproducible: 100% Steps to Reproduce: 1. service firewalld stop 2. rmmod iptable_filter; rmmod ip6table_filter 3. lsmod | grep filter 4. sosreport -o networking --batch 5. lsmod | grep filter Actual results: 3. shows no module (esp. not iptable_filter) 5. shows iptable_filter, ip6table_filter, ip_tables and ip6_tables Expected results: 3. shows no module (esp. not iptable_filter) like before 5. to show same modules like 3. Additional info:
Fixed via sos 3.5 rebase.
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHEA-2018:0963