[Bug 243105] Re: When Wubi is installed from CD, ubiquity crashes at the end of the installation
Simon Quigley
tsimonq2 at ubuntu.com
Sun Mar 25 02:04:16 UTC 2018
Thank you for taking the time to report this bug and helping to make Ubuntu better. We are sorry that we do not always have the capacity to look at all reported bugs in a timely manner. There have been many changes in Ubuntu since that time you reported the bug and your problem may have been fixed with some of the updates. It would help us a lot if you could test it on a currently supported Ubuntu version. When you test it and it is still an issue, kindly upload the updated logs by running only once:
apport-collect 243105
and any other logs that are relevant for this particular issue.
** Changed in: apt (Ubuntu)
Status: New => Incomplete
** Changed in: ubiquity (Ubuntu)
Status: New => Incomplete
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to apt 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:
Confirmed
Status in apt package in Ubuntu:
Incomplete
Status in ubiquity package in Ubuntu:
Incomplete
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