Apport reporting package installation failures when system is out of disk space
Bug #1831802 reported by
Bryce Harrington
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Apport |
Invalid
|
Undecided
|
Unassigned |
Bug Description
In LP: #1831548, a package installation failure was automatically reported, but the problem was simply that the user was completely out of disk space (see the Df.txt attached to that bug report).
In this case, the user was installing on a system with below Ubuntu's minimum requirements, but in general bug reports about out of disk space conditions aren't actionable by us, and so probably don't need to be reported to launchpad.
Related branches
lp://staging/~bryce/apport/bug-1831802
On hold
for merging
into
lp://staging/~apport-hackers/apport/trunk
- Apport upstream developers: Pending requested
-
Diff: 32 lines (+8/-2)1 file modifieddata/general-hooks/generic.py (+8/-2)
description: | updated |
To post a comment you must log in.
I believe the package installation failure report you are referencing actually came from apt and I'm surprised that apt actually created the crash report. As we can see in the following there is a check for ENOSPC when installing a package.
https:/ /salsa. debian. org/apt- team/apt/ blob/master/ apt-pkg/ deb/dpkgpm. cc#L2257
Regardless having a second check for a lack of disk space seems fine.