ich wende mich verzweifelt an euch, in der Hoffnung, dass jemand eine Idee hat.
Also es geht um einen Server mit SuSE 11.3 und Confixx 3.3.6.
Im Normalfall hat ja jeder einzelne Confixx-User auf dem Server z.B. nach dem einloggen via FTP das Verzeichnis /log/old wo vermutlich Logrotate die User-Logfiles einer Woche gepackt archiviert. Dies funktioniert auch, aber Confixx löscht diese gepackten archivierten Logfiles nicht mehr, wie sonst üblich nach 90 Tagen.
Die confixx_main.conf:
Code: Select all
# rotate logfile if greater than value (kb) after analysis
$apacheBackupSize = '10240';
# day on which logfiles will be rotated, ignoring size on this day (0=Sun, set to 8 to disable)
$apacheBackupDay = '1';
# 1: rotate logfiles in user's homedir, 0: rotate to $apacheBackupDir
$apacheBackupLocal = '1';
# keep _old_ logfiles for X days
$apacheBackupExpire = '90';
# location where to keep rotated logfiles (if not user's homedir)
$apacheBackupDir = '/var/log/apache2/old';
# location of general Apache logfiles for Parallels Confixx and symlinks to user's logfiles
$apacheLogDir = '/var/log/apache2/confixx';
Ich habe auch keine Ahnung, welches Confixx Script hier für das löschen das alten Logfiles zuständig ist. Das kuriose ist, es hat auf einmal aufgehört mit funktionieren, ohne das jemand was gemacht hat.
