[Bug 557388] Re: Ubiquity crashes over recipe that leads to "Missing filesystem.size."

Launchpad Bug Tracker 557388 at bugs.launchpad.net
Wed Feb 22 02:20:13 UTC 2012


This bug was fixed in the package ubiquity - 2.9.20

---------------
ubiquity (2.9.20) precise; urgency=low

  [ Colin Watson ]
  * Restore old fallback code in case /cdrom/casper/filesystem.size doesn't
    exist (LP: #557388).
  * Fix some more uses of deprecated python-apt APIs.
  * ubiquity-dm: Try openbox after openbox-lubuntu (LP: #888107).
  * Thomson SA is now called Technicolor SA (LP: #856992).
  * Limit maximum length of username editing widgets to 32 (LP: #831319).
  * UTF-8-encode the syslog message when a geoname lookup fails, since it
    might include non-ASCII characters entered by the user (LP: #928891).
  * Run test suite under xvfb-run by default when running it from the
    command line.  'tests/run --no-xvfb' inhibits this behaviour for cases
    where it's useful to see the UIs constructed by the test suite.
  * Stop manually inserting newlines in hostname and username errors.  GTK+
    3 seems to do a reasonable job of wrapping these by itself now.
  * Port the user page from GtkTable to GtkGrid, so that we get sensible
    height-for-width geometry management (LP: #830933).
  * Internationalise hostname and username validation errors (LP: #784825).

  [ Mario Limonciello ]
  * Have two separate failsafe attempts for 'fbdev' and 'vesa'.  It's
    possible that /dev/fb0 will exist but be backed by a VGA framebuffer
    causing X to exit non-zero.

  [ Stéphane Graber ]
  * Use the Xubuntu wallpaper when available. (LP: #936572)
  * Detect bogus DNS servers and ignore them. (LP: #760884)
  * Automatic update of included source packages: base-installer
    1.122ubuntu5, choose-mirror 2.39ubuntu4.
 -- Stephane Graber <stgraber at ubuntu.com>   Tue, 21 Feb 2012 21:09:02 -0500

** Changed in: ubiquity (Ubuntu)
       Status: Fix Committed => Fix Released

-- 
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/557388

Title:
  Ubiquity crashes over recipe that leads to "Missing filesystem.size."

Status in “ubiquity” package in Ubuntu:
  Fix Released
Status in “unetbootin” package in Ubuntu:
  Invalid

Bug description:
  Binary package hint: ubiquity

  I'm having trouble getting a preseed to work with the new
  installer I believe the partition recipe is failing. It used to
  work on 9.04, now I get a "Missing filesystem.size." traceback from
  ubiquity (line 664).

  Here is the recipe :

  #  boot-root-home ::
  #    128 512 256 ext2
  #        $defaultignore{ }
  #        method{ format }
  #        format{ }
  #        use_filesystem{ }
  #        filesystem{ ext2 }
  #        mountpoint{ /boot }
  #        options/relatime{ relatime } .
  #    .
  #    500 4000 20000 $default_filesystem
  #        $lvmok{ }
  #        method{ format }
  #        format{ }
  #        use_filesystem{ }
  #        $default_filesystem{ }
  #        mountpoint{ / }
  #        options/relatime{ relatime } .
  #    .
  #    96 512 300% linux-swap
  #        $lvmok{ }
  #        method{ swap }
  #        format{ } .
  #    .
  #    100 10000 -1 $default_filesystem 
  #        $lvmok{ }
  #        method{ format }
  #        format{ }
  #        use_filesystem{ }
  #        $default_filesystem{ }
  #        mountpoint{ /home }
  #        options/relatime{ relatime } .

  
  Is it a bug or am I coding the preseed wrong ?

  If my preseed is wrong can you direct me towards uptodate
  documentation ?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/557388/+subscriptions




More information about the foundations-bugs mailing list