From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Taylor, ForrestX" Subject: Automount log errors Date: Tue, 18 Nov 2003 16:13:50 -0800 Sender: autofs-bounces@linux.kernel.org Message-ID: <1069200829.28347.3.camel@ugly> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: autofs-bounces@linux.kernel.org Content-Type: text/plain; charset="us-ascii" To: autofs@linux.kernel.org I get these errors in logwatch from autofs: Use of uninitialized value in hash element at /etc/log.d/scripts/services/automount line 28, line 2. Use of uninitialized value in hash element at /etc/log.d/scripts/services/automount line 28, line 2. The offending lines are: while (defined($ThisLine = )) { ... elsif ($ThisLine =~ /^mount\(nfs\): nfs: mount failure .*:.* on .*$/) { $Failed{$Mount}{'nfsm'}++; This is on Fedora Core 1, using autofs-4.1.0-beta3. Any ideas? Thanks, Forrest