[Starlingx-discuss] download_mirrors.sh issues
I am following the instructions here: https://wiki.openstack.org/wiki/StarlingX/Developer_Guide#Software_Requireme... I have been un-successful in running the first setup actions for doing an official build, which is getting my mirror setup. I have all the latest commits in master for stx-tools. The first issue encountered was the macros. This has already been reported here https://storyboard.openstack.org/#!/story/2003072 I only had 4 entries listed as missing, until after I updated these to the following newer versions epel-rpm-macros-7-19.noarch.rpm python2-rpm-macros-3-20.el7.noarch.rpm python-rpm-macros-3-20.el7.noarch.rpm python-srpm-macros-3-20.el7.noarch.rpm I don't know if that is the appropriate solution, since all this allowed me to do was fail to download some other things. Running download_mirror.sh again showed 140+ rpms as missing As an aside, sometimes the "missing" log files are blank, even though not all components were downloaded. I assume this is due to something aborting. Lighttpd for example is never being found. By redirecting the script to log everything to a file, it shows this particular error message which may be a potential culprit "Loaded plugins: fastestmirror, ovl http://epel.blizoo.mk/epel/7Server/x86_64/repodata/repomd.xml: [Errno 14] HTTP Error 403 - Forbidden Trying other mirror. To address this issue please refer to the below knowledge base article https://access.redhat.com/solutions/69319 If above article doesn't help to resolve this issue please create a bug on https://bugs.centos.org/ One of the configured repositories failed (Starlingx-epel.blizoo.mk_epel_7Server_x86_64 - epel.blizoo.mk_epel_7Server_x86_64), and yum doesn't have enough cached data to continue. At this point the only safe thing yum can do is fail." Does anyone know anything about this blizoo repo? Is it causing anyone else to not be able to download all the rpms, or is it unrelated to the build setup issues? Al
I am following the instructions here:
https://wiki.openstack.org/wiki/StarlingX/Developer_Guide#Software_Requir ements
Thanks Al! A request for everybody, please continuously refresh the webpage due to the daily changes. The word "Temporal!" is used across this guide to highlight those patches needed to have a successful build. For branch Master, we are identifying those patches not merged as: Temporal! Only Branch Master For branch m/2018.07, we are identifying those patches not merged as: Temporal! Only Branch m/2018.07
I have been un-successful in running the first setup actions for doing an official build, which is getting my mirror setup.
I have all the latest commits in master for stx-tools.
Our commit ids for today's build are: stx-tools branch master $ git log --pretty=oneline -2 f31f99ab91435c32c24a86efd2e697177074f4b7 Merge "policycoreutils-newrole was missing" c3000c2936f56ad0257142d5c5bad3afc08c46cc Merge "upgrade linux-firmware RPM version"``` stx-tools branch m/2018.07 $ git log --pretty=oneline -5 88aadc543085e24e3c5df10ec63996b9f5551ff6 Merge "Package updates for new version of selinux-policy" into m/2018.07 9c44470a2d6ff86a40f42c2b608e723c355ae38f Merge "Copy mock.cfg.proto and comps.xml files into cgcs-centos-repo" into m/2018.07```
The first issue encountered was the macros. This has already been reported here https://storyboard.openstack.org/#!/story/2003072
I only had 4 entries listed as missing, until after I updated these to the following newer versions
epel-rpm-macros-7-19.noarch.rpm python2-rpm-macros-3-20.el7.noarch.rpm python-rpm-macros-3-20.el7.noarch.rpm python-srpm-macros-3-20.el7.noarch.rpm
Also in this setup...
I don't know if that is the appropriate solution, since all this allowed me to do was fail to download some other things.
We have 2 options: 1. a manual download of the packages 2. use of a tool, in review status [0]
Running download_mirror.sh again showed 140+ rpms as missing
As an aside, sometimes the "missing" log files are blank, even though not all components were downloaded. I assume this is due to something aborting.
Lighttpd for example is never being found.
Same here: Delta RPMs disabled because /usr/bin/applydeltarpm not installed. warning: /var/cache/yum/x86_64/7/epel/packages/lighttpd-1.4.49-1.el7.x86_64.rpm: \ Header V3 RSA/SHA256 Signature, key ID 352c64e5: NOKEY Public key for lighttpd-1.4.49-1.el7.x86_64.rpm is not installed
By redirecting the script to log everything to a file, it shows this particular error message which may be a potential culprit
"Loaded plugins: fastestmirror, ovl http://epel.blizoo.mk/epel/7Server/x86_64/repodata/repomd.xml: [Errno 14] HTTP Error 403 - Forbidden Trying other mirror. To address this issue please refer to the below knowledge base article https://access.redhat.com/solutions/69319 If above article doesn't help to resolve this issue please create a bug on https://bugs.centos.org/ One of the configured repositories failed (Starlingx- epel.blizoo.mk_epel_7Server_x86_64 - epel.blizoo.mk_epel_7Server_x86_64), and yum doesn't have enough cached data to continue. At this point the only safe thing yum can do is fail."
Does anyone know anything about this blizoo repo? Is it causing anyone else to not be able to download all the rpms, or is it unrelated to the build setup issues?
Not seeing the blizoo repo failure in our side... internet connection is slow so will come back to you with more updates some time later. [0] https://review.openstack.org/#/c/585009/
The http://epel.blizoo.mk/epel/ site is blocked by the security gateway internal to Windriver. Reason is 'potentially unwanted programs'. Is there an alternative to this site? What packages are being supplied by this site? Scott On 18-07-25 02:32 PM, Arce Moreno, Abraham wrote:
I am following the instructions here:
https://wiki.openstack.org/wiki/StarlingX/Developer_Guide#Software_Requir ements Thanks Al!
A request for everybody, please continuously refresh the webpage due to the daily changes. The word "Temporal!" is used across this guide to highlight those patches needed to have a successful build.
For branch Master, we are identifying those patches not merged as: Temporal! Only Branch Master
For branch m/2018.07, we are identifying those patches not merged as: Temporal! Only Branch m/2018.07
I have been un-successful in running the first setup actions for doing an official build, which is getting my mirror setup.
I have all the latest commits in master for stx-tools. Our commit ids for today's build are:
stx-tools branch master
$ git log --pretty=oneline -2 f31f99ab91435c32c24a86efd2e697177074f4b7 Merge "policycoreutils-newrole was missing" c3000c2936f56ad0257142d5c5bad3afc08c46cc Merge "upgrade linux-firmware RPM version"```
stx-tools branch m/2018.07
$ git log --pretty=oneline -5 88aadc543085e24e3c5df10ec63996b9f5551ff6 Merge "Package updates for new version of selinux-policy" into m/2018.07 9c44470a2d6ff86a40f42c2b608e723c355ae38f Merge "Copy mock.cfg.proto and comps.xml files into cgcs-centos-repo" into m/2018.07```
The first issue encountered was the macros. This has already been reported here https://storyboard.openstack.org/#!/story/2003072
I only had 4 entries listed as missing, until after I updated these to the following newer versions
epel-rpm-macros-7-19.noarch.rpm python2-rpm-macros-3-20.el7.noarch.rpm python-rpm-macros-3-20.el7.noarch.rpm python-srpm-macros-3-20.el7.noarch.rpm Also in this setup...
I don't know if that is the appropriate solution, since all this allowed me to do was fail to download some other things. We have 2 options:
1. a manual download of the packages 2. use of a tool, in review status [0]
Running download_mirror.sh again showed 140+ rpms as missing
As an aside, sometimes the "missing" log files are blank, even though not all components were downloaded. I assume this is due to something aborting.
Lighttpd for example is never being found. Same here:
Delta RPMs disabled because /usr/bin/applydeltarpm not installed. warning: /var/cache/yum/x86_64/7/epel/packages/lighttpd-1.4.49-1.el7.x86_64.rpm: \ Header V3 RSA/SHA256 Signature, key ID 352c64e5: NOKEY Public key for lighttpd-1.4.49-1.el7.x86_64.rpm is not installed
By redirecting the script to log everything to a file, it shows this particular error message which may be a potential culprit
"Loaded plugins: fastestmirror, ovl http://epel.blizoo.mk/epel/7Server/x86_64/repodata/repomd.xml: [Errno 14] HTTP Error 403 - Forbidden Trying other mirror. To address this issue please refer to the below knowledge base article https://access.redhat.com/solutions/69319 If above article doesn't help to resolve this issue please create a bug on https://bugs.centos.org/ One of the configured repositories failed (Starlingx- epel.blizoo.mk_epel_7Server_x86_64 - epel.blizoo.mk_epel_7Server_x86_64), and yum doesn't have enough cached data to continue. At this point the only safe thing yum can do is fail."
Does anyone know anything about this blizoo repo? Is it causing anyone else to not be able to download all the rpms, or is it unrelated to the build setup issues? Not seeing the blizoo repo failure in our side... internet connection is slow so will come back to you with more updates some time later.
[0] https://review.openstack.org/#/c/585009/
_______________________________________________ Starlingx-discuss mailing list Starlingx-discuss@lists.starlingx.io http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss
On 07/25/2018 01:33 PM, Scott Little wrote:
The http://epel.blizoo.mk/epel/ site is blocked by the security gateway internal to Windriver. Reason is 'potentially unwanted programs'. Is there an alternative to this site?
What packages are being supplied by this site?
It looks like it's just EPEL. I think this is equivalent: http://mirror.csclub.uwaterloo.ca/fedora/epel/ Chris
Hi Chris and Scott, These following 4 packages used to be downloaded from this site: http://epel.blizoo.mk/epel/7/SRPMS/l/lighttpd-1.4.45-1.el7.src.rpm http://epel.blizoo.mk/epel/7Server/x86_64/p/python2-msgpack-0.4.8-1.el7.x86_... http://epel.blizoo.mk/epel/7Server/x86_64/p/python2-pysocks-1.5.7-1.el7.noar... http://epel.blizoo.mk/epel/7Server/x86_64/p/python-pyngus-2.2.1-1.el7.noarch... regards, Yong On 26/07/2018, 4:40 AM, "Chris Friesen" <chris.friesen@windriver.com> wrote: On 07/25/2018 01:33 PM, Scott Little wrote: > The http://epel.blizoo.mk/epel/ site is blocked by the security gateway internal > to Windriver. Reason is 'potentially unwanted programs'. Is there an > alternative to this site? > > What packages are being supplied by this site? It looks like it's just EPEL. I think this is equivalent: http://mirror.csclub.uwaterloo.ca/fedora/epel/ Chris _______________________________________________ Starlingx-discuss mailing list Starlingx-discuss@lists.starlingx.io http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss
On 07/25/2018 05:13 PM, Hu, Yong wrote:
Hi Chris and Scott,
These following 4 packages used to be downloaded from this site:
http://epel.blizoo.mk/epel/7/SRPMS/l/lighttpd-1.4.45-1.el7.src.rpm http://epel.blizoo.mk/epel/7Server/x86_64/p/python2-msgpack-0.4.8-1.el7.x86_... http://epel.blizoo.mk/epel/7Server/x86_64/p/python2-pysocks-1.5.7-1.el7.noar... http://epel.blizoo.mk/epel/7Server/x86_64/p/python-pyngus-2.2.1-1.el7.noarch...
For what it's worth, all four of these seem to still work for me, including from windriver build machines. Chris
Ok, for me "bash download_mirror.sh" script is failing to get the file : failure: repodata/repomd.xml from Starlingx-epel.blizoo.mk_epel_7Server_x86_64: [Errno 256] No more mirrors to try. http://epel.blizoo.mk/epel/7Server/x86_64/repodata/repomd.xml: [Errno 14] HTTP Error 403 - Forbidden fg tail: cannot open 'downloadfg' for reading: No such file or directory tail: no files remaining But the same file can be downloaded from same docker image using wget: [root@90df3cd4e352 localdisk]# wget http://epel.blizoo.mk/epel/7Server/x86_64/repodata/repomd.xml --2018-07-26 17:29:09-- http://epel.blizoo.mk/epel/7Server/x86_64/repodata/repomd.xml Resolving epel.blizoo.mk (epel.blizoo.mk)... 78.157.16.91 Connecting to epel.blizoo.mk (epel.blizoo.mk)|78.157.16.91|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 4380 (4.3K) [text/xml] Saving to: 'repomd.xml.1' 100%[===================================================================================================================================================================================================>] 4,380 --.-K/s in 0s 2018-07-26 17:29:09 (97.1 MB/s) - 'repomd.xml.1' saved [4380/4380] Dariush -----Original Message----- From: Chris Friesen [mailto:chris.friesen@windriver.com] Sent: July-26-18 11:56 AM To: Hu, Yong; starlingx-discuss@lists.starlingx.io Subject: Re: [Starlingx-discuss] download_mirrors.sh issues On 07/25/2018 05:13 PM, Hu, Yong wrote:
Hi Chris and Scott,
These following 4 packages used to be downloaded from this site:
http://epel.blizoo.mk/epel/7/SRPMS/l/lighttpd-1.4.45-1.el7.src.rpm http://epel.blizoo.mk/epel/7Server/x86_64/p/python2-msgpack-0.4.8-1.el 7.x86_64.rpm http://epel.blizoo.mk/epel/7Server/x86_64/p/python2-pysocks-1.5.7-1.el 7.noarch.rpm http://epel.blizoo.mk/epel/7Server/x86_64/p/python-pyngus-2.2.1-1.el7. noarch.rpm
For what it's worth, all four of these seem to still work for me, including from windriver build machines. Chris _______________________________________________ Starlingx-discuss mailing list Starlingx-discuss@lists.starlingx.io http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss
Chris, I tried your suggested mirror, and it is failing from Ottawa : http://mirror.csclub.uwaterloo.ca/fedora/epel/7Server/x86_64/repodata/15643b...: [Errno 12] Timeout on http://mirror.csclub.uwaterloo.ca/fedora/epel/7Server/x86_64/repodata/15643b...: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds') Any other one? Thanks, Dariush -----Original Message----- From: Chris Friesen [mailto:chris.friesen@windriver.com] Sent: July-25-18 4:40 PM To: starlingx-discuss@lists.starlingx.io Subject: Re: [Starlingx-discuss] download_mirrors.sh issues On 07/25/2018 01:33 PM, Scott Little wrote:
The http://epel.blizoo.mk/epel/ site is blocked by the security gateway internal to Windriver. Reason is 'potentially unwanted programs'. Is there an alternative to this site?
What packages are being supplied by this site?
It looks like it's just EPEL. I think this is equivalent: http://mirror.csclub.uwaterloo.ca/fedora/epel/ Chris _______________________________________________ Starlingx-discuss mailing list Starlingx-discuss@lists.starlingx.io http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss
On 07/26/2018 08:47 AM, Eslimi, Dariush wrote:
Chris,
I tried your suggested mirror, and it is failing from Ottawa :
http://mirror.csclub.uwaterloo.ca/fedora/epel/7Server/x86_64/repodata/15643b...: [Errno 12] Timeout on http://mirror.csclub.uwaterloo.ca/fedora/epel/7Server/x86_64/repodata/15643b...: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')
Where did you get that filename from? Under http://mirror.csclub.uwaterloo.ca/fedora/epel/7Server/x86_64/repodata I don't see that file. The current xxx-primary.xml.gz file is b58ae8f180ca61fab3d1d6caf1f2312628ec7eb0bb0cf621df6a8434f1c7368e-primary.xml.gz I confirmed the filename at another mirror. Looking at http://epel.blizoo.mk/epel/7Server/x86_64/repodata/ it seems like they also don't have your filename, but it looks like they're stale--the files are timestamped June 25 2017 while the other mirrors I checked were both synced this morning. Chris
Filenames comes out .lst files. Dariush -----Original Message----- From: Friesen, Chris Sent: July-26-18 11:37 AM To: Eslimi, Dariush; starlingx-discuss@lists.starlingx.io Subject: Re: [Starlingx-discuss] download_mirrors.sh issues On 07/26/2018 08:47 AM, Eslimi, Dariush wrote:
Chris,
I tried your suggested mirror, and it is failing from Ottawa :
http://mirror.csclub.uwaterloo.ca/fedora/epel/7Server/x86_64/repodata/ 15643babbd68ee80c284c83a6474b9af954efc4c8daaf78cca45ef3fb79a8630-prima ry.xml.gz: [Errno 12] Timeout on http://mirror.csclub.uwaterloo.ca/fedora/epel/7Server/x86_64/repodata/ 15643babbd68ee80c284c83a6474b9af954efc4c8daaf78cca45ef3fb79a8630-prima ry.xml.gz: (28, 'Operation too slow. Less than 1000 bytes/sec transferred the last 30 seconds')
Where did you get that filename from? Under http://mirror.csclub.uwaterloo.ca/fedora/epel/7Server/x86_64/repodata I don't see that file. The current xxx-primary.xml.gz file is b58ae8f180ca61fab3d1d6caf1f2312628ec7eb0bb0cf621df6a8434f1c7368e-primary.xml.gz I confirmed the filename at another mirror. Looking at http://epel.blizoo.mk/epel/7Server/x86_64/repodata/ it seems like they also don't have your filename, but it looks like they're stale--the files are timestamped June 25 2017 while the other mirrors I checked were both synced this morning. Chris
In download_mirror.sh step 1 ... When http://epel.blizoo.mk/cannot be accessed due to firewall restrictions, StarlingX_3rd.repo is deleted from /etc/yum.repos.d/. This means that all other repos named in that file are dropped as well. I proposed we do this... 1) create directory stx-tools/centos-mirror-tools/yum.repos.d 2) move StarlingX_3rd.repo and StarlingX.repo into stx-tools/centos-mirror-tools/yum.repos.d/ 3) break up StarlingX_3rd.repo ... one file per sight 4) break up StarlingX.repo ... one file per centos release 5) modify Dockerfile - COPY StarlingX.repo /etc/yum.repos.d - COPY StarlingX_3rd.repo /etc/yum.repos.d + COPY yum.repos.d/* /etc/yum.repos.d/ On 18-07-25 03:33 PM, Scott Little wrote:
The http://epel.blizoo.mk/epel/ site is blocked by the security gateway internal to Windriver. Reason is 'potentially unwanted programs'. Is there an alternative to this site?
What packages are being supplied by this site?
Scott
On 18-07-25 02:32 PM, Arce Moreno, Abraham wrote:
I am following the instructions here:
https://wiki.openstack.org/wiki/StarlingX/Developer_Guide#Software_Requir
ements Thanks Al!
A request for everybody, please continuously refresh the webpage due to the daily changes. The word "Temporal!" is used across this guide to highlight those patches needed to have a successful build.
For branch Master, we are identifying those patches not merged as: Temporal! Only Branch Master
For branch m/2018.07, we are identifying those patches not merged as: Temporal! Only Branch m/2018.07
I have been un-successful in running the first setup actions for doing an official build, which is getting my mirror setup.
I have all the latest commits in master for stx-tools. Our commit ids for today's build are:
stx-tools branch master
$ git log --pretty=oneline -2 f31f99ab91435c32c24a86efd2e697177074f4b7 Merge "policycoreutils-newrole was missing" c3000c2936f56ad0257142d5c5bad3afc08c46cc Merge "upgrade linux-firmware RPM version"```
stx-tools branch m/2018.07
$ git log --pretty=oneline -5 88aadc543085e24e3c5df10ec63996b9f5551ff6 Merge "Package updates for new version of selinux-policy" into m/2018.07 9c44470a2d6ff86a40f42c2b608e723c355ae38f Merge "Copy mock.cfg.proto and comps.xml files into cgcs-centos-repo" into m/2018.07```
The first issue encountered was the macros. This has already been reported here https://storyboard.openstack.org/#!/story/2003072
I only had 4 entries listed as missing, until after I updated these to the following newer versions
epel-rpm-macros-7-19.noarch.rpm python2-rpm-macros-3-20.el7.noarch.rpm python-rpm-macros-3-20.el7.noarch.rpm python-srpm-macros-3-20.el7.noarch.rpm Also in this setup...
I don't know if that is the appropriate solution, since all this allowed me to do was fail to download some other things. We have 2 options:
1. a manual download of the packages 2. use of a tool, in review status [0]
Running download_mirror.sh again showed 140+ rpms as missing
As an aside, sometimes the "missing" log files are blank, even though not all components were downloaded. I assume this is due to something aborting.
Lighttpd for example is never being found. Same here:
Delta RPMs disabled because /usr/bin/applydeltarpm not installed. warning: /var/cache/yum/x86_64/7/epel/packages/lighttpd-1.4.49-1.el7.x86_64.rpm: \ Header V3 RSA/SHA256 Signature, key ID 352c64e5: NOKEY Public key for lighttpd-1.4.49-1.el7.x86_64.rpm is not installed
By redirecting the script to log everything to a file, it shows this particular error message which may be a potential culprit
"Loaded plugins: fastestmirror, ovl http://epel.blizoo.mk/epel/7Server/x86_64/repodata/repomd.xml: [Errno 14] HTTP Error 403 - Forbidden Trying other mirror. To address this issue please refer to the below knowledge base article https://access.redhat.com/solutions/69319 If above article doesn't help to resolve this issue please create a bug on https://bugs.centos.org/ One of the configured repositories failed (Starlingx- epel.blizoo.mk_epel_7Server_x86_64 - epel.blizoo.mk_epel_7Server_x86_64), and yum doesn't have enough cached data to continue. At this point the only safe thing yum can do is fail."
Does anyone know anything about this blizoo repo? Is it causing anyone else to not be able to download all the rpms, or is it unrelated to the build setup issues? Not seeing the blizoo repo failure in our side... internet connection is slow so will come back to you with more updates some time later.
[0] https://review.openstack.org/#/c/585009/
_______________________________________________ Starlingx-discuss mailing list Starlingx-discuss@lists.starlingx.io http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss
_______________________________________________ Starlingx-discuss mailing list Starlingx-discuss@lists.starlingx.io http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss
Proposal 2 Can we explore pulling old rpms from kojipkgs.fedoraproject.org. It seems to retain a history of old rpms far longer than the main repos. This may allow use to remove many repos from StarlingX_3rd.repo --- snip --- cat koji_url.py #!/usr/bin/python import sys from rpmUtils.miscutils import splitFilename for filename in sys.argv[1:]: (n, v, r, e, a) = splitFilename(filename) print "https://kojipkgs.fedoraproject.org/packages/%s/%s/%s/%s/%s-%s-%s.%s.rpm" % (n,v,r,a,n,v,r,a) --- end snip --- e.g. ./koji_url.py epel-rpm-macros-7-18.noarch.rpm https://kojipkgs.fedoraproject.org/packages/epel-rpm-macros/7/18/noarch/epel... So a loop like this might catch a lot of missing rpms ... add some logging and error handling ... for missing_rpm in $(cat output/*missing*.txt); do url=$(./koji_url.py $missing_rpm) wget $url done Anything downloaded in this manner should be flagged for upgrade. We don't want to rely on it as a matter of routine. Just a way to avoid people getting blocked on missing downloads. I suspect there is a lot of repos in StarlingX_3rd.repo that we don't need. Also a lot of rpms currently listed under rpms_from_centos_3rd_parties.lst or rpms_from_3rd_parties.lst that could move back to rpms_from_centos_repo.lst. i.e. Ideally they come from CentOS/EPEL (they aren't patches or customized), they just aged out. Scott On 18-07-25 03:33 PM, Scott Little wrote:
The http://epel.blizoo.mk/epel/ site is blocked by the security gateway internal to Windriver. Reason is 'potentially unwanted programs'. Is there an alternative to this site?
What packages are being supplied by this site?
Scott
On 18-07-25 02:32 PM, Arce Moreno, Abraham wrote:
I am following the instructions here:
https://wiki.openstack.org/wiki/StarlingX/Developer_Guide#Software_Requir
ements Thanks Al!
A request for everybody, please continuously refresh the webpage due to the daily changes. The word "Temporal!" is used across this guide to highlight those patches needed to have a successful build.
For branch Master, we are identifying those patches not merged as: Temporal! Only Branch Master
For branch m/2018.07, we are identifying those patches not merged as: Temporal! Only Branch m/2018.07
I have been un-successful in running the first setup actions for doing an official build, which is getting my mirror setup.
I have all the latest commits in master for stx-tools. Our commit ids for today's build are:
stx-tools branch master
$ git log --pretty=oneline -2 f31f99ab91435c32c24a86efd2e697177074f4b7 Merge "policycoreutils-newrole was missing" c3000c2936f56ad0257142d5c5bad3afc08c46cc Merge "upgrade linux-firmware RPM version"```
stx-tools branch m/2018.07
$ git log --pretty=oneline -5 88aadc543085e24e3c5df10ec63996b9f5551ff6 Merge "Package updates for new version of selinux-policy" into m/2018.07 9c44470a2d6ff86a40f42c2b608e723c355ae38f Merge "Copy mock.cfg.proto and comps.xml files into cgcs-centos-repo" into m/2018.07```
The first issue encountered was the macros. This has already been reported here https://storyboard.openstack.org/#!/story/2003072
I only had 4 entries listed as missing, until after I updated these to the following newer versions
epel-rpm-macros-7-19.noarch.rpm python2-rpm-macros-3-20.el7.noarch.rpm python-rpm-macros-3-20.el7.noarch.rpm python-srpm-macros-3-20.el7.noarch.rpm Also in this setup...
I don't know if that is the appropriate solution, since all this allowed me to do was fail to download some other things. We have 2 options:
1. a manual download of the packages 2. use of a tool, in review status [0]
Running download_mirror.sh again showed 140+ rpms as missing
As an aside, sometimes the "missing" log files are blank, even though not all components were downloaded. I assume this is due to something aborting.
Lighttpd for example is never being found. Same here:
Delta RPMs disabled because /usr/bin/applydeltarpm not installed. warning: /var/cache/yum/x86_64/7/epel/packages/lighttpd-1.4.49-1.el7.x86_64.rpm: \ Header V3 RSA/SHA256 Signature, key ID 352c64e5: NOKEY Public key for lighttpd-1.4.49-1.el7.x86_64.rpm is not installed
By redirecting the script to log everything to a file, it shows this particular error message which may be a potential culprit
"Loaded plugins: fastestmirror, ovl http://epel.blizoo.mk/epel/7Server/x86_64/repodata/repomd.xml: [Errno 14] HTTP Error 403 - Forbidden Trying other mirror. To address this issue please refer to the below knowledge base article https://access.redhat.com/solutions/69319 If above article doesn't help to resolve this issue please create a bug on https://bugs.centos.org/ One of the configured repositories failed (Starlingx- epel.blizoo.mk_epel_7Server_x86_64 - epel.blizoo.mk_epel_7Server_x86_64), and yum doesn't have enough cached data to continue. At this point the only safe thing yum can do is fail."
Does anyone know anything about this blizoo repo? Is it causing anyone else to not be able to download all the rpms, or is it unrelated to the build setup issues? Not seeing the blizoo repo failure in our side... internet connection is slow so will come back to you with more updates some time later.
[0] https://review.openstack.org/#/c/585009/
_______________________________________________ Starlingx-discuss mailing list Starlingx-discuss@lists.starlingx.io http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss
_______________________________________________ Starlingx-discuss mailing list Starlingx-discuss@lists.starlingx.io http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss
participants (6)
-
Arce Moreno, Abraham
-
Bailey, Henry Albert (Al)
-
Chris Friesen
-
Eslimi, Dariush
-
Hu, Yong
-
Scott Little