[rt-devel] Re: RT/apache creating many directories in /tmp
Jeff Sheltren
sheltren at cs.ucsb.edu
Wed Nov 19 13:37:33 EST 2003
Hi Bill, thanks for the info. I'm not aware of redhat/linux having a
similar feature - although I could do it pretty easily through crontab
or cfengine. It just bugs me because these directories should be
getting cleaned up by RT in the first place IMO...
-Jeff
On Wed, 2003-11-19 at 10:24, bill at daze.net wrote:
>
> I discovered this the hard way. I ran out of room for temp file entries
> and all RT-destined tickets started bouncing.
>
> I'm using RT 3.0.4 and FreeBSD 4.7. FreeBSD includes a feature to clear
> /tmp daily. It is disabled by default. I turned it on and my problem was
> solved (using the bandaid approach). You might want to check and see if
> redhat has a similar feature.
>
> For reference, in FreeBSD 4.7 I have a /etc/periodic.conf file containing:
>
> # Please make all changes to this file, not to /etc/defaults/periodic.conf.
> # This file contains overrides from /etc/defaults/periodic.conf.
> daily_clean_disks_enable="YES" # Delete files daily
> daily_clean_tmps_enable="YES" # Delete stuff daily
> daily_clean_tmps_ignore=".X*-lock quota.user quota.group mysql.sock" # Don't delete these
>
>
> -Bill
>
> --
> <=> ASK and you shall receive <=>
More information about the Rt-devel
mailing list