You are not logged in.

#1 2009-01-20 08:16:20

The_Dreaming_Mind
Member
Registered: 2008-01-25
Posts: 19

pacman does not updater anymore

dear all,

long time ago I did something wrong with my arch station, and my station does not update anymore.
I think I removed something like the list of the repository from the mirror list of pacman or something like this.
now I do not remmber exactelly the details because it las some months ago. At  the moment I didnt care much because the system worked properly, but now I want to restore the pacman update system.

what do i have to check??

to give you more information I can tell you that when I lauch

$ sudo pacman -Suy

the system seems to check for the repositories, but then claims the system is up dated.

do myou need more information in support?

Offline

#2 2009-01-20 08:34:34

kludge
Member
Registered: 2008-08-03
Posts: 294

Re: pacman does not updater anymore

a copy-n-paste of the output from pacman -Syu would be a good start.

you might also want to check http://users.archlinux.de/~gerbra/mirrorcheck.html and look for your mirror, to make sure it's properly updating.


[23:00:16]    dr_kludge | i want to invent an olfactory human-computer interface, integrate it into the web standards, then produce my own forked browser.
[23:00:32]    dr_kludge | can you guess what i'd call it?
[23:01:16]    dr_kludge | nosilla.
[23:01:32]    dr_kludge | i really should be going to bed.  i'm giggling madly about that.

Offline

#3 2009-01-20 09:34:33

ndlarsen
Member
From: Denmark
Registered: 2005-11-02
Posts: 157

Re: pacman does not updater anymore

Without knowing the specific details, it does sound like the mirror is out of sync.


I made it long
as I lacked the time to make it short...

Offline

#4 2009-01-20 17:57:05

The_Dreaming_Mind
Member
Registered: 2008-01-25
Posts: 19

Re: pacman does not updater anymore

this is the output

[cisella@Trantor ~]$ sudo pacman -Suy
Password:
:: Synchronizing package databases...
core                      32.0K   52.2K/s 00:00:01 [#####################] 100%
extra                    380.5K   42.2K/s 00:00:09 [#####################] 100%
community                356.8K   37.2K/s 00:00:10 [#####################] 100%
:: Starting full system upgrade...
local database is up to date

this is the uname output

[cisella@Trantor ~]$ uname -a
Linux Trantor 2.6.26-ARCH #1 SMP PREEMPT Tue Sep 9 09:56:28 UTC 2008 x86_64 Intel(R) Core(TM)2 Quad CPU Q6600 @ 2.40GHz GenuineIntel GNU/Linux

Offline

#5 2009-01-20 18:05:20

Mr Green
Forum Fellow
From: U.K.
Registered: 2003-12-21
Posts: 5,899
Website

Re: pacman does not updater anymore

have you got mirrorlist in /etc/pacman.d/ ?


Mr Green

Offline

#6 2009-01-20 18:09:30

u_no_hu
Member
Registered: 2008-06-15
Posts: 453

Re: pacman does not updater anymore

Pasting your pacman.conf and mirrorlist files (in code tags) may help us


Don't be a HELP VAMPIRE. Please search before you ask.

Subscribe to The Arch Daily News.

Offline

#7 2009-01-21 05:12:49

The_Dreaming_Mind
Member
Registered: 2008-01-25
Posts: 19

Re: pacman does not updater anymore

here it is

[cisella@Trantor ~]$ ls -trl /etc/pacman.d/
total 36
-rw-r--r-- 1 root root 3685 Jan 31  2008 unstable
-rw-r--r-- 1 root root 3637 Jan 31  2008 testing
-rw-r--r-- 1 root root 3637 Jan 31  2008 release
-rw-r--r-- 1 root root 3493 Jan 31  2008 core
-rw-r--r-- 1 root root 3733 Jan 31  2008 community
-rw-r--r-- 1 root root 3541 Jan 31  2008 extra
-rw-r--r-- 1 root root 3791 Apr  4  2008 mirrorlist
-rw-r--r-- 1 root root 4382 Aug 26 23:48 mirrorlist.pacnew
#
# /etc/pacman.conf
#
# See the pacman manpage for option directives

#
# GENERAL OPTIONS
#
[options]
# 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
HoldPkg     = pacman glibc
#XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u

#
# 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
#
# 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.
#

# Testing is disabled by default.  To enable, uncomment the following
# two 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]
# Add your preferred servers here, they will be used first
Include = /etc/pacman.d/mirrorlist

[extra]
# Add your preferred servers here, they will be used first
Include = /etc/pacman.d/mirrorlist

[community]
# Add your preferred servers here, they will be used first
Include = /etc/pacman.d/mirrorlist

# Unstable is disabled by default.  To enable, uncomment the following
# two lines.  You can add preferred servers immediately after the header,
# and they will be used before the default mirrors.
#[unstable]
#Include = /etc/pacman.d/mirrorlist

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

Offline

#8 2009-01-21 06:45:12

Snowman
Developer/Forum Fellow
From: Montreal, Canada
Registered: 2004-08-20
Posts: 5,212

Re: pacman does not updater anymore

What mirror are you using? Try using another mirror.

Offline

#9 2009-01-21 06:55:30

Mr Green
Forum Fellow
From: U.K.
Registered: 2003-12-21
Posts: 5,899
Website

Re: pacman does not updater anymore

please paste the file mirrorlist [which is in /etc/pacman.d]


Mr Green

Offline

#10 2009-01-21 08:54:21

The_Dreaming_Mind
Member
Registered: 2008-01-25
Posts: 19

Re: pacman does not updater anymore

I will do it this evening, now I am at work.

thank you for the support

Offline

#11 2009-01-21 21:03:34

The_Dreaming_Mind
Member
Registered: 2008-01-25
Posts: 19

Re: pacman does not updater anymore

here it is

#
# Arch Linux repository mirrorlist
#

# United States
Server = ftp://ftp.archlinux.org/$repo/os/x86_64
Server = ftp://locke.suu.edu/linux/dist/archlinux/$repo/os/x86_64
Server = ftp://mirrors.unixheads.org/archlinux/$repo/os/x86_64
Server = ftp://ftp-linux.cc.gatech.edu/pub/linux/distributions/archlinux/$repo/os/x86_64
Server = ftp://mirror.cs.vt.edu/pub/ArchLinux/$repo/os/x86_64
Server = http://mirrors.easynews.com/linux/archlinux/$repo/os/x86_64
Server = ftp://ftp.ibiblio.org/pub/linux/distributions/archlinux/$repo/os/x86_64
Server = http://holmes.umflint.edu/archlinux/$repo/os/x86_64
Server = http://mirror.neotuli.net/arch/$repo/os/x86_64

# South America
# - Brazil
Server = http://archlinux.c3sl.ufpr.br/$repo/os/x86_64
Server = ftp://archlinux.c3sl.ufpr.br/archlinux/$repo/os/x86_64
Server = ftp://ftp.las.ic.unicamp.br/pub/archlinux/$repo/os/x86_64

# Europe
# - Austria
Server = ftp://gd.tuwien.ac.at/opsys/linux/archlinux/$repo/os/x86_64
# - Belgium
Server = ftp://ftp.belnet.be/mirror/archlinux.org/$repo/os/x86_64
# - Czech Republic
Server = ftp://ftp.sh.cvut.cz/MIRRORS/arch/$repo/os/x86_64
# - Estonia
Server = ftp://ftp.estpak.ee/pub/archlinux/$repo/os/x86_64
# - France
Server = ftp://mir1.archlinuxfr.org/archlinux/$repo/os/x86_64
Server = ftp://mir2.archlinuxfr.org/archlinux/$repo/os/x86_64
Server = ftp://distrib-coffee.ipsl.jussieu.fr/pub/linux/archlinux/$repo/os/x86_64
Server = http://mir.archlinux.fr/$repo/os/x86_64
Server = ftp://ftp.free.fr/mirrors/ftp.archlinux.org/$repo/os/x86_64
# - Germany
Server = ftp://ftp.hosteurope.de/mirror/ftp.archlinux.org/$repo/os/x86_64
Server = ftp://ftp5.gwdg.de/pub/linux/archlinux/$repo/os/x86_64
Server = ftp://ftp.uni-bayreuth.de/pub/linux/archlinux/$repo/os/x86_64
Server = ftp://ftp.archlinuxppc.org/x86_64/$repo/os/x86_64
Server = ftp://ftp.tu-chemnitz.de/pub/linux/archlinux/$repo/os/x86_64
Server = http://ftp.uni-kl.de/pub/linux/archlinux/$repo/os/x86_64
# - Great Britain
Server = http://www.mirrorservice.org/sites/ftp.archlinux.org/$repo/os/x86_64
Server = ftp://mirrors.uk2.net/pub/archlinux/$repo/os/x86_64
Server = http://archlinux.mirrors.uk2.net/$repo/os/x86_64
# - Greece
Server = ftp://ftp.ntua.gr/pub/linux/archlinux/$repo/os/x86_64
# - Hungary
Server = ftp://ftp.mfa.kfki.hu/pub/mirrors/ftp.archlinux.org/$repo/os/x86_64
# - Ireland
Server = ftp://ftp.heanet.ie/mirrors/ftp.archlinux.org/$repo/os/x86_64
# - Italy
Server = ftp://mi.mirror.garr.it/mirrors/archlinux/$repo/os/x86_64
# - Netherlands
Server = ftp://ftp.nluug.nl/pub/metalab/distributions/archlinux/$repo/os/x86_64
Server = ftp://ftp.surfnet.nl/pub/os/Linux/distr/archlinux/$repo/os/x86_64
# - Poland
Server = ftp://mirror.icis.pcz.pl/archlinux/$repo/os/x86_64
Server = http://piotrkosoft.net/pub/mirrors/ftp.archlinux.org/$repo/os/x86_64
Server = ftp://ftp.piotrkosoft.net/pub/mirrors/ftp.archlinux.org/$repo/os/x86_64
# - Portugal
Server = ftp://cesium.di.uminho.pt/pub/archlinux/$repo/os/x86_64
# - Romania
Server = ftp://ftp.iasi.roedu.net/mirrors/archlinux.org/$repo/os/x86_64
# - Russia
Server = ftp://mirror.yandex.ru/archlinux/$repo/os/x86_64
Server = http://archlinux.freeside.ru/$repo/os/x86_64
# - Sweden
Server = ftp://ftp.ds.hj.se/pub/os/linux/archlinux/$repo/os/x86_64
Server = ftp://ftp.gigabit.nu/$repo/os/x86_64
# - Switzerland
Server = ftp://archlinux.puzzle.ch/$repo/os/x86_64
# - Turkey
Server = http://server.elsistech.com/archlinux/$repo/os/x86_64
# - Ukraine
Server = ftp://hell.org.ua/archlinux/$repo/os/x86_64
Server = ftp://ftp.linux.kiev.ua/pub/Linux/ArchLinux/$repo/os/x86_64

# Asia
# - Israel
Server = http://mirror.isoc.org.il/pub/archlinux/$repo/os/x86_64

# Australia
Server = ftp://mirror.pacific.net.au/linux/archlinux/$repo/os/x86_64
Server = ftp://mirror.aarnet.edu.au/pub/archlinux/$repo/os/x86_64

Offline

#12 2009-01-23 09:49:23

The_Dreaming_Mind
Member
Registered: 2008-01-25
Posts: 19

Re: pacman does not updater anymore

no idea? may I solve it reinstaslling pacman?

Offline

#13 2009-01-23 09:57:57

Dead Code
Member
Registered: 2009-01-18
Posts: 227

Re: pacman does not updater anymore

arent we supposed to uncomment only one mirror? you have uncommented all the them

Offline

#14 2009-01-23 11:20:58

The_Dreaming_Mind
Member
Registered: 2008-01-25
Posts: 19

Re: pacman does not updater anymore

I will try

Offline

#15 2009-01-23 11:29:59

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

Re: pacman does not updater anymore

Can you paste the output of "pacman -Si kernel26" and "pacman -Qi kernel26"?   Also, "pacman -Syu --debug".

Offline

#16 2009-01-23 18:15:20

The_Dreaming_Mind
Member
Registered: 2008-01-25
Posts: 19

Re: pacman does not updater anymore

here it is

[cisella@Trantor ~]$ sudo pacman -Si kernel26
Password: 
Repository     : core
Name           : kernel26
Version        : 2.6.28.1-1
URL            : http://www.kernel.org
Licenses       : GPL2  
Groups         : base  
Provides       : None
Depends On     : coreutils  module-init-tools  mkinitcpio>=0.5.20  
Optional Deps  : crda: to set the correct wireless channels of your country
Conflicts With : None
Replaces       : kernel24  kernel24-scsi  kernel26-scsi  alsa-driver  ieee80211  hostap-driver26  pwc  nforce  squashfs  unionfs  ivtv  zd1211  kvm-modules  iwlwifi  
                 rt2x00-cvs  gspcav1  atl2  wlan-ng26  
Download Size  : 29169.49 K
Installed Size : 107990.00 K
Packager       : Tobias Powalowski <tpowa@archlinux.org>
Architecture   : x86_64
Build Date     : Sun Jan 18 11:45:31 2009
MD5 Sum        : bb69fc3d49cb9214c0c57d7e51688187
Description    : The Linux Kernel and modules
[cisella@Trantor ~]$ sudo pacman -Qi kernel26
error: package "kernel26" not found

Offline

#17 2009-01-23 18:16:49

The_Dreaming_Mind
Member
Registered: 2008-01-25
Posts: 19

Re: pacman does not updater anymore

I hope it is enogth because I had to remove some lines to be able to post it

debug: config: attempting to read file /etc/pacman.conf
debug: config: new section 'options'
debug: config: HoldPkg: pacman
debug: config: HoldPkg: glibc
debug: config: new section 'core'
debug: setlibpaths() called
debug: option 'cachedir' = /var/cache/pacman/pkg/
debug: registering sync database 'core'
debug: opening database 'core'
debug: opening database from path '/var/lib/pacman/sync/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/x86_64
debug: adding new server URL to database 'core': ftp://locke.suu.edu/linux/dist/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': ftp://mirrors.unixheads.org/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': ftp://ftp-linux.cc.gatech.edu/pub/linux/distributions/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': ftp://mirror.cs.vt.edu/pub/ArchLinux/core/os/x86_64
debug: adding new server URL to database 'core': http://mirrors.easynews.com/linux/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': ftp://ftp.ibiblio.org/pub/linux/distributions/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://holmes.umflint.edu/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://mirror.neotuli.net/arch/core/os/x86_64
debug: adding new server URL to database 'core': http://archlinux.c3sl.ufpr.br/core/os/x86_64
debug: adding new server URL to database 'core': ftp://archlinux.c3sl.ufpr.br/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': ftp://ftp.las.ic.unicamp.br/pub/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': ftp://gd.tuwien.ac.at/opsys/linux/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': ftp://ftp.belnet.be/mirror/archlinux.org/core/os/x86_64
debug: adding new server URL to database 'core': ftp://ftp.sh.cvut.cz/MIRRORS/arch/core/os/x86_64
debug: adding new server URL to database 'core': ftp://ftp.estpak.ee/pub/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': ftp://mir1.archlinuxfr.org/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': ftp://mir2.archlinuxfr.org/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': ftp://distrib-coffee.ipsl.jussieu.fr/pub/linux/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': ftp://ftp.free.fr/mirrors/ftp.archlinux.org/core/os/x86_64
debug: adding new server URL to database 'core': ftp://ftp.hosteurope.de/mirror/ftp.archlinux.org/core/os/x86_64
debug: adding new server URL to database 'core': ftp://ftp5.gwdg.de/pub/linux/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': ftp://ftp.uni-bayreuth.de/pub/linux/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': ftp://ftp.archlinuxppc.org/x86_64/core/os/x86_64
debug: adding new server URL to database 'core': ftp://ftp.tu-chemnitz.de/pub/linux/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://ftp.uni-kl.de/pub/linux/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://www.mirrorservice.org/sites/ftp.archlinux.org/core/os/x86_64
debug: adding new server URL to database 'core': ftp://mirrors.uk2.net/pub/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://archlinux.mirrors.uk2.net/core/os/x86_64
debug: adding new server URL to database 'core': ftp://ftp.ntua.gr/pub/linux/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': ftp://ftp.mfa.kfki.hu/pub/mirrors/ftp.archlinux.org/core/os/x86_64
debug: adding new server URL to database 'core': ftp://ftp.heanet.ie/mirrors/ftp.archlinux.org/core/os/x86_64
debug: adding new server URL to database 'core': ftp://mi.mirror.garr.it/mirrors/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': ftp://ftp.nluug.nl/pub/metalab/distributions/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': ftp://ftp.surfnet.nl/pub/os/Linux/distr/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': ftp://mirror.icis.pcz.pl/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://piotrkosoft.net/pub/mirrors/ftp.archlinux.org/core/os/x86_64
debug: adding new server URL to database 'core': ftp://ftp.piotrkosoft.net/pub/mirrors/ftp.archlinux.org/core/os/x86_64
debug: adding new server URL to database 'core': ftp://cesium.di.uminho.pt/pub/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': ftp://ftp.iasi.roedu.net/mirrors/archlinux.org/core/os/x86_64
debug: adding new server URL to database 'core': ftp://mirror.yandex.ru/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': http://archlinux.freeside.ru/core/os/x86_64
debug: adding new server URL to database 'core': ftp://ftp.ds.hj.se/pub/os/linux/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': ftp://ftp.gigabit.nu/core/os/x86_64
debug: adding new server URL to database 'core': ftp://archlinux.puzzle.ch/core/os/x86_64
debug: adding new server URL to database 'core': http://server.elsistech.com/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': ftp://hell.org.ua/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': ftp://ftp.linux.kiev.ua/pub/Linux/ArchLinux/core/os/x86_64
debug: adding new server URL to database 'core': http://mirror.isoc.org.il/pub/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': ftp://mirror.pacific.net.au/linux/archlinux/core/os/x86_64
debug: adding new server URL to database 'core': ftp://mirror.aarnet.edu.au/pub/archlinux/core/os/x86_64
debug: config: finished parsing /etc/pacman.d/mirrorlist
debug: config: new section 'extra'
debug: registering sync database 'extra'
debug: opening database 'extra'
debug: opening database from path '/var/lib/pacman/sync/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/x86_64
debug: adding new server URL to database 'extra': ftp://locke.suu.edu/linux/dist/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': ftp://mirrors.unixheads.org/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': ftp://ftp-linux.cc.gatech.edu/pub/linux/distributions/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': ftp://mirror.cs.vt.edu/pub/ArchLinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://mirrors.easynews.com/linux/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': ftp://ftp.ibiblio.org/pub/linux/distributions/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://holmes.umflint.edu/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://mirror.neotuli.net/arch/extra/os/x86_64
debug: adding new server URL to database 'extra': http://archlinux.c3sl.ufpr.br/extra/os/x86_64
debug: adding new server URL to database 'extra': ftp://archlinux.c3sl.ufpr.br/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': ftp://ftp.las.ic.unicamp.br/pub/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': ftp://gd.tuwien.ac.at/opsys/linux/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': ftp://ftp.belnet.be/mirror/archlinux.org/extra/os/x86_64
debug: adding new server URL to database 'extra': ftp://ftp.sh.cvut.cz/MIRRORS/arch/extra/os/x86_64
debug: adding new server URL to database 'extra': ftp://ftp.estpak.ee/pub/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': ftp://mir1.archlinuxfr.org/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': ftp://mir2.archlinuxfr.org/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': ftp://distrib-coffee.ipsl.jussieu.fr/pub/linux/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': ftp://ftp.free.fr/mirrors/ftp.archlinux.org/extra/os/x86_64
debug: adding new server URL to database 'extra': ftp://ftp.hosteurope.de/mirror/ftp.archlinux.org/extra/os/x86_64
debug: adding new server URL to database 'extra': ftp://ftp5.gwdg.de/pub/linux/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': ftp://ftp.uni-bayreuth.de/pub/linux/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': ftp://ftp.archlinuxppc.org/x86_64/extra/os/x86_64
debug: adding new server URL to database 'extra': ftp://ftp.tu-chemnitz.de/pub/linux/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://ftp.uni-kl.de/pub/linux/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://www.mirrorservice.org/sites/ftp.archlinux.org/extra/os/x86_64
debug: adding new server URL to database 'extra': ftp://mirrors.uk2.net/pub/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://archlinux.mirrors.uk2.net/extra/os/x86_64
debug: adding new server URL to database 'extra': ftp://ftp.ntua.gr/pub/linux/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': ftp://ftp.mfa.kfki.hu/pub/mirrors/ftp.archlinux.org/extra/os/x86_64
debug: adding new server URL to database 'extra': ftp://ftp.heanet.ie/mirrors/ftp.archlinux.org/extra/os/x86_64
debug: adding new server URL to database 'extra': ftp://mi.mirror.garr.it/mirrors/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': ftp://ftp.nluug.nl/pub/metalab/distributions/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': ftp://ftp.surfnet.nl/pub/os/Linux/distr/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': ftp://mirror.icis.pcz.pl/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://piotrkosoft.net/pub/mirrors/ftp.archlinux.org/extra/os/x86_64
debug: adding new server URL to database 'extra': ftp://ftp.piotrkosoft.net/pub/mirrors/ftp.archlinux.org/extra/os/x86_64
debug: adding new server URL to database 'extra': ftp://cesium.di.uminho.pt/pub/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': ftp://ftp.iasi.roedu.net/mirrors/archlinux.org/extra/os/x86_64
debug: adding new server URL to database 'extra': ftp://mirror.yandex.ru/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://archlinux.freeside.ru/extra/os/x86_64
debug: adding new server URL to database 'extra': ftp://ftp.ds.hj.se/pub/os/linux/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': ftp://ftp.gigabit.nu/extra/os/x86_64
debug: adding new server URL to database 'extra': ftp://archlinux.puzzle.ch/extra/os/x86_64
debug: adding new server URL to database 'extra': http://server.elsistech.com/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': ftp://hell.org.ua/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': ftp://ftp.linux.kiev.ua/pub/Linux/ArchLinux/extra/os/x86_64
debug: adding new server URL to database 'extra': http://mirror.isoc.org.il/pub/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': ftp://mirror.pacific.net.au/linux/archlinux/extra/os/x86_64
debug: adding new server URL to database 'extra': ftp://mirror.aarnet.edu.au/pub/archlinux/extra/os/x86_64
debug: config: finished parsing /etc/pacman.d/mirrorlist
debug: config: new section 'community'
debug: registering sync database 'community'
debug: opening database 'community'
debug: opening database from path '/var/lib/pacman/sync/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/x86_64
debug: adding new server URL to database 'community': ftp://locke.suu.edu/linux/dist/archlinux/community/os/x86_64
debug: adding new server URL to database 'community': ftp://mirrors.unixheads.org/archlinux/community/os/x86_64
debug: adding new server URL to database 'community': ftp://ftp-linux.cc.gatech.edu/pub/linux/distributions/archlinux/community/os/x86_64
debug: adding new server URL to database 'community': ftp://mirror.cs.vt.edu/pub/ArchLinux/community/os/x86_64
debug: adding new server URL to database 'community': http://mirrors.easynews.com/linux/archlinux/community/os/x86_64
debug: adding new server URL to database 'community': ftp://ftp.ibiblio.org/pub/linux/distributions/archlinux/community/os/x86_64
debug: adding new server URL to database 'community': http://holmes.umflint.edu/archlinux/community/os/x86_64
debug: adding new server URL to database 'community': http://mirror.neotuli.net/arch/community/os/x86_64
debug: adding new server URL to database 'community': http://archlinux.c3sl.ufpr.br/community/os/x86_64
debug: adding new server URL to database 'community': ftp://archlinux.c3sl.ufpr.br/archlinux/community/os/x86_64
debug: adding new server URL to database 'community': ftp://ftp.las.ic.unicamp.br/pub/archlinux/community/os/x86_64
debug: adding new server URL to database 'community': ftp://gd.tuwien.ac.at/opsys/linux/archlinux/community/os/x86_64
debug: adding new server URL to database 'community': ftp://ftp.belnet.be/mirror/archlinux.org/community/os/x86_64
debug: adding new server URL to database 'community': ftp://ftp.sh.cvut.cz/MIRRORS/arch/community/os/x86_64
debug: adding new server URL to database 'community': ftp://ftp.estpak.ee/pub/archlinux/community/os/x86_64
debug: adding new server URL to database 'community': ftp://mir1.archlinuxfr.org/archlinux/community/os/x86_64
debug: adding new server URL to database 'community': ftp://mir2.archlinuxfr.org/archlinux/community/os/x86_64
debug: adding new server URL to database 'community': ftp://distrib-coffee.ipsl.jussieu.fr/pub/linux/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': ftp://ftp.free.fr/mirrors/ftp.archlinux.org/community/os/x86_64
debug: adding new server URL to database 'community': ftp://ftp.hosteurope.de/mirror/ftp.archlinux.org/community/os/x86_64
debug: adding new server URL to database 'community': ftp://ftp5.gwdg.de/pub/linux/archlinux/community/os/x86_64
debug: adding new server URL to database 'community': ftp://ftp.uni-bayreuth.de/pub/linux/archlinux/community/os/x86_64
debug: adding new server URL to database 'community': ftp://ftp.archlinuxppc.org/x86_64/community/os/x86_64
debug: adding new server URL to database 'community': ftp://ftp.tu-chemnitz.de/pub/linux/archlinux/community/os/x86_64
debug: adding new server URL to database 'community': http://ftp.uni-kl.de/pub/linux/archlinux/community/os/x86_64
debug: adding new server URL to database 'community': http://www.mirrorservice.org/sites/ftp.archlinux.org/community/os/x86_64
debug: adding new server URL to database 'community': ftp://mirrors.uk2.net/pub/archlinux/community/os/x86_64
debug: adding new server URL to database 'community': http://archlinux.mirrors.uk2.net/community/os/x86_64
debug: adding new server URL to database 'community': ftp://ftp.ntua.gr/pub/linux/archlinux/community/os/x86_64
debug: adding new server URL to database 'community': ftp://ftp.mfa.kfki.hu/pub/mirrors/ftp.archlinux.org/community/os/x86_64
debug: adding new server URL to database 'community': ftp://ftp.heanet.ie/mirrors/ftp.archlinux.org/community/os/x86_64
debug: adding new server URL to database 'community': ftp://mi.mirror.garr.it/mirrors/archlinux/community/os/x86_64
debug: adding new server URL to database 'community': ftp://ftp.nluug.nl/pub/metalab/distributions/archlinux/community/os/x86_64
debug: adding new server URL to database 'community': ftp://ftp.surfnet.nl/pub/os/Linux/distr/archlinux/community/os/x86_64
debug: adding new server URL to database 'community': ftp://mirror.icis.pcz.pl/archlinux/community/os/x86_64
debug: adding new server URL to database 'community': http://piotrkosoft.net/pub/mirrors/ftp.archlinux.org/community/os/x86_64
debug: adding new server URL to database 'community': ftp://ftp.piotrkosoft.net/pub/mirrors/ftp.archlinux.org/community/os/x86_64
debug: adding new server URL to database 'community': ftp://cesium.di.uminho.pt/pub/archlinux/community/os/x86_64
debug: adding new server URL to database 'community': ftp://ftp.iasi.roedu.net/mirrors/archlinux.org/community/os/x86_64
debug: adding new server URL to database 'community': ftp://mirror.yandex.ru/archlinux/community/os/x86_64
debug: adding new server URL to database 'community': http://archlinux.freeside.ru/community/os/x86_64
debug: adding new server URL to database 'community': ftp://ftp.ds.hj.se/pub/os/linux/archlinux/community/os/x86_64
debug: adding new server URL to database 'community': ftp://ftp.gigabit.nu/community/os/x86_64
debug: adding new server URL to database 'community': ftp://archlinux.puzzle.ch/community/os/x86_64
debug: adding new server URL to database 'community': http://server.elsistech.com/archlinux/community/os/x86_64
debug: adding new server URL to database 'community': ftp://hell.org.ua/archlinux/community/os/x86_64
debug: adding new server URL to database 'community': ftp://ftp.linux.kiev.ua/pub/Linux/ArchLinux/community/os/x86_64
debug: adding new server URL to database 'community': http://mirror.isoc.org.il/pub/archlinux/community/os/x86_64
debug: adding new server URL to database 'community': ftp://mirror.pacific.net.au/linux/archlinux/community/os/x86_64
debug: adding new server URL to database 'community': ftp://mirror.aarnet.edu.au/pub/archlinux/community/os/x86_64
debug: config: finished parsing /etc/pacman.d/mirrorlist
debug: config: finished parsing /etc/pacman.conf
debug: registering local database
debug: opening database 'local'
debug: opening database from path '/var/lib/pacman/local/'
:: Synchronizing package databases...
debug: using 'core.db.tar.gz' for download progress
debug: connected to ftp.archlinux.org successfully
debug: mtimes are identical, skipping core.db.tar.gz
 core is up to date
debug: using 'extra.db.tar.gz' for download progress
debug: connected to ftp.archlinux.org successfully
debug: mtimes are identical, skipping extra.db.tar.gz
 extra is up to date
debug: using 'community.db.tar.gz' for download progress
debug: connected to ftp.archlinux.org successfully
debug: mtimes are identical, skipping community.db.tar.gz
 community is up to date
:: Starting full system upgrade...
debug: checking for package replacements
debug: loading package cache for repository 'core'
debug: loading package cache for repository 'local'
debug: error: pkgcache is NULL for db 'local'
debug: error: failed to get 'xfsacl' from NULL pkgcache
debug: loading package cache for repository 'local'
debug: error: pkgcache is NULL for db 'local'
debug: error: failed to get 'xmms-polyp' from NULL pkgcache
debug: checking for package upgrades
debug: loading package cache for repository 'local'
debug: error: pkgcache is NULL for db 'local'
 local database is up to date
debug: closing database 'local'
debug: unregistering database 'local'
debug: closing database 'core'
debug: unregistering database 'core'
debug: freeing package cache for repository 'core'
debug: closing database 'extra'
debug: unregistering database 'extra'
debug: freeing package cache for repository 'extra'
debug: closing database 'community'
debug: unregistering database 'community'
debug: freeing package cache for repository 'community'

Last edited by The_Dreaming_Mind (2009-01-23 18:17:36)

Offline

#18 2009-01-24 03:06:09

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

Re: pacman does not updater anymore

Do you have any files in /var/lib/pacman/local?  It looks like pacman has absolutely no idea what you have installed on your system.

Offline

#19 2009-01-24 05:46:11

Wintervenom
Member
Registered: 2008-08-20
Posts: 1,011

Re: pacman does not updater anymore

Dead Code wrote:

arent we supposed to uncomment only one mirror? you have uncommented all the them

Actually, you can uncomment a few, then if it can't download something from one, it will try the next one.

Offline

#20 2009-01-24 07:20:11

The_Dreaming_Mind
Member
Registered: 2008-01-25
Posts: 19

Re: pacman does not updater anymore

Allan wrote:

Do you have any files in /var/lib/pacman/local?  It looks like pacman has absolutely no idea what you have installed on your system.

no absolutelly nothing! so what to do?

[cisella@Trantor ~]$ ls -trl /var/lib/pacman/local/
total 0

Last edited by The_Dreaming_Mind (2009-01-24 07:20:42)

Offline

#21 2009-01-24 07:24:47

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

Re: pacman does not updater anymore

Offline

#22 2009-06-29 08:20:14

handy
Member
From: Oz
Registered: 2008-03-26
Posts: 719

Re: pacman does not updater anymore

I have been searching for info' on a different problem, which this post doesn't help me with, but I did notice that the first uncommented mirror in the OP's mirrorlist is the Arch one that is set to a low bandwidth - slower to encourage users to use other mirrors.

The OP (or anyone else for that matter) would be better served if they dropped that one behind half a dozen others so as to get faster download speeds.

Last edited by handy (2009-06-29 08:22:48)


I used to be surprised that I was still surprised by my own stupidity, finding it strangely refreshing.
Well, now I don't find it refreshing.
I'm over it!

Offline

Board footer

Powered by FluxBB