All of lore.kernel.org
 help / color / mirror / Atom feed
* Automount log errors
@ 2003-11-19  0:13 Taylor, ForrestX
  2003-11-19  1:01 ` Ian Kent
  0 siblings, 1 reply; 2+ messages in thread
From: Taylor, ForrestX @ 2003-11-19  0:13 UTC (permalink / raw)
  To: autofs

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Automount log errors
  2003-11-19  0:13 Automount log errors Taylor, ForrestX
@ 2003-11-19  1:01 ` Ian Kent
  0 siblings, 0 replies; 2+ messages in thread
From: Ian Kent @ 2003-11-19  1:01 UTC (permalink / raw)
  To: Taylor, ForrestX; +Cc: autofs

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: raven@themaw.net
        v    Web: http://themaw.net/

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-11-19  1:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-11-19  0:13 Automount log errors Taylor, ForrestX
2003-11-19  1:01 ` Ian Kent

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.