This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

/var/storage filling up

Any ideas how to unfill the /var/storage partition?

Jon


This thread was automatically locked due to age.
Parents Reply
  • I had the same problem - lots of wool_xxxx files in /var/storage/chroot-smtp/tmp  which were days old. I've raised this as an issue with Astaro support. A "find /var/storage/chroot-smtp/tmp/  -name "wool_*" -type f -mtime +2 -exec rm -f {} \;" run from cron is my workaround.
Children