[Bug 449183] New: installation crashed after "system error"
https://bugzilla.novell.com/show_bug.cgi?id=449183 Summary: installation crashed after "system error" Product: openSUSE 11.1 Version: RC 1 Platform: Other OS/Version: Other Status: NEW Severity: Critical Priority: P5 - None Component: Installation AssignedTo: aschnell@novell.com ReportedBy: coolo@novell.com QAContact: jsrain@novell.com Found By: --- Stephan Kulow <coolo@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Flag| |SHIP_STOPPER- Created an attachment (id=255720) --> (https://bugzilla.novell.com/attachment.cgi?id=255720) save_y2logs I created a partition but neither formated nor mounted it, and I got "set type to id=0" or something similiar in the proposal. After doing everything else I got system error popup with a weird number and an early exit afterwards -- 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=449183 Arvin Schnell <aschnell@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Priority|P5 - None |P2 - High -- 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=449183 User aschnell@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=449183#c1 --- Comment #1 from Arvin Schnell <aschnell@novell.com> 2008-11-26 06:16:35 MST --- Apart from the type 0 issue there are already errors before that. From the logs: /usr/sbin/parted -s '/dev/hda' unit cyl mkpart logical ext2 4961 6135 Error: Error informing the kernel about modifications to partition /dev/hda5 -- Device or resource busy. This means Linux won't know about any changes you made to /dev/hda5 until you reboot -- so you shouldn't mount it or use it in any way before rebooting. But creating the extended partition a bit earlier didn't report errors. -- 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=449183 Arvin Schnell <aschnell@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |449205 -- 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=449183 User aschnell@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=449183#c2 Arvin Schnell <aschnell@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |aschnell@novell.com AssignedTo|aschnell@novell.com |puzel@novell.com Status|ASSIGNED |NEW --- Comment #2 from Arvin Schnell <aschnell@novell.com> 2008-11-26 06:22:43 MST --- I take care of the set type 0 issue i bug #449205. Petr, please have a look at the parted issue. -- 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=449183 Arvin Schnell <aschnell@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks|449205 | -- 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=449183 Petr Uzel <puzel@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED -- 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=449183 User puzel@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=449183#c3 --- Comment #3 from Petr Uzel <puzel@novell.com> 2008-11-27 09:47:36 MST --- (In reply to comment #1 from Arvin Schnell)
/usr/sbin/parted -s '/dev/hda' unit cyl mkpart logical ext2 4961 6135
Error: Error informing the kernel about modifications to partition /dev/hda5 -- Device or resource busy. This means Linux won't know about any changes you made to /dev/hda5 until you reboot -- so you shouldn't mount it or use it in any way before rebooting.
When I last saw this error, it was caused by the 'desynchronization' between on-disk partition table and it's representation as seen by the kernel (/proc/partitions). This does not seem to be the same case since 'parted print' and 'cat /proc/partitions' report the same partition layout on /dev/hda before the first parted warning. Another strange thing is that despite parted's warning the kernel seems to be well informed about new partition (it shows up in /proc/partitions). Looking into the kernel sources shows that the only thing that may trigger this error (ioctl() returning EBUSY) are overlapping partitions... Any ideas? -- 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=449183 User puzel@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=449183#c4 --- Comment #4 from Petr Uzel <puzel@novell.com> 2008-12-01 04:42:08 MST --- (In reply to comment #3 from Petr Uzel)
Looking into the kernel sources shows that the only thing that may trigger this error (ioctl() returning EBUSY) are overlapping partitions...
The above is not true - there are also other codepaths that I've missed previously. Nothing that might help to diagnose what's wrong here, though. -- 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=449183 User aschnell@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=449183#c9 Arvin Schnell <aschnell@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |zoz@novell.com --- Comment #9 from Arvin Schnell <aschnell@novell.com> 2009-01-12 09:01:53 MST --- *** Bug 465355 has been marked as a duplicate of this bug. *** https://bugzilla.novell.com/show_bug.cgi?id=465355 -- 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=449183 User puzel@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=449183#c10 Petr Uzel <puzel@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jimomura@pathcom.com --- Comment #10 from Petr Uzel <puzel@novell.com> 2009-01-14 04:11:05 MST --- *** Bug 456674 has been marked as a duplicate of this bug. *** https://bugzilla.novell.com/show_bug.cgi?id=456674 -- 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=449183 User puzel@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=449183#c11 Petr Uzel <puzel@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |juhliarik@novell.com --- Comment #11 from Petr Uzel <puzel@novell.com> 2009-01-15 07:46:44 MST --- I have found a solution to this problem: https://bugzilla.redhat.com/show_bug.cgi?id=441244 The patch proposed there solves the 'error informing the kernel' issue, but as noted in some of the comments, it might break installation of the bootloader (it will not be able to see EBR's). Jozef Uhliarik is going to test it. -- 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=449183 User puzel@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=449183#c14 --- Comment #14 from Petr Uzel <puzel@novell.com> 2009-01-22 07:50:07 MST --- Fix submitted to SLE11. -- 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=449183 User puzel@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=449183#c15 Petr Uzel <puzel@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P2 - High |P4 - Low AssignedTo|puzel@novell.com |bnc-team-screening@forge.pr | |ovo.novell.com Severity|Critical |Minor --- Comment #15 from Petr Uzel <puzel@novell.com> 2009-01-23 02:15:01 MST --- Fix submitted to Factory. Since it does not solve the issue completely (see [1]), I'm not going to close this for now, but decrease it's severity & priority. [1] http://www.mail-archive.com/parted-devel@lists.alioth.debian.org/msg02130.ht... -- 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=449183 Petr Uzel <puzel@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |puzel@novell.com AssignedTo|bnc-team-screening@forge.pr |puzel@novell.com |ovo.novell.com | -- 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=449183 User aschnell@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=449183#c16 Arvin Schnell <aschnell@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |erikj@sgi.com --- Comment #16 from Arvin Schnell <aschnell@novell.com> 2009-01-31 02:41:49 MST --- *** Bug 471279 has been marked as a duplicate of this bug. *** https://bugzilla.novell.com/show_bug.cgi?id=471279 -- 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=449183 User erikj@tdkt.org added comment https://bugzilla.novell.com/show_bug.cgi?id=449183#c17 --- Comment #17 from Erik Jacobson <erikj@tdkt.org> 2009-01-31 09:02:17 MST --- I used the qemu virtual machine procedure I [1] outlined in the description of 471279 with the latest openSUSE factory ISO in place of the OpenSUSE11.1 dvd. I used the factory mirror that the factory iso itself discovered over the network for the packages. I was unable to verify this change because factory is tipping over during the resize (failing before we get to this problem). I'll go search for bugs on that and possibly file one. In the mean time, I'd be happy to verify this change in the future if someone pings me. Now that I have the virtualized procedure set up, testing this issue isn't terribly time consuming. I have a bit of a passion for this problem because I fell in love with how easy opensuse made it to resize the windows partition and I'd like to see it work end-to-end. [1] I've now started to use erikj@tdkt.org for non-work-related linux fun -- 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