curl / Mailing Lists / curl-users / Single Mail
Buy commercial curl support from WolfSSL. We help you work out your issues, debug your libcurl applications, use the API, port to new platforms, add new features and more. With a team lead by the curl founder himself.

Problem downloading via curl

From: Dominik via curl-users <curl-users_at_cool.haxx.se>
Date: Fri, 12 Jul 2019 12:42:25 +0200

Hi,

I am using an Arch Linux (Antergos). Since some weeks I have the problem that
downloading using AUR (arch user repo) does not work.

Today I tested it and encountered that the following invocations stalls
(though the time is counting up):

curl -O --trace-ascii - http://registrationcenter-download.intel.com/akdlm/irc_nas/tec/15268/parallel_studio_xe_2019_update3_cluster_edition.tgz

--[output]----------------------------
   % Total % Received % Xferd Average Speed Time Time Time Current
                                  Dload Upload Total Spent Left Speed
   0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0== Info: Trying 23.194.204.4:80...
== Info: TCP_NODELAY set
== Info: Connected to registrationcenter-download.intel.com (23.194.204.4) port 80 (#0)
=> Send header, 176 bytes (0xb0)
0000: GET /akdlm/irc_nas/tec/15268/parallel_studio_xe_2019_update3_clu
0040: ster_edition.tgz HTTP/1.1
005b: Host: registrationcenter-download.intel.com
0088: User-Agent: curl/7.65.1
00a1: Accept: */*
00ae:
   0 0 0 0 0 0 0 0 --:--:-- 0:04:40 --:--:-- 0

--[/output]----------------------------

note: I have no file ~/.curlrc.

However, using wget the download works:

wget http://registrationcenter-download.intel.com/akdlm/irc_nas/tec/15268/parallel_studio_xe_2019_update3_cluster_edition.tgz

--[output]----------------------------
--2019-07-12 12:27:49-- http://registrationcenter-download.intel.com/akdlm/irc_nas/tec/15268/parallel_studio_xe_2019_update3_cluster_edition.tgz
Auflösen des Hostnamens registrationcenter-download.intel.com (registrationcenter-download.intel.com)… 23.58.216.6, 2a02:26f0:12d:382::b, 2a02:26f0:12d:38e::b
Verbindungsaufbau zu registrationcenter-download.intel.com (registrationcenter-download.intel.com)|23.58.216.6|:80 … verbunden.
HTTP-Anforderung gesendet, auf Antwort wird gewartet … 200 OK
Länge: 4777019188 (4,4G) [application/x-compressed]
Wird in »parallel_studio_xe_2019_update3_cluster_edition.tgz.12« gespeichert.

te3_cluster_edition.tgz.12 0%[ ]
35,92M 3,42MB/s ETA 21m 55s
--[/output]----------------------------

translation:
    Auflösen des Hostnamens == host name resolution
    Verbindungsaufbau zu == connection setup to
    HTTP-Anforderung gesendet, auf Antwort wird gewartet == HTTP request sent, waiting for response
    Länge == length

Do you have any idea what the problem could be? In very rare cases downloads work. But most of the time I am not
able to install packages from AUR due to download problems.

Thank you in advance!
Dominik
-----------------------------------------------------------
Unsubscribe: https://cool.haxx.se/list/listinfo/curl-users
Etiquette: https://curl.haxx.se/mail/etiquette.html
Received on 2019-07-12