|
Bugzilla – Full Text Bug Listing |
| Summary: | Installation crashes when clicking on Eject | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 10.3 | Reporter: | Holger Sickenberg <holgi> |
| Component: | Installation | Assignee: | Duncan Mac-Vicar <dmacvicar> |
| Status: | RESOLVED DUPLICATE | QA Contact: | Jiri Srain <jsrain> |
| Severity: | Blocker | ||
| Priority: | P5 - None | CC: | coolo, dmacvicar, kkaempf, lslezak |
| Version: | Beta 3 | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: |
YaST2.tgz
YaST2.tar.bz2 YaST2.tar.bz2 |
||
|
Description
Holger Sickenberg
2007-09-06 14:41:12 UTC
Created attachment 162397 [details]
YaST2.tgz
Created attachment 162398 [details]
YaST2.tar.bz2
Tired it a second time to verify - here are the logs
Created attachment 162399 [details]
YaST2.tar.bz2
Tried it a second time to verify - here are the logs
Comment on attachment 162398 [details]
YaST2.tar.bz2
broken
I see several possible problems here: 1) libzypp's RepoProvideFile.cc discards the original MediaException (Can't eject media) and throws new Exception (without saving the original one to the history) -> Duncan. But only saving the original into history may not help (pkg-bindings need probably be adapted, also zypper). Or the MediaException must be caught and processed by calling requestMedia() again in MediaSetAccess::provideFileInternal(). 2) libzypp reports MediaFileNotFoundException instead of MediaNotDesiredException which probably causes a bad handling workflow (e.g. the media is not unmounted -> not ejectable? don't know) -> Duncan? This may be due to wrong verifier. 3) libzypp's media is not able to eject the drive even if it should be -> Jano 4) Also it seems that dbus is not running -> Hotplug 2007-09-06 14:43:52 <2> linux(3721) [zypp] RepoProvideFile.cc(setVerifierForRepo):161 No media verifier for repo 'openSUSE-10.3-retail 10.3' This line makes it a duplicate of bug 293428 ? *** Bug 309043 has been marked as a duplicate of this bug. *** (In reply to comment #6 from Duncan Mac-Vicar) > 2007-09-06 14:43:52 <2> linux(3721) [zypp] > RepoProvideFile.cc(setVerifierForRepo):161 No media verifier for repo > 'openSUSE-10.3-retail 10.3' > > This line makes it a duplicate of bug 293428 ? Sure. I will add more info to that bug. *** This bug has been marked as a duplicate of bug 293428 *** |