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?

Thanks,

Forrest

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

Reply via email to