[Bug 855288] New: kiwi: fails Creating hybrid persistent partition for COW data
https://bugzilla.novell.com/show_bug.cgi?id=855288 https://bugzilla.novell.com/show_bug.cgi?id=855288#c0 Summary: kiwi: fails Creating hybrid persistent partition for COW data Classification: openSUSE Product: openSUSE.org Version: unspecified Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: System Imaging AssignedTo: ms@suse.com ReportedBy: cyberorg@opensuse.org QAContact: adrian@suse.com Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; Linux i686; rv:25.0) Gecko/20100101 Firefox/25.0 Here is the relevant snippet of the log: kiwi is looking for "/dev/loo" which it of course cannot find, sed magic gone wrong. Full log is attached. ++ losetup -f --show /isofrom//openSUSE-Edu-li-f-e.i686-13.1.1.iso + biosBootDevice=/dev/loop0 + '[' '!' 0 = 0 ']' + return 0 + '[' '!' -z '' ']' + '[' '!' -z yes ']' + setupHybridPersistent + '[' '!' yes = yes ']' ++ dn /dev/loop0 +++ getDiskDevice /dev/loop0 ++++ readlink /dev/loop0 +++ local device= +++ '[' -z '' ']' +++ echo /dev/loop0 +++ return ++ local part=/dev/loop0 +++ echo /dev/loop0 +++ sed -e 's@\(^.*\)\(p[0-9].*$\)@\1@' ++ local part_new=/dev/loo ++ '[' /dev/loop0 = /dev/loo ']' ++ echo /dev/loo + local diskDevice=/dev/loo Reproducible: Always -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=855288 https://bugzilla.novell.com/show_bug.cgi?id=855288#c1 Marcus Schaefer <ms@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED --- Comment #1 from Marcus Schaefer <ms@suse.com> 2013-12-13 09:33:57 UTC --- I'm soo stupid sorry will fix this -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=855288 https://bugzilla.novell.com/show_bug.cgi?id=855288#c2 Marcus Schaefer <ms@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED --- Comment #2 from Marcus Schaefer <ms@suse.com> 2013-12-13 10:18:27 UTC --- I have fixed the problem: commit deb6493e823f60d9e7c85efd44ff8591136bd42e Author: Marcus Schäfer <ms@suse.de> Date: Fri Dec 13 10:45:40 2013 +0100 - fixed dn() function to work correctly with loop devices (bnc #855288) will submit a new kiwi today -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com