You are not logged in.
Pages: 1
$ sudo pacman -Sy --debug
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: 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.free.fr/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': http://ftp.heanet.ie/mirrors/ftp.archlinux.org/core/os/x86_64
debug: config: new section 'community'
debug: registering sync database 'community'
debug: adding new server URL to database 'community': ftp://ftp.archlinux.org/community/os/x86_64
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.free.fr/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': http://ftp.heanet.ie/mirrors/ftp.archlinux.org/extra/os/x86_64
debug: config: new section 'community'
debug: attempt to re-register the 'community' database, using existing
debug: adding new server URL to database 'community': ftp://ftp.archlinux.org/community/os/x86_64
debug: config: finished parsing /etc/pacman.d/mirrorlist
debug: config: new section 'community'
debug: attempt to re-register the 'community' database, using existing
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.free.fr/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': http://ftp.heanet.ie/mirrors/ftp.archlinux.org/community/os/x86_64
debug: config: new section 'community'
debug: attempt to re-register the 'community' database, using existing
debug: adding new server URL to database 'community': ftp://ftp.archlinux.org/community/os/x86_64
debug: config: finished parsing /etc/pacman.d/mirrorlist
debug: config: new section 'kdemod-core'
debug: registering sync database 'kdemod-core'
debug: adding new server URL to database 'kdemod-core': http://chakra-project.org/repo/core/x86_64
debug: adding new server URL to database 'kdemod-core': http://kdemod.iskrembilen.com/core/x86_64
debug: adding new server URL to database 'kdemod-core': http://archlinux.puzzle.ch/kdemod/core/x86_64
debug: adding new server URL to database 'kdemod-core': ftp://ftp.wh-stuttgart.net/kdemod/core/x86_64
debug: adding new server URL to database 'kdemod-core': http://mirror.rit.edu/kdemod/core/x86_64
debug: config: new section 'kdemod-extragear'
debug: registering sync database 'kdemod-extragear'
debug: adding new server URL to database 'kdemod-extragear': http://chakra-project.org/repo/extragear/x86_64
debug: adding new server URL to database 'kdemod-extragear': http://kdemod.iskrembilen.com/extragear/x86_64
debug: adding new server URL to database 'kdemod-extragear': http://archlinux.puzzle.ch/kdemod/extragear/x86_64
debug: adding new server URL to database 'kdemod-extragear': ftp://ftp.wh-stuttgart.net/kdemod/extragear/x86_64
debug: adding new server URL to database 'kdemod-extragear': http://mirror.rit.edu/kdemod/extragear/x86_64
debug: config: finished parsing /etc/pacman.conf
debug: registering local database
:: Synchronizing package databases...
debug: using 'core.db.tar.gz' for download progress
debug: HTTP_PROXY: (null)
debug: http_proxy: (null)
debug: FTP_PROXY: (null)
debug: ftp_proxy: (null)
debug: connected to ftp.free.fr successfully
debug: mtimes are identical, skipping core.db.tar.gzAt this point, it freezes (I've been waiting for some 10 minutes) and I send a keyboard interrupt.
My pacman.conf:
[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
# An example of a custom package repository. See the pacman manpage for
# tips on creating your own repositories.
#[custom]
#Server = file:///home/custompkgs
# An example of a custom package repository. See the pacman manpage for
# tips on creating your own repositories.
#[custom]
#Server = file:///home/custompkgs
# KDEmod 4 - latest stable packages
[kdemod-core]
Server = http://chakra-project.org/repo/core/x86_64
Server = http://kdemod.iskrembilen.com/core/x86_64
Server = http://archlinux.puzzle.ch/kdemod/core/x86_64
Server = ftp://ftp.wh-stuttgart.net/kdemod/core/x86_64
Server = http://mirror.rit.edu/kdemod/core/x86_64
# KDEmod 4 - for any stable extra applications
[kdemod-extragear]
Server = http://chakra-project.org/repo/extragear/x86_64
Server = http://kdemod.iskrembilen.com/extragear/x86_64
Server = http://archlinux.puzzle.ch/kdemod/extragear/x86_64
Server = ftp://ftp.wh-stuttgart.net/kdemod/extragear/x86_64
Server = http://mirror.rit.edu/kdemod/extragear/x86_64Offline
Pages: 1