You are not logged in.

#1 2016-11-19 15:55:52

MysteriesOfPsy
Member
Registered: 2016-11-18
Posts: 26

[SOLVED] error: failed retrieving file

Hi everyone!

First, sorry for bad english xD

I recently install Arch x64 but only in my home network i need to try much mirrorlists to download an package.. but the internet works to any site / download.
My home network works 100% on Fedora, Debian, Ubuntu and Windows...

I get the error iwlfifi unsuported splx structure. (but in another SOS wifi works 100%)
My moden: Telsec 9000.

Example, in some packages i can not even install...

$  sudo pacman -S gtk-engine-murrine
resolving dependencies...
looking for conflicting packages...

Packages (1) gtk-engine-murrine-0.98.2-2

Total Download Size:   0.08 MiB
Total Installed Size:  0.29 MiB

:: Proceed with installation? [Y/n] y
:: Retrieving packages...
error: failed retrieving file 'gtk-engine-murrine-0.98.2-2-x86_64.pkg.tar.xz' from archlinux.c3sl.ufpr.br : Resolving timed out after 10520 milliseconds
error: failed retrieving file 'gtk-engine-murrine-0.98.2-2-x86_64.pkg.tar.xz' from archlinux.pop-es.rnp.br : Resolving timed out after 10521 milliseconds
error: failed retrieving file 'gtk-engine-murrine-0.98.2-2-x86_64.pkg.tar.xz' from www.lasca.ic.unicamp.br : Resolving timed out after 10520 milliseconds
error: failed retrieving file 'gtk-engine-murrine-0.98.2-2-x86_64.pkg.tar.xz' from archlinux-br.mirror.host1plus.com : Resolving timed out after 10521 milliseconds
error: failed retrieving file 'gtk-engine-murrine-0.98.2-2-x86_64.pkg.tar.xz' from linorg.usp.br : Resolving timed out after 10520 milliseconds
error: failed retrieving file 'gtk-engine-murrine-0.98.2-2-x86_64.pkg.tar.xz' from mirror.atlantic.net : Resolving timed out after 10521 milliseconds
error: failed retrieving file 'gtk-engine-murrine-0.98.2-2-x86_64.pkg.tar.xz' from archlinux-br.mirror.host1plus.com : Resolving timed out after 10520 milliseconds
error: failed retrieving file 'gtk-engine-murrine-0.98.2-2-x86_64.pkg.tar.xz' from mirror.i3d.net : Resolving timed out after 10520 milliseconds
error: failed retrieving file 'gtk-engine-murrine-0.98.2-2-x86_64.pkg.tar.xz' from archlinux.ip-connect.vn.ua : Resolving timed out after 10520 milliseconds
error: failed retrieving file 'gtk-engine-murrine-0.98.2-2-x86_64.pkg.tar.xz' from ftp.yzu.edu.tw : Resolving timed out after 10518 milliseconds
error: failed retrieving file 'gtk-engine-murrine-0.98.2-2-x86_64.pkg.tar.xz' from ftp.otenet.gr : Resolving timed out after 10520 milliseconds
error: failed retrieving file 'gtk-engine-murrine-0.98.2-2-x86_64.pkg.tar.xz' from mirror.onet.pl : Resolving timed out after 10519 milliseconds
error: failed retrieving file 'gtk-engine-murrine-0.98.2-2-x86_64.pkg.tar.xz' from ftp.linux.cz : Resolving timed out after 10520 milliseconds
error: failed retrieving file 'gtk-engine-murrine-0.98.2-2-x86_64.pkg.tar.xz' from ftp.fi.muni.cz : Resolving timed out after 10519 milliseconds
 gtk-engine-murrine-0...    80.6 KiB  65.5K/s 00:01 [###########################] 100%
(1/1) checking keys in keyring                      [###########################] 100%
(1/1) checking package integrity                    [###########################] 100%
(1/1) loading package files                         [###########################] 100%
(1/1) checking for file conflicts                   [###########################] 100%
(1/1) checking available disk space                 [###########################] 100%
:: Processing package changes...
(1/1) installing gtk-engine-murrine                 [###########################] 100%

Thanks to all.

@ Additional info: When i was trying to install arch i could not download base and base-devel with pacstrap because this error... And it was solved putting the line "ipv6.disable=1" on boot arch.


The real way to solve it was changing resolv.conf to use Google DNS.
Thanks to all.

Last edited by MysteriesOfPsy (2016-11-22 02:49:07)

Offline

#2 2016-11-19 17:00:41

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 19,771

Re: [SOLVED] error: failed retrieving file

ewaller@turing ~ [1]1003 %sudo pacman -S gtk-engine-murrine 
[sudo] password for ewaller: 
resolving dependencies...
looking for conflicting packages...

Packages (1) gtk-engine-murrine-0.98.2-2

Total Download Size:   0.08 MiB
Total Installed Size:  0.29 MiB

:: Proceed with installation? [Y/n] 
:: Retrieving packages...
 gtk-engine-murrine-...    80.6 KiB   197K/s 00:00 [######################] 100%
(1/1) checking keys in keyring                     [######################] 100%
(1/1) checking package integrity                   [######################] 100%
(1/1) loading package files                        [######################] 100%
(1/1) checking for file conflicts                  [######################] 100%
(1/1) checking available disk space                [######################] 100%
:: Processing package changes...
(1/1) installing gtk-engine-murrine                [######################] 100%
ewaller@turing ~ 1004 %sudo pacman -R gtk-engine-murrine 
checking dependencies...

Packages (1) gtk-engine-murrine-0.98.2-2

Total Removed Size:  0.29 MiB

:: Do you want to remove these packages? [Y/n] 
:: Processing package changes...
(1/1) removing gtk-engine-murrine                  [######################] 100%
ewaller@turing ~ 1005 %

Works okay here.   Requisite scolding --  DO NOT USE PACMAN WITH -S SWITCH UNLESS YOU KNOW EXACTLY WHAT YOU ARE DOING.  There, that feels better wink
Use -Syu so you don't inadvertently do a partial upgrade.  Partial upgrades are a "Bad Thing"©

Is your internet up?    For example, can you browse to http://archlinux.c3sl.ufpr.br/ ? (I can)
Any chance you are in some kind of Internet Jail where you need to use a browser to go enter some credentials (like from a hotel room or an Internet cafe)?

Edit:  I messed your edit.  Yes.  See this https://wiki.archlinux.org/index.php?ti … sable_IPv6

Last edited by ewaller (2016-11-19 17:02:42)


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way

Online

#3 2016-11-19 17:05:11

Scimmia
Fellow
Registered: 2012-09-01
Posts: 11,541

Re: [SOLVED] error: failed retrieving file

ewaller wrote:

Works okay here.   Requisite scolding --  DO NOT USE PACMAN WITH -S SWITCH UNLESS YOU KNOW EXACTLY WHAT YOU ARE DOING.  There, that feels better wink
Use -Syu so you don't inadvertently do a partial upgrade.  Partial upgrades are a "Bad Thing"©

There is nothing wrong with -S. It's -Sy that cases issues.

Offline

#4 2016-11-19 17:28:21

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 19,771

Re: [SOLVED] error: failed retrieving file

Yeah, I suppose that is true.  I take (most of) it back.  It will avoid 404's -- not the problem in this case.


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way

Online

#5 2016-11-19 19:01:58

x33a
Forum Fellow
Registered: 2009-08-15
Posts: 4,587

Re: [SOLVED] error: failed retrieving file

Mod note: Moving thread to "Pacman & Package Upgrade Issues".

Offline

#6 2016-11-19 21:22:05

MysteriesOfPsy
Member
Registered: 2016-11-18
Posts: 26

Re: [SOLVED] error: failed retrieving file

ewaller wrote:

Works okay here.   Requisite scolding --  DO NOT USE PACMAN WITH -S SWITCH UNLESS YOU KNOW EXACTLY WHAT YOU ARE DOING.  There, that feels better wink
Use -Syu so you don't inadvertently do a partial upgrade.  Partial upgrades are a "Bad Thing"©

Is your internet up?    For example, can you browse to http://archlinux.c3sl.ufpr.br/ ? (I can)
Any chance you are in some kind of Internet Jail where you need to use a browser to go enter some credentials (like from a hotel room or an Internet cafe)?

Edit:  I messed your edit.  Yes.  See this https://wiki.archlinux.org/index.php?ti … sable_IPv6

Yeah, i can open and download packages from firefox on http://archlinux.c3sl.ufpr.br/ ?

I tryed this alternative solution but without sucess https://wiki.archlinux.org/index.php?ti … sable_IPv6 but

Hey, on this line:

Adding ipv6.disable=1 to the kernel line disables the whole IPv6 stack, which is likely what you want if you are experiencing issues. See Kernel parameters for more information.

I read this page "Kernel parameters" but i have little knowledge yet... how i can disable ipv6 on kernel? Thanks a lot.

Offline

#7 2016-11-19 21:48:37

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 19,771

Re: [SOLVED] error: failed retrieving file

What bootloader are you using?


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way

Online

#8 2016-11-19 23:32:57

MysteriesOfPsy
Member
Registered: 2016-11-18
Posts: 26

Re: [SOLVED] error: failed retrieving file

ewaller wrote:

What bootloader are you using?

Grub.
I try to put ipv6.disable=1 on boot loader but not sucess ;/

Offline

#9 2016-11-20 09:48:55

a821
Member
Registered: 2012-10-31
Posts: 381

Re: [SOLVED] error: failed retrieving file

Did you try using another downloader? See XferCommand in pacman.conf(5). In my case this solved a similar issue caused by a firewall/proxy which caused pacman to timeout.

Offline

#10 2016-11-20 20:38:16

MysteriesOfPsy
Member
Registered: 2016-11-18
Posts: 26

Re: [SOLVED] error: failed retrieving file

a821 wrote:

Did you try using another downloader? See XferCommand in pacman.conf(5). In my case this solved a similar issue caused by a firewall/proxy which caused pacman to timeout.

I try this XferCommand with curl and wget, I was able to download almost all of the packages.. Already gave to solve part of the problem smile
Thanks man.

Offline

#11 2016-11-21 12:59:36

MysteriesOfPsy
Member
Registered: 2016-11-18
Posts: 26

Re: [SOLVED] error: failed retrieving file

Oh my fucking god, problem solved disablind IPV6 on gnome wifi interface xD
thanks to all!

Offline

#12 2016-11-21 16:31:12

x33a
Forum Fellow
Registered: 2009-08-15
Posts: 4,587

Re: [SOLVED] error: failed retrieving file

@MysteriesOfPsy,

Please mark the thread as solved by editing your first post and prepending [solved] to the title.

Offline

#13 2016-11-21 16:43:27

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 19,771

Re: [SOLVED] error: failed retrieving file

OTOH, it might be worth investigating what is wrong with the IPv6 stack.  Hopefully, it will become increasing difficult to ignore IPv6 issues by falling back to IPv4.


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way

Online

Board footer

Powered by FluxBB