Comment 4 for bug 95646

Revision history for this message
Michael A Daly (mgcsfd) wrote :

Traceback (most recent call last):
  File "/usr/lib/ubiquity/ubiquity/frontend/kde-ui.py", line 1339, in watch_debconf_fd_helper_read
    self.debconf_callbacks[source](source, debconf_condition)
  File "/usr/lib/ubiquity/ubiquity/filteredcommand.py", line 176, in process_input
    if not self.process_line():
  File "/usr/lib/ubiquity/ubiquity/filteredcommand.py", line 110, in process_line
    return self.dbfilter.process_line()
  File "/usr/lib/ubiquity/ubiquity/debconffilter.py", line 268, in process_line
    widget.subst(question, key, value)
  File "/usr/lib/ubiquity/ubiquity/components/partman.py", line 225, in subst
    partition['resize_min_size'] = self.parse_size(value)
  File "/usr/lib/ubiquity/ubiquity/components/partman_auto.py", line 81, in parse_size
    (size_int, size_frac) = num.split('.', 1)
ValueError: need more than 1 value to unpack

#this occurred after selecting manual partitioning on a Kubuntu Feisty Beta install. -Michael