clelange / cmssw-docker

Dockerfiles for CMSSW
https://doi.org/10.5281/zenodo.3374807
MIT License
2 stars 9 forks source link

Issue with certificates from EGI #15

Open diemort opened 4 years ago

diemort commented 4 years ago

Hello,

I'm trying to build the slc6-cms container and it works fine until it tries to install the certificates from EGI (see below).

Is there an alternative for this repo?

Cheers, Gustavo

`http://repository.egi.eu/sw/production/cas/1/current/RPMS/ca_CESNET-CA-3-1.102-1.noarch.rpm: [Errno 12] Timeout on http://repository.egi.eu/sw/production/cas/1/current/RPMS/ca_CESNET-CA-3-1.102-1.noarch.rpm: (28, 'Operation too slow. Less than 1 bytes/sec transfered the last 30 seconds') Trying other mirror. http://repository.egi.eu/sw/production/cas/1/current/RPMS/ca_DigiCertGridCA-1-Classic-1.102-1.noarch.rpm: [Errno 12] Timeout on http://repository.egi.eu/sw/production/cas/1/current/RPMS/ca_DigiCertGridCA-1-Classic-1.102-1.noarch.rpm: (28, 'Operation too slow. Less than 1 bytes/sec transfered the last 30 seconds') Trying other mirror. http://repository.egi.eu/sw/production/cas/1/current/RPMS/ca_MYIFAM-1.102-1.noarch.rpm: [Errno 12] Timeout on http://repository.egi.eu/sw/production/cas/1/current/RPMS/ca_MYIFAM-1.102-1.noarch.rpm: (28, 'Operation too slow. Less than 1 bytes/sec transfered the last 30 seconds') Trying other mirror. http://repository.egi.eu/sw/production/cas/1/current/RPMS/ca_UGRID-G2-1.102-1.noarch.rpm: [Errno 12] Timeout on http://repository.egi.eu/sw/production/cas/1/current/RPMS/ca_UGRID-G2-1.102-1.noarch.rpm: (28, 'Operation too slow. Less than 1 bytes/sec transfered the last 30 seconds') Trying other mirror.

Error Downloading Packages: ca_MYIFAM-1.102-1.noarch: failure: RPMS/ca_MYIFAM-1.102-1.noarch.rpm from EGI-trustanchors: [Errno 256] No more mirrors to try. ca_UGRID-G2-1.102-1.noarch: failure: RPMS/ca_UGRID-G2-1.102-1.noarch.rpm from EGI-trustanchors: [Errno 256] No more mirrors to try. ca_DigiCertGridCA-1-Classic-1.102-1.noarch: failure: RPMS/ca_DigiCertGridCA-1-Classic-1.102-1.noarch.rpm from EGI-trustanchors: [Errno 256] No more mirrors to try. ca_CESNET-CA-3-1.102-1.noarch: failure: RPMS/ca_CESNET-CA-3-1.102-1.noarch.rpm from EGI-trustanchors: [Errno 256] No more mirrors to try.`

clelange commented 4 years ago

Hi Gustavo,

Thanks for reporting this issue. I should be building these containers on a regular basis to catch such behaviour. I can have a more detailed look next week. For now, have you used a search engine to search for the rpms? I think there should be further mirrors, and these could be added for higher robustness. Is there a particular reason why you need to rebuild the container instead of just using the existing one and adding to it?

Cheers, Clemens