Logfiles mit 4GB - brauche Hilfe

Borsti

Registered User
Hallo,

ich habe ein großes Problem. Ich brauche die Access_log in unregelmässigen Abständen zur Kontrolle. Leider erreich diese Log eine Größe von bis zu 4 GB.
Ich habe auch schon versucht mit LogRotate die File zu verkleinern, hier ein Auszug:

/var/log/httpd/access_log {
daily
compress
dateext
maxage 31
rotate 7
size=+2048k
notifempty
missingok
create 644 root root
postrotate
/etc/init.d/apache restart
endscript
}

Leider funktioniert das nicht. Hat jemand eine sinnvollen Tip für mich?
Bin für jede Hilfe dankbar.
 
Hallo!
Finde heraus, wo deine logrotate.conf steht (wahrscheinlich unter /etc). Dann rufst du logrotate mit dem Parameter -v (verbose) auf.

logrotate -v /etc/logrotate.conf

Gibt es dort irgendwelche Auffälligkeiten?

mfG
Thorsten
 
Code:
rotating pattern: /var/log/httpd/access_log  2097152 bytes (7 rotations)
empty log files are not rotated, old logs are removed
considering log /var/log/httpd/access_log
  log /var/log/httpd/access_log does not exist -- skipping

Moment mal.... Da stimmt dochetwas ganz und gar nicht.

Die Access_log liegt doch in /var/log/access_log und nicht im/httpd.

ICh werde mal die logrotate.conf ändern und nochmals testen.
Das dürfte der Fehler sein. Danke erstmal

Gruß Borsti
 
Last edited by a moderator:
Danke schön.

Das war die Lösung. Das Verzeichniss hatte nicht gestimmt.
Ich danke dir *niederknie*.

Vielen Dank für deine Hilfe.

Frohe Weihnachten und einen GutenRutsch.

Borsti
 
Back
Top