You are not logged in.

#1 2010-06-03 22:07:54

jauthu
Member
From: Moscow, Russia
Registered: 2010-02-01
Posts: 17

[SOLVED]pacman can't download packages

doing as usual:
#pacman -Syu
and
#pacman -S openbox

but then see:

resolving dependencies...
looking for inter-conflicts...

Targets (1): openbox-3.4.11.2-1 [0.27 MB]  

Total Download Size:    0.27 MB
Total Installed Size:   1.89 MB

Proceed with installation? [Y/n] y
:: Retrieving packages from extra...
error: failed retrieving file 'openbox-3.4.11.2-1-i686.pkg.tar.xz' from ftp.archlinux.org : File unavailable (e.g., file not found, no access)
warning: failed to retrieve some files from extra
error: failed to commit transaction (File unavailable (e.g., file not found, no access))
Errors occurred, no packages were upgraded.

tried with mirrors.kernel.org, mirror.yandex.ru(one of closest to me) and even ftp.archlinux.org.
all with same result.

--debug pacman output:

debug: config: attempting to read file /etc/pacman.conf
debug: config: new section 'options'
debug: config: HoldPkg: pacman
debug: config: HoldPkg: glibc
debug: config: SyncFirst: pacman
debug: config: showsize
debug: config: totaldownload
debug: config: new section 'core'
debug: setlibpaths() called
debug: option 'cachedir' = /var/cache/pacman/pkg/
debug: registering sync database 'core'
debug: config: including /etc/pacman.d/mirrorlist
debug: config: attempting to read file /etc/pacman.d/mirrorlist
debug: adding new server URL to database 'core': ftp://ftp.archlinux.org/core/os/i686
debug: config: finished parsing /etc/pacman.d/mirrorlist
debug: config: new section 'extra'
debug: registering sync database 'extra'
debug: config: including /etc/pacman.d/mirrorlist
debug: config: attempting to read file /etc/pacman.d/mirrorlist
debug: adding new server URL to database 'extra': ftp://ftp.archlinux.org/extra/os/i686
debug: config: finished parsing /etc/pacman.d/mirrorlist
debug: config: new section 'community'
debug: registering sync database 'community'
debug: config: including /etc/pacman.d/mirrorlist
debug: config: attempting to read file /etc/pacman.d/mirrorlist
debug: adding new server URL to database 'community': ftp://ftp.archlinux.org/community/os/i686
debug: config: finished parsing /etc/pacman.d/mirrorlist
debug: config: new section 'testing'
debug: registering sync database 'testing'
debug: config: including /etc/pacman.d/mirrorlist
debug: config: attempting to read file /etc/pacman.d/mirrorlist
debug: adding new server URL to database 'testing': ftp://ftp.archlinux.org/testing/os/i686
debug: config: finished parsing /etc/pacman.d/mirrorlist
debug: config: new section 'community-testing'
debug: registering sync database 'community-testing'
debug: config: including /etc/pacman.d/mirrorlist
debug: config: attempting to read file /etc/pacman.d/mirrorlist
debug: adding new server URL to database 'community-testing': ftp://ftp.archlinux.org/community-testing/os/i686
debug: config: finished parsing /etc/pacman.d/mirrorlist
debug: config: new section 'archlinuxfr'
debug: registering sync database 'archlinuxfr'
debug: adding new server URL to database 'archlinuxfr': http://repo.archlinux.fr/i686
debug: config: finished parsing /etc/pacman.conf
debug: registering local database
debug: loading package cache for repository 'local'
debug: loading package cache for repository 'core'
debug: loading package cache for repository 'extra'
debug: adding package openbox-3.4.11.2-1 to the transaction targets
resolving dependencies...
debug: resolving target's dependencies
debug: started resolving dependencies
debug: checkdeps: package openbox-3.4.11.2-1
debug: finished resolving dependencies
debug: started sorting dependencies
debug: sorting dependencies finished
looking for inter-conflicts...
debug: looking for conflicts
debug: check targets vs targets
debug: check targets vs targets
debug: check targets vs db and db vs targets
debug: check targets vs db
debug: check db vs targets
debug: checking dependencies
debug: checkdeps: package openbox-3.4.11.2-1
debug: setting download size 281868 for pkg openbox

Targets (1): openbox-3.4.11.2-1 [0.27 MB]  

Total Download Size:    0.27 MB
Total Installed Size:   1.89 MB

debug: using cachedir: /var/cache/pacman/pkg/
:: Retrieving packages from extra...
debug: using 'openbox-3.4.11.2-1-i686.pkg.tar.xz' for download progress
debug: HTTP_PROXY: (null)
debug: http_proxy: (null)
debug: FTP_PROXY:  (null)
debug: ftp_proxy:  (null)
error: failed retrieving file 'openbox-3.4.11.2-1-i686.pkg.tar.xz' from ftp.archlinux.org : File unavailable (e.g., file not found, no access)
warning: failed to retrieve some files from extra
Errors occurred, no packages were upgraded.
debug: unregistering database 'local'
debug: freeing package cache for repository 'local'
debug: unregistering database 'core'
debug: freeing package cache for repository 'core'
debug: unregistering database 'extra'
debug: freeing package cache for repository 'extra'
debug: unregistering database 'community'
debug: unregistering database 'testing'
debug: unregistering database 'community-testing'
debug: unregistering database 'archlinuxfr'

Last edited by jauthu (2010-06-04 00:22:34)

Offline

#2 2010-06-03 22:11:06

schen
Member
Registered: 2009-06-06
Posts: 468

Re: [SOLVED]pacman can't download packages

The servers seem to be syncing right now. Wait for a few hours and then retry.

http://bbs.archlinux.org/viewtopic.php?id=98379

Offline

#3 2010-06-03 22:17:54

jauthu
Member
From: Moscow, Russia
Registered: 2010-02-01
Posts: 17

Re: [SOLVED]pacman can't download packages

thanks
but what about ftp.archlinux.org? is it the mirror? O_o

Offline

#4 2010-06-03 22:21:05

schen
Member
Registered: 2009-06-06
Posts: 468

Re: [SOLVED]pacman can't download packages

ftp.archlinux.org is a mirror, yes.

Last edited by schen (2010-06-03 22:26:20)

Offline

#5 2010-06-03 22:21:46

Allan
Pacman
From: Brisbane, AU
Registered: 2007-06-09
Posts: 11,672
Website

Re: [SOLVED]pacman can't download packages

Actually...  ftp.archlinux.org is a mirror like any other.

Offline

#6 2010-06-03 22:26:41

schen
Member
Registered: 2009-06-06
Posts: 468

Re: [SOLVED]pacman can't download packages

Sorry for my misunderstanding!

Offline

#7 2010-06-03 22:31:42

jauthu
Member
From: Moscow, Russia
Registered: 2010-02-01
Posts: 17

Re: [SOLVED]pacman can't download packages

but it is really strange that when i uncommented "http://ftp.archlinux.org..."  in mirrorlist it is the same error
so what destination for all that mirrors are?

and when I download package from web-interface http://www.archlinux.org/packages/extra/x86_64/openbox/ it successfuly downloaded from mirrors.kernel.org but pacman can't...

I'm completely dumb, or the universe had hell changed

As you see, my english is stupid.

Last edited by jauthu (2010-06-03 22:34:49)

Offline

#8 2010-06-03 22:33:01

wonder
Developer
From: Bucharest, Romania
Registered: 2006-07-05
Posts: 5,941
Website

Re: [SOLVED]pacman can't download packages

http://ftp.archlinux.org i think is redirected to some page. you need to use ftp://ftp.archlinux.org

Last edited by wonder (2010-06-03 22:33:21)


Give what you have. To someone, it may be better than you dare to think.

Offline

#9 2010-06-03 22:37:12

jauthu
Member
From: Moscow, Russia
Registered: 2010-02-01
Posts: 17

Re: [SOLVED]pacman can't download packages

wonder: sorry, it is my fault. I tried ftp://ftp.archlinux.org, not http://...

Offline

#10 2010-06-03 22:40:03

wonder
Developer
From: Bucharest, Romania
Registered: 2006-07-05
Posts: 5,941
Website

Re: [SOLVED]pacman can't download packages

the download from package details is using mirrors.kernel.org and i think that is fully synced, compared with ftp.archlinux.org which is partially synced

Last edited by wonder (2010-06-03 22:40:39)


Give what you have. To someone, it may be better than you dare to think.

Offline

#11 2010-06-03 22:42:09

jauthu
Member
From: Moscow, Russia
Registered: 2010-02-01
Posts: 17

Re: [SOLVED]pacman can't download packages

wonder wrote:

the download from package details is using mirrors.kernel.org and i think that is fully synced, compared with ftp.archlinux.org which is partially synced

that's what I'm talking about! smile

error: failed retrieving file 'openbox-3.4.11.2-1-i686.pkg.tar.xz' from mirrors.kernel.org : File unavailable (e.g., file not found, no access)

Offline

#12 2010-06-03 22:48:33

Allan
Pacman
From: Brisbane, AU
Registered: 2007-06-09
Posts: 11,672
Website

Re: [SOLVED]pacman can't download packages

It is on the master server.  Time will fix all.

And mirrors.kernel.org is a collection of servers and you get a different server depending on where you are based.  Some may be synced and others not.

Offline

#13 2010-07-16 17:01:31

Kooothor
Member
From: Paname
Registered: 2008-08-02
Posts: 228

Re: [SOLVED]pacman can't download packages

Hello,

I have the very same problem, pacman can't find any Community packages, whatever the mirror I chose.

Allan wrote:

Time will fix all.

I have this since yesterday !!


ktr

Offline

#14 2010-07-16 17:04:02

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [SOLVED]pacman can't download packages

Maybe you can pick it manually. Would that work?

Offline

#15 2010-07-16 17:50:06

Kooothor
Member
From: Paname
Registered: 2008-08-02
Posts: 228

Re: [SOLVED]pacman can't download packages

karol wrote:

Maybe you can pick it manually. Would that work?

Yes, that is what I do, I download the .xz archive from the web, then pacman -U this file.
But that's no solution...


ktr

Offline

#16 2010-07-18 18:10:56

Kooothor
Member
From: Paname
Registered: 2008-08-02
Posts: 228

Re: [SOLVED]pacman can't download packages

Ok, the error was on my side, I had [community-testing] where I sould have [community]. (in pacman.conf)

smile


ktr

Offline

Board footer

Powered by FluxBB