Bug 154697

Summary: No package gets installed when I try to add a "Add on product"
Product: [openSUSE] SUSE Linux 10.1 Reporter: Marco Michna <mmichna>
Component: libzyppAssignee: Jiri Srain <jsrain>
Status: RESOLVED FIXED QA Contact: Klaus Kämpf <kkaempf>
Severity: Blocker    
Priority: P5 - None    
Version: Beta 6   
Target Milestone: ---   
Hardware: Other   
OS: Other   
Whiteboard:
Found By: Other Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---
Bug Depends on:    
Bug Blocks: 140732    
Attachments: complete /var/log/Yast2

Description Marco Michna 2006-03-02 13:54:38 UTC
When I try to install and add a "Add on product" (you have to use a workaround and eject the CD by hand) then I get a pop up to insert CD1. When I click on "Eject" to get out the CD then it goes directly to the end of stage1 and stops at creating initrd.
Comment 1 Marco Michna 2006-03-02 13:55:28 UTC
Created attachment 70995 [details]
complete /var/log/Yast2
Comment 2 Jiri Srain 2006-03-02 20:55:01 UTC
Tbe problem was that zypp treated the medium as mounted - even if it was not mounted. As a workaround, mount the media also manually after entering the add-on product media to the same directory as it was mounted before eject - ZYPP will detect the media, unmount it, and ask for correct one.

I fixed exception handling, so now ZYPP should handle this situation properly.