On Tue, 18 Nov 2003, Taylor, ForrestX wrote:

> I get these errors in logwatch from autofs:
>
> Use of uninitialized value in hash element at
> /etc/log.d/scripts/services/automount line 28, <STDIN> line 2.
> Use of uninitialized value in hash element at
> /etc/log.d/scripts/services/automount line 28, <STDIN> line 2.
>
>
> The offending lines are:
>
> while (defined($ThisLine = <STDIN>)) {
> ...
>    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?
>

Looks like this script has found something in the log.

Can you find anything in your logs.

-- 

   ,-._|\    Ian Kent
  /      \   Perth, Western Australia
  *_.--._/   E-mail: [EMAIL PROTECTED]
        v    Web: http://themaw.net/

_______________________________________________
autofs mailing list
[EMAIL PROTECTED]
http://linux.kernel.org/mailman/listinfo/autofs

Reply via email to