puredyne-team team mailing list archive
-
puredyne-team team
-
Mailing list archive
-
Message #01658
[Bug 712659] Re: Ubiquity 2.4.8 crash on Eee 701
ok i think i have cracked this after hours of headaches! - so its all
about lack of aes support for mounting loop devices - maybe crept in
with new kernel - all you need to do is add loop-aes-utils and the
installer will work - i will build a new iso now on buiilder to triple
check this and close the bug
you can just aptitude install loop-aes-utils from the live version and
then run ubiquity and you should be good to go!
** Changed in: puredyne-live
Assignee: (unassigned) => Rob Canning (rob-goto10)
** Changed in: puredyne-live
Status: New => In Progress
--
You received this bug notification because you are a member of puredyne
team, which is the registrant for Puredyne Live.
https://bugs.launchpad.net/bugs/712659
Title:
Ubiquity 2.4.8 crash on Eee 701
Status in Puredyne liveCD/DVD/USB/HD:
In Progress
Bug description:
Ubiquity 2.4.8 crashes on my Eee 701. This is from /var/syslog:
Feb 3 16:48:54 puredyne python: mkdir /var/lib/ubiquity/source
Feb 3 16:48:54 puredyne ubiquity: /dev/loop1
Feb 3 16:48:54 puredyne ubiquity: : No such file or directory
Feb 3 16:48:54 puredyne python: log-output -t ubiquity losetup /dev/loop1#012 /live/image/live/filesystem.squashfs
Feb 3 16:48:54 puredyne ubiquity: mount: special device /dev/loop1
Feb 3 16:48:54 puredyne ubiquity: does not exist
Feb 3 16:48:54 puredyne ubiquity:
Feb 3 16:48:54 puredyne python: log-output -t ubiquity mount /dev/loop1#012 /var/lib/ubiquity/source
Feb 3 16:48:54 puredyne ubiquity: loop: can't delete device /dev/loop1
Feb 3 16:48:54 puredyne ubiquity: : No such file or directory
Feb 3 16:48:54 puredyne python: log-output -t ubiquity losetup -d /dev/loop1
Feb 3 16:48:54 puredyne python: log-output -t ubiquity mount -o loop /live/image/live/filesystem.squashfs /var/lib/ubiquity/source
Feb 3 16:48:55 puredyne python: Exception during installation:
Feb 3 16:48:55 puredyne python: Traceback (most recent call last):
Feb 3 16:48:55 puredyne python: File "/usr/share/ubiquity/install.py", line 608, in <module>
Feb 3 16:48:55 puredyne python: install.run()
Feb 3 16:48:55 puredyne python: File "/usr/share/ubiquity/install.py", line 122, in run
Feb 3 16:48:55 puredyne python: self.copy_all()
Feb 3 16:48:55 puredyne python: File "/usr/share/ubiquity/install.py", line 299, in copy_all
Feb 3 16:48:55 puredyne python: assert os.path.exists(fs_size), "Missing filesystem.size."
Feb 3 16:48:55 puredyne python: AssertionError: Missing filesystem.size.
Feb 3 16:48:55 puredyne python:
This is similar to problems we've had in the past, though I haven't found the right info in the archives yet. Previously the solution was to update ubiquity from 2.0.7 to 2.0.9 but we're way beyond that now.
To manage notifications about this bug go to:
https://bugs.launchpad.net/puredyne-live/+bug/712659/+subscriptions
References