Bug 151121

Summary: yast dies during installation
Product: [openSUSE] SUSE Linux 10.1 Reporter: Steffen Winterfeldt <snwint>
Component: YaST2Assignee: Marius Tomaschewski <mt>
Status: RESOLVED FIXED QA Contact: Klaus Kämpf <kkaempf>
Severity: Blocker    
Priority: P5 - None    
Version: Beta 4   
Target Milestone: ---   
Hardware: Other   
OS: Other   
Whiteboard:
Found By: Other Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---
Attachments: error message
yast log files

Description Steffen Winterfeldt 2006-02-15 10:48:00 UTC
At the proposal screen yast gives up. See attached logs for error message
and yast logs.
Comment 1 Steffen Winterfeldt 2006-02-15 10:48:31 UTC
Created attachment 68588 [details]
error message
Comment 2 Steffen Winterfeldt 2006-02-15 10:49:08 UTC
Created attachment 68589 [details]
yast log files
Comment 3 Klaus Kämpf 2006-02-15 11:19:39 UTC
There is no "Beta4" yet, please specify an exact version.
Comment 4 Klaus Kämpf 2006-02-15 11:20:28 UTC
Stano, Marius, please have a look
Comment 5 Stanislav Visnovsky 2006-02-15 11:24:16 UTC
2006-02-15 11:38:08 <3> linux(4508) [media] MediaCD.cc(MediaCD):63 Unsupported schema in the Url: cd:/?devices=/dev/hda
2006-02-15 11:38:08 <5> linux(4508) [DEFINE_LOGGROUP] Exception.cc(log):83 MediaCD.cc(MediaCD):65 THROW:    MediaCD.cc(MediaCD):65: Unsupported URL scheme in URL: 

Marius, how it should look like correctly?
Comment 6 Marco Michna 2006-02-15 11:32:15 UTC
*** Bug 151132 has been marked as a duplicate of this bug. ***
Comment 7 Steffen Winterfeldt 2006-02-15 11:33:31 UTC
ad 3: How should I know? yast packages have all different versions. And
I don't have an idea which one is responsibe. Look at what's currently
in full-i386 and see for yourself.
Comment 8 Stanislav Visnovsky 2006-02-15 11:36:22 UTC
seems like MediaCD.cc supports 'cdrom:/', not 'cd:/'
Comment 9 Stanislav Visnovsky 2006-02-15 11:37:07 UTC
Marius?
Comment 10 Marius Tomaschewski 2006-02-15 12:07:16 UTC
Sorry, was a typo.
 - if( url_r.getScheme() != "dvd" && url_r.getScheme() != "cdrom")
 + if( url_r.getScheme() != "dvd" && url_r.getScheme() != "cd")

Comment 11 Marius Tomaschewski 2006-02-15 12:09:07 UTC
Stano: thanks for fixing this.
Comment 12 Klaus Kämpf 2006-02-15 12:25:00 UTC
ad 7: Either you know the URL you're installing from or you don't.