Modify

Ticket #985 (closed defect: fixed)

Opened 12 years ago

Last modified 12 years ago

Packages doesn't find repomd.xml for Fedora mirrors

Reported by: https://www.google.com/accounts/o8/id?id=AItOawnH5LYCpZsMo_vuNFhVJgoVSBFjE8q9XbM Owned by: desai
Priority: major Milestone: Bcfg2 1.1.2 Release (Bugfix)
Component: bcfg2-client Version: 1.0
Keywords: Cc:

Description

Brought this to IRC first, solj said it looks like a bug.

I'm trying to set up a fresh bcfg2 server, initially targeting a Fedora client. In Packages/config.xml I have:

<Sources>
  <YUMSource>
    <Group>fedora-14</Group>
    <URL>http://mirror.isoc.org.il/pub/fedora/releases/</URL>
    <Version>14</Version>
    <Component>Everything</Component>
    <Component>os</Component>
    <Arch>i386</Arch>
    <Arch>x86_64</Arch>
  </YUMSource>
</Sources>

The full URL to one repomd.xml file on that mirror is: http://mirror.isoc.org.il/pub/fedora/releases/14/Everything/x86_64/os/repodata/repomd.xml

But when I start up bcfg2-server, it appears to try every combination of URI elements except the one that yields the proper address. Excerpt from the log:

Jan 28 18:46:42 slapdash bcfg2-server[13974]: Packages: Failed to fetch url http://mirror.isoc.org.il/pub/fedora/releases/14/os/x86_64/repodata/repomd.xml. code=404
Jan 28 18:46:43 slapdash bcfg2-server[13974]: Packages: Failed to fetch url http://mirror.isoc.org.il/pub/fedora/releases/14/Everything/i386/repodata/repomd.xml. code=404
Jan 28 18:46:44 slapdash bcfg2-server[13974]: Packages: Failed to fetch url http://mirror.isoc.org.il/pub/fedora/releases/14/os/i386/repodata/repomd.xml. code=404
Jan 28 18:46:45 slapdash bcfg2-server[13974]: Packages: Failed to fetch url http://mirror.isoc.org.il/pub/fedora/releases/14/Everything/x86_64/repodata/repomd.xml. code=404
Jan 28 18:46:46 slapdash bcfg2-server[13974]: Packages: Failed to fetch url http://mirror.isoc.org.il/pub/fedora/releases/14/os/x86_64/repodata/repomd.xml. code=404

...and so on.

Attachments

Change History

comment:1 Changed 12 years ago by solj

  • Milestone changed from Bcfg2 1.2.0 Release to Bcfg2 1.1.2 Release (Bugfix)

comment:2 Changed 12 years ago by desai

  • Status changed from new to closed
  • Resolution set to fixed

WARNING! You need to establish a session before you can create or edit tickets. Otherwise the ticket will get treated as spam.

View

Add a comment

Modify Ticket

Change Properties
<Author field>
Action
as closed
The resolution will be deleted. Next status will be 'reopened'
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.