this is not a error, it is only a warning while trying to stop SuSEfirewall2 service when the the service is not active.
the info of is /proc/net/ip_tables_names:
...
ip_tables_names — Lists the types of iptables in use. This file is only present if iptables is active on the system and contains one or more of the following values: filter, mangle, or nat.
...
The SuSEfirewall2 is a special service, which includes 2 sysvinit scripts corresponding to the 2 phases of the SuSEfirewall2 initialization. To start the SuSEfirewall2, run the 2 scripts successively or run "SuSEfirewall2 start" directly. I need to look whether this special case can be included in the current service manage utils.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
this is not a error, it is only a warning while trying to stop SuSEfirewall2 service when the the service is not active.
the info of is /proc/net/ip_tables_names:
...
ip_tables_names — Lists the types of iptables in use. This file is only present if iptables is active on the system and contains one or more of the following values: filter, mangle, or nat.
...
The SuSEfirewall2 is a special service, which includes 2 sysvinit scripts corresponding to the 2 phases of the SuSEfirewall2 initialization. To start the SuSEfirewall2, run the 2 scripts successively or run "SuSEfirewall2 start" directly. I need to look whether this special case can be included in the current service manage utils.
fixed in 2.8.5:
commit 73758058015201d4c57a80783e415f8c0238d990
Author: immarvin yangsbj@cn.ibm.com
Date: Fri Aug 8 08:51:30 2014 -0700
fixed in 2.9:
commit 1f37d0d359af8db38bf684eb72f2e6dd55c36179
Author: immarvin yangsbj@cn.ibm.com
Date: Fri Aug 8 08:56:11 2014 -0700