Can't install Openstack Icehouse packages with foreman error

Hi,

I'm trying to deploy Openstack Icehouse on Centos 6.4 64bit. I get this
error:

$yum install openstack-nova-compute

–> Processing Dependency: python-simplejson for package:
python-cinderclient-1.0.9-1.el6.noarch

–> Processing Dependency: python-requests for package:
python-cinderclient-1.0.9-1.el6.noarch

–> Processing Dependency: python-prettytable for package:
python-cinderclient-1.0.9-1.el6.noarch

–> Processing Dependency: python-babel for package:
python-cinderclient-1.0.9-1.el6.noarch

—> Package python-libguestfs.x86_64 1:1.20.11-2.el6 will be installed

—> Package qemu-kvm.x86_64 2:0.12.1.2-2.415.el6_5.10 will be installed

http://yum.theforeman.org/releases/1.5/el6/x86_64/repodata/5db82d54c101b04330bc59837bcb337e196fcb5b226457e44a5a7dcfc62f159d-filelists.sqlite.bz2:
[Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 404 Not
Found"

Trying other mirror.

Error: failure:
repodata/5db82d54c101b04330bc59837bcb337e196fcb5b226457e44a5a7dcfc62f159d-filelists.sqlite.bz2
from foreman: [Errno 256] No more mirrors to try.

You could try using --skip-broken to work around the problem

You could try running: rpm -Va --nofiles --nodigest

I guess there is something wrong with foreman repo at that moment. I tried
to install some another packages but got the same error. Seem like the
foreman team doesn't maintain this file
5db82d54c101b04330bc59837bcb337e196fcb5b226457e44a5a7dcfc62f159d-filelists.sqlite.bz2
anymore.

Need your help…

This is most likely caused by a proxy server between your host and our
package mirror which has cached an old repomd.xml. We released a few
days ago, replacing the repodata directory.

··· On 31/07/14 09:43, Nguyen Anh Tu wrote: > http://yum.theforeman.org/releases/1.5/el6/x86_64/repodata/5db82d54c101b04330bc59837bcb337e196fcb5b226457e44a5a7dcfc62f159d-filelists.sqlite.bz2: > [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 404 Not > Found" > > Trying other mirror. > > Error: failure: > repodata/5db82d54c101b04330bc59837bcb337e196fcb5b226457e44a5a7dcfc62f159d-filelists.sqlite.bz2 > from foreman: [Errno 256] No more mirrors to try. > > You could try using --skip-broken to work around the problem > > You could try running: rpm -Va --nofiles --nodigest > > > I guess there is something wrong with foreman repo at that moment. I > tried to install some another packages but got the same error. Seem like > the foreman team doesn't maintain this > file 5db82d54c101b04330bc59837bcb337e196fcb5b226457e44a5a7dcfc62f159d-filelists.sqlite.bz2 anymore.


Dominic Cleal
Red Hat Engineering

Hi Dominic,

Could you tell me how to update this?

··· On Thursday, July 31, 2014 3:46:47 PM UTC+7, Dominic Cleal wrote: > > On 31/07/14 09:43, Nguyen Anh Tu wrote: > > > http://yum.theforeman.org/releases/1.5/el6/x86_64/repodata/5db82d54c101b04330bc59837bcb337e196fcb5b226457e44a5a7dcfc62f159d-filelists.sqlite.bz2: > > > [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 404 Not > > Found" > > > > Trying other mirror. > > > > Error: failure: > > > repodata/5db82d54c101b04330bc59837bcb337e196fcb5b226457e44a5a7dcfc62f159d-filelists.sqlite.bz2 > > > from foreman: [Errno 256] No more mirrors to try. > > > > You could try using --skip-broken to work around the problem > > > > You could try running: rpm -Va --nofiles --nodigest > > > > > > I guess there is something wrong with foreman repo at that moment. I > > tried to install some another packages but got the same error. Seem like > > the foreman team doesn't maintain this > > file > 5db82d54c101b04330bc59837bcb337e196fcb5b226457e44a5a7dcfc62f159d-filelists.sqlite.bz2 > anymore. > > This is most likely caused by a proxy server between your host and our > package mirror which has cached an old repomd.xml. We released a few > days ago, replacing the repodata directory. > > -- > Dominic Cleal > Red Hat Engineering >

I got it. Just change: enabled=0 to disable foreman repo. Thanks Dominic!

··· On Thursday, July 31, 2014 3:50:08 PM UTC+7, Nguyen Anh Tu wrote: > > Hi Dominic, > > Could you tell me how to update this? > > On Thursday, July 31, 2014 3:46:47 PM UTC+7, Dominic Cleal wrote: >> >> On 31/07/14 09:43, Nguyen Anh Tu wrote: >> > >> http://yum.theforeman.org/releases/1.5/el6/x86_64/repodata/5db82d54c101b04330bc59837bcb337e196fcb5b226457e44a5a7dcfc62f159d-filelists.sqlite.bz2: >> >> > [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 404 Not >> > Found" >> > >> > Trying other mirror. >> > >> > Error: failure: >> > >> repodata/5db82d54c101b04330bc59837bcb337e196fcb5b226457e44a5a7dcfc62f159d-filelists.sqlite.bz2 >> >> > from foreman: [Errno 256] No more mirrors to try. >> > >> > You could try using --skip-broken to work around the problem >> > >> > You could try running: rpm -Va --nofiles --nodigest >> > >> > >> > I guess there is something wrong with foreman repo at that moment. I >> > tried to install some another packages but got the same error. Seem >> like >> > the foreman team doesn't maintain this >> > file >> 5db82d54c101b04330bc59837bcb337e196fcb5b226457e44a5a7dcfc62f159d-filelists.sqlite.bz2 >> anymore. >> >> This is most likely caused by a proxy server between your host and our >> package mirror which has cached an old repomd.xml. We released a few >> days ago, replacing the repodata directory. >> >> -- >> Dominic Cleal >> Red Hat Engineering >> >