Bug 1758383
| Summary: | librepo-1.10.6-1.fc30.x86_64 breaks local https repos | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Harald Reindl <h.reindl> |
| Component: | librepo | Assignee: | Jaroslav Mracek <jmracek> |
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 30 | CC: | dmach, mblaha, pkratoch, rpm-software-management, tmlcoch |
| Target Milestone: | --- | Keywords: | Triaged |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2019-10-07 12:52:24 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Harald Reindl
2019-10-04 00:59:41 UTC
The problem is caused by sleep() in librepo. The problem will be fixed by https://github.com/rpm-software-management/librepo/pull/169 *** This bug has been marked as a duplicate of bug 1741931 *** how is that related to metalink? it's a ordinary repo, metadata are downloaded, dependecnies are resolved but the package download stucks --------------------------- [root@srv-rhsoft:~]$ cat /etc/yum.repos.d/rhsoft.repo [rhsoft-fedora] name=rhsoft-repo for fedora baseurl=https://yum.vmware.local/fc$releasever/$basearch enabled=1 gpgcheck=0 metadata_expire=30m [rhsoft-generic] name=rhsoft-repo with generic rpms baseurl=https://yum.vmware.local/generic/$basearch enabled=1 gpgcheck=0 metadata_expire=30m [rhsoft-testing] name=rhsoft-repo with testing rpms baseurl=https://yum.vmware.local/testing/$basearch enabled=0 gpgcheck=0 metadata_expire=30m --------------------------- [root@srv-rhsoft:~]$ ls -lhaR /fileserver/yum-repo/generic/ /fileserver/yum-repo/generic/: insgesamt 12K drwxr-xr-x 3 harry verwaltung 4,0K 2019-10-05 14:19 x86_64 drwxr-xr-x 3 harry verwaltung 4,0K 2019-06-19 00:57 . drwxr-xr-x 7 harry verwaltung 4,0K 2019-09-03 14:29 .. /fileserver/yum-repo/generic/x86_64: insgesamt 124K drwxr-xr-x 2 harry verwaltung 4,0K 2019-10-05 14:19 repodata drwxr-xr-x 3 harry verwaltung 4,0K 2019-10-05 14:19 . drwxr-xr-x 3 harry verwaltung 4,0K 2019-06-19 00:57 .. -rwxr-xr-x 1 harry verwaltung 4,2K 2014-10-16 03:00 adobe-release-x86_64-1.0-1.noarch.rpm -rwxr-xr-x 1 harry verwaltung 69K 2019-09-02 14:01 libdvdcss-1.4.2-1.fc30.remi.x86_64.rpm -rwxr-xr-x 1 harry verwaltung 29K 2017-09-26 13:22 msttcore-fonts-installer-2.6-1.noarch.rpm /fileserver/yum-repo/generic/x86_64/repodata: insgesamt 24K drwxr-xr-x 2 harry verwaltung 4,0K 2019-10-05 14:19 . drwxr-xr-x 3 harry verwaltung 4,0K 2019-10-05 14:19 .. -rwxr-xr-x 1 harry verwaltung 1,4K 2019-10-05 14:19 repomd.xml -rwxr-xr-x 1 harry verwaltung 968 2019-10-05 14:19 filelists.xml.xz -rwxr-xr-x 1 harry verwaltung 992 2019-10-05 14:19 other.xml.xz -rwxr-xr-x 1 harry verwaltung 2,3K 2019-10-05 14:19 primary.xml.xz [root@srv-rhsoft:~]$ |