You are not logged in.

#1 2018-07-28 18:43:23

jvetbiz
Member
Registered: 2018-07-28
Posts: 6

[SOLVED] Can't curl or download when on ethernet but the rest is OK

Hello !
Firstly, thank you for reading and I apologize if my english is poor, i'm french with a medium level in english.
I am desperate to find a solution to my issue, i've posted to archlinux.fr but nobody answered, and i can't find someone with the exact same problem on various threads.
I am relatively new to Arch, i use it for two or three years now, I'm a window user but i'm very interessed by arch, so i have a low level on linux & arch, but i have some experience
The big fact is I can't update my various Arch systems (2 Pi, one on aarch64, the other on alarm + 1 PC + VMs) if i'm plugged with cable (ethernet) on my provider box, because downloading databases freeze after few seconds. (i download a hundred of Ko and internet flow seems to stop)
My Virtualbox's VM is bridged, I can update when my laptop is on wifi, but i can't when laptop is on ethernet.
Updating is the major issue, but i can't curl ( same bug, i download 100+ Ko and it freeze and i have on screen :

 % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0 95.3M    0  102k    0     0   7321      0  3:47:39  0:00:14  3:47:25     0

 
I have a network available, because my arch server on PC is accessible by Kodi on my alarm pi (and i read my samba's share, and mariaDB do the job (save the Kodi's collection)) VNC work, and i can navigate on internet throu firefox or chromium, but not downloading...

i've try so much things i can't list them all there, i asked my provider to switch my box to be sure.

I tried to install a fresh alarm & aarch64, it can curl before I update, if I update, i can't.
I tried right now to update my VM's throu Wifi, it works, i try to curl then, it work, after reboot&plugged my laptop on my box, i can't curl.

If someone can guide me to find where the problem, i'll be very grateful.


(i've try disable IPV6 too and lots of things.)


Best Regards, don't hesitate to ask me whatever you need to know

EDIT : Forgot to precise : Everything stopped to work after an upgrade, approximatively a month ago

jvetbiz

Last edited by jvetbiz (2018-08-21 10:55:23)

Offline

#2 2018-07-28 18:52:12

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: [SOLVED] Can't curl or download when on ethernet but the rest is OK

First, only x86_64 is Arch Linux. Arch-ARM is a separate distribution.

Please post you pacman.conf and the full output of `pacman -Syu --debug`.


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#3 2018-07-28 19:16:43

jvetbiz
Member
Registered: 2018-07-28
Posts: 6

Re: [SOLVED] Can't curl or download when on ethernet but the rest is OK

Ok, thanks for the info.


pacman.conf :

#
# /etc/pacman.conf
#
# See the pacman.conf(5) manpage for option and repository directives

#
# GENERAL OPTIONS
#
[options]
ILoveCandy

# The following paths are commented out with their default values listed.
# If you wish to use different paths, uncomment and update the paths.
#RootDir     = /
#DBPath      = /var/lib/pacman/
#CacheDir    = /var/cache/pacman/pkg/
#LogFile     = /var/log/pacman.log
#GPGDir      = /etc/pacman.d/gnupg/
#HookDir     = /etc/pacman.d/hooks/
HoldPkg     = pacman glibc
#XferCommand = /usr/bin/curl -C - -f %u > %o
#XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
#CleanMethod = KeepInstalled
#UseDelta    = 0.7
Architecture = auto

# Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
#IgnorePkg   =
#IgnoreGroup =

#NoUpgrade   =
#NoExtract   =

# Misc options
#UseSyslog
#Color
#TotalDownload
#CheckSpace
#VerbosePkgLists

# By default, pacman accepts packages signed by keys that its local keyring
# trusts (see pacman-key and its man page), as well as unsigned packages.
SigLevel    = Required DatabaseOptional
LocalFileSigLevel = Optional
#RemoteFileSigLevel = Required

# NOTE: You must run `pacman-key --init` before first using pacman; the local
# keyring can then be populated with the keys of all official Arch Linux
# packagers with `pacman-key --populate archlinux`.

#
# REPOSITORIES
#   - can be defined here or included from another file
#   - pacman will search repositories in the order defined here
#   - local/custom mirrors can be added here or in separate files
#   - repositories listed first will take precedence when packages
#     have identical names, regardless of version number
#   - URLs will have $repo replaced by the name of the current repo
#   - URLs will have $arch replaced by the name of the architecture
#
# Repository entries are of the format:
#       [repo-name]
#       Server = ServerName
#       Include = IncludePath
#
# The header [repo-name] is crucial - it must be present and
# uncommented to enable the repo.
#

# The testing repositories are disabled by default. To enable, uncomment the
# repo name header and Include lines. You can add preferred servers immediately
# after the header, and they will be used before the default mirrors.

#[testing]
#Include = /etc/pacman.d/mirrorlist

[core]
Include = /etc/pacman.d/mirrorlist

[extra]
Include = /etc/pacman.d/mirrorlist

#[community-testing]
#Include = /etc/pacman.d/mirrorlist

[community]
Include = /etc/pacman.d/mirrorlist

# If you want to run 32 bit applications on your x86_64 system,
# enable the multilib repositories as required here.

#[multilib-testing]
#Include = /etc/pacman.d/mirrorlist

#[multilib]
#Include = /etc/pacman.d/mirrorlist

# An example of a custom package repository.  See the pacman manpage for
# tips on creating your own repositories.
#[custom]
#SigLevel = Optional TrustAll
#Server = file:///home/custompkgs

pacman -Syu --debug

[sudo] Mot de passe de biz : 
debug: pacman v5.1.0 - libalpm v11.0.0
debug: config: attempting to read file /etc/pacman.conf
debug: config: new section 'options'
debug: config: chomp
debug: config: HoldPkg: pacman
debug: config: HoldPkg: glibc
debug: config: arch: x86_64
debug: config: SigLevel: Required
debug: config: SigLevel: DatabaseOptional
debug: config: LocalFileSigLevel: Optional
debug: config: new section 'core'
debug: config file /etc/pacman.conf, line 78: including /etc/pacman.d/mirrorlist
debug: config: new section 'extra'
debug: config file /etc/pacman.conf, line 81: including /etc/pacman.d/mirrorlist
debug: config: new section 'community'
debug: config file /etc/pacman.conf, line 87: including /etc/pacman.d/mirrorlist
debug: config: finished parsing /etc/pacman.conf
debug: setup_libalpm called
debug: option 'logfile' = /var/log/pacman.log
debug: option 'gpgdir' = /etc/pacman.d/gnupg/
debug: option 'hookdir' = /etc/pacman.d/hooks/
debug: option 'cachedir' = /var/cache/pacman/pkg/
debug: registering sync database 'core'
debug: database path for tree core set to /var/lib/pacman/sync/core.db
debug: "/var/lib/pacman/sync/core.db.sig" is not readable: Aucun fichier ou dossier de ce type
debug: sig path /var/lib/pacman/sync/core.db.sig could not be opened
debug: missing optional signature
debug: setting usage of 15 for core repository
debug: adding new server URL to database 'core': http://mirror.fra10.de.leaseweb.net/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': https://mirrors.celianvdb.fr/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://arch.mirror.square-r00t.net/core/os/x86_64
debug: adding new server URL to database 'core': https://mirrors.dotsrc.org/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': https://glua.ua.pt/pub/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': https://mirror.grig.io/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://archlinux.mirror.ba/core/os/x86_64
debug: adding new server URL to database 'core': http://mirrors.cat.pdx.edu/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://mirror.puzzle.ch/archlinux/core/os/x86_64
debug: registering sync database 'extra'
debug: database path for tree extra set to /var/lib/pacman/sync/extra.db
debug: "/var/lib/pacman/sync/extra.db.sig" is not readable: Aucun fichier ou dossier de ce type
debug: sig path /var/lib/pacman/sync/extra.db.sig could not be opened
debug: missing optional signature
debug: setting usage of 15 for extra repository
debug: adding new server URL to database 'extra': http://mirror.fra10.de.leaseweb.net/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': https://mirrors.celianvdb.fr/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://arch.mirror.square-r00t.net/extra/os/x86_64
debug: adding new server URL to database 'extra': https://mirrors.dotsrc.org/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': https://glua.ua.pt/pub/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': https://mirror.grig.io/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://archlinux.mirror.ba/extra/os/x86_64
debug: adding new server URL to database 'extra': http://mirrors.cat.pdx.edu/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://mirror.puzzle.ch/archlinux/extra/os/x86_64
debug: registering sync database 'community'
debug: database path for tree community set to /var/lib/pacman/sync/community.db
debug: "/var/lib/pacman/sync/community.db.sig" is not readable: Aucun fichier ou dossier de ce type
debug: sig path /var/lib/pacman/sync/community.db.sig could not be opened
debug: missing optional signature
debug: setting usage of 15 for community repository
debug: adding new server URL to database 'community': http://mirror.fra10.de.leaseweb.net/archlinux/community/os/x86_64
debug: adding new server URL to database 'community': https://mirrors.celianvdb.fr/archlinux/community/os/x86_64
debug: adding new server URL to database 'community': http://arch.mirror.square-r00t.net/community/os/x86_64
debug: adding new server URL to database 'community': https://mirrors.dotsrc.org/archlinux/community/os/x86_64
debug: adding new server URL to database 'community': https://glua.ua.pt/pub/archlinux/community/os/x86_64
debug: adding new server URL to database 'community': https://mirror.grig.io/archlinux/community/os/x86_64
debug: adding new server URL to database 'community': http://archlinux.mirror.ba/community/os/x86_64
debug: adding new server URL to database 'community': http://mirrors.cat.pdx.edu/archlinux/community/os/x86_64
debug: adding new server URL to database 'community': http://mirror.puzzle.ch/archlinux/community/os/x86_64
:: Synchronisation des bases de données de paquets…
debug: url: http://mirror.fra10.de.leaseweb.net/archlinux/core/os/x86_64/core.db
debug: maxsize: 26214400
debug: using time condition: 1532772524
debug: opened tempfile for download: /var/lib/pacman/sync/core.db.part (wb)
debug: curl returned error 0 from transfer
debug: response code: 304
debug: file met time condition
 core est à jour
debug: url: http://mirror.fra10.de.leaseweb.net/archlinux/extra/os/x86_64/extra.db
debug: maxsize: 26214400
debug: using time condition: 1532788278
debug: opened tempfile for download: /var/lib/pacman/sync/extra.db.part (wb)
debug: curl returned error 0 from transfer
debug: response code: 304
debug: file met time condition
 extra est à jour
debug: url: http://mirror.fra10.de.leaseweb.net/archlinux/community/os/x86_64/community.db
debug: maxsize: 26214400
debug: using time condition: 1532527249
debug: opened tempfile for download: /var/lib/pacman/sync/community.db.part (wb)
téléchargement de community.db…
debug: curl returned error 28 from transfer
erreur : échec de récupération du fichier « community.db » depuis mirror.fra10.de.leaseweb.net : Operation too slow. Less than 1 bytes/sec transferred the last 10 seconds
debug: url: https://mirrors.celianvdb.fr/archlinux/community/os/x86_64/community.db
debug: maxsize: 26214400
debug: using time condition: 1532527249
debug: opened tempfile for download: /var/lib/pacman/sync/community.db.part (wb)
téléchargement de community.db…
debug: curl returned error 28 from transfer
erreur : échec de récupération du fichier « community.db » depuis mirrors.celianvdb.fr : Operation too slow. Less than 1 bytes/sec transferred the last 10 seconds
debug: url: http://arch.mirror.square-r00t.net/community/os/x86_64/community.db
debug: maxsize: 26214400
debug: using time condition: 1532527249
debug: opened tempfile for download: /var/lib/pacman/sync/community.db.part (wb)
téléchargement de community.db…
debug: curl returned error 28 from transfer
erreur : échec de récupération du fichier « community.db » depuis arch.mirror.square-r00t.net : Operation too slow. Less than 1 bytes/sec transferred the last 10 seconds
debug: url: https://mirrors.dotsrc.org/archlinux/community/os/x86_64/community.db
debug: maxsize: 26214400
debug: using time condition: 1532527249
debug: opened tempfile for download: /var/lib/pacman/sync/community.db.part (wb)
téléchargement de community.db…
debug: curl returned error 28 from transfer
erreur : échec de récupération du fichier « community.db » depuis mirrors.dotsrc.org : Operation too slow. Less than 1 bytes/sec transferred the last 10 seconds
debug: url: https://glua.ua.pt/pub/archlinux/community/os/x86_64/community.db
debug: maxsize: 26214400
debug: using time condition: 1532527249
debug: opened tempfile for download: /var/lib/pacman/sync/community.db.part (wb)
téléchargement de community.db…
debug: curl returned error 28 from transfer
erreur : échec de récupération du fichier « community.db » depuis glua.ua.pt : Operation too slow. Less than 1 bytes/sec transferred the last 10 seconds
debug: url: https://mirror.grig.io/archlinux/community/os/x86_64/community.db
debug: maxsize: 26214400
debug: using time condition: 1532527249
debug: opened tempfile for download: /var/lib/pacman/sync/community.db.part (wb)
téléchargement de community.db…
debug: curl returned error 28 from transfer
erreur : échec de récupération du fichier « community.db » depuis mirror.grig.io : Operation too slow. Less than 1 bytes/sec transferred the last 10 seconds
debug: url: http://archlinux.mirror.ba/community/os/x86_64/community.db
debug: maxsize: 26214400
debug: using time condition: 1532527249
debug: opened tempfile for download: /var/lib/pacman/sync/community.db.part (wb)
téléchargement de community.db…
debug: curl returned error 28 from transfer
erreur : échec de récupération du fichier « community.db » depuis archlinux.mirror.ba : Operation too slow. Less than 1 bytes/sec transferred the last 10 seconds
debug: url: http://mirrors.cat.pdx.edu/archlinux/community/os/x86_64/community.db
debug: maxsize: 26214400
debug: using time condition: 1532527249
debug: opened tempfile for download: /var/lib/pacman/sync/community.db.part (wb)
téléchargement de community.db…
debug: curl returned error 28 from transfer
erreur : échec de récupération du fichier « community.db » depuis mirrors.cat.pdx.edu : Operation too slow. Less than 1 bytes/sec transferred the last 10 seconds
debug: url: http://mirror.puzzle.ch/archlinux/community/os/x86_64/community.db
debug: maxsize: 26214400
debug: using time condition: 1532527249
debug: opened tempfile for download: /var/lib/pacman/sync/community.db.part (wb)
téléchargement de community.db…
debug: curl returned error 28 from transfer
erreur : échec de récupération du fichier « community.db » depuis mirror.puzzle.ch : Operation too slow. Less than 1 bytes/sec transferred the last 10 seconds
debug: failed to sync db: erreur de la bibliothèque de téléchargement
erreur : la mise à jour de community a échoué (erreur de la bibliothèque de téléchargement)
erreur : la synchronisation de toutes les bases de données a échoué
debug: unregistering database 'local'
debug: unregistering database 'core'
debug: unregistering database 'extra'
debug: unregistering database 'community'

Thank for the reply wink

EDIT : I've tried different mirrors, same issue

Last edited by jvetbiz (2018-07-28 19:17:21)

Offline

#4 2018-07-28 19:24:25

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: [SOLVED] Can't curl or download when on ethernet but the rest is OK

And if you uncomment the wget XferCommand?


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#5 2018-07-28 19:36:14

jvetbiz
Member
Registered: 2018-07-28
Posts: 6

Re: [SOLVED] Can't curl or download when on ethernet but the rest is OK

I've tried that few days ago, didn't work (the curl one, kind logical), and for the wget one, the problem is (big noob issue) i have not installed it still ...

Offline

#6 2018-07-28 19:38:49

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: [SOLVED] Can't curl or download when on ethernet but the rest is OK

You can boot from a live medium and install it, or just do a full system update.


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#7 2018-07-28 19:44:48

jvetbiz
Member
Registered: 2018-07-28
Posts: 6

Re: [SOLVED] Can't curl or download when on ethernet but the rest is OK

did the test on my vm just right now (because i can update & install throu wifi with it), it do the same, it seems to freeze :

 
Connexion à archlinux.cu.be (archlinux.cu.be)|194.50.97.16|:443… connecté.
requête HTTP transmise, en attente de la réponse… 200 OK
Taille : 1693491 (1,6M) [application/octet-stream]
Sauvegarde en : « /var/lib/pacman/sync/extra.db.part »

      /var/lib/pacm  26%[====>               ] 439,75K   517KB/s

It stay stuck at 26% ...


EDIT : For info, i've tried Raspbian and I can do curl with it ...

Last edited by jvetbiz (2018-07-28 19:45:52)

Offline

#8 2018-07-28 19:55:30

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: [SOLVED] Can't curl or download when on ethernet but the rest is OK

Please post all output in English: https://wiki.archlinux.org/index.php/Co … s_and_code


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#9 2018-07-28 20:29:29

jvetbiz
Member
Registered: 2018-07-28
Posts: 6

Re: [SOLVED] Can't curl or download when on ethernet but the rest is OK

oops sorry :  here the full ouptut of pacman -Syu --debug with Xer wget uncommented :

debug: pacman v5.1.1 - libalpm v11.0.1
debug: config: attempting to read file /etc/pacman.conf
debug: config: new section 'options'
debug: config: HoldPkg: pacman
debug: config: HoldPkg: glibc
debug: config: xfercommand: /usr/bin/wget --passive-ftp -c -O %o %u
debug: config: arch: x86_64
debug: config: SigLevel: Required
debug: config: SigLevel: DatabaseOptional
debug: config: LocalFileSigLevel: Optional
debug: config: new section 'core'
debug: config file /etc/pacman.conf, line 76: including /etc/pacman.d/mirrorlist
debug: config: new section 'extra'
debug: config file /etc/pacman.conf, line 79: including /etc/pacman.d/mirrorlist
debug: config: new section 'community'
debug: config file /etc/pacman.conf, line 85: including /etc/pacman.d/mirrorlist
debug: config: new section 'archlinuxfr'
debug: config: SigLevel: Never
debug: config: finished parsing /etc/pacman.conf
debug: setup_libalpm called
debug: option 'logfile' = /var/log/pacman.log
debug: option 'gpgdir' = /etc/pacman.d/gnupg/
debug: option 'hookdir' = /etc/pacman.d/hooks/
debug: option 'cachedir' = /var/cache/pacman/pkg/
debug: registering sync database 'core'
debug: database path for tree core set to /var/lib/pacman/sync/core.db
debug: "/var/lib/pacman/sync/core.db.sig" is not readable: No such file or directory
debug: sig path /var/lib/pacman/sync/core.db.sig could not be opened
debug: missing optional signature
debug: setting usage of 15 for core repository
debug: adding new server URL to database 'core': http://archlinux.cu.be/core/os/x86_64
debug: adding new server URL to database 'core': http://k42.ch/mirror/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://archlinux.mailtunnel.eu/core/os/x86_64
debug: adding new server URL to database 'core': http://arch.softver.org.mk/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://mirrors.celianvdb.fr/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://fooo.biz/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://mir.archlinux.fr/core/os/x86_64
debug: adding new server URL to database 'core': http://arch.tamcore.eu/core/os/x86_64
debug: adding new server URL to database 'core': http://archlinux.de-labrusse.fr/core/os/x86_64
debug: adding new server URL to database 'core': http://archlinux.mirrors.ovh.net/archlinux/core/os/x86_64
debug: registering sync database 'extra'
debug: database path for tree extra set to /var/lib/pacman/sync/extra.db
debug: "/var/lib/pacman/sync/extra.db.sig" is not readable: No such file or directory
debug: sig path /var/lib/pacman/sync/extra.db.sig could not be opened
debug: missing optional signature
debug: setting usage of 15 for extra repository
debug: adding new server URL to database 'extra': http://archlinux.cu.be/extra/os/x86_64
debug: adding new server URL to database 'extra': http://k42.ch/mirror/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://archlinux.mailtunnel.eu/extra/os/x86_64
debug: adding new server URL to database 'extra': http://arch.softver.org.mk/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://mirrors.celianvdb.fr/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://fooo.biz/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://mir.archlinux.fr/extra/os/x86_64
debug: adding new server URL to database 'extra': http://arch.tamcore.eu/extra/os/x86_64
debug: adding new server URL to database 'extra': http://archlinux.de-labrusse.fr/extra/os/x86_64
debug: adding new server URL to database 'extra': http://archlinux.mirrors.ovh.net/archlinux/extra/os/x86_64
debug: registering sync database 'community'
debug: database path for tree community set to /var/lib/pacman/sync/community.db
debug: "/var/lib/pacman/sync/community.db.sig" is not readable: No such file or directory
debug: sig path /var/lib/pacman/sync/community.db.sig could not be opened
debug: missing optional signature
debug: setting usage of 15 for community repository
debug: adding new server URL to database 'community': http://archlinux.cu.be/community/os/x86_64
debug: adding new server URL to database 'community': http://k42.ch/mirror/archlinux/community/os/x86_64
debug: adding new server URL to database 'community': http://archlinux.mailtunnel.eu/community/os/x86_64
debug: adding new server URL to database 'community': http://arch.softver.org.mk/archlinux/community/os/x86_64
debug: adding new server URL to database 'community': http://mirrors.celianvdb.fr/archlinux/community/os/x86_64
debug: adding new server URL to database 'community': http://fooo.biz/archlinux/community/os/x86_64
debug: adding new server URL to database 'community': http://mir.archlinux.fr/community/os/x86_64
debug: adding new server URL to database 'community': http://arch.tamcore.eu/community/os/x86_64
debug: adding new server URL to database 'community': http://archlinux.de-labrusse.fr/community/os/x86_64
debug: adding new server URL to database 'community': http://archlinux.mirrors.ovh.net/archlinux/community/os/x86_64
debug: registering sync database 'archlinuxfr'
debug: database path for tree archlinuxfr set to /var/lib/pacman/sync/archlinuxfr.db
debug: setting usage of 15 for archlinuxfr repository
debug: adding new server URL to database 'archlinuxfr': https://repo.archlinux.fr/x86_64
:: Synchronizing package databases...
debug: running command: /usr/bin/wget --passive-ftp -c -O /var/lib/pacman/sync/core.db.part http://archlinux.cu.be/core/os/x86_64/core.db
--2018-07-28 22:20:32--  http://archlinux.cu.be/core/os/x86_64/core.db
Resolving archlinux.cu.be (archlinux.cu.be)... 194.50.97.16, 2001:67c:314::feed:efff
Connecting to archlinux.cu.be (archlinux.cu.be)|194.50.97.16|:80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: https://archlinux.cu.be/core/os/x86_64/core.db [following]
--2018-07-28 22:20:33--  https://archlinux.cu.be/core/os/x86_64/core.db
Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt'
Connecting to archlinux.cu.be (archlinux.cu.be)|194.50.97.16|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 135044 (132K) [application/octet-stream]
Saving to: '/var/lib/pacman/sync/core.db.part'

/var/lib/pacman/sync/core.db.part                           100%[==========================================================================================================================================>] 131.88K   386KB/s    in 0.3s

2018-07-28 22:20:33 (386 KB/s) - '/var/lib/pacman/sync/core.db.part' saved [135044/135044]

debug: running command: /usr/bin/wget --passive-ftp -c -O /var/lib/pacman/sync/core.db.sig.part http://archlinux.cu.be/core/os/x86_64/core.db.sig
--2018-07-28 22:20:33--  http://archlinux.cu.be/core/os/x86_64/core.db.sig
Resolving archlinux.cu.be (archlinux.cu.be)... 194.50.97.16, 2001:67c:314::feed:efff
Connecting to archlinux.cu.be (archlinux.cu.be)|194.50.97.16|:80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: https://archlinux.cu.be/core/os/x86_64/core.db.sig [following]
--2018-07-28 22:20:34--  https://archlinux.cu.be/core/os/x86_64/core.db.sig
Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt'
Connecting to archlinux.cu.be (archlinux.cu.be)|194.50.97.16|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2018-07-28 22:20:35 ERROR 404: Not Found.

debug: XferCommand command returned non-zero status code (2048)
debug: "/var/lib/pacman/sync/core.db.sig" is not readable: No such file or directory
debug: sig path /var/lib/pacman/sync/core.db.sig could not be opened
debug: missing optional signature
debug: running command: /usr/bin/wget --passive-ftp -c -O /var/lib/pacman/sync/extra.db.part http://archlinux.cu.be/extra/os/x86_64/extra.db
--2018-07-28 22:20:37--  http://archlinux.cu.be/extra/os/x86_64/extra.db
Resolving archlinux.cu.be (archlinux.cu.be)... 194.50.97.16, 2001:67c:314::feed:efff
Connecting to archlinux.cu.be (archlinux.cu.be)|194.50.97.16|:80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: https://archlinux.cu.be/extra/os/x86_64/extra.db [following]
--2018-07-28 22:20:37--  https://archlinux.cu.be/extra/os/x86_64/extra.db
Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt'
Connecting to archlinux.cu.be (archlinux.cu.be)|194.50.97.16|:443... connected.
HTTP request sent, awaiting response... 206 Partial Content
Length: 1693491 (1.6M), 252255 (246K) remaining [application/octet-stream]
Saving to: '/var/lib/pacman/sync/extra.db.part'

/var/lib/pacman/sync/extra.db.part                          100%[++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++====================>]   1.61M   300KB/s    in 0.8s

2018-07-28 22:20:38 (300 KB/s) - '/var/lib/pacman/sync/extra.db.part' saved [1693491/1693491]

debug: running command: /usr/bin/wget --passive-ftp -c -O /var/lib/pacman/sync/extra.db.sig.part http://archlinux.cu.be/extra/os/x86_64/extra.db.sig
--2018-07-28 22:20:38--  http://archlinux.cu.be/extra/os/x86_64/extra.db.sig
Resolving archlinux.cu.be (archlinux.cu.be)... 194.50.97.16, 2001:67c:314::feed:efff
Connecting to archlinux.cu.be (archlinux.cu.be)|194.50.97.16|:80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: https://archlinux.cu.be/extra/os/x86_64/extra.db.sig [following]
--2018-07-28 22:20:39--  https://archlinux.cu.be/extra/os/x86_64/extra.db.sig
Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt'
Connecting to archlinux.cu.be (archlinux.cu.be)|194.50.97.16|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2018-07-28 22:20:40 ERROR 404: Not Found.

debug: XferCommand command returned non-zero status code (2048)
debug: "/var/lib/pacman/sync/extra.db.sig" is not readable: No such file or directory
debug: sig path /var/lib/pacman/sync/extra.db.sig could not be opened
debug: missing optional signature
debug: running command: /usr/bin/wget --passive-ftp -c -O /var/lib/pacman/sync/community.db.part http://archlinux.cu.be/community/os/x86_64/community.db
--2018-07-28 22:20:42--  http://archlinux.cu.be/community/os/x86_64/community.db
Resolving archlinux.cu.be (archlinux.cu.be)... 194.50.97.16, 2001:67c:314::feed:efff
Connecting to archlinux.cu.be (archlinux.cu.be)|194.50.97.16|:80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: https://archlinux.cu.be/community/os/x86_64/community.db [following]
--2018-07-28 22:20:42--  https://archlinux.cu.be/community/os/x86_64/community.db
Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt'
Connecting to archlinux.cu.be (archlinux.cu.be)|194.50.97.16|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 4699537 (4.5M) [application/octet-stream]
Saving to: '/var/lib/pacman/sync/community.db.part'

/var/lib/pacman/sync/community.db.part                       12%[================>                                                                                                                          ] 583.75K   291KB/s               ^^Cdebug: XferCommand command returned non-zero status code (2)
debug: returning error 54 from _alpm_download : error invoking external downloader
debug: running command: /usr/bin/wget --passive-ftp -c -O /var/lib/pacman/sync/community.db.part http://k42.ch/mirror/archlinux/community/os/x86_64/community.db
--2018-07-28 22:21:12--  http://k42.ch/mirror/archlinux/community/os/x86_64/community.db
Resolving k42.ch (k42.ch)... 5.9.5.3, 2a01:4f8:160:7086::2
Connecting to k42.ch (k42.ch)|5.9.5.3|:80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: https://k42.ch/mirror/archlinux/community/os/x86_64/community.db [following]
--2018-07-28 22:21:12--  https://k42.ch/mirror/archlinux/community/os/x86_64/community.db
Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt'
Connecting to k42.ch (k42.ch)|5.9.5.3|:443... connected.
HTTP request sent, awaiting response... 502 Bad Gateway
2018-07-28 22:21:15 ERROR 502: Bad Gateway.

debug: XferCommand command returned non-zero status code (2048)
debug: returning error 54 from _alpm_download : error invoking external downloader
debug: running command: /usr/bin/wget --passive-ftp -c -O /var/lib/pacman/sync/community.db.part http://archlinux.mailtunnel.eu/community/os/x86_64/community.db
--2018-07-28 22:21:17--  http://archlinux.mailtunnel.eu/community/os/x86_64/community.db
Resolving archlinux.mailtunnel.eu (archlinux.mailtunnel.eu)... 5.196.75.161, 2001:41d0:e:9a1::1
Connecting to archlinux.mailtunnel.eu (archlinux.mailtunnel.eu)|5.196.75.161|:80... connected.
HTTP request sent, awaiting response... 206 Partial Content
Length: 4698656 (4.5M), 4059940 (3.9M) remaining [application/octet-stream]
Saving to: '/var/lib/pacman/sync/community.db.part'

/var/lib/pacman/sync/community.db.part                       15%[++++++++++++++++++===>                                                                                                                     ] 733.15K  --.-KB/s    eta 9m 39s ^Cdebug: XferCommand command returned non-zero status code (2)
debug: returning error 54 from _alpm_download : error invoking external downloader
debug: running command: /usr/bin/wget --passive-ftp -c -O /var/lib/pacman/sync/community.db.part http://arch.softver.org.mk/archlinux/community/os/x86_64/community.db
--2018-07-28 22:21:37--  http://arch.softver.org.mk/archlinux/community/os/x86_64/community.db
Resolving arch.softver.org.mk (arch.softver.org.mk)... 92.55.94.9
Connecting to arch.softver.org.mk (arch.softver.org.mk)|92.55.94.9|:80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: https://arch.softver.org.mk/archlinux/community/os/x86_64/community.db [following]
--2018-07-28 22:21:37--  https://arch.softver.org.mk/archlinux/community/os/x86_64/community.db
Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt'
Connecting to arch.softver.org.mk (arch.softver.org.mk)|92.55.94.9|:443... connected.
HTTP request sent, awaiting response... 206 Partial Content
Length: 4698656 (4.5M), 3947909 (3.8M) remaining [application/octet-stream]
Saving to: '/var/lib/pacman/sync/community.db.part'

/var/lib/pacman/sync/community.db.part                       18%[++++++++++++++++++++++==>                                                                                                                  ] 836.86K   466KB/s               ^Cdebug: XferCommand command returned non-zero status code (2)
debug: returning error 54 from _alpm_download : error invoking external downloader
debug: running command: /usr/bin/wget --passive-ftp -c -O /var/lib/pacman/sync/community.db.part http://mirrors.celianvdb.fr/archlinux/community/os/x86_64/community.db
--2018-07-28 22:21:42--  http://mirrors.celianvdb.fr/archlinux/community/os/x86_64/community.db
Resolving mirrors.celianvdb.fr (mirrors.celianvdb.fr)... 185.142.54.8
Connecting to mirrors.celianvdb.fr (mirrors.celianvdb.fr)|185.142.54.8|:80... connected.
HTTP request sent, awaiting response... 206 Partial Content
Length: 4698656 (4.5M), 3784365 (3.6M) remaining [application/octet-stream]
Saving to: '/var/lib/pacman/sync/community.db.part'

/var/lib/pacman/sync/community.db.part                       21%[+++++++++++++++++++++++++++==>                                                                                                             ] 997.97K  34.3KB/s    eta 1m 45s ^Cdebug: XferCommand command returned non-zero status code (2)
debug: returning error 54 from _alpm_download : error invoking external downloader
debug: running command: /usr/bin/wget --passive-ftp -c -O /var/lib/pacman/sync/community.db.part http://fooo.biz/archlinux/community/os/x86_64/community.db
--2018-07-28 22:21:48--  http://fooo.biz/archlinux/community/os/x86_64/community.db
Resolving fooo.biz (fooo.biz)... 82.64.5.14, 2a01:e0a:18:90a3:82ee:73ff:feb3:7d2b
Connecting to fooo.biz (fooo.biz)|82.64.5.14|:80... connected.
HTTP request sent, awaiting response... 206 Partial Content
Length: 4698656 (4.5M), 3676734 (3.5M) remaining [application/octet-stream]
Saving to: '/var/lib/pacman/sync/community.db.part'

/var/lib/pacman/sync/community.db.part                       31%[++++++++++++++++++++++++++++++============>                                                                                                ]   1.40M  77.3KB/s    eta 41s    ^Cdebug: XferCommand command returned non-zero status code (2)
debug: returning error 54 from _alpm_download : error invoking external downloader
debug: running command: /usr/bin/wget --passive-ftp -c -O /var/lib/pacman/sync/community.db.part http://mir.archlinux.fr/community/os/x86_64/community.db
--2018-07-28 22:21:57--  http://mir.archlinux.fr/community/os/x86_64/community.db
Resolving mir.archlinux.fr (mir.archlinux.fr)... 5.39.83.67, 2001:41d0:8:9543::1
Connecting to mir.archlinux.fr (mir.archlinux.fr)|5.39.83.67|:80... connected.
HTTP request sent, awaiting response... 206 Partial Content
Length: 4699269 (4.5M), 3233827 (3.1M) remaining [application/octet-stream]
Saving to: '/var/lib/pacman/sync/community.db.part'

/var/lib/pacman/sync/community.db.part                       40%[+++++++++++++++++++++++++++++++++++++++++++============>                                                                                   ]   1.83M  --.-KB/s    eta 57s    ^Cdebug: XferCommand command returned non-zero status code (2)
debug: returning error 54 from _alpm_download : error invoking external downloader
debug: running command: /usr/bin/wget --passive-ftp -c -O /var/lib/pacman/sync/community.db.part http://arch.tamcore.eu/community/os/x86_64/community.db
--2018-07-28 22:22:09--  http://arch.tamcore.eu/community/os/x86_64/community.db
Resolving arch.tamcore.eu (arch.tamcore.eu)... 145.239.137.49
Connecting to arch.tamcore.eu (arch.tamcore.eu)|145.239.137.49|:80... connected.
HTTP request sent, awaiting response... 206 Partial Content
Length: 4698656 (4.5M), 2773854 (2.6M) remaining [application/octet-stream]
Saving to: '/var/lib/pacman/sync/community.db.part'

/var/lib/pacman/sync/community.db.part                       43%[++++++++++++++++++++++++++++++++++++++++++++++++++++++++===>                                                                               ]   1.94M  --.-KB/s    eta 3m 27s ^Cdebug: XferCommand command returned non-zero status code (2)
debug: returning error 54 from _alpm_download : error invoking external downloader
debug: running command: /usr/bin/wget --passive-ftp -c -O /var/lib/pacman/sync/community.db.part http://archlinux.de-labrusse.fr/community/os/x86_64/community.db
--2018-07-28 22:22:20--  http://archlinux.de-labrusse.fr/community/os/x86_64/community.db
Resolving archlinux.de-labrusse.fr (archlinux.de-labrusse.fr)... 164.132.77.214
Connecting to archlinux.de-labrusse.fr (archlinux.de-labrusse.fr)|164.132.77.214|:80... connected.
HTTP request sent, awaiting response... 206 Partial Content
Length: 4699269 (4.5M), 2661062 (2.5M) remaining [text/plain]
Saving to: '/var/lib/pacman/sync/community.db.part'

/var/lib/pacman/sync/community.db.part                       45%[++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++=>                                                                             ]   2.02M  39.2KB/s               ^Cdebug: XferCommand command returned non-zero status code (2)
debug: returning error 54 from _alpm_download : error invoking external downloader
debug: running command: /usr/bin/wget --passive-ftp -c -O /var/lib/pacman/sync/community.db.part http://archlinux.mirrors.ovh.net/archlinux/community/os/x86_64/community.db
--2018-07-28 22:22:25--  http://archlinux.mirrors.ovh.net/archlinux/community/os/x86_64/community.db
Resolving archlinux.mirrors.ovh.net (archlinux.mirrors.ovh.net)... 213.32.5.7, 2001:41d0:202:100:213:32:5:7
Connecting to archlinux.mirrors.ovh.net (archlinux.mirrors.ovh.net)|213.32.5.7|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [application/octet-stream]
Saving to: '/var/lib/pacman/sync/community.db.part'

/var/lib/pacman/sync/community.db.part                          [<=>                                                                                                                                        ]       0  --.-KB/s               ^Cdebug: XferCommand command returned non-zero status code (2)
^C
Interrupt signal received

I had to interrupted it each time it freezed

Offline

#10 2018-08-21 10:57:45

jvetbiz
Member
Registered: 2018-07-28
Posts: 6

Re: [SOLVED] Can't curl or download when on ethernet but the rest is OK

UPDATE & SOLVED :

I tried everything i could, nothing worked :'(
I changed my provider yesterday (for an other reason) and... everything works back to normal -_-.
I've tried to change my box previously but did'nt worked, i think it was a connection problem.
For reminder, curl wasn't working on ethernet on Arch Linux, Arch ARM and aarch64, but was working on Debian & Raspbian. Now everything work like a charm.
Weird.

Thank you anyway !

Offline

Board footer

Powered by FluxBB