ich habe meine Logs in den Ram ausgelagert... zur Verfügung habe ich für den Log Bereich 150 MB gegeben.
Nun habe ich das hier eingestellt:
Code: Alles auswählen
/var/log/syslog
{
rotate 1
daily
size 10M
missingok
notifempty
delaycompress
compress
postrotate
invoke-rc.d rsyslog reload > /dev/null
endscript
}
/var/log/mail.info
/var/log/mail.warn
/var/log/mail.err
/var/log/mail.log
/var/log/daemon.log
/var/log/kern.log
/var/log/auth.log
/var/log/user.log
/var/log/lpr.log
/var/log/cron.log
/var/log/debug
/var/log/messages
{
rotate 1
daily
size 10M
missingok
notifempty
compress
delaycompress
sharedscripts
postrotate
invoke-rc.d rsyslog reload > /dev/null
endscript
}
Aber wie kann es dann sein, dass das daemon.log dennoch 55 MB groß wird? Nach dem ich alles eingestellt habe, habe ich mal nen reboot gemacht.
Den Speicher habe ich auf 150 MB erhöht.. dennoch ist er voll belegt
Sihe Bild: http://gallery.debianforum.de/d/26439-1 ... uuuunt.JPG
Dann habe ich noch in << etc/default/bootlogd >> das Bootlog eingestellt mit:
Code: Alles auswählen
BOOTLOGD_ENABLE=yes
Was muss ich einstellen, dass die Logfiles auch wirklich nur 10MB größer werden und nicht mehr?