[Bug 511210] New: Ejecting wrong device
http://bugzilla.novell.com/show_bug.cgi?id=511210 Summary: Ejecting wrong device Classification: openSUSE Product: openSUSE 11.2 Version: Factory Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: Live Medium AssignedTo: coolo@novell.com ReportedBy: ke@novell.com QAContact: qa@suse.de Found By: Documentation My computer features 2 DVD drive. sr0 is a writer from which I was running the GNOME Live medium. 1/ Boot the GNOME Live medium 11.2-milestone2. 2/ Click Install Live medium (the icon on the left side of the desktop, maybe, the label was different). 3/ At the end of the installation sr1 gets ejected. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=511210 Karl Eichwalder <ke@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|Factory |Milestone 2 -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=511210 User coolo@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=511210#c1 Stephan Kulow <coolo@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|coolo@novell.com |jsrain@novell.com --- Comment #1 from Stephan Kulow <coolo@novell.com> 2009-07-13 05:52:06 MDT --- do you have yast log files? -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=511210 User coolo@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=511210#c2 Stephan Kulow <coolo@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |coolo@novell.com --- Comment #2 from Stephan Kulow <coolo@novell.com> 2009-07-13 05:52:51 MDT --- I think trying to eject in live-installer is always going to be wrong. We need a hook in the live cd itself that ejects when the live installer created a file. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=511210 User jsrain@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=511210#c3 Jiri Srain <jsrain@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO Info Provider| |coolo@novell.com --- Comment #3 from Jiri Srain <jsrain@novell.com> 2009-07-15 08:35:30 MDT --- Since the live system is in ramdisk, there is no real need to shut it down properly provided partitions are either unmounted, or remounted read-only. Adding a hook brings a problem that, typically, one of the first things BIOS does is to shut the CD/DVD drive when it is initializing, therefore any hook may not give enough time to remove the media (OTOH, it still can ask user to push a key). Stephan, can you implement such hook? Then, I could adapt YaST to trigger it via creating a file... -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=511210 User coolo@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=511210#c4 Stephan Kulow <coolo@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Info Provider|coolo@novell.com |ms@novell.com --- Comment #4 from Stephan Kulow <coolo@novell.com> 2009-07-21 03:44:27 MDT --- If the live installer should work in more than the openSUSE distribution live cds, then it needs to be implemented in kiwi itself. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=511210 User ms@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=511210#c5 Marcus Schaefer <ms@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW CC| |ms@novell.com Info Provider|ms@novell.com | --- Comment #5 from Marcus Schaefer <ms@novell.com> 2009-07-21 04:22:12 MDT --- Hmm, what I don't understand here is how should kiwi take over control of the eject call ? The system has booted and runs in runlevel X depending on the image description. The call to eject the DVD is made on shutdown of the system so it must be part of an init script and yes that's distribution specific, each has a different "shutdown" coding I could provide a default init script along with the kiwi code but it's still up to the author of the image description to _include_ and _activate_ the script in its image description.
From a coding perspective it's relatively easy to find the right device on a kiwi live CD
cat /proc/mounts | grep livecd | cut -f1 -d " " that's your device. So I'm wondering why the wrong one is ejected ? -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=511210 User coolo@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=511210#c6 --- Comment #6 from Stephan Kulow <coolo@novell.com> 2009-07-21 05:05:48 MDT --- the eject is not done on shutdown, but when the live installer is finished and at that point the (right) DVD simply can't be ejected. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=511210 User jsrain@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=511210#c7 --- Comment #7 from Jiri Srain <jsrain@novell.com> 2009-07-21 07:25:09 MDT --- It can, I tried it on a single-drived computer (but I must admit for me it was a big surprise as well). -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=511210 http://bugzilla.novell.com/show_bug.cgi?id=511210#c9 Jiri Srain <jsrain@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - None |P4 - Low Status|NEW |ASSIGNED --- Comment #9 from Jiri Srain <jsrain@novell.com> 2010-01-04 11:35:50 UTC --- I will implement Marcus' suggestion when time permits. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=511210 http://bugzilla.novell.com/show_bug.cgi?id=511210#c10 Bernhard Wiedemann <novellbmw@lsmod.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |novellbmw@lsmod.de --- Comment #10 from Bernhard Wiedemann <novellbmw@lsmod.de> 2010-04-29 18:04:55 CEST --- On 11.3-MS6 it is still ejecting CD when booted from USB-device. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=511210 http://bugzilla.novell.com/show_bug.cgi?id=511210#c11 --- Comment #11 from Steven Harms <sharms@luxotticaretail.com> 2010-06-17 16:50:30 UTC --- 11.3 RC1 still ejecting errantly from Gnome Live Installer -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=511210 http://bugzilla.novell.com/show_bug.cgi?id=511210#c12 Jiri Srain <jsrain@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |helbert2a@gmail.com --- Comment #12 from Jiri Srain <jsrain@novell.com> 2010-06-21 08:27:06 UTC --- *** Bug 612340 has been marked as a duplicate of this bug. *** http://bugzilla.novell.com/show_bug.cgi?id=612340 -- Configure bugmail: http://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=511210 https://bugzilla.novell.com/show_bug.cgi?id=511210#c13 Jiri Srain <jsrain@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |Larry.Finger@lwfinger.net --- Comment #13 from Jiri Srain <jsrain@novell.com> 2011-02-16 09:26:10 UTC --- *** Bug 668198 has been marked as a duplicate of this bug. *** http://bugzilla.novell.com/show_bug.cgi?id=668198 -- 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=511210 https://bugzilla.novell.com/show_bug.cgi?id=511210#c14 Jiri Srain <jsrain@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED --- Comment #14 from Jiri Srain <jsrain@novell.com> 2011-03-08 12:44:31 UTC --- Fixed in SVN trunk for openSUSE 11.5. I also use cleaner way of reboot (/sbin/reboot instead of fiddling with SysRq commands). -- 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.
http://bugzilla.novell.com/show_bug.cgi?id=511210 http://bugzilla.novell.com/show_bug.cgi?id=511210#c15 --- Comment #15 from Bernhard Wiedemann <bwiedemann@suse.com> --- This is an autogenerated message for OBS integration: This bug (511210) was mentioned in https://build.opensuse.org/request/show/78282 Factory / yast2-live-installer -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com