logrotate Problem

Vivek Mangal vivek.mangal9685 at gmail.com
Tue Jan 8 06:47:17 UTC 2008


Hello All,

I have a Problem to create the log file
i configured logrotate.conf as

\\\\\\\\ /etc/logrotate.conf file\\\\\\\\\\
# 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
# RPM packages drop log rotation information into this directory
include /etc/logrotate.d
# no packages own wtmp -- we'll rotate them here
/var/log/wtmp {
    monthly
    create 0664 root utmp
    rotate 1
}
\\\\\\\\\\End of Log file \\\\\\\\\\



More information about the redhat-list mailing list