Bonjour la liste 
Je re�ois tous les jours le mail suivant :

sujet : Cron <[EMAIL PROTECTED]> test -x /usr/sbin/anacron
|| run-parts --report /etc/cron.daily

corps : /etc/cron.daily/logrotate:
       klogctl: Argument invalide

Voici mon fichier /etc/cron.daily/logrotate :
#!/bin/sh

test -x /usr/sbin/logrotate || exit 0
/usr/sbin/logrotate /etc/logrotate.conf
 qui ne contient aucune r�f�rence � klogctl

De m�me voici mon /etc/logrotate.conf :
cat /etc/logrotate.conf
# see "man logrotate" for details
# rotate log files weekly
weekly

# keep 4 weeks worth of backlogs
rotate 4

# create new (empty) log files after rotating old ones
create

# uncomment this if you want your log files compressed
#compress

# packages drop log rotation information into this
directory
include /etc/logrotate.d

# no packages own wtmp, or btmp -- we'll rotate them
here
/var/log/wtmp {
    missingok
    monthly
    create 0664 root utmp
    rotate 1
}

/var/log/btmp {
    missingok
    monthly
    create 0664 root utmp
    rotate 1
}

Je ne vois aucune r�f�rence � klogctl, de m�me j'ai
cherch� si c'�tait une commande ou un paquet mais rien


Est-ce que quelqu'un peut m'aider � supprimer ou �
configurer le probl�me car google n'est pas tr�s
locace 

merci d'avance
AC





        

        
                
__________________________________________________________________
D�couvrez le nouveau Yahoo! Mail : 250 Mo d'espace de stockage pour vos mails ! 
Cr�ez votre Yahoo! Mail sur http://fr.mail.yahoo.com/


-- 
Pensez � lire la FAQ de la liste avant de poser une question :
http://wiki.debian.net/?DebianFrench

Pensez � rajouter le mot ``spam'' dans vos champs "From" et "Reply-To:"

To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Répondre à