-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Temporary directories not being cleaned up #979
Labels
Comments
The function that creates these is |
mgrabovsky
added a commit
that referenced
this issue
Jul 16, 2021
Individual components should use the `pyfaf.common.get_temp_dir()` function to obtain the path to the configure temp directory. This commit also makes use of the optional `subdir` argument to segregate the directory for extracted RPMs from the rest. Related: #979
mgrabovsky
added a commit
that referenced
this issue
Jul 16, 2021
Add a configuration file for systemd-tmpfiles to create and clean up the `/tmp/faf` temporary directory. More specifically, clean up files older than a day in `/tmp/faf/rpm` and files older than 28 days in the remainder of `/tmp/faf`. Fixes #979
mgrabovsky
added a commit
that referenced
this issue
Jul 16, 2021
Individual components should use the `pyfaf.common.get_temp_dir()` function to obtain the path to the configure temp directory. This commit also makes use of the optional `subdir` argument to segregate the directory for extracted RPMs from the rest. Related: #979
mgrabovsky
added a commit
that referenced
this issue
Jul 16, 2021
Add a configuration file for systemd-tmpfiles to create and clean up the `/tmp/faf` temporary directory. More specifically, clean up files older than a day in `/tmp/faf/rpm` and files older than 28 days in the remainder of `/tmp/faf`. Fixes #979
mgrabovsky
added a commit
that referenced
this issue
Jul 27, 2021
Individual components should use the `pyfaf.common.get_temp_dir()` function to obtain the path to the configure temp directory. This commit also makes use of the optional `subdir` argument to segregate the directory for extracted RPMs from the rest. Related: #979
mgrabovsky
added a commit
that referenced
this issue
Jul 27, 2021
Add a configuration file for systemd-tmpfiles to create and clean up the `/tmp/faf` temporary directory. More specifically, clean up files older than a day in `/tmp/faf/rpm` and files older than 28 days in the remainder of `/tmp/faf`. Fixes #979
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ABRT Analytics seems to create tons of temporary directories in
/tmp
and forgets to clean them up after they have been used. The following directories were present in/tmp
at retrace.fp.org before I cleaned them up manually:They managed to guzzle about 270 GiB over the period of a week. These seem to be extracted RPMs, though I don't know where exactly they come from from the top of my head.
The text was updated successfully, but these errors were encountered: