Bugzilla – Bug 151121
yast dies during installation
Last modified: 2006-02-15 12:25:00 UTC
At the proposal screen yast gives up. See attached logs for error message and yast logs.
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.