[Bug 810700] Re: Oneiric Installer crashes "OSError: [Errno 21]"
Mario Limonciello
superm1 at ubuntu.com
Fri Jul 15 05:10:42 UTC 2011
This happened because of the /var/run -> /run transition in progress.
/var/run used to be a directory and is now a symlink.
Partman creates /target/var/lock and /target/var/run as soon as the
disks are formatted. When the file copy routine gets around to these
directories, it assumes they were files or symlinks and tries to unlink
them, but fails because they're directories.
I've committed a fix to trunk to rmdir the directories when this
happens, but another way to fix it would be to remove the code in
partman from creating /target/var/lock and /target/var/run in the first
place.
** Changed in: ubiquity (Ubuntu)
Status: New => Fix Committed
--
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/810700
Title:
Oneiric Installer crashes "OSError: [Errno 21]"
Status in “ubiquity” package in Ubuntu:
Fix Released
Bug description:
While installing today's build of Oneiric amd64 desktop, the installer
crashes near the end of the "Copying Files" phase.
$ apt-cache policy ubiquity
ubiquity:
Installed: 2.7.12
Candidate: 2.7.12
Version table:
*** 2.7.12 0
500 http://archive.ubuntu.com/ubuntu/ oneiric/main amd64 Packages
100 /var/lib/dpkg/status
$ lsb_release -rd
Description: Ubuntu oneiric (development branch)
Release: 11.10
How reproducible: Always
Steps to reproduce:
1) Downloaded amd64 desktop iso from: http://cdimage.ubuntu.com/daily-live/20110714.1/
2) Proceeded with installation.
Actual Results: Installer crashes with the desktop error message
attached. The error logged in /var/log/syslog is the same every time.
Expected results: Installer runs to completion.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/810700/+subscriptions
More information about the foundations-bugs
mailing list