[CentOS] RedHat 6.5 - ERROR: Your kernel/iptables do not include state match support. No version of Shorewall will run on this system - NEW CRAZY BUG

Wed Aug 27 18:00:55 UTC 2014
Patrick Laimbock <patrick at laimbock.com>

On 27-08-14 19:43, News wrote:
[snip]
> Hello to the list,
>
> I start from here because there are some news, this is the story:
>
> I upgrade one server from Centos 6.3 to 6.5 and come back out again the problem described above, so I use
> restorecon -Rv /sbin

After such an update I would do:
$ sudo touch /.autorelabel
and reboot

or for your particular use case do:
$ sudo /sbin/restorecon -v -R -F /sbin

Note the '-F' option. The restorecon man page has more info about that.

These two methods have always worked for me.

HTH,
Patrick