|
Bugzilla – Full Text Bug Listing |
| Summary: | after reboot, installer looks for wrong URL | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE Linux 10.1 | Reporter: | Jon Nelson <jnelson-suse> |
| Component: | Installation | Assignee: | Klaus Kämpf <kkaempf> |
| Status: | RESOLVED FIXED | QA Contact: | Klaus Kämpf <kkaempf> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | juergen.mell, suse-beta |
| Version: | Beta 4 | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | Other | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Jon Nelson
2006-02-19 03:37:44 UTC
A similar feature here with an NFS installation: The NFS server exports directory /space, all installation sources are in /space/SUSE-10.1-i386. After the reboot when the first CD was read completely, YaST tries to mount /space/SUSE-10.1-i382 for the second CD, /space/SUSE-10.1-i383 for the third CD and so on. After creating some symbolic links with these names to the original directory, everything went fine... I should mention that the pattern continued - when it went for disk 3 it looked for http://host/~user/suse10.3 Comment #2 sounds funny - but I'm afraid YaST is lacking a time machine ;-) Please attach the y2logs. Comment #2 is just an extension of comment #1 - in fact, later I had to add suse10.5 as well - it seems as it is using suse10.$(CD_NUMBER). It shouldn't be that hard to verify, do an http install. I can't get at the y2logs right now. Just a guess - the installer is replacing the last digit of it's source URL (whatever that URL may be, file:// or http:// or whatever) with a digit representing the CD number that the file resides on. Not mentioned in the `known features'-list so far... The pattern continued in beta 6. Fixed after beta6 - libzypp tried to rewrite the URL even if it should not. |