From 205dd6e25002065efd4f7aa2739dae41ca12a4ba Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Wed, 1 Oct 2014 19:47:56 -0700 Subject: [PATCH] Add FAQ 104 Signed-off-by: Tom Eastep --- docs/FAQ.xml | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/docs/FAQ.xml b/docs/FAQ.xml index 49734f218..bf1e8cb1d 100644 --- a/docs/FAQ.xml +++ b/docs/FAQ.xml @@ -2309,10 +2309,26 @@ gateway:~# (FAQ 103) Shorewall fails to start at boot but will start immediately after - Answer: This is usually associated with SELinux. Answer: This is usually + associated with SELinux. Here is an example. + +
+ (FAQ 104) I see <emphasis>kernel</emphasis> messages in my log + when I start or restart Shorewall or Shorewall6 + + Example: + + > Oct 1 13:04:39 deb kernel: [ 9570.619744] xt_addrtype: ipv6 does not support BROADCAST matching + + + Answer: These are harmless. + Shorewall attempts to execute various commands to determine the + capabiities of your system. If you system doesn't support a command, it + will generally issue a kernel log message. +