Bug 154697 - No package gets installed when I try to add a "Add on product"
Summary: No package gets installed when I try to add a "Add on product"
Status: RESOLVED FIXED
Alias: None
Product: SUSE Linux 10.1
Classification: openSUSE
Component: libzypp (show other bugs)
Version: Beta 6
Hardware: Other Other
: P5 - None : Blocker (vote)
Target Milestone: ---
Assignee: Jiri Srain
QA Contact: Klaus Kämpf
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 140732
  Show dependency treegraph
 
Reported: 2006-03-02 13:54 UTC by Marco Michna
Modified: 2006-03-02 20:55 UTC (History)
0 users

See Also:
Found By: Other
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments
complete /var/log/Yast2 (876.52 KB, application/x-tbz)
2006-03-02 13:55 UTC, Marco Michna
Details

Note You need to log in before you can comment on or make changes to this bug.
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.