From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Nathan Cassano" Subject: RE: debugging rc.firewall Date: Tue, 18 Jun 2002 10:30:53 -0700 Sender: netfilter-admin@lists.samba.org Message-ID: <002301c216ed$e5ed7580$2901a8c0@amos> References: <20020618130639.2ec22286.mt@open2web.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20020618130639.2ec22286.mt@open2web.com> Errors-To: netfilter-admin@lists.samba.org List-Help: List-Post: List-Subscribe: , List-Id: List-Unsubscribe: , List-Archive: Content-Type: text/plain; charset="us-ascii" To: 'Mark Tessier' Cc: netfilter@lists.samba.org Hi Mark, Perhaps you are just looking in the wrong places. Have you tried the 'dmesg' command to view the kernel message output? Check out your syslog.conf you see that you are properly logging kernel messages. I use the following logging configuration. /etc/syslog.conf kern.* -/var/log/kernel Finally give the syslogd a 'kill -HUP' if you change this file.