Created attachment 856718 [details] anaconda.log Description of problem: Trying to install rawhide VM via kickstart with the following url: url --url=http://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/x86_64/os/ anaconda does not like it as a source and says that the installation source needs to get setup, but I cannot figure out why. packaging.log has no errors: 17:15:30,355 INFO packaging: configuring base repo 17:15:30,623 INFO_2 yum.verbose.YumPlugins: Loaded plugins: fastestmirror, langpacks 17:15:30,623 INFO_2 yum.verbose.YumPlugins: No plugin match for: fastestmirror 17:15:30,624 INFO_2 yum.verbose.YumPlugins: No plugin match for: langpacks 17:15:30,624 DEBUG yum.verbose.plugin: Adding en_US to language list 17:15:30,629 DEBUG yum.verbose.YumBase: Config time: 0.045 17:15:30,675 INFO_2 yum.verbose.YumPlugins: Loaded plugins: fastestmirror, langpacks 17:15:30,675 INFO_2 yum.verbose.YumPlugins: No plugin match for: fastestmirror 17:15:30,676 INFO_2 yum.verbose.YumPlugins: No plugin match for: langpacks 17:15:30,676 DEBUG yum.verbose.plugin: Adding en_US to language list 17:15:30,679 DEBUG yum.verbose.YumBase: Config time: 0.011 17:15:30,944 INFO packaging: gathering repo metadata 17:15:30,956 INFO packaging: metadata retrieval complete Version-Release number of selected component (if applicable): 21.18-1
Could you attach packaging.log anyway? What exactly does the error message say?
Created attachment 856750 [details] packaging.log Here's the packaging log. I'm in text mode install and I see: 2) [!] Installation source (http:.....) 3) [!] Software selection (Installation source not set up)
It does manage to create/download /tmp/yum.cache/anaconda/repomd.xml, but that's about it.
As far as I can tell this is a bug in yum. Anaconda is doing setting up the repo with the url, but yum is not actually downloading anything from it.
Created attachment 870066 [details] packaging.log Still happening.
Created attachment 870067 [details] screenshot of text install See some yum.Errors.RepoError exceptions here now.
Those are nothing new and likely not related. Have you tried running it against the F20 repository? I was seeing similar problems last week and it worked fine with a different repo.
I'm not sure how I can. Is there any more debugging I can turn on? Everything seems to work fine if it uses the default mirror list. But not if I specify an http url like http://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/x86_64/os/ (or my internal mirror).
Finally successfully installed rawhide.