Bugzilla – Bug 152068
after reboot, installer looks for wrong URL
Last modified: 2006-03-14 15:18:43 UTC
I installed with an URL that looked like this: http://host/~user/suse10.1 after the first disk finished, it rebooted, and upon reboot the installer failed. My httpd says that the installer was looking for http://host/~user/suse10.2 which doesn't make any sense to me.
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.