[Bug 243105] Re: When Wubi is installed from CD, ubiquity crashes at the end of the installation

Brian Murray brian at ubuntu.com
Wed Aug 3 17:46:49 UTC 2011


Exception during installation:
Jun 26 10:43:28 ubuntu python: Traceback (most recent call last):
Jun 26 10:43:28 ubuntu python:   File "/usr/share/ubiquity/install.py", line 89, in pulse
Jun 26 10:43:28 ubuntu python:     self.db.progress('SET', int(self.percent))
Jun 26 10:43:28 ubuntu python:   File "/usr/lib/python2.5/site-packages/debconf.py", line 60, in <lambda>
Jun 26 10:43:28 ubuntu python:     lambda *args, **kw: self.command(command, *args, **kw))
Jun 26 10:43:28 ubuntu python:   File "/usr/lib/python2.5/site-packages/debconf.py", line 64, in command
Jun 26 10:43:28 ubuntu python:     self.write.write("%s %s\n" % (command, ' '.join(map(str, params))))
Jun 26 10:43:28 ubuntu python: TypeError: an integer is required
Jun 26 10:43:28 ubuntu python: 


** Tags added: installer-crash

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

Title:
  When Wubi is installed from CD, ubiquity crashes at the end of the
  installation

Status in Wubi, Windows Ubuntu Installer:
  Confirmed
Status in “apt” package in Ubuntu:
  New
Status in “ubiquity” package in Ubuntu:
  New

Bug description:
  Because of bug #207137 Wubi now copies the CD content as opposed to
  extract an ISO. This was implemented via bug #230716 which allows
  casper to boot off a directory. That directory is bindmounted to
  /cdrom in the initrd. But that makes ubiquity/install.py >
  install_extras > do_install > cache.commit fail, since apt/python-apt
  does not work correctly when /cdrom is bind-mounted.

  That in turn can be tracked down to fetcher.Run() in apt/cache.py

  cache.py > Cache.commit > Cache._fetchArchives >
  self._runFetcher(fetcher) > fetcher.Run()

  Where

  fetcher = apt_pkg.GetAcquire(fetchProgress) -> Acquire instance

  When installing Wubi from an ISO (no bindmount) or when setting up
  /cdrom via a symlink in casper, the installation proceeds correctly.

To manage notifications about this bug go to:
https://bugs.launchpad.net/wubi/+bug/243105/+subscriptions




More information about the foundations-bugs mailing list