You are not logged in.
Pages: 1
hello!
Im getting this "error" every time I try to fully update my system...
I have uncommented repositories, uncommented multiple servers, I did pacman -Syy for recognising new sources...
I didn't updete system for about month so its impossible that there are no new updates ![]()
What's this about?
Offline
what happens when you do :
Pacman -Syu
?
what is the exact error? are you mirrors up to date?
Last edited by scarletxfi (2010-09-20 13:34:03)
Offline
change the _first_ mirror with one up to date
Give what you have. To someone, it may be better than you dare to think.
Offline
I did it...
it synchronizes mirrors but "there is nothing to do"...
[root@server tepo]# pacman -Suyy
:: Synchronizing package databases...
core 35.3K 547.0K/s 00:00:00 [####################################] 100%
extra 457.4K 594.8K/s 00:00:01 [####################################] 100%
community 374.2K 613.5K/s 00:00:01 [####################################] 100%
error: failed retrieving file 'multilib.db.tar.gz' from ftp.sh.cvut.cz : File unavailable (e.g., file not found, no access)
error: failed retrieving file 'multilib.db.tar.gz' from ftp5.gwdg.de : File unavailable (e.g., file not found, no access)
error: failed retrieving file 'multilib.db.tar.gz' from mirrors.kernel.org : Not Found
error: failed retrieving file 'multilib.db.tar.gz' from ftp.iinet.net.au : File unavailable (e.g., file not found, no access)
error: failed to update multilib (File unavailable (e.g., file not found, no access))
:: Starting full system upgrade...
there is nothing to do
[root@server tepo]#mirrorlist:
.
.
.
# Generated on 2010-06-21
#
Server = ftp://ftp5.gwdg.de/pub/linux/archlinux/$repo/os/$arch
Server = http://mirrors.kernel.org/archlinux/$repo/os/$arch
Server = ftp://mirrors.kernel.org/archlinux/$repo/os/$arch
# Any
Server = ftp://mirrors.kernel.org/archlinux/$repo/os/$arch
Server = http://mirrors.kernel.org/archlinux/$repo/os/$arch
# Australia
.
.
.also
[multilib]
Include = /etc/pacman.d/mirrorlist
...is included in pacman.conf
Offline
from what i see is using ftp.sh.cvut.cz which is very very very very very out of date.
paste pacman.conf and note that you don't need multilib if you are on i686
Last edited by wonder (2010-09-20 13:53:27)
Give what you have. To someone, it may be better than you dare to think.
Offline
yeah, you're right!
I didnt notest that I had uncommented that mirror.. thanks!
I Hope that will be enought...
Offline
but what's this about?
error: failed retrieving file 'gcc-4.5.1-1-i686.pkg.tar.xz' from mirrors.kernel.org : Service not available, closing control connectionServer = ftp://mirrors.kernel.org/archlinux/$repo/os/$arch mirror should be up to date...
Offline
Use http instead of ftp (Server = http://mirrors.kernel.org/archlinux/$repo/os/$arch).
Offline
but what's this about?
error: failed retrieving file 'gcc-4.5.1-1-i686.pkg.tar.xz' from mirrors.kernel.org : Service not available, closing control connection
that is a bug in libfetch and once you update that everything would work correctly
Give what you have. To someone, it may be better than you dare to think.
Offline
will see
Offline
I also can't upgrade my system but I have no errors.
sudo pacman -Syu
Password:
:: Synchronizing package databases...
core is up to date
extra is up to date
community is up to date
archlinuxfr is up to date
:: Starting full system upgrade...
there is nothing to doSeveral days already... I have Firefox 3.6.9. AFAIK there's 3.6.10 in repos. What's wrong with my system?
Mirrorlist:
# United States
Server = ftp://mirror.cs.vt.edu/pub/ArchLinux/$repo/os/i686
Server = http://mirror.cs.vt.edu/pub/ArchLinux/$repo/os/i686
Server = ftp://mirrors.easynews.com/linux/archlinux/$repo/os/i686
Server = http://mirrors.easynews.com/linux/archlinux/$repo/os/i686
Server = ftp://ftp.archlinux.org/$repo/os/i686
Server = http://mirrors.gigenet.com/archlinux/$repo/os/i686
Server = ftp://ftp.gtlib.gatech.edu/pub/linux/distributions/archlinux/$repo/os/i686
Server = http://www.gtlib.gatech.edu/pub/linux/distributions/archlinux/$repo/os/i686
Server = ftp://mirrors.hosef.org/archlinux/$repo/os/i686
Server = http://mirrors.hosef.org/archlinux/$repo/os/i686
Server = ftp://ibiblio.org/pub/linux/distributions/archlinux/$repo/os/i686
Server = http://distro.ibiblio.org/pub/linux/distributions/archlinux/$repo/os/i686
Server = http://archlinux.linuxfreedom.com/$repo/os/i686
Server = ftp://locke.suu.edu/linux/dist/archlinux/$repo/os/i686
Server = ftp://lug.mtu.edu/archlinux/ftpfull/$repo/os/i686
Server = http://lug.mtu.edu/archlinux/ftpfull/$repo/os/i686
Server = ftp://mirrors.xmission.com/archlinux/$repo/os/i686
Server = http://mirrors.xmission.com/archlinux/$repo/os/i686
Server = ftp://mirror.rit.edu/archlinux/$repo/os/i686
Server = http://mirror.rit.edu/archlinux/$repo/os/i686
Server = http://schlunix.org/archlinux/$repo/os/i686
Server = http://archlinux.umflint.edu/$repo/os/i686
Server = http://mirror.umoss.org/archlinux/$repo/os/i686Offline
Put in your /etc/pacman.d/mirrorlist in the first place:
Server = http://mirrors.kernel.org/archlinux/$repo/os/$arch
and then do pacman -Syu
Offline
Try ftp://archlinux.puzzle.ch/
If you need just one or two packages, you can download them manually http://www.archlinux.org/packages/extra/i686/firefox/
Last edited by karol (2010-09-22 13:25:45)
Offline
@Mr. Alex is very easy to found out your problem. for example the first mirror from your link is not even in our status page, meaning is very very very out of date. just click on the above link and you can figure it out
Give what you have. To someone, it may be better than you dare to think.
Offline
https://www.archlinux.de/?page=MirrorStatus has a nice list of mirrors that are up-to-date, as was already pointed out by wonder. Please do read and follow suggestions before posting: https://bbs.archlinux.org/viewtopic.php … 74#p828874
Offline
This page for mirror status check http://www.archlinux.org/mirrors/status/ is nice too, maybe even a better one. ![]()
Offline
Thanks! The problem was fixed when I found mirrorlist.pacnew and replaced old one with this. Now everything works.
Offline
Pages: 1