Merge lp://staging/~bryce/apport/bug-1831802 into lp://staging/~apport-hackers/apport/trunk
Proposed by
Bryce Harrington
Status: | Work in progress |
---|---|
Proposed branch: | lp://staging/~bryce/apport/bug-1831802 |
Merge into: | lp://staging/~apport-hackers/apport/trunk |
Diff against target: |
32 lines (+8/-2) 1 file modified
data/general-hooks/generic.py (+8/-2) |
To merge this branch: | bzr merge lp://staging/~bryce/apport/bug-1831802 |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Apport upstream developers | Pending | ||
Review via email:
|
Commit message
data/general-
For package installation problems, if the problem is due to insufficient
disk space then treat it as an unreportable error.
Fixes: LP: #1831802
Description of the change
If package installation failed due to out-of-disk-space, it isn't necessary to file a bug report about it, so filter these.
To post a comment you must log in.
Unmerged revisions
- 3255. By Bryce Harrington
-
data/general-
hooks/generic. py: Don't file bug reports about out-of-space conditions For package installation problems, if the problem is due to insufficient
disk space then treat it as an unreportable error. - 3254. By Bryce Harrington
-
data/general-
hooks/generic. py: Fix misspelled variable
Googling a bit more, this error message may be originating from mysql, in which case an alternative approach might be to parse Df.txt for 100% usage on /.
I don't know how prevalent this particular type of bug report is. There is already code to check disk space at bug filing time, which may catch most of these, but won't catch if the system ran out of space during installation.