Ubiquity crash for exception thrown in plugininstall.py

Bug #695425 reported by Brad Figg
14
This bug affects 2 people
Affects Status Importance Assigned to Milestone
ubiquity (Ubuntu)
Triaged
High
Canonical Foundations Team
Natty
Triaged
High
Canonical Foundations Team

Bug Description

***Workaround: don't use encrypt my folder"***

Binary package hint: ubiquity

The installer crashed while attempting to install onto a system. I selected "use entire disk" and it looked as though the partitioning succeeded and the filesystem creation also succeeded. It was after copying files to the disk had completed and the installer started installing software that it blew up.

Dec 29 17:11:18 ubuntu user-setup: Shadow passwords are now on.
Dec 29 17:11:18 ubuntu kernel: [ 779.992277] Intel AES-NI instructions are not detected.
Dec 29 17:11:18 ubuntu kernel: [ 780.032111] padlock: VIA PadLock not detected.
Dec 29 17:11:18 ubuntu user-setup: mount: /dev not mounted already, or bad option
Dec 29 17:11:18 ubuntu plugininstall.py: log-output -t ubiquity umount /target/cdrom
Dec 29 17:11:18 ubuntu finish-install: Disabling CD in sources.list
Dec 29 17:11:18 ubuntu plugininstall.py: Exception during installation:
Dec 29 17:11:18 ubuntu plugininstall.py: Traceback (most recent call last):
Dec 29 17:11:18 ubuntu plugininstall.py: File "/usr/share/ubiquity/plugininstall.py", line 1440, in <module>
Dec 29 17:11:18 ubuntu plugininstall.py: install.run()
Dec 29 17:11:18 ubuntu plugininstall.py: File "/usr/share/ubiquity/plugininstall.py", line 55, in wrapper
Dec 29 17:11:18 ubuntu plugininstall.py: func(self)
Dec 29 17:11:18 ubuntu plugininstall.py: File "/usr/share/ubiquity/plugininstall.py", line 140, in run
Dec 29 17:11:18 ubuntu plugininstall.py: self.configure_plugins()
Dec 29 17:11:18 ubuntu plugininstall.py: File "/usr/share/ubiquity/plugininstall.py", line 364, in configure_plugins
Dec 29 17:11:18 ubuntu plugininstall.py: raise install_misc.InstallStepError("Plugin %s failed with code %s" % (plugin.NAME, ret))
Dec 29 17:11:18 ubuntu plugininstall.py: InstallStepError: Plugin usersetup failed with code 32
Dec 29 17:11:18 ubuntu plugininstall.py:

Revision history for this message
Brad Figg (brad-figg) wrote :
Revision history for this message
Brad Figg (brad-figg) wrote :
summary: Installer crash; daily-live image Dec. 29, 2010; plugininstall.py
- exception trown
+ exception thrown
summary: - Installer crash; daily-live image Dec. 29, 2010; plugininstall.py
- exception thrown
+ Installer crash; daily-live image Dec. 29, 2010; exception thrown in
+ plugininstall.py
Revision history for this message
Fabio Marconi (fabiomarconi) wrote :

Confirmed in 20101230 in manual partitioning

summary: - Installer crash; daily-live image Dec. 29, 2010; exception thrown in
- plugininstall.py
+ Ubiquity crash for exception thrown in plugininstall.py
Changed in ubiquity (Ubuntu):
status: New → Confirmed
Revision history for this message
Fabio Marconi (fabiomarconi) wrote :

  def error(self, priority, question):
        if question == 'hw-detect/modprobe_error':
            # don't need to display this, and it's non-fatal
            return True
        elif question == 'apt-setup/security-updates-failed':
            fatal = False
        else:
            fatal = True
        self.frontend.error_dialog(self.description(question),
                                   self.extended_description(question), fatal)
        if fatal:
            return FilteredCommand.error(self, priority, question)

Skipping updates or broken internet makes it working

description: updated
Revision history for this message
Fabio Marconi (fabiomarconi) wrote :

and install succesfully

Revision history for this message
Fabio Marconi (fabiomarconi) wrote :

I misspoken earlier, this issue is due to encryption.

description: updated
Revision history for this message
David Henningsson (diwic) wrote :

Still present as of 2011-01-03

Changed in ubiquity (Ubuntu):
importance: Undecided → High
status: Confirmed → Triaged
Changed in ubiquity (Ubuntu Natty):
assignee: nobody → Canonical Foundations Team (canonical-foundations)
Revision history for this message
Fabio Marconi (fabiomarconi) wrote :

Present in 20110105 amd64

Revision history for this message
Colin Watson (cjwatson) wrote :

Thanks for your report. This is bug 693027, fixed a couple of weeks ago.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.