GNOME Software fails to install .deb packages that trigger debconf prompts

Bug #1679435 reported by Bobby
436
This bug affects 80 people
Affects Status Importance Assigned to Milestone
gnome-software (Ubuntu)
Fix Released
High
Robert Ancell
Xenial
Fix Released
High
Robert Ancell
Yakkety
Fix Released
High
Robert Ancell
Zesty
Fix Released
High
Robert Ancell
Artful
Fix Released
High
Robert Ancell

Bug Description

[Impact]
GNOME Software doesn't provide debconf support when using aptd. This means any package installation / upgrade that triggers a debconf prompt can fail. The requested package might not do a prompt, but some dependency can.

[Test Case]
1. Install a .deb file that causes a debconf prompt (https://launchpad.net/~vorlon/+archive/ubuntu/debconf-tests contains a test package).
$ gnome-software --local-filename=noisy-fake-driver_0.6_amd64.deb

Expected result:
Package is installed after a debconf prompt is shown.

Observed result:
Package fails to install, no prompt is shown.

[Regression Potential]
The solution was to provide a pipe when using aptd to allow the debconf prompt to be handled in the session. This could introduce new bugs and/or security issues.

Revision history for this message
Bobby (themarlboroman2) wrote :
Revision history for this message
Steve Beattie (sbeattie) wrote : Bug is not a security issue

Thanks for taking the time to report this bug and helping to make Ubuntu better. We appreciate the difficulties you are facing, but this appears to be a "regular" (non-security) bug. I have unmarked it as a security issue since this bug does not show evidence of allowing attackers to cross privilege boundaries nor directly cause loss of data/privacy. Please feel free to report any other bugs you may find.

information type: Private Security → Public
tags: removed: need-duplicate-check
Steve Langasek (vorlon)
summary: + installing dkms package from software-center, no debconf frontend:
package shim-signed 1.27~16.10.1+0.9+1474479173.6c180c6-1ubuntu1 failed
to install/upgrade: subprocess installed post-installation script
returned error exit status 1
Changed in shim-signed (Ubuntu):
status: New → Triaged
importance: Undecided → Critical
Steve Langasek (vorlon)
Changed in gnome-software (Ubuntu):
status: New → Triaged
importance: Undecided → Critical
Changed in shim-signed (Ubuntu):
status: Triaged → Invalid
Revision history for this message
Steve Langasek (vorlon) wrote : Re: installing dkms package from software-center, no debconf frontend: package shim-signed 1.27~16.10.1+0.9+1474479173.6c180c6-1ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

I believe the problem is that nothing ensures that the desktop components which select and install software have access to a GUI debconf frontend.

I think the proper solution is for each of the frontends to aptdaemon to depend/recommend a suitable debconf frontend component (libgtk2-perl, libqtgui4-perl/libqtcore4-perl).

For 17.04, this includes at least gnome-software and software-properties-gtk.

summary: - installing dkms package from software-center, no debconf frontend:
+ installing dkms package from gnome-software, no debconf frontend:
package shim-signed 1.27~16.10.1+0.9+1474479173.6c180c6-1ubuntu1 failed
to install/upgrade: subprocess installed post-installation script
returned error exit status 1
Revision history for this message
Launchpad Janitor (janitor) wrote : Re: installing dkms package from gnome-software, no debconf frontend: package shim-signed 1.27~16.10.1+0.9+1474479173.6c180c6-1ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

This bug was fixed in the package gnome-software - 3.22.7-0ubuntu3

---------------
gnome-software (3.22.7-0ubuntu3) zesty; urgency=medium

  * Make gnome-software Recommend: libgtk2-perl, without which debconf
    prompts from packages can never be shown. LP: #1679435.

 -- Steve Langasek <email address hidden> Mon, 10 Apr 2017 13:29:18 -0700

Changed in gnome-software (Ubuntu):
status: Triaged → Fix Released
Revision history for this message
Steve Langasek (vorlon) wrote :

this is an incomplete fix; we also need to change the code to tell aptdaemon which debconf frontend to use.

Changed in gnome-software (Ubuntu):
status: Fix Released → In Progress
Steve Langasek (vorlon)
Changed in gnome-software (Ubuntu):
importance: Critical → High
Will Cooke (willcooke)
Changed in gnome-software (Ubuntu):
assignee: nobody → Robert Ancell (robert-ancell)
Revision history for this message
Robert Ancell (robert-ancell) wrote :

commit fb4e6a91585b53eec9db304c41a7fb965f7813b8
Author: Robert Ancell <email address hidden>
Date: Thu Apr 20 16:46:36 2017 +1200

    apt: Support debconf

Changed in gnome-software (Ubuntu):
status: In Progress → Fix Committed
summary: - installing dkms package from gnome-software, no debconf frontend:
- package shim-signed 1.27~16.10.1+0.9+1474479173.6c180c6-1ubuntu1 failed
- to install/upgrade: subprocess installed post-installation script
- returned error exit status 1
+ GNOME Software fails to install .deb packages that trigger debconf
+ prompts
no longer affects: shim-signed (Ubuntu)
Changed in gnome-software (Ubuntu Zesty):
importance: Undecided → High
Changed in gnome-software (Ubuntu Yakkety):
importance: Undecided → High
Changed in gnome-software (Ubuntu Xenial):
importance: Undecided → High
Changed in gnome-software (Ubuntu Zesty):
status: New → Triaged
Changed in gnome-software (Ubuntu Yakkety):
status: New → Triaged
Changed in gnome-software (Ubuntu Xenial):
status: New → Triaged
Changed in gnome-software (Ubuntu Zesty):
status: Triaged → Fix Committed
assignee: nobody → Robert Ancell (robert-ancell)
Changed in gnome-software (Ubuntu Yakkety):
assignee: nobody → Robert Ancell (robert-ancell)
Changed in gnome-software (Ubuntu Xenial):
assignee: nobody → Robert Ancell (robert-ancell)
description: updated
Revision history for this message
Launchpad Janitor (janitor) wrote :

This bug was fixed in the package gnome-software - 3.22.7-0ubuntu4

---------------
gnome-software (3.22.7-0ubuntu4) artful; urgency=medium

  * debian/patches/0002-Add-an-APT-plugin.patch:
    - Support debconf prompts (LP: #1679435)
  * debian/patches/0015-dpkg-Mark-local-.debs-as-managed-by-APT.patch:
  * debian/patches/0016-Make-filename-passed-with-local-filename-absolute.patch:
    - Fix local .deb files not being installable: (LP: #1672424)

 -- Robert Ancell <email address hidden> Wed, 26 Apr 2017 15:47:47 +1200

Changed in gnome-software (Ubuntu Artful):
status: Fix Committed → Fix Released
Changed in gnome-software (Ubuntu Yakkety):
status: Triaged → Fix Committed
Changed in gnome-software (Ubuntu Xenial):
status: Triaged → Fix Committed
Revision history for this message
Amr Ibrahim (amribrahim1987) wrote :

Just asking, why did it recommend libgtk2-perl, and not libgtk3-perl? Does not debconf work with libgtk3-perl?

Revision history for this message
Amr Ibrahim (amribrahim1987) wrote :

Both libgtk3-perl and libgtk2-perl are not in main. libgtk2-perl is in main in Zesty and later once gnome-software recommended it on 10 Apr 2017. However, it didn't get a MIR.

Revision history for this message
Brian Murray (brian-murray) wrote : Please test proposed package

Hello Bobby, or anyone else affected,

Accepted gnome-software into zesty-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/gnome-software/3.22.7-0ubuntu3.17.04.1 in a few hours, and then in the -proposed repository.

Please help us by testing this new package. See https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how to enable and use -proposed.Your feedback will aid us getting this update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug, mentioning the version of the package you tested, and change the tag from verification-needed to verification-done. If it does not fix the bug for you, please add a comment stating that, and change the tag to verification-failed. In either case, details of your testing will help us make a better decision.

Further information regarding the verification process can be found at https://wiki.ubuntu.com/QATeam/PerformingSRUVerification . Thank you in advance!

tags: added: verification-needed
Revision history for this message
Robert Ancell (robert-ancell) wrote :

@Amr, yes, unfortunately debconf only works with libgtk2-perl.

Revision history for this message
Robert Ancell (robert-ancell) wrote :

libgtk2-perl seems to be in main [1], or am I missing something?

[1] https://launchpad.net/ubuntu/+source/libgtk2-perl

Revision history for this message
Amr Ibrahim (amribrahim1987) wrote :

@Robert, yes, libgtk2-perl is in main starting only from Zesty once gnome-software (3.22.7-0ubuntu3) recommended it on 10 April 2017. However, it didn't get an MIR. Then it was copied to main in Trusty, Xenial and Yakkety on 27 April 2017.

Revision history for this message
Jeremy Bícha (jbicha) wrote :

Amr, libgtk2-perl used to be in main (in precise) so a full MIR wasn't necessary.

Yes, porting debconf's GTK backend to GTK3 would be nice since very little of the default Debian GNOME and Ubuntu desktops actually use GTK2 now.

Revision history for this message
Robert Ancell (robert-ancell) wrote :

Confirmed I can install fake-noisy-driver in zesty and the debconf prompt is shown.

tags: added: verification-done-zesty verification-needed-xenial verification-needed-yakkety
removed: verification-needed
Revision history for this message
Brian Murray (brian-murray) wrote :

Hello Bobby, or anyone else affected,

Accepted gnome-software into yakkety-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/gnome-software/3.20.1+git20170427.0.3d09239-0ubuntu1 in a few hours, and then in the -proposed repository.

Please help us by testing this new package. See https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how to enable and use -proposed.Your feedback will aid us getting this update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug, mentioning the version of the package you tested, and change the tag from verification-needed to verification-done. If it does not fix the bug for you, please add a comment stating that, and change the tag to verification-failed. In either case, details of your testing will help us make a better decision.

Further information regarding the verification process can be found at https://wiki.ubuntu.com/QATeam/PerformingSRUVerification . Thank you in advance!

tags: added: verification-needed
Revision history for this message
Brian Murray (brian-murray) wrote :

Hello Bobby, or anyone else affected,

Accepted gnome-software into xenial-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/gnome-software/3.20.1+git20170427.0.3d09239-0ubuntu1~xenial1 in a few hours, and then in the -proposed repository.

Please help us by testing this new package. See https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how to enable and use -proposed.Your feedback will aid us getting this update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug, mentioning the version of the package you tested, and change the tag from verification-needed to verification-done. If it does not fix the bug for you, please add a comment stating that, and change the tag to verification-failed. In either case, details of your testing will help us make a better decision.

Further information regarding the verification process can be found at https://wiki.ubuntu.com/QATeam/PerformingSRUVerification . Thank you in advance!

Will Cooke (willcooke)
tags: added: verification-done-xenial
removed: verification-needed-xenial
Revision history for this message
Will Cooke (willcooke) wrote :

Tested on Xenial.

gnome-software:
  Installed: 3.20.1+git20170427.0.3d09239-0ubuntu1~xenial1
  Candidate: 3.20.1+git20170427.0.3d09239-0ubuntu1~xenial1
  Version table:
 *** 3.20.1+git20170427.0.3d09239-0ubuntu1~xenial1 500
        500 http://gb.archive.ubuntu.com/ubuntu xenial-proposed/main amd64 Packages
        100 /var/lib/dpkg/status
     3.20.1+git20170208.0.a34b091-0ubuntu1~xenial1 500
        500 http://gb.archive.ubuntu.com/ubuntu xenial-updates/main amd64 Packages
     3.20.1+git20160420.1.ca63436.ubuntu-xenial-0ubuntu2 500
        500 http://gb.archive.ubuntu.com/ubuntu xenial/main amd64 Packages

And I can confirm that it worked as expected.

tags: removed: verification-needed
Revision history for this message
Robert Ancell (robert-ancell) wrote :

Confirmed fixed in Yakkety (3.20.1+git20170427.0.3d09239-0ubuntu1)

tags: added: verification-done-yakkety
removed: verification-needed-yakkety
Revision history for this message
Robert Ancell (robert-ancell) wrote :

This change seems to be missing an error check, see bug 1689425

Revision history for this message
Launchpad Janitor (janitor) wrote :

This bug was fixed in the package gnome-software - 3.20.1+git20170427.0.3d09239-0ubuntu1

---------------
gnome-software (3.20.1+git20170427.0.3d09239-0ubuntu1) yakkety; urgency=medium

  * New upstream snapshot from the wip/ubuntu-3-20 branch at
    git://git.gnome.org/gnome-software.
    - Support debconf prompts (LP: #1679435)
    - Fix local .deb files not being installable: (LP: #1672424)
  * debian/control:
    - Recommend debconf, libgtk2-perl

 -- Robert Ancell <email address hidden> Thu, 27 Apr 2017 10:44:19 +1200

Changed in gnome-software (Ubuntu Yakkety):
status: Fix Committed → Fix Released
Revision history for this message
Chris Halse Rogers (raof) wrote : Update Released

The verification of the Stable Release Update for gnome-software has completed successfully and the package has now been released to -updates. Subsequently, the Ubuntu Stable Release Updates Team is being unsubscribed and will not receive messages about this bug report. In the event that you encounter a regression using the package from -updates please report a new bug using ubuntu-bug and tag the bug report regression-update so we can easily find any regressions.

Revision history for this message
Launchpad Janitor (janitor) wrote :

This bug was fixed in the package gnome-software - 3.20.1+git20170427.0.3d09239-0ubuntu1~xenial1

---------------
gnome-software (3.20.1+git20170427.0.3d09239-0ubuntu1~xenial1) xenial; urgency=medium

  * New upstream snapshot from the wip/ubuntu-3-20 branch at
    git://git.gnome.org/gnome-software.
    - Support debconf prompts (LP: #1679435)
    - Fix local .deb files not being installable: (LP: #1672424)
  * debian/control:
    - Recommend debconf, libgtk2-perl
  * debian/README.source:
    - Update branch name (wip/ubuntu-xenial -> wip/ubuntu-3-20).

 -- Robert Ancell <email address hidden> Thu, 27 Apr 2017 10:44:19 +1200

Changed in gnome-software (Ubuntu Xenial):
status: Fix Committed → Fix Released
Changed in gnome-software (Ubuntu Zesty):
status: Fix Committed → Fix Released
tags: added: triage
tags: added: id-59c28eba2075e1a4c7a88669
To post a comment you must log in.