Description of problem: /etc/init.d/iptables does not cope correctly with new modutils Version-Release number of selected component (if applicable): 1.2.8-13 How reproducible: Run a 2.6 kernel, see how iptables fails to unload the ip_tables modules Steps to Reproduce: 1. boot 2.6 2. service iptables start (assuming fw configured) 3. service iptables stop Actual results: Unloading iptables modules: --> FAILED, instead of OK. Expected results: Unloading iptables modules: --> OK Additional info:
Created attachment 95725 [details] fixes #109164 Note that the version string returned by modprobe --version depends on the kernel version, since the binary which gets eventually called by modprobe depends on uname also...
Fixed in rawhide.