안녕하세요...
boot.log가 남지 않아요...
로그로테이트로 주기적으로
잘라주는데요...
boot.log 0KB
boot.log.1 0KB
boot.log.2 0KB
boot.log.3 0KB
boot.log.4 0KB
이 파일들의 파일의 사이즈가 모두 0k입니다..
즉 로그가 안남는다는 것입니다...
다른 로그파일들은 정상적으로 남습니다...
웅....-_-;; 다시 보니 spooler도 사이즈가 0k이네요...
spooler 0KB
spooler.1 0KB
spooler.2 0KB
spooler.3 0KB
spooler.4 0KB
syslog도 리스타트 해줘봤구요...
syslog.conf의 내용입니다.
# Log all kernel messages to the console.
# Logging much else clutters up the screen.
#kern.* /dev/console
# Log anything (except mail) of level info or higher.
# Don't log private authentication messages!
*.info;mail.none;authpriv.none /var/log/messag
es
# The authpriv file has restricted access.
authpriv.* /var/log/secure
# Log all the mail messages in one place.
mail.* /var/log/maillo
g
# Log cron stuff
cron.* /var/log/cron
# Everybody gets emergency messages, plus log them on another
# machine.
*.emerg *
# Save mail and news errors of level err and higher in a
# special file.
uucp,news.crit /var/log/spoole
r
# Save boot messages also to boot.log
local7.* /var/log/boot.l
og
# Save 'Every' DBSD log to /var/log/dbsd
local6.* /var/log/dbsd