package rkhunter
tags 464256 + pending
thanks

Hi Bastian,

Thanks for reporting this bug.

Le mercredi 06 février 2008 à 07:58 +0100, Bastian Kleineidam a écrit :
> Package: rkhunter
> Version: 1.3.0-3
> Severity: normal
> 
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> Hi,
> 
> every time I run rkhunter I get this warning message:
> Error: Invalid display - language keyword cannot be found: Display line: 
> display --to LOG --type INFO
> - --log-indent 2 SYSTEM_CONFIGS_SYSLOG_SOCKLOG_RUNNING
> 
> Perhaps this is a missing language entry? I use the setting LANGUAGE=en
> in my configuration.

It is indeed. This was introduced by the 10_socklog.dpatch patch (from
SVN) which makes rkhunter compatible with socklog (with previous
versions of the package, you would have seen an error telling that no
syslog daemon was running on your system).

SYSTEM_CONFIGS_SYSLOG_SOCKLOG_RUNNING does not exist in the db files
(and are not supplied by the patch as they would be removed during the
next db update)

I have hence updated the patch so that the info string is hardcoded.

This will be part of the next upload, but you might want to test by
changing line #9442 of /usr/bin/rkhunter from:
  display --to LOG --type INFO --log-indent 2 
SYSTEM_CONFIGS_SYSLOG_SOCKLOG_RUNNING

to:
  display --to LOG --type INFO --log-indent 2 NAME "The syslog daemon is not 
running, but a socklog daemon has been found."

Cheers,
Julien




Reply via email to