Bug 986419

Summary: F19 DNF extremely slow then fails - Curl handle error, unsupported protocol
Product: [Fedora] Fedora Reporter: Gerald Cox <gbcox>
Component: dnfAssignee: Packaging Maintenance Team <packaging-team-maint>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: medium    
Version: 19CC: akozumpl, packaging-team-maint, pnemade
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-07-22 05:43:31 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 Gerald Cox 2013-07-19 17:45:25 UTC
Description of problem:
DNF appears to hang, then after about 5 minutes fails with:
Error: Problem with repo 'updates': An Curl handle error: Unsupported protocol

File which appears to be causing the issue is default from F19 install:

[updates]
name=Fedora $releasever - $basearch - Updates
failovermethod=priority
#baseurl=http://download.fedoraproject.org/pub/fedora/linux/updates/$releasever/$basearch/
mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=updates-released-f$releasever&arch=$basearch
enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$basearch

[updates-debuginfo]
name=Fedora $releasever - $basearch - Updates - Debug
failovermethod=priority
#baseurl=http://download.fedoraproject.org/pub/fedora/linux/updates/$releasever/$basearch/debug/
mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=updates-released-debug-f$releasever&arch=$basearch
enabled=0
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$basearch

[updates-source]
name=Fedora $releasever - Updates Source
failovermethod=priority
#baseurl=http://download.fedoraproject.org/pub/fedora/linux/updates/$releasever/SRPMS/
mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=updates-released-source-f$releasever&arch=$basearch
enabled=0
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$basearch



Version-Release number of selected component (if applicable):
dnf-0.3.9-1.giteff4c49.fc19.noarch


How reproducible:
Issue dnf upgrade command

Steps to Reproduce:
1. dnf clean all
2. dnf upgrade
3.

Actual results:
Fail, curl handle error

Expected results:
list packages eligible for upgrade

Additional info:

Comment 1 Ales Kozumplik 2013-07-22 05:43:31 UTC
Hi Gerald,

thank you for the report. I noticed this too and narrowed the error down to librepo. See bug 986237.

*** This bug has been marked as a duplicate of bug 986237 ***