Same problem here, with a freshly installed fedora-16 (kde spin). It worked a wee ago.
Seems to be some temporary problem with the servers?
If I try with a dummy repository, doing a wget (stupid vBulletin prohibits me posting urls)
at 'mirrors.fedoraproject.org/metalink?repo=xxx&arch=i386' I get an expected response:
Code:
<?xml version="1.0" encoding="utf-8"?>
<metalink ...>
<!--
# repo = xxx arch = i386 error: invalid repo or arch
# following repositories are available:
# repo=core-2, arch=i386
...
# repo=fedora-15, arch=sparc64
# repo=fedora-15, arch=x86_64
# repo=fedora-16, arch=i386
# repo=fedora-16, arch=ppc
# repo=fedora-16, arch=ppc64
...
-->
</metalink>
But when I (or yum) request the (listed) repository, at 'mirrors.fedoraproject.org/metalink?repo=fedora-16&arch=i386'
I get:
Code:
<?xml version="1.0" encoding="utf-8"?>
<metalink ...>
<!--
# Bad Request
-->
</metalink>