On Sun, 2002-10-20 at 09:14, Michael Schwendt wrote:
> On Sat, 19 Oct 2002 19:46:57 -0400, Jason wrote:
>
> > I had asked about this earlier. No one responded. I don't get any of
> > my SSH connections listed; still get stunnel and printer connects; but
> > not the ssh logins. I would love to know what I need to do to get SSH
> > connections in the logwatch email again.
>
> See whether there is a bug report about it for Psyche or the beta
> versions before Psyche. Try whether increasing the logwatch logging
> detail helps.
There is one at
<https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=75086>
logwatch-4.0.3-2 from rawhide fixed it for me; I only had to apply the
attached patch, as logwatch/perl aren't UTF-8 ready yet.
HTH, cheers.
l8er
manfred
--- ./etc/log.d/scripts/logwatch.pl.orig 2002-10-16 20:15:09.000000000 +0200
+++ ./etc/log.d/scripts/logwatch.pl 2002-10-19 10:44:15.000000000 +0200
@@ -30,6 +30,7 @@ my (@AllShared, @AllLogFiles, @FileList)
my (@ReadConfigNames, @ReadConfigValues);
# Default config here...
+$ENV{'LANG'} = "en_US.iso885915";
$Config{'detail'} = 0;
$Config{'logdir'} = "/var/log";
$Config{'mailto'} = "root";