Bug 151121 - yast dies during installation
Summary: yast dies during installation
Status: RESOLVED FIXED
: 151132 (view as bug list)
Alias: None
Product: SUSE Linux 10.1
Classification: openSUSE
Component: YaST2 (show other bugs)
Version: Beta 4
Hardware: Other Other
: P5 - None : Blocker (vote)
Target Milestone: ---
Assignee: Marius Tomaschewski
QA Contact: Klaus Kämpf
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-15 10:48 UTC by Steffen Winterfeldt
Modified: 2006-02-15 12:25 UTC (History)
0 users

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


Attachments
error message (279 bytes, text/plain)
2006-02-15 10:48 UTC, Steffen Winterfeldt
Details
yast log files (58.73 KB, application/x-gzip)
2006-02-15 10:49 UTC, Steffen Winterfeldt
Details

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