I have my log partition filling up...I have the configuration set to delete old files when it reaches 70% of the log partition size, but it keeps filling up...
This thread was automatically locked due to age.
please do a console login via SSH or local console, change to the /var/log directory, and issue the following commands to check what eats up your space:
ls -rtl
du -hck --max-depth=1 | sort -g
Then check for the largest files, maybe peek into them, in any case post results here.
As Andreas asks in that thread:
Cheers - Bob
As Andreas asks in that thread:
Cheers - Bob