|
Bugzilla – Full Text Bug Listing |
| Summary: | yast dies during installation | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE Linux 10.1 | Reporter: | Steffen Winterfeldt <snwint> |
| Component: | YaST2 | Assignee: | 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
Created attachment 68588 [details]
error message
Created attachment 68589 [details]
yast log files
There is no "Beta4" yet, please specify an exact version. Stano, Marius, please have a look 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? *** Bug 151132 has been marked as a duplicate of this bug. *** 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. seems like MediaCD.cc supports 'cdrom:/', not 'cd:/' Marius? Sorry, was a typo. - if( url_r.getScheme() != "dvd" && url_r.getScheme() != "cdrom") + if( url_r.getScheme() != "dvd" && url_r.getScheme() != "cd") Stano: thanks for fixing this. ad 7: Either you know the URL you're installing from or you don't. |