Hi Adam, Le jeudi 15 novembre 2007 à 20:23 +0100, Julien Valroff a écrit : > Le jeudi 15 novembre 2007 à 20:17 +0100, "Adam Cécile (Le_Vert)" a > écrit : > > Hello, > > > > I'm using default cron on all my boxes. In fact, cron.daily appears to > > be only one command "run-parts" to cron (see /etc/crontab) and every > > scripts get append to the previous one in the report. > > May you please copy lines regarding rkhunter contained in one this > report? > Aren't these lines related to a log file analyser (logwatch, logcheck > etc.)? > > On all my machines, rkhunter seems to behave fine, each report is sent > individually by e-mail. > > > Moreover rootkit check scripts can report false positive if several are > > run at the same (hidden process check et stuff), so I'd rather having > > one cron script for each apps so I can easily avoid them to be run at > > the same. > > It is not the case thanks to run-parts. > >From run-parts(8): > "Files are run in the lexical sort order of their names" > > ie. scripts are *not* launched together but one after the other. >
Have you been able to solve your issue? Cheers, Julien

