[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

klogctl: Argument invalide



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

sujet : Cron <root@debian> 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/



Reply to: