"Installer Crashed" report when selecting "Manually edit partition table"

Bug #43125 reported by Lee Olson
576
This bug affects 28 people
Affects Status Importance Assigned to Milestone
ubiquity (Ubuntu)
Fix Released
Medium
Colin Watson

Bug Description

I immediately receive an "Installer Crashed" report when I select "Manually edit partition table" in Step 6 of 7. (dapper-live-i386.iso : 05-may-2006)

Traceback (most recent call last):
  File "/usr/lib/ubiquity/ubiquity/frontend/kde_ui.py", line 1463, in on_partition_create_use_combo_changed
    text = str(self.create_dialog.partition_create_use_combo.currentText())
UnicodeEncodeError: 'ascii' codec can't encode character u'\xe1' in position 0: ordinal not in range(128)

Revision history for this message
Lee Olson (leeolson) wrote : /var/log/installer/syslog

syslog log (using : ESPRESSO_DEBUG=1 sudo espresso)

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

Thanks; I've committed a fix which will be in the next upload.

Changed in ubiquity:
assignee: nobody → kamion
status: Unconfirmed → Fix Committed
Revision history for this message
Colin Watson (cjwatson) wrote :

ubiquity (0.99.75) dapper; urgency=low

  * KDE frontend:
    - Fix resize slider handling in autopartitioner (closes: Malone #43015).
    - Fix handling of disk selections (closes: Malone #43125).
  * When committing the results of manual partitioning, tell partman to run
    update.d scripts before asking the confirmation question, rather than
    trying to run them ourselves and doing it wrong (closes: Malone #37872).
  * GTK frontend:
    - Allow deselecting mount points in manual partitioner.
  * Hide mount point errors after successful manual partitioning, to make
    sure that they don't appear if you go back from the summary page.
  * Automatic update of included source packages: partman-base
    78ubuntu4.

 -- Colin Watson <email address hidden> Fri, 5 May 2006 21:11:15 +0100

Changed in ubiquity:
status: Fix Committed → Fix Released
Revision history for this message
lunatic77 (matt-sawyer) wrote : Re: [Bug 43125] Re: "Installer Crashed" report when selecting "Manually edit partition table"

Is there any way to patch ubiquity without downloading and burning another
install CD?

On 5/15/06, Colin Watson <email address hidden> wrote:
>
> ** Bug 44852 has been marked a duplicate of this bug
>
> --
> "Installer Crashed" report when selecting "Manually edit partition table"
> https://launchpad.net/bugs/43125
>

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

From beta 2 or thereabouts:

  apt-get update
  apt-get remove ubuntu-live
  apt-get install ubiquity ubiquity-frontend-kde ubiquity-ubuntu-artwork

(ubiquity-ubuntu-doc will be removed; that's OK)

This requires somewhat more memory than a fresh CD, though.

Revision history for this message
IIIEars (iiiears) wrote :

 RAID bus controller: Intel Corporation 82801HR/HO/HH (ICH8R/DO/DH) SATA RAID Controller (rev 02)

Revision history for this message
Raulgallegos (raul-gallegosek) wrote :

Traceback (most recent call last):
  File "/usr/bin/ubiquity", line 130, in ?
    install(sys.argv[1])
  File "/usr/bin/ubiquity", line 55, in install
    ret = wizard.run()
  File "/usr/lib/python2.4/site-packages/ubiquity/frontend/kde-ui.py", line 311, in run
    self.process_step()
  File "/usr/lib/python2.4/site-packages/ubiquity/frontend/kde-ui.py", line 731, in process_step
    self.gparted_to_mountpoints()
  File "/usr/lib/python2.4/site-packages/ubiquity/frontend/kde-ui.py", line 804, in gparted_to_mountpoints
    print >>self.qtparted_subp.stdin, "apply"
AttributeError: 'NoneType' object has no attribute 'stdin'

Kadolf (josimarlr)
description: updated
Revision history for this message
DrDefault (ptammes) wrote :

One might consider updating to 8.x?

2009/1/11 Kadolf <email address hidden>

> ** Description changed:
>
> I immediately receive an "Installer Crashed" report when I select
> "Manually edit partition table" in Step 6 of 7. (dapper-live-i386.iso :
> 05-may-2006)
> +
> +
> + Traceback (most recent call last):
> + File "/usr/lib/ubiquity/ubiquity/frontend/kde_ui.py", line 1463, in
> on_partition_create_use_combo_changed
> + text =
> str(self.create_dialog.partition_create_use_combo.currentText())
> + UnicodeEncodeError: 'ascii' codec can't encode character u'\xe1' in
> position 0: ordinal not in range(128)
>
> --
> "Installer Crashed" report when selecting "Manually edit partition table"
> https://bugs.launchpad.net/bugs/43125
> You received this bug notification because you are a direct subscriber
> of a duplicate bug.
>
>

Revision history for this message
Sandra Chapman (sadira7) wrote :

I tried to install ubuntu to a specific partition, but no root system error. Tried to do msdos but still got no root system specified.

To post a comment you must log in.