[Bug 1161943] Re: oem-config hangs when removing ubquity

Jason Gerard DeRose jderose at novacut.com
Fri Mar 29 18:36:29 UTC 2013


Might be a super easy fix. In Raring, it seems `ubiquity-frontend-gtk`
is one of the package present after an OEM mode install. But `ubiquity-
frontend-gtk` is not one of the packages in the remove list in bin/oem-
config-remove-gtk:

def main():
    purge = []
    for pkg in ('ubiquity', 'ubiquity-casper',
                'ubiquity-ubuntu-artwork', 'ubiquity-slideshow-ubuntu',
                'oem-config-slideshow-ubuntu'):
        if glob.glob('/var/lib/dpkg/info/%s.list' % pkg):
            purge.append(pkg)

    if not using_cryptsetup():
        purge.append("cryptsetup")

    ac = client.AptClient()
    ac.commit_packages(
        install=[], reinstall=[], remove=[], purge=purge, upgrade=[],
        downgrade=[], error_handler=_on_failure, reply_handler=_on_transaction)
    loop.run()

-- 
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to ubiquity in Ubuntu.
https://bugs.launchpad.net/bugs/1161943

Title:
  oem-config hangs when removing ubquity

Status in System76:
  New
Status in “ubiquity” package in Ubuntu:
  New

Bug description:
  Steps to reproduce:

  1) Install in OEM mode
  2) Boot system, click "Prep for shipment", shutdown
  3) At first customer boot, oem-config will hang trying to remove Ubiquity (see attached screenshot)

To manage notifications about this bug go to:
https://bugs.launchpad.net/system76/+bug/1161943/+subscriptions




More information about the foundations-bugs mailing list