Bug 805978
| Summary: | Error importing repomd.xml from fedora: Unable to open /mnt/sysimage/var/cache/yum/ppc64/20120321/fedora/repomd.xml | ||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Mark Hamzy <hamzy> | ||||||||||||
| Component: | anaconda | Assignee: | Martin Gracik <mgracik> | ||||||||||||
| Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||||
| Severity: | urgent | Docs Contact: | |||||||||||||
| Priority: | unspecified | ||||||||||||||
| Version: | 17 | CC: | anaconda-maint-list, dmach, g.kaviyarasu, jonathan, pknirsch, vanmeeuwen+fedora | ||||||||||||
| Target Milestone: | --- | ||||||||||||||
| Target Release: | --- | ||||||||||||||
| Hardware: | ppc64 | ||||||||||||||
| OS: | Linux | ||||||||||||||
| Whiteboard: | |||||||||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||||||||
| Doc Text: | Story Points: | --- | |||||||||||||
| Clone Of: | Environment: | ||||||||||||||
| Last Closed: | 2012-03-23 14:15:18 UTC | Type: | --- | ||||||||||||
| Regression: | --- | Mount Type: | --- | ||||||||||||
| Documentation: | --- | CRM: | |||||||||||||
| Verified Versions: | Category: | --- | |||||||||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||||||||
| Embargoed: | |||||||||||||||
| Bug Depends On: | |||||||||||||||
| Bug Blocks: | 803327 | ||||||||||||||
| Attachments: |
|
||||||||||||||
Created attachment 572023 [details]
program.log
Created attachment 572024 [details]
storage.log
Created attachment 572025 [details]
syslog
Created attachment 572026 [details]
yum.log
mgracik, This looks like something you've dealt with in lorax recently. Can you have a look at this and see what's up? [anaconda root@9-5-90-148 /]# cat /tmp/anaconda-yum.conf [main] installroot=/mnt/sysimage cachedir=/var/cache/yum/$basearch/$releasever keepcache=0 logfile=/tmp/yum.log metadata_expire=0 obsoletes=True pluginpath=/usr/lib/yum-plugins,/tmp/updates/yum-plugins pluginconfpath=/etc/yum/pluginconf.d,/tmp/updates/pluginconf.d plugins=1 reposdir=/etc/anaconda.repos.d,/tmp/updates/anaconda.repos.d,/tmp/product/anaconda.repos.d [anaconda root@9-5-90-148 /]# ls /etc/anaconda.repos.d/ fedora-updates-testing.repo fedora-updates.repo fedora.repo [anaconda root@9-5-90-148 /]# ls /etc/anaconda.repos.d/fedora.repo /etc/anaconda.repos.d/fedora.repo [anaconda root@9-5-90-148 /]# cat /etc/anaconda.repos.d/fedora.repo [fedora] name=Fedora $releasever - $basearch failovermethod=priority #baseurl=http://download.fedoraproject.org/pub/fedora/linux/releases/$releasever/Everything/$basearch/os/ mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=fedora-$releasever&arch=$basearch enabled=1 #metadata_expire=7d gpgcheck=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$basearch [fedora-debuginfo] name=Fedora $releasever - $basearch - Debug failovermethod=priority #baseurl=http://download.fedoraproject.org/pub/fedora/linux/releases/$releasever/Everything/$basearch/debug/ mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=fedora-debug-$releasever&arch=$basearch enabled=0 metadata_expire=7d gpgcheck=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$basearch [fedora-source] name=Fedora $releasever - Source failovermethod=priority #baseurl=http://download.fedoraproject.org/pub/fedora/linux/releases/$releasever/Everything/source/SRPMS/ mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=fedora-source-$releasever&arch=$basearch enabled=0 metadata_expire=7d gpgcheck=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$basearch So I talked to Mark and it looks like the compose was done with missing parameters to pungi. Adding parameters "--ver 17-Beta-LocalTest --flavor Fedora" to pungi fixed it. |
Created attachment 572022 [details] anaconda.log Description of problem: During installation, I see the following error: Error importing repomd.xml from fedora: Unable to open /mnt/sysimage/var/cache/yum/ppc64/20120321/fedora/repomd.xml Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info: