Crashed when trying to put in mountpoint in partitioner
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| | ubiquity (Ubuntu) |
Undecided
|
Colin Watson | ||
Bug Description
Binary package hint: ubiquity
Presario v6000 laptop (amd64 dual core)
In installer partitioner in manual mode it crashed when I put in the mountpoint as /
Traceback (most recent call last):
File "/usr/lib/
self.
File "/usr/lib/
if not self.process_
File "/usr/lib/
return self.dbfilter.
File "/usr/lib/
if not input_widgets[
File "/usr/lib/
self.
File "/usr/lib/
value = value.encode(
AttributeError: encode
| bobthevirus (bobthevirus-gmail) wrote : | #1 |
| Colin Watson (cjwatson) wrote : | #2 |
I'm pretty sure this is what Jonathan fixed in ubiquity 1.3.24:
ubiquity (1.3.24) feisty; urgency=low
* KDE Frontend:
- Fix type problems in partition edit dialogue
-- Jonathan Riddell <email address hidden> Thu, 1 Mar 2007 17:41:47 +0000
Could you try upgrading ubiquity to the current version before starting the installation (or just using the Herd 5 milestone release) and tell me whether you can still reproduce this?
| Changed in ubiquity: | |
| assignee: | nobody → kamion |
| status: | Unconfirmed → Needs Info |
| bobthevirus (bobthevirus-gmail) wrote : | #3 |
I had managed to install using an automatic partitioning after doing this. Running the installer again but clicking "Cancel" after I have set up a pretend partition over my old swap partition so not to write the changes this time led to the same error as in my first report.
Before doing this I ran the commands
apt-get update
apt-get install ubiquity
Which pulled down the latest version and a few dependancies
Some other info in case this is relevent:
I'm booting with noapic apci=off
If I think of anything else I'll add more
| Jonathan Thomas (echidnaman) wrote : | #4 |
Is this still an issue in a more recent version of Kubuntu?
| bobthevirus (bobthevirus-gmail) wrote : | #5 |
This is not present in the latest release, as far as I can tell.
| Changed in ubiquity: | |
| status: | Incomplete → Fix Released |


Futher problems in the manual partitioner - this is after I click OK after setting / partition up
Traceback (most recent call last): ubiquity/ ubiquity/ frontend/ kde-ui. py", line 1329, in watch_debconf_ fd_helper_ read debconf_ callbacks[ source] (source, debconf_condition) ubiquity/ ubiquity/ filteredcommand .py", line 176, in process_input line(): ubiquity/ ubiquity/ filteredcommand .py", line 110, in process_line process_ line() ubiquity/ ubiquity/ debconffilter. py", line 231, in process_line 0].run( priority, question): ubiquity/ ubiquity/ components/ partman. py", line 795, in run preseed( question, request[ 'mountpoint' ]) ubiquity/ ubiquity/ filteredcommand .py", line 274, in preseed "UTF-8" , "ignore")
File "/usr/lib/
self.
File "/usr/lib/
if not self.process_
File "/usr/lib/
return self.dbfilter.
File "/usr/lib/
if not input_widgets[
File "/usr/lib/
self.
File "/usr/lib/
value = value.encode(
AttributeError: encode