[Bug 811901] New: [openSUSE 12.3] installation gets stuck at linux partitions scan
https://bugzilla.novell.com/show_bug.cgi?id=811901 https://bugzilla.novell.com/show_bug.cgi?id=811901#c0 Summary: [openSUSE 12.3] installation gets stuck at linux partitions scan Classification: openSUSE Product: openSUSE 12.3 Version: Final Platform: x86-64 OS/Version: SUSE Other Status: NEW Severity: Minor Priority: P5 - None Component: Installation AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: ilyasbox@gmail.com QAContact: jsrain@suse.com Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:19.0) Gecko/20100101 Firefox/19.0 Trying to install 12.3 x86_64. I have: * 2 NTFS partitions * hidden Windows 7 system partition * one EXT4 * one SWAP The DVD installer starts fine, but while the probing step of "Looking for existing linux partitions...", at 60%, it gets stuck, and no HDD or DVD activity is visible on my PC. I had to wait about 15-20 minutes until the scanning was complete. One more user has reported this kind of behavior. Following openSUSE topic describes this case: https://forums.opensuse.org/english/get-technical-help-here/install-boot-log... Reproducible: Always Steps to Reproduce: 1.run installation 2. 3. Actual Results: installation gets stuck for 15-20 minutes at partition scan Expected Results: partition scan should take about 10-15 seconds, according to virtualbox experience -- 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=811901 https://bugzilla.novell.com/show_bug.cgi?id=811901#c1 FeiXiang Zhang <fxzhang@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO InfoProvider| |ilyasbox@gmail.com --- Comment #1 from FeiXiang Zhang <fxzhang@suse.com> 2013-03-27 06:14:49 UTC --- please attach y2logs.if you are in doubt follow: http://en.opensuse.org/openSUSE:Bugreport_YaST thanks -- 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=811901 https://bugzilla.novell.com/show_bug.cgi?id=811901#c2 Илья Колодяжный <ilyasbox@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW InfoProvider|ilyasbox@gmail.com | --- Comment #2 from Илья Колодяжный <ilyasbox@gmail.com> 2013-03-27 21:43:30 UTC --- Created an attachment (id=532242) --> (http://bugzilla.novell.com/attachment.cgi?id=532242) YaST2 installation logs I hope this file helps. -- 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=811901 https://bugzilla.novell.com/show_bug.cgi?id=811901#c FeiXiang Zhang <fxzhang@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|bnc-team-screening@forge.pr |yast2-maintainers@suse.de |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=811901 https://bugzilla.novell.com/show_bug.cgi?id=811901#c3 Thomas Fehr <fehr@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|yast2-maintainers@suse.de |fehr@suse.com --- Comment #3 from Thomas Fehr <fehr@suse.com> 2013-03-28 09:12:52 UTC --- Reassign to maintainer of yast2-storage -- 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=811901 https://bugzilla.novell.com/show_bug.cgi?id=811901#c4 Thomas Fehr <fehr@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO InfoProvider| |ilyasbox@gmail.com --- Comment #4 from Thomas Fehr <fehr@suse.com> 2013-03-28 09:45:16 UTC --- I had a look at the log file and saw that some external commands we call during fs detection is extremely slow: We call the command "/sbin/blkid -c /dev/null" it needs 562 seconds to finish in addition an "/sbin/mdadm --examine --scan --config=partitions" needs 55 seconds. Both commands typically need less than a tenth of a second to complete. Please try the following command: strace -tt /sbin/blkid -c /dev/null 2> strace.output And attach the generated file strace.output here. It should display which system calls delay the command for such a long time. If you do not have command strace installed, you can install it with "zypper in strace". -- 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=811901 https://bugzilla.novell.com/show_bug.cgi?id=811901#c5 --- Comment #5 from Thomas Fehr <fehr@suse.com> 2013-03-28 09:54:42 UTC --- I had a look for similar problems and it look like it could be the same as in bnc#773058 -- 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=811901 https://bugzilla.novell.com/show_bug.cgi?id=811901#c6 Илья Колодяжный <ilyasbox@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW InfoProvider|ilyasbox@gmail.com | --- Comment #6 from Илья Колодяжный <ilyasbox@gmail.com> 2013-03-29 10:50:39 UTC --- Created an attachment (id=532644) --> (http://bugzilla.novell.com/attachment.cgi?id=532644) sudo strace -tt /sbin/blkid -c /dev/null 2> strace.output -- 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=811901 https://bugzilla.novell.com/show_bug.cgi?id=811901#c7 Thomas Fehr <fehr@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO InfoProvider| |ilyasbox@gmail.com --- Comment #7 from Thomas Fehr <fehr@suse.com> 2013-04-02 09:34:22 UTC --- This call of blkid was not delayed, it needed 0.4 seconds to complete. We need the output of a strace call where the delay happens. Maybe the delay happens only in installation environment. If yes could you boot into install environment and recreate the strace output. -- 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=811901 https://bugzilla.novell.com/show_bug.cgi?id=811901#c8 --- Comment #8 from Илья Колодяжный <ilyasbox@gmail.com> 2013-04-03 04:39:44 UTC --- I have disabled the floppy support inside the BIOS, set to NONE, and the installation went nice and fast. I guess this bug can be marked as duplicate of #773058. Thanks everyone. -- 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=811901 https://bugzilla.novell.com/show_bug.cgi?id=811901#c9 Thomas Fehr <fehr@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |RESOLVED InfoProvider|ilyasbox@gmail.com | Resolution| |DUPLICATE --- Comment #9 from Thomas Fehr <fehr@suse.com> 2013-04-03 08:07:54 UTC --- Resolving as duplicate. *** This bug has been marked as a duplicate of bug 773058 *** http://bugzilla.novell.com/show_bug.cgi?id=773058 -- 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