unknown option 'notifyempty'
CentOS 5 でCronを動かしたら下記のエラーがrootに送られてくるので調べてみた。
なんでyとっちゃったのかしら。。。
via BitWalker notifyempty
Red Hat Bugzilla Bug 225039 – unknown option 'notifyempty'
fedora-perl-devel-list [Bug 224179] error: sa-update:3 unknown option 'notifyempty' -- ignoring
どうやらOS初期設定バグが原因のようだ。/etc/cron.daily/logrotate:
error: sa-update:3 unknown option 'notifyempty' -- ignoring line
してvi /etc/logrotate.d/sa-updatec
を/var/log/sa-update.log {
monthly
notifyempty
missingok
}
とyを一つ削ったら治った。/var/log/sa-update.log {
monthly
notifempty
missingok
}
なんでyとっちゃったのかしら。。。
via BitWalker notifyempty
Red Hat Bugzilla Bug 225039 – unknown option 'notifyempty'
fedora-perl-devel-list [Bug 224179] error: sa-update:3 unknown option 'notifyempty' -- ignoring
コメント