Mkinitcpio fails on pata hook: unbootable system - upgrade to 2.6.39

Ran pacman -Syu this morning. Got the following errors:
[2011-06-13 11:38] ==> Running command: /sbin/mkinitcpio -k 2.6.39-ARCH -c /etc/mkinitcpio.conf -g /boot/kernel26.img
[2011-06-13 11:38] :: Begin build
[2011-06-13 11:38] :: Parsing hook [base]
[2011-06-13 11:38] :: Parsing hook [udev]
[2011-06-13 11:38] :: Parsing hook [autodetect]
[2011-06-13 11:38] :: Parsing hook [pata]
[2011-06-13 11:38] grep: Unmatched [ or [^
[2011-06-13 11:38] grep: Unmatched [ or [^
[2011-06-13 11:38] grep: Unmatched [ or [^
(many more follows, the same errors for hooks [scsi] and [sata]).
Now the system fails to boot (in normal or fallback modes) with the error:
Root device '<disk_uuid>' doesn't exist.
This is x86_64. A somewhat similar system upgraded without any errors. What can I do about it? Any help would be greatly appreciated.
Last edited by jasonwryan (2011-06-13 21:16:13)

My mkinitcpio.conf is default one:
# vim:set ft=sh
# MODULES
# The following modules are loaded before any boot hooks are
# run. Advanced users may wish to specify all system modules
# in this array. For instance:
# MODULES="piix ide_disk reiserfs"
MODULES=""
# BINARIES
# This setting includes any additional binaries a given user may
# wish into the CPIO image. This is run first, so it may be used to
# override the actual binaries used in a given hook.
# (Existing files are NOT overwritten if already added)
# BINARIES are dependency parsed, so you may safely ignore libraries
BINARIES=""
# FILES
# This setting is similar to BINARIES above, however, files are added
# as-is and are not parsed in any way. This is useful for config files.
# Some users may wish to include modprobe.conf for custom module options
# like so:
# FILES="/etc/modprobe.d/modprobe.conf"
FILES=""
# HOOKS
# This is the most important setting in this file. The HOOKS control the
# modules and scripts added to the image, and what happens at boot time.
# Order is important, and it is recommended that you do not change the
# order in which HOOKS are added. Run 'mkinitcpio -H <hook name>' for
# help on a given hook.
# 'base' is _required_ unless you know precisely what you are doing.
# 'udev' is _required_ in order to automatically load modules
# 'filesystems' is _required_ unless you specify your fs modules in MODULES
# Examples:
## This setup specifies all modules in the MODULES setting above.
## No raid, lvm2, or encrypted root is needed.
# HOOKS="base"
## This setup will autodetect all modules for your system and should
## work as a sane default
# HOOKS="base udev autodetect pata scsi sata filesystems"
## This is identical to the above, except the old ide subsystem is
## used for IDE devices instead of the new pata subsystem.
# HOOKS="base udev autodetect ide scsi sata filesystems"
## This setup will generate a 'full' image which supports most systems.
## No autodetection is done.
# HOOKS="base udev pata scsi sata usb filesystems"
## This setup assembles a pata raid array with an encrypted root FS.
## Note: See 'mkinitcpio -H raid' for more information on raid devices.
# HOOKS="base udev pata raid encrypt filesystems"
## This setup loads an lvm2 volume group on a usb device.
# HOOKS="base udev usb lvm2 filesystems"
HOOKS="base udev autodetect pata scsi sata filesystems"
# COMPRESSION
# Use this to compress the initramfs image. With kernels earlier than
# 2.6.30, only gzip is supported, which is also the default. Newer kernels
# support gzip, bzip2 and lzma. Kernels 2.6.38 and later support xz
# compression.
#COMPRESSION="gzip"
#COMPRESSION="bzip2"
#COMPRESSION="lzma"
#COMPRESSION="xz"
# COMPRESSION_OPTIONS
# Additional options for the compressor
#COMPRESSION_OPTIONS=""
Here is the output from running mkinitcpio command:
==> Building image "default"
==> Running command: /sbin/mkinitcpio -v -k 2.6.39-ARCH -c /etc/mkinitcpio.conf -g /boot/kernel26.img
:: Begin build
:: Parsing hook [base]
adding dir /proc
adding dir /sys
adding dir /dev
adding dir /bin
adding dir /sbin
adding dir /lib
adding dir /usr
adding dir /usr/bin
adding dir /usr/lib
adding dir /usr/sbin
adding dir /run
adding node /dev/null
adding node /dev/zero
adding node /dev/console
adding node /dev/mem
adding file /bin/busybox
adding link /lib/libc.so.6 -> /lib/libc-2.13.so
adding file /lib/libc-2.13.so
adding link /lib/ld-linux-x86-64.so.2 -> /lib/ld-2.13.so
adding file /lib/ld-2.13.so
adding file /sbin/modprobe
adding file /sbin/blkid
adding link /lib/libblkid.so.1 -> /lib/libblkid.so.1.1.0
adding file /lib/libblkid.so.1.1.0
adding link /lib/libuuid.so.1 -> /lib/libuuid.so.1.3.0
adding file /lib/libuuid.so.1.3.0
adding file /init_functions
adding file /init
adding file /config
adding dir /etc
adding dir /etc/modprobe.d
adding file /etc/modprobe.d/usb-load-ehci-first.conf
:: Parsing hook [udev]
adding file /sbin/udevd
adding link /lib/librt.so.1 -> /lib/librt-2.13.so
adding file /lib/librt-2.13.so
adding link /lib/libpthread.so.0 -> /lib/libpthread-2.13.so
adding file /lib/libpthread-2.13.so
adding file /sbin/udevadm
adding dir /lib/udev
adding dir /lib/udev/rules.d
adding file /lib/udev/rules.d/50-firmware.rules
adding file /lib/udev/rules.d/50-udev-default.rules
adding file /lib/udev/rules.d/60-persistent-storage.rules
adding file /lib/udev/rules.d/80-drivers.rules
adding file /lib/udev/firmware
adding file /lib/udev/ata_id
adding file /lib/udev/path_id
adding file /lib/udev/scsi_id
adding file /lib/udev/usb_id
adding dir /etc/udev
adding file /etc/udev/udev.conf
adding dir /hooks
adding file /hooks/udev
:: Parsing hook [autodetect]
:: Parsing hook [pata]
grep: Unmatched [ or [^
grep: Unmatched [ or [^
grep: Unmatched [ or [^
grep: Unmatched [ or [^
grep: Unmatched [ or [^
grep: Unmatched [ or [^
grep: Unmatched [ or [^
grep: Unmatched [ or [^
grep: Unmatched [ or [^
grep: Unmatched [ or [^
grep: Unmatched [ or [^
grep: Unmatched [ or [^
grep: Unmatched [ or [^
grep: Unmatched [ or [^
grep: Unmatched [ or [^
grep: Unmatched [ or [^
grep: Unmatched [ or [^
grep: Unmatched [ or [^
grep: Unmatched [ or [^
grep: Unmatched [ or [^
grep: Unmatched [ or [^
grep: Unmatched [ or [^
grep: Unmatched [ or [^
grep: Unmatched [ or [^
grep: Unmatched [ or [^
grep: Unmatched [ or [^
grep: Unmatched [ or [^
grep: Unmatched [ or [^
grep: Unmatched [ or [^
grep: Unmatched [ or [^
grep: Unmatched [ or [^
grep: Unmatched [ or [^
grep: Unmatched [ or [^
grep: Unmatched [ or [^
grep: Unmatched [ or [^
grep: Unmatched [ or [^
grep: Unmatched [ or [^
grep: Unmatched [ or [^
grep: Unmatched [ or [^
grep: Unmatched [ or [^
grep: Unmatched [ or [^
grep: Unmatched [ or [^
grep: Unmatched [ or [^
grep: Unmatched [ or [^
grep: Unmatched [ or [^
grep: Unmatched [ or [^
grep: Unmatched [ or [^
grep: Unmatched [ or [^
:: Parsing hook [scsi]
grep: Unmatched [ or [^
grep: Unmatched [ or [^
grep: Unmatched [ or [^
grep: Unmatched [ or [^
grep: Unmatched [ or [^
grep: Unmatched [ or [^
grep: Unmatched [ or [^
grep: Unmatched [ or [^
grep: Unmatched [ or [^
grep: Unmatched [ or [^
grep: Unmatched [ or [^
grep: Unmatched [ or [^
grep: Unmatched [ or [^
grep: Unmatched [ or [^
grep: Unmatched [ or [^
grep: Unmatched [ or [^
grep: Unmatched [ or [^
grep: Unmatched [ or [^
grep: Unmatched [ or [^
grep: Unmatched [ or [^
grep: Unmatched [ or [^
grep: Unmatched [ or [^
grep: Unmatched [ or [^
grep: Unmatched [ or [^
grep: Unmatched [ or [^
grep: Unmatched [ or [^
grep: Unmatched [ or [^
grep: Unmatched [ or [^
grep: Unmatched [ or [^
grep: Unmatched [ or [^
grep: Unmatched [ or [^
grep: Unmatched [ or [^
grep: Unmatched [ or [^
grep: Unmatched [ or [^
grep: Unmatched [ or [^
grep: Unmatched [ or [^
grep: Unmatched [ or [^
grep: Unmatched [ or [^
grep: Unmatched [ or [^
grep: Unmatched [ or [^
grep: Unmatched [ or [^
grep: Unmatched [ or [^
grep: Unmatched [ or [^
grep: Unmatched [ or [^
grep: Unmatched [ or [^
grep: Unmatched [ or [^
grep: Unmatched [ or [^
grep: Unmatched [ or [^
grep: Unmatched [ or [^
grep: Unmatched [ or [^
grep: Unmatched [ or [^
grep: Unmatched [ or [^
grep: Unmatched [ or [^
grep: Unmatched [ or [^
grep: Unmatched [ or [^
grep: Unmatched [ or [^
grep: Unmatched [ or [^
grep: Unmatched [ or [^
grep: Unmatched [ or [^
grep: Unmatched [ or [^
grep: Unmatched [ or [^
grep: Unmatched [ or [^
grep: Unmatched [ or [^
grep: Unmatched [ or [^
grep: Unmatched [ or [^
grep: Unmatched [ or [^
grep: Unmatched [ or [^
grep: Unmatched [ or [^
:: Parsing hook [sata]
grep: Unmatched [ or [^
grep: Unmatched [ or [^
grep: Unmatched [ or [^
grep: Unmatched [ or [^
grep: Unmatched [ or [^
grep: Unmatched [ or [^
grep: Unmatched [ or [^
grep: Unmatched [ or [^
grep: Unmatched [ or [^
grep: Unmatched [ or [^
grep: Unmatched [ or [^
grep: Unmatched [ or [^
grep: Unmatched [ or [^
grep: Unmatched [ or [^
grep: Unmatched [ or [^
grep: Unmatched [ or [^
grep: Unmatched [ or [^
grep: Unmatched [ or [^
grep: Unmatched [ or [^
:: Parsing hook [filesystems]
adding module mbcache
adding dir /lib/modules
adding dir /lib/modules/2.6.39-ARCH
adding dir /lib/modules/2.6.39-ARCH/kernel
adding dir /lib/modules/2.6.39-ARCH/kernel/fs
adding file /lib/modules/2.6.39-ARCH/kernel/fs/mbcache.ko.gz
adding module jbd2
adding dir /lib/modules/2.6.39-ARCH/kernel/fs/jbd2
adding file /lib/modules/2.6.39-ARCH/kernel/fs/jbd2/jbd2.ko.gz
adding module crc16
adding dir /lib/modules/2.6.39-ARCH/kernel/lib
adding file /lib/modules/2.6.39-ARCH/kernel/lib/crc16.ko.gz
adding module ext4
adding dir /lib/modules/2.6.39-ARCH/kernel/fs/ext4
adding file /lib/modules/2.6.39-ARCH/kernel/fs/ext4/ext4.ko.gz
:: Generating module dependencies
install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/fs/mbcache.ko.gz': No such file or directory
install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/fs/jbd2/jbd2.ko.gz': No such file or directory
install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/lib/crc16.ko.gz': No such file or directory
install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/fs/ext4/ext4.ko.gz': No such file or directory
WARNING: Couldn't open directory /tmp/mkinitcpio.1arId8/lib/modules/2.6.39-ARCH: No such file or directory
FATAL: Could not open /tmp/mkinitcpio.1arId8/lib/modules/2.6.39-ARCH/modules.dep.temp for writing: No such file or directory
ERROR: file '/tmp/mkinitcpio.1arId8/lib/modules/2.6.39-ARCH/modules.dep' does not exist
ERROR: file '/tmp/mkinitcpio.1arId8/lib/modules/2.6.39-ARCH/modules.alias' does not exist
ERROR: file '/tmp/mkinitcpio.1arId8/lib/modules/2.6.39-ARCH/modules.symbols' does not exist
:: Generating image '/boot/kernel26.img'
:: Image generation successful
==> SUCCESS
==> Building image "fallback"
==> Running command: /sbin/mkinitcpio -v -k 2.6.39-ARCH -c /etc/mkinitcpio.conf -g /boot/kernel26-fallback.img -S autodetect
:: Begin build
:: Parsing hook [base]
adding dir /proc
adding dir /sys
adding dir /dev
adding dir /bin
adding dir /sbin
adding dir /lib
adding dir /usr
adding dir /usr/bin
adding dir /usr/lib
adding dir /usr/sbin
adding dir /run
adding node /dev/null
adding node /dev/zero
adding node /dev/console
adding node /dev/mem
adding file /bin/busybox
adding link /lib/libc.so.6 -> /lib/libc-2.13.so
adding file /lib/libc-2.13.so
adding link /lib/ld-linux-x86-64.so.2 -> /lib/ld-2.13.so
adding file /lib/ld-2.13.so
adding file /sbin/modprobe
adding file /sbin/blkid
adding link /lib/libblkid.so.1 -> /lib/libblkid.so.1.1.0
adding file /lib/libblkid.so.1.1.0
adding link /lib/libuuid.so.1 -> /lib/libuuid.so.1.3.0
adding file /lib/libuuid.so.1.3.0
adding file /init_functions
adding file /init
adding file /config
adding dir /etc
adding dir /etc/modprobe.d
adding file /etc/modprobe.d/usb-load-ehci-first.conf
:: Parsing hook [udev]
adding file /sbin/udevd
adding link /lib/librt.so.1 -> /lib/librt-2.13.so
adding file /lib/librt-2.13.so
adding link /lib/libpthread.so.0 -> /lib/libpthread-2.13.so
adding file /lib/libpthread-2.13.so
adding file /sbin/udevadm
adding dir /lib/udev
adding dir /lib/udev/rules.d
adding file /lib/udev/rules.d/50-firmware.rules
adding file /lib/udev/rules.d/50-udev-default.rules
adding file /lib/udev/rules.d/60-persistent-storage.rules
adding file /lib/udev/rules.d/80-drivers.rules
adding file /lib/udev/firmware
adding file /lib/udev/ata_id
adding file /lib/udev/path_id
adding file /lib/udev/scsi_id
adding file /lib/udev/usb_id
adding dir /etc/udev
adding file /etc/udev/udev.conf
adding dir /hooks
adding file /hooks/udev
:: Parsing hook [pata]
ERROR: module 'pata_acpi' not found
ERROR: module 'pata_ali' not found
ERROR: module 'pata_amd' not found
ERROR: module 'pata_arasan_cf' not found
ERROR: module 'pata_artop' not found
ERROR: module 'pata_atiixp' not found
ERROR: module 'pata_atp867x' not found
ERROR: module 'pata_cmd640' not found
ERROR: module 'pata_cmd64x' not found
ERROR: module 'pata_cs5520' not found
ERROR: module 'pata_cs5530' not found
ERROR: module 'pata_cs5536' not found
ERROR: module 'pata_cypress' not found
ERROR: module 'pata_efar' not found
ERROR: module 'pata_hpt366' not found
ERROR: module 'pata_hpt37x' not found
ERROR: module 'pata_hpt3x2n' not found
ERROR: module 'pata_hpt3x3' not found
ERROR: module 'pata_it8213' not found
ERROR: module 'pata_it821x' not found
ERROR: module 'pata_jmicron' not found
ERROR: module 'pata_legacy' not found
ERROR: module 'pata_marvell' not found
ERROR: module 'pata_mpiix' not found
ERROR: module 'pata_netcell' not found
ERROR: module 'pata_ninja32' not found
ERROR: module 'pata_ns87410' not found
ERROR: module 'pata_ns87415' not found
ERROR: module 'pata_oldpiix' not found
ERROR: module 'pata_optidma' not found
ERROR: module 'pata_opti' not found
ERROR: module 'pata_pcmcia' not found
ERROR: module 'pata_pdc2027x' not found
ERROR: module 'pata_pdc202xx_old' not found
ERROR: module 'pata_piccolo' not found
ERROR: module 'pata_radisys' not found
ERROR: module 'pata_rdc' not found
ERROR: module 'pata_rz1000' not found
ERROR: module 'pata_sc1200' not found
ERROR: module 'pata_sch' not found
ERROR: module 'pata_serverworks' not found
ERROR: module 'pata_sil680' not found
ERROR: module 'pata_sis' not found
ERROR: module 'pata_sl82c105' not found
ERROR: module 'pata_triflex' not found
ERROR: module 'pata_via' not found
ERROR: module 'ata_generic' not found
ERROR: module 'ata_piix' not found
adding module scsi[-_]mod
adding dir /lib/modules
adding dir /lib/modules/2.6.39-ARCH
adding dir /lib/modules/2.6.39-ARCH/kernel
adding dir /lib/modules/2.6.39-ARCH/kernel/drivers
adding dir /lib/modules/2.6.39-ARCH/kernel/drivers/scsi
adding file /lib/modules/2.6.39-ARCH/kernel/drivers/scsi/scsi_mod.ko.gz
adding module sd[-_]mod
adding file /lib/modules/2.6.39-ARCH/kernel/drivers/scsi/sd_mod.ko.gz
:: Parsing hook [scsi]
ERROR: module '3w_9xxx' not found
ERROR: module '3w_sas' not found
ERROR: module '3w_xxxx' not found
ERROR: module 'a100u2w' not found
module scsi_mod was already added
adding module aacraid
adding dir /lib/modules/2.6.39-ARCH/kernel/drivers/scsi/aacraid
adding file /lib/modules/2.6.39-ARCH/kernel/drivers/scsi/aacraid/aacraid.ko.gz
ERROR: module 'advansys' not found
module scsi_mod was already added
module scsi_mod was already added
adding module scsi[-_]transport[-_]spi
adding file /lib/modules/2.6.39-ARCH/kernel/drivers/scsi/scsi_transport_spi.ko.gz
adding module aic79xx
adding dir /lib/modules/2.6.39-ARCH/kernel/drivers/scsi/aic7xxx
adding file /lib/modules/2.6.39-ARCH/kernel/drivers/scsi/aic7xxx/aic79xx.ko.gz
module scsi_mod was already added
module scsi_transport_spi was already added
adding module aic7xxx
adding file /lib/modules/2.6.39-ARCH/kernel/drivers/scsi/aic7xxx/aic7xxx.ko.gz
module scsi_mod was already added
adding module libata
adding dir /lib/modules/2.6.39-ARCH/kernel/drivers/ata
adding file /lib/modules/2.6.39-ARCH/kernel/drivers/ata/libata.ko.gz
module scsi_mod was already added
adding module scsi[-_]transport[-_]sas
adding file /lib/modules/2.6.39-ARCH/kernel/drivers/scsi/scsi_transport_sas.ko.gz
module scsi_mod was already added
adding module libsas
adding dir /lib/modules/2.6.39-ARCH/kernel/drivers/scsi/libsas
adding file /lib/modules/2.6.39-ARCH/kernel/drivers/scsi/libsas/libsas.ko.gz
module scsi_mod was already added
module scsi_transport_sas was already added
adding module aic94xx
adding dir /lib/modules/2.6.39-ARCH/kernel/drivers/scsi/aic94xx
adding file /lib/modules/2.6.39-ARCH/kernel/drivers/scsi/aic94xx/aic94xx.ko.gz
module scsi_mod was already added
adding module arcmsr
adding dir /lib/modules/2.6.39-ARCH/kernel/drivers/scsi/arcmsr
adding file /lib/modules/2.6.39-ARCH/kernel/drivers/scsi/arcmsr/arcmsr.ko.gz
ERROR: module 'atp870u' not found
module scsi_mod was already added
adding module scsi[-_]transport[-_]iscsi
adding file /lib/modules/2.6.39-ARCH/kernel/drivers/scsi/scsi_transport_iscsi.ko.gz
module scsi_mod was already added
adding module libiscsi
adding file /lib/modules/2.6.39-ARCH/kernel/drivers/scsi/libiscsi.ko.gz
adding module iscsi[-_]boot[-_]sysfs
adding file /lib/modules/2.6.39-ARCH/kernel/drivers/scsi/iscsi_boot_sysfs.ko.gz
module scsi_transport_iscsi was already added
module scsi_mod was already added
adding module be2iscsi
adding dir /lib/modules/2.6.39-ARCH/kernel/drivers/scsi/be2iscsi
adding file /lib/modules/2.6.39-ARCH/kernel/drivers/scsi/be2iscsi/be2iscsi.ko.gz
module scsi_mod was already added
module scsi_mod was already added
adding module scsi[-_]transport[-_]fc
adding file /lib/modules/2.6.39-ARCH/kernel/drivers/scsi/scsi_transport_fc.ko.gz
adding module bfa
adding dir /lib/modules/2.6.39-ARCH/kernel/drivers/scsi/bfa
adding file /lib/modules/2.6.39-ARCH/kernel/drivers/scsi/bfa/bfa.ko.gz
module scsi_mod was already added
module scsi_transport_fc was already added
adding module libfc
adding dir /lib/modules/2.6.39-ARCH/kernel/drivers/scsi/libfc
adding file /lib/modules/2.6.39-ARCH/kernel/drivers/scsi/libfc/libfc.ko.gz
adding module libfcoe
adding dir /lib/modules/2.6.39-ARCH/kernel/drivers/scsi/fcoe
adding file /lib/modules/2.6.39-ARCH/kernel/drivers/scsi/fcoe/libfcoe.ko.gz
module libfc was already added
module scsi_mod was already added
module scsi_transport_fc was already added
adding module uio
adding dir /lib/modules/2.6.39-ARCH/kernel/drivers/uio
adding file /lib/modules/2.6.39-ARCH/kernel/drivers/uio/uio.ko.gz
adding module ipv6
adding dir /lib/modules/2.6.39-ARCH/kernel/net
adding dir /lib/modules/2.6.39-ARCH/kernel/net/ipv6
adding file /lib/modules/2.6.39-ARCH/kernel/net/ipv6/ipv6.ko.gz
adding module cnic
adding dir /lib/modules/2.6.39-ARCH/kernel/drivers/net
adding file /lib/modules/2.6.39-ARCH/kernel/drivers/net/cnic.ko.gz
adding module bnx2fc
adding dir /lib/modules/2.6.39-ARCH/kernel/drivers/scsi/bnx2fc
adding file /lib/modules/2.6.39-ARCH/kernel/drivers/scsi/bnx2fc/bnx2fc.ko.gz
module scsi_transport_iscsi was already added
module libiscsi was already added
module scsi_mod was already added
module cnic was already added
adding module bnx2i
adding dir /lib/modules/2.6.39-ARCH/kernel/drivers/scsi/bnx2i
adding file /lib/modules/2.6.39-ARCH/kernel/drivers/scsi/bnx2i/bnx2i.ko.gz
ERROR: module 'BusLogic' not found
ERROR: module 'ch' not found
module libiscsi was already added
module scsi_transport_iscsi was already added
module libiscsi was already added
module libiscsi was already added
adding module libiscsi[-_]tcp
adding file /lib/modules/2.6.39-ARCH/kernel/drivers/scsi/libiscsi_tcp.ko.gz
module scsi_mod was already added
adding module libcxgbi
adding dir /lib/modules/2.6.39-ARCH/kernel/drivers/scsi/cxgbi
adding file /lib/modules/2.6.39-ARCH/kernel/drivers/scsi/cxgbi/libcxgbi.ko.gz
module libiscsi_tcp was already added
adding dir /lib/firmware
adding dir /lib/firmware/cxgb3
adding file /lib/firmware/cxgb3/ael2020_twx_edc.bin
adding file /lib/firmware/cxgb3/ael2005_twx_edc.bin
adding file /lib/firmware/cxgb3/ael2005_opt_edc.bin
adding file /lib/firmware/cxgb3/t3c_psram-1.1.0.bin
adding file /lib/firmware/cxgb3/t3b_psram-1.1.0.bin
adding file /lib/firmware/cxgb3/t3fw-7.10.0.bin
adding module mdio
adding file /lib/modules/2.6.39-ARCH/kernel/drivers/net/mdio.ko.gz
adding module cxgb3
adding dir /lib/modules/2.6.39-ARCH/kernel/drivers/net/cxgb3
adding file /lib/modules/2.6.39-ARCH/kernel/drivers/net/cxgb3/cxgb3.ko.gz
adding module cxgb3i
adding dir /lib/modules/2.6.39-ARCH/kernel/drivers/scsi/cxgbi/cxgb3i
adding file /lib/modules/2.6.39-ARCH/kernel/drivers/scsi/cxgbi/cxgb3i/cxgb3i.ko.gz
module libiscsi was already added
module libcxgbi was already added
module libiscsi_tcp was already added
adding dir /lib/firmware/cxgb4
adding file /lib/firmware/cxgb4/t4fw.bin
adding module cxgb4
adding dir /lib/modules/2.6.39-ARCH/kernel/drivers/net/cxgb4
adding file /lib/modules/2.6.39-ARCH/kernel/drivers/net/cxgb4/cxgb4.ko.gz
adding module cxgb4i
adding dir /lib/modules/2.6.39-ARCH/kernel/drivers/scsi/cxgbi/cxgb4i
adding file /lib/modules/2.6.39-ARCH/kernel/drivers/scsi/cxgbi/cxgb4i/cxgb4i.ko.gz
module libcxgbi was already added
ERROR: module 'dc395x' not found
module scsi_mod was already added
adding module scsi[-_]dh
adding dir /lib/modules/2.6.39-ARCH/kernel/drivers/scsi/device_handler
adding file /lib/modules/2.6.39-ARCH/kernel/drivers/scsi/device_handler/scsi_dh.ko.gz
module scsi_mod was already added
adding module scsi[-_]dh[-_]alua
adding file /lib/modules/2.6.39-ARCH/kernel/drivers/scsi/device_handler/scsi_dh_alua.ko.gz
module scsi_dh was already added
module scsi_mod was already added
adding module scsi[-_]dh[-_]emc
adding file /lib/modules/2.6.39-ARCH/kernel/drivers/scsi/device_handler/scsi_dh_emc.ko.gz
module scsi_dh was already added
module scsi_mod was already added
adding module scsi[-_]dh[-_]hp[-_]sw
adding file /lib/modules/2.6.39-ARCH/kernel/drivers/scsi/device_handler/scsi_dh_hp_sw.ko.gz
module scsi_dh was already added
module scsi_dh was already added
module scsi_mod was already added
adding module scsi[-_]dh[-_]rdac
adding file /lib/modules/2.6.39-ARCH/kernel/drivers/scsi/device_handler/scsi_dh_rdac.ko.gz
ERROR: module 'dmx3191d' not found
ERROR: module 'dpt_i2o' not found
module libfc was already added
module libfcoe was already added
module scsi_transport_fc was already added
module scsi_mod was already added
adding module fcoe
adding file /lib/modules/2.6.39-ARCH/kernel/drivers/scsi/fcoe/fcoe.ko.gz
module libfcoe was already added
ERROR: module 'fdomain' not found
module libfcoe was already added
module scsi_mod was already added
module libfc was already added
module scsi_transport_fc was already added
adding module fnic
adding dir /lib/modules/2.6.39-ARCH/kernel/drivers/scsi/fnic
adding file /lib/modules/2.6.39-ARCH/kernel/drivers/scsi/fnic/fnic.ko.gz
ERROR: module 'gdth' not found
ERROR: module 'hpsa' not found
ERROR: module 'hptiop' not found
ERROR: module 'initio' not found
ERROR: module 'ipr' not found
ERROR: module 'ips' not found
ERROR: module 'iscsi_boot_sysfs' not found
ERROR: module 'iscsi_tcp' not found
module libfc was already added
ERROR: module 'libiscsi' not found
ERROR: module 'libiscsi_tcp' not found
module libsas was already added
ERROR: module 'libsrp' not found
module scsi_mod was already added
module scsi_transport_fc was already added
adding module lpfc
adding dir /lib/modules/2.6.39-ARCH/kernel/drivers/scsi/lpfc
adding file /lib/modules/2.6.39-ARCH/kernel/drivers/scsi/lpfc/lpfc.ko.gz
ERROR: module 'megaraid' not found
module scsi_mod was already added
adding module megaraid[-_]mm
adding dir /lib/modules/2.6.39-ARCH/kernel/drivers/scsi/megaraid
adding file /lib/modules/2.6.39-ARCH/kernel/drivers/scsi/megaraid/megaraid_mm.ko.gz
adding module megaraid[-_]mbox
adding file /lib/modules/2.6.39-ARCH/kernel/drivers/scsi/megaraid/megaraid_mbox.ko.gz
module megaraid_mm was already added
module scsi_mod was already added
adding module megaraid[-_]sas
adding file /lib/modules/2.6.39-ARCH/kernel/drivers/scsi/megaraid/megaraid_sas.ko.gz
module scsi_mod was already added
module scsi_transport_sas was already added
module scsi_mod was already added
adding module raid[-_]class
adding file /lib/modules/2.6.39-ARCH/kernel/drivers/scsi/raid_class.ko.gz
adding module mpt2sas
adding dir /lib/modules/2.6.39-ARCH/kernel/drivers/scsi/mpt2sas
adding file /lib/modules/2.6.39-ARCH/kernel/drivers/scsi/mpt2sas/mpt2sas.ko.gz
module libsas was already added
module scsi_mod was already added
module scsi_transport_sas was already added
adding module mvsas
adding dir /lib/modules/2.6.39-ARCH/kernel/drivers/scsi/mvsas
adding file /lib/modules/2.6.39-ARCH/kernel/drivers/scsi/mvsas/mvsas.ko.gz
adding module libosd
adding dir /lib/modules/2.6.39-ARCH/kernel/drivers/scsi/osd
adding file /lib/modules/2.6.39-ARCH/kernel/drivers/scsi/osd/libosd.ko.gz
module libosd was already added
module scsi_mod was already added
adding module osd
adding file /lib/modules/2.6.39-ARCH/kernel/drivers/scsi/osd/osd.ko.gz
ERROR: module 'osst' not found
module libsas was already added
module scsi_mod was already added
module scsi_transport_sas was already added
adding module pm8001
adding dir /lib/modules/2.6.39-ARCH/kernel/drivers/scsi/pm8001
adding file /lib/modules/2.6.39-ARCH/kernel/drivers/scsi/pm8001/pm8001.ko.gz
ERROR: module 'pmcraid' not found
ERROR: module 'ppa' not found
ERROR: module 'qla1280' not found
adding file /lib/firmware/ql2500_fw.bin
adding file /lib/firmware/ql2400_fw.bin
adding file /lib/firmware/ql2322_fw.bin
adding file /lib/firmware/ql2300_fw.bin
adding file /lib/firmware/ql2200_fw.bin
adding file /lib/firmware/ql2100_fw.bin
module scsi_mod was already added
module scsi_transport_fc was already added
adding module qla2xxx
adding dir /lib/modules/2.6.39-ARCH/kernel/drivers/scsi/qla2xxx
adding file /lib/modules/2.6.39-ARCH/kernel/drivers/scsi/qla2xxx/qla2xxx.ko.gz
module scsi_transport_iscsi was already added
module scsi_mod was already added
adding module qla4xxx
adding dir /lib/modules/2.6.39-ARCH/kernel/drivers/scsi/qla4xxx
adding file /lib/modules/2.6.39-ARCH/kernel/drivers/scsi/qla4xxx/qla4xxx.ko.gz
ERROR: module 'qlogicfas408' not found
ERROR: module 'raid_class' not found
ERROR: module 'scsi_mod' not found
ERROR: module 'scsi_tgt' not found
ERROR: module 'scsi_transport_fc' not found
ERROR: module 'scsi_transport_iscsi' not found
ERROR: module 'scsi_transport_sas' not found
ERROR: module 'scsi_transport_spi' not found
ERROR: module 'scsi_transport_srp' not found
ERROR: module 'scsi_wait_scan' not found
ERROR: module 'sd_mod' not found
ERROR: module 'ses' not found
ERROR: module 'sg' not found
ERROR: module 'sr_mod' not found
ERROR: module 'stex' not found
ERROR: module 'st' not found
module scsi_transport_spi was already added
module scsi_mod was already added
adding module sym53c8xx
adding dir /lib/modules/2.6.39-ARCH/kernel/drivers/scsi/sym53c8xx_2
adding file /lib/modules/2.6.39-ARCH/kernel/drivers/scsi/sym53c8xx_2/sym53c8xx.ko.gz
ERROR: module 'tmscsim' not found
ERROR: module 'vmw_pvscsi' not found
ERROR: module 'cciss' not found
ERROR: module 'cpqarray' not found
ERROR: module 'DAC960' not found
ERROR: module 'mptbase' not found
ERROR: module 'mptctl' not found
ERROR: module 'mptfc' not found
ERROR: module 'mptsas' not found
ERROR: module 'mptscsih' not found
ERROR: module 'mptspi' not found
module sd_mod was already added
:: Parsing hook [sata]
ERROR: module 'eata' not found
ERROR: module 'sx8' not found
ERROR: module 'sata_inic162x' not found
ERROR: module 'sata_mv' not found
ERROR: module 'sata_nv' not found
ERROR: module 'sata_promise' not found
ERROR: module 'sata_qstor' not found
ERROR: module 'sata_sil24' not found
ERROR: module 'sata_sil' not found
ERROR: module 'sata_sis' not found
ERROR: module 'sata_svw' not found
ERROR: module 'sata_sx4' not found
ERROR: module 'sata_uli' not found
ERROR: module 'sata_via' not found
ERROR: module 'sata_vsc' not found
ERROR: module 'ahci' not found
ERROR: module 'ahci_platform' not found
ERROR: module 'pdc_adma' not found
ERROR: module 'ata_piix' not found
module sd_mod was already added
:: Parsing hook [filesystems]
adding module fscache
adding dir /lib/modules/2.6.39-ARCH/kernel/fs
adding dir /lib/modules/2.6.39-ARCH/kernel/fs/fscache
adding file /lib/modules/2.6.39-ARCH/kernel/fs/fscache/fscache.ko.gz
adding module 9pnet
adding dir /lib/modules/2.6.39-ARCH/kernel/net/9p
adding file /lib/modules/2.6.39-ARCH/kernel/net/9p/9pnet.ko.gz
adding module 9p
adding dir /lib/modules/2.6.39-ARCH/kernel/fs/9p
adding file /lib/modules/2.6.39-ARCH/kernel/fs/9p/9p.ko.gz
adding module affs
adding dir /lib/modules/2.6.39-ARCH/kernel/fs/affs
adding file /lib/modules/2.6.39-ARCH/kernel/fs/affs/affs.ko.gz
module fscache was already added
adding module af[-_]rxrpc
adding dir /lib/modules/2.6.39-ARCH/kernel/net/rxrpc
adding file /lib/modules/2.6.39-ARCH/kernel/net/rxrpc/af-rxrpc.ko.gz
adding module kafs
adding dir /lib/modules/2.6.39-ARCH/kernel/fs/afs
adding file /lib/modules/2.6.39-ARCH/kernel/fs/afs/kafs.ko.gz
adding module autofs4
adding dir /lib/modules/2.6.39-ARCH/kernel/fs/autofs4
adding file /lib/modules/2.6.39-ARCH/kernel/fs/autofs4/autofs4.ko.gz
adding module befs
adding dir /lib/modules/2.6.39-ARCH/kernel/fs/befs
adding file /lib/modules/2.6.39-ARCH/kernel/fs/befs/befs.ko.gz
adding module libcrc32c
adding dir /lib/modules/2.6.39-ARCH/kernel/lib
adding file /lib/modules/2.6.39-ARCH/kernel/lib/libcrc32c.ko.gz
adding module crc32c
adding dir /lib/modules/2.6.39-ARCH/kernel/crypto
adding file /lib/modules/2.6.39-ARCH/kernel/crypto/crc32c.ko.gz
adding module crc32c[-_]intel
adding dir /lib/modules/2.6.39-ARCH/kernel/arch
adding dir /lib/modules/2.6.39-ARCH/kernel/arch/x86
adding dir /lib/modules/2.6.39-ARCH/kernel/arch/x86/crypto
adding file /lib/modules/2.6.39-ARCH/kernel/arch/x86/crypto/crc32c-intel.ko.gz
adding module zlib[-_]deflate
adding dir /lib/modules/2.6.39-ARCH/kernel/lib/zlib_deflate
adding file /lib/modules/2.6.39-ARCH/kernel/lib/zlib_deflate/zlib_deflate.ko.gz
adding module btrfs
adding dir /lib/modules/2.6.39-ARCH/kernel/fs/btrfs
adding file /lib/modules/2.6.39-ARCH/kernel/fs/btrfs/btrfs.ko.gz
module fscache was already added
adding module cachefiles
adding dir /lib/modules/2.6.39-ARCH/kernel/fs/cachefiles
adding file /lib/modules/2.6.39-ARCH/kernel/fs/cachefiles/cachefiles.ko.gz
module libcrc32c was already added
adding module libceph
adding dir /lib/modules/2.6.39-ARCH/kernel/net/ceph
adding file /lib/modules/2.6.39-ARCH/kernel/net/ceph/libceph.ko.gz
adding module ceph
adding dir /lib/modules/2.6.39-ARCH/kernel/fs/ceph
adding file /lib/modules/2.6.39-ARCH/kernel/fs/ceph/ceph.ko.gz
module fscache was already added
adding module cifs
adding dir /lib/modules/2.6.39-ARCH/kernel/fs/cifs
adding file /lib/modules/2.6.39-ARCH/kernel/fs/cifs/cifs.ko.gz
adding module coda
adding dir /lib/modules/2.6.39-ARCH/kernel/fs/coda
adding file /lib/modules/2.6.39-ARCH/kernel/fs/coda/coda.ko.gz
adding module configfs
adding dir /lib/modules/2.6.39-ARCH/kernel/fs/configfs
adding file /lib/modules/2.6.39-ARCH/kernel/fs/configfs/configfs.ko.gz
adding module cramfs
adding dir /lib/modules/2.6.39-ARCH/kernel/fs/cramfs
adding file /lib/modules/2.6.39-ARCH/kernel/fs/cramfs/cramfs.ko.gz
module configfs was already added
adding module dlm
adding dir /lib/modules/2.6.39-ARCH/kernel/fs/dlm
adding file /lib/modules/2.6.39-ARCH/kernel/fs/dlm/dlm.ko.gz
adding module ecryptfs
adding dir /lib/modules/2.6.39-ARCH/kernel/fs/ecryptfs
adding file /lib/modules/2.6.39-ARCH/kernel/fs/ecryptfs/ecryptfs.ko.gz
module osd was already added
module libosd was already added
adding module exofs
adding dir /lib/modules/2.6.39-ARCH/kernel/fs/exofs
adding file /lib/modules/2.6.39-ARCH/kernel/fs/exofs/exofs.ko.gz
adding module mbcache
adding file /lib/modules/2.6.39-ARCH/kernel/fs/mbcache.ko.gz
adding module ext2
adding dir /lib/modules/2.6.39-ARCH/kernel/fs/ext2
adding file /lib/modules/2.6.39-ARCH/kernel/fs/ext2/ext2.ko.gz
module mbcache was already added
adding module jbd
adding dir /lib/modules/2.6.39-ARCH/kernel/fs/jbd
adding file /lib/modules/2.6.39-ARCH/kernel/fs/jbd/jbd.ko.gz
adding module ext3
adding dir /lib/modules/2.6.39-ARCH/kernel/fs/ext3
adding file /lib/modules/2.6.39-ARCH/kernel/fs/ext3/ext3.ko.gz
module mbcache was already added
adding module jbd2
adding dir /lib/modules/2.6.39-ARCH/kernel/fs/jbd2
adding file /lib/modules/2.6.39-ARCH/kernel/fs/jbd2/jbd2.ko.gz
adding module crc16
adding file /lib/modules/2.6.39-ARCH/kernel/lib/crc16.ko.gz
adding module ext4
adding dir /lib/modules/2.6.39-ARCH/kernel/fs/ext4
adding file /lib/modules/2.6.39-ARCH/kernel/fs/ext4/ext4.ko.gz
adding module fat
adding dir /lib/modules/2.6.39-ARCH/kernel/fs/fat
adding file /lib/modules/2.6.39-ARCH/kernel/fs/fat/fat.ko.gz
adding module nls[-_]cp437
adding dir /lib/modules/2.6.39-ARCH/kernel/fs/nls
adding file /lib/modules/2.6.39-ARCH/kernel/fs/nls/nls_cp437.ko.gz
module fat was already added
adding module msdos
adding file /lib/modules/2.6.39-ARCH/kernel/fs/fat/msdos.ko.gz
module fat was already added
adding module vfat
adding file /lib/modules/2.6.39-ARCH/kernel/fs/fat/vfat.ko.gz
module fscache was already added
adding module fuse
adding dir /lib/modules/2.6.39-ARCH/kernel/fs/fuse
adding file /lib/modules/2.6.39-ARCH/kernel/fs/fuse/fuse.ko.gz
adding module cuse
adding file /lib/modules/2.6.39-ARCH/kernel/fs/fuse/cuse.ko.gz
module fuse was already added
module dlm was already added
adding module gfs2
adding dir /lib/modules/2.6.39-ARCH/kernel/fs/gfs2
adding file /lib/modules/2.6.39-ARCH/kernel/fs/gfs2/gfs2.ko.gz
adding module hfs
adding dir /lib/modules/2.6.39-ARCH/kernel/fs/hfs
adding file /lib/modules/2.6.39-ARCH/kernel/fs/hfs/hfs.ko.gz
adding module hfsplus
adding dir /lib/modules/2.6.39-ARCH/kernel/fs/hfsplus
adding file /lib/modules/2.6.39-ARCH/kernel/fs/hfsplus/hfsplus.ko.gz
adding module isofs
adding dir /lib/modules/2.6.39-ARCH/kernel/fs/isofs
adding file /lib/modules/2.6.39-ARCH/kernel/fs/isofs/isofs.ko.gz
module jbd2 was already added
module jbd was already added
module zlib_deflate was already added
adding module mtd
adding dir /lib/modules/2.6.39-ARCH/kernel/drivers/mtd
adding file /lib/modules/2.6.39-ARCH/kernel/drivers/mtd/mtd.ko.gz
adding module jffs2
adding dir /lib/modules/2.6.39-ARCH/kernel/fs/jffs2
adding file /lib/modules/2.6.39-ARCH/kernel/fs/jffs2/jffs2.ko.gz
adding module jfs
adding dir /lib/modules/2.6.39-ARCH/kernel/fs/jfs
adding file /lib/modules/2.6.39-ARCH/kernel/fs/jfs/jfs.ko.gz
adding module sunrpc
adding dir /lib/modules/2.6.39-ARCH/kernel/net/sunrpc
adding file /lib/modules/2.6.39-ARCH/kernel/net/sunrpc/sunrpc.ko.gz
adding module lockd
adding dir /lib/modules/2.6.39-ARCH/kernel/fs/lockd
adding file /lib/modules/2.6.39-ARCH/kernel/fs/lockd/lockd.ko.gz
module zlib_deflate was already added
adding module logfs
adding dir /lib/modules/2.6.39-ARCH/kernel/fs/logfs
adding file /lib/modules/2.6.39-ARCH/kernel/fs/logfs/logfs.ko.gz
module mbcache was already added
adding module ncpfs
adding dir /lib/modules/2.6.39-ARCH/kernel/fs/ncpfs
adding file /lib/modules/2.6.39-ARCH/kernel/fs/ncpfs/ncpfs.ko.gz
module sunrpc was already added
adding module nfs[-_]acl
adding dir /lib/modules/2.6.39-ARCH/kernel/fs/nfs_common
adding file /lib/modules/2.6.39-ARCH/kernel/fs/nfs_common/nfs_acl.ko.gz
module sunrpc was already added
adding module auth[-_]rpcgss
adding dir /lib/modules/2.6.39-ARCH/kernel/net/sunrpc/auth_gss
adding file /lib/modules/2.6.39-ARCH/kernel/net/sunrpc/auth_gss/auth_rpcgss.ko.gz
module sunrpc was already added
module lockd was already added
module nfs_acl was already added
adding module nfsd
adding dir /lib/modules/2.6.39-ARCH/kernel/fs/nfsd
adding file /lib/modules/2.6.39-ARCH/kernel/fs/nfsd/nfsd.ko.gz
module fscache was already added
module sunrpc was already added
module lockd was already added
module auth_rpcgss was already added
module nfs_acl was already added
adding module nfs
adding dir /lib/modules/2.6.39-ARCH/kernel/fs/nfs
adding file /lib/modules/2.6.39-ARCH/kernel/fs/nfs/nfs.ko.gz
adding module nilfs2
adding dir /lib/modules/2.6.39-ARCH/kernel/fs/nilfs2
adding file /lib/modules/2.6.39-ARCH/kernel/fs/nilfs2/nilfs2.ko.gz
adding module ntfs
adding dir /lib/modules/2.6.39-ARCH/kernel/fs/ntfs
adding file /lib/modules/2.6.39-ARCH/kernel/fs/ntfs/ntfs.ko.gz
module configfs was already added
adding module ocfs2[-_]nodemanager
adding dir /lib/modules/2.6.39-ARCH/kernel/fs/ocfs2
adding dir /lib/modules/2.6.39-ARCH/kernel/fs/ocfs2/cluster
adding file /lib/modules/2.6.39-ARCH/kernel/fs/ocfs2/cluster/ocfs2_nodemanager.ko.gz
adding module ocfs2[-_]stackglue
adding file /lib/modules/2.6.39-ARCH/kernel/fs/ocfs2/ocfs2_stackglue.ko.gz
module ocfs2_nodemanager was already added
adding module ocfs2[-_]dlmfs
adding dir /lib/modules/2.6.39-ARCH/kernel/fs/ocfs2/dlmfs
adding file /lib/modules/2.6.39-ARCH/kernel/fs/ocfs2/dlmfs/ocfs2_dlmfs.ko.gz
module ocfs2_nodemanager was already added
adding module ocfs2[-_]dlm
adding dir /lib/modules/2.6.39-ARCH/kernel/fs/ocfs2/dlm
adding file /lib/modules/2.6.39-ARCH/kernel/fs/ocfs2/dlm/ocfs2_dlm.ko.gz
module jbd2 was already added
module ocfs2_stackglue was already added
adding module quota[-_]tree
adding dir /lib/modules/2.6.39-ARCH/kernel/fs/quota
adding file /lib/modules/2.6.39-ARCH/kernel/fs/quota/quota_tree.ko.gz
module ocfs2_nodemanager was already added
adding module ocfs2
adding file /lib/modules/2.6.39-ARCH/kernel/fs/ocfs2/ocfs2.ko.gz
module configfs was already added
module ocfs2_stackglue was already added
module ocfs2_dlm was already added
module ocfs2_nodemanager was already added
module ocfs2_stackglue was already added
adding module ocfs2[-_]stack[-_]o2cb
adding file /lib/modules/2.6.39-ARCH/kernel/fs/ocfs2/ocfs2_stack_o2cb.ko.gz
module dlm was already added
module ocfs2_stackglue was already added
adding module ocfs2[-_]stack[-_]user
adding file /lib/modules/2.6.39-ARCH/kernel/fs/ocfs2/ocfs2_stack_user.ko.gz
adding module crc[-_]itu[-_]t
adding file /lib/modules/2.6.39-ARCH/kernel/lib/crc-itu-t.ko.gz
adding module omfs
adding dir /lib/modules/2.6.39-ARCH/kernel/fs/omfs
adding file /lib/modules/2.6.39-ARCH/kernel/fs/omfs/omfs.ko.gz
module quota_tree was already added
adding module quota[-_]v1
adding file /lib/modules/2.6.39-ARCH/kernel/fs/quota/quota_v1.ko.gz
module quota_tree was already added
adding module quota[-_]v2
adding file /lib/modules/2.6.39-ARCH/kernel/fs/quota/quota_v2.ko.gz
adding module reiserfs
adding dir /lib/modules/2.6.39-ARCH/kernel/fs/reiserfs
adding file /lib/modules/2.6.39-ARCH/kernel/fs/reiserfs/reiserfs.ko.gz
adding module squashfs
adding dir /lib/modules/2.6.39-ARCH/kernel/fs/squashfs
adding file /lib/modules/2.6.39-ARCH/kernel/fs/squashfs/squashfs.ko.gz
module crc_itu_t was already added
adding module udf
adding dir /lib/modules/2.6.39-ARCH/kernel/fs/udf
adding file /lib/modules/2.6.39-ARCH/kernel/fs/udf/udf.ko.gz
adding module ufs
adding dir /lib/modules/2.6.39-ARCH/kernel/fs/ufs
adding file /lib/modules/2.6.39-ARCH/kernel/fs/ufs/ufs.ko.gz
adding module xfs
adding dir /lib/modules/2.6.39-ARCH/kernel/fs/xfs
adding file /lib/modules/2.6.39-ARCH/kernel/fs/xfs/xfs.ko.gz
:: Generating module dependencies
install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/drivers/scsi/scsi_mod.ko.gz': No such file or directory
install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/drivers/scsi/sd_mod.ko.gz': No such file or directory
install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/drivers/scsi/aacraid/aacraid.ko.gz': No such file or directory
install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/drivers/scsi/scsi_transport_spi.ko.gz': No such file or directory
install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/drivers/scsi/aic7xxx/aic79xx.ko.gz': No such file or directory
install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/drivers/scsi/aic7xxx/aic7xxx.ko.gz': No such file or directory
install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/drivers/ata/libata.ko.gz': No such file or directory
install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/drivers/scsi/scsi_transport_sas.ko.gz': No such file or directory
install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/drivers/scsi/libsas/libsas.ko.gz': No such file or directory
install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/drivers/scsi/aic94xx/aic94xx.ko.gz': No such file or directory
install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/drivers/scsi/arcmsr/arcmsr.ko.gz': No such file or directory
install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/drivers/scsi/scsi_transport_iscsi.ko.gz': No such file or directory
install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/drivers/scsi/libiscsi.ko.gz': No such file or directory
install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/drivers/scsi/iscsi_boot_sysfs.ko.gz': No such file or directory
install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/drivers/scsi/be2iscsi/be2iscsi.ko.gz': No such file or directory
install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/drivers/scsi/scsi_transport_fc.ko.gz': No such file or directory
install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/drivers/scsi/bfa/bfa.ko.gz': No such file or directory
install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/drivers/scsi/libfc/libfc.ko.gz': No such file or directory
install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/drivers/scsi/fcoe/libfcoe.ko.gz': No such file or directory
install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/drivers/uio/uio.ko.gz': No such file or directory
install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/net/ipv6/ipv6.ko.gz': No such file or directory
install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/drivers/net/cnic.ko.gz': No such file or directory
install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/drivers/scsi/bnx2fc/bnx2fc.ko.gz': No such file or directory
install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/drivers/scsi/bnx2i/bnx2i.ko.gz': No such file or directory
install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/drivers/scsi/libiscsi_tcp.ko.gz': No such file or directory
install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/drivers/scsi/cxgbi/libcxgbi.ko.gz': No such file or directory
install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/drivers/net/mdio.ko.gz': No such file or directory
install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/drivers/net/cxgb3/cxgb3.ko.gz': No such file or directory
install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/drivers/scsi/cxgbi/cxgb3i/cxgb3i.ko.gz': No such file or directory
install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/drivers/net/cxgb4/cxgb4.ko.gz': No such file or directory
install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/drivers/scsi/cxgbi/cxgb4i/cxgb4i.ko.gz': No such file or directory
install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/drivers/scsi/device_handler/scsi_dh.ko.gz': No such file or directory
install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/drivers/scsi/device_handler/scsi_dh_alua.ko.gz': No such file or directory
install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/drivers/scsi/device_handler/scsi_dh_emc.ko.gz': No such file or directory
install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/drivers/scsi/device_handler/scsi_dh_hp_sw.ko.gz': No such file or directory
install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/drivers/scsi/device_handler/scsi_dh_rdac.ko.gz': No such file or directory
install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/drivers/scsi/fcoe/fcoe.ko.gz': No such file or directory
install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/drivers/scsi/fnic/fnic.ko.gz': No such file or directory
install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/drivers/scsi/lpfc/lpfc.ko.gz': No such file or directory
install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/drivers/scsi/megaraid/megaraid_mm.ko.gz': No such file or directory
install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/drivers/scsi/megaraid/megaraid_mbox.ko.gz': No such file or directory
install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/drivers/scsi/megaraid/megaraid_sas.ko.gz': No such file or directory
install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/drivers/scsi/raid_class.ko.gz': No such file or directory
install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/drivers/scsi/mpt2sas/mpt2sas.ko.gz': No such file or directory
install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/drivers/scsi/mvsas/mvsas.ko.gz': No such file or directory
install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/drivers/scsi/osd/libosd.ko.gz': No such file or directory
install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/drivers/scsi/osd/osd.ko.gz': No such file or directory
install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/drivers/scsi/pm8001/pm8001.ko.gz': No such file or directory
install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/drivers/scsi/qla2xxx/qla2xxx.ko.gz': No such file or directory
install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/drivers/scsi/qla4xxx/qla4xxx.ko.gz': No such file or directory
install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/drivers/scsi/sym53c8xx_2/sym53c8xx.ko.gz': No such file or directory
install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/fs/fscache/fscache.ko.gz': No such file or directory
install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/net/9p/9pnet.ko.gz': No such file or directory
install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/fs/9p/9p.ko.gz': No such file or directory
install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/fs/affs/affs.ko.gz': No such file or directory
install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/net/rxrpc/af-rxrpc.ko.gz': No such file or directory
install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/fs/afs/kafs.ko.gz': No such file or directory
install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/fs/autofs4/autofs4.ko.gz': No such file or directory
install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/fs/befs/befs.ko.gz': No such file or directory
install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/lib/libcrc32c.ko.gz': No such file or directory
install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/crypto/crc32c.ko.gz': No such file or directory
install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/arch/x86/crypto/crc32c-intel.ko.gz': No such file or directory
install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/lib/zlib_deflate/zlib_deflate.ko.gz': No such file or directory
install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/fs/btrfs/btrfs.ko.gz': No such file or directory
install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/fs/cachefiles/cachefiles.ko.gz': No such file or directory
install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/net/ceph/libceph.ko.gz': No such file or directory
install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/fs/ceph/ceph.ko.gz': No such file or directory
install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/fs/cifs/cifs.ko.gz': No such file or directory
install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/fs/coda/coda.ko.gz': No such file or directory
install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/fs/configfs/configfs.ko.gz': No such file or directory
install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/fs/cramfs/cramfs.ko.gz': No such file or directory
install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/fs/dlm/dlm.ko.gz': No such file or directory
install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/fs/ecryptfs/ecryptfs.ko.gz': No such file or directory
install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/fs/exofs/exofs.ko.gz': No such file or directory
install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/fs/mbcache.ko.gz': No such file or directory
install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/fs/ext2/ext2.ko.gz': No such file or directory
install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/fs/jbd/jbd.ko.gz': No such file or directory
install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/fs/ext3/ext3.ko.gz': No such file or directory
install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/fs/jbd2/jbd2.ko.gz': No such file or directory
install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/lib/crc16.ko.gz': No such file or directory
install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/fs/ext4/ext4.ko.gz': No such file or directory
install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/fs/fat/fat.ko.gz': No such file or directory
install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/fs/nls/nls_cp437.ko.gz': No such file or directory
install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/fs/fat/msdos.ko.gz': No such file or directory
install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/fs/fat/vfat.ko.gz': No such file or directory
install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/fs/fuse/fuse.ko.gz': No such file or directory
install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/fs/fuse/cuse.ko.gz': No such file or directory
install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/fs/gfs2/gfs2.ko.gz': No such file or directory
install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/fs/hfs/hfs.ko.gz': No such file or directory
install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/fs/hfsplus/hfsplus.ko.gz': No such file or directory
install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/fs/isofs/isofs.ko.gz': No such file or directory
install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/drivers/mtd/mtd.ko.gz': No such file or directory
install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/fs/jffs2/jffs2.ko.gz': No such file or directory
install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/fs/jfs/jfs.ko.gz': No such file or directory
install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/net/sunrpc/sunrpc.ko.gz': No such file or directory
install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/fs/lockd/lockd.ko.gz': No such file or directory
install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/fs/logfs/logfs.ko.gz': No such file or directory
install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/fs/ncpfs/ncpfs.ko.gz': No such file or directory
install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/fs/nfs_common/nfs_acl.ko.gz': No such file or directory
install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/net/sunrpc/auth_gss/auth_rpcgss.ko.gz': No such file or directory
install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/fs/nfsd/nfsd.ko.gz': No such file or directory
install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/fs/nfs/nfs.ko.gz': No such file or directory
install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/fs/nilfs2/nilfs2.ko.gz': No such file or directory
install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/fs/ntfs/ntfs.ko.gz': No such file or directory
install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/fs/ocfs2/cluster/ocfs2_nodemanager.ko.gz': No such file or directory
install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/fs/ocfs2/ocfs2_stackglue.ko.gz': No such file or directory
install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/fs/ocfs2/dlmfs/ocfs2_dlmfs.ko.gz': No such file or directory
install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/fs/ocfs2/dlm/ocfs2_dlm.ko.gz': No such file or directory
install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/fs/quota/quota_tree.ko.gz': No such file or directory
install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/fs/ocfs2/ocfs2.ko.gz': No such file or directory
install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/fs/ocfs2/ocfs2_stack_o2cb.ko.gz': No such file or directory
install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/fs/ocfs2/ocfs2_stack_user.ko.gz': No such file or directory
install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/lib/crc-itu-t.ko.gz': No such file or directory
install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/fs/omfs/omfs.ko.gz': No such file or directory
install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/fs/quota/quota_v1.ko.gz': No such file or directory
install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/fs/quota/quota_v2.ko.gz': No such file or directory
install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/fs/reiserfs/reiserfs.ko.gz': No such file or directory
install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/fs/squashfs/squashfs.ko.gz': No such file or directory
install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/fs/udf/udf.ko.gz': No such file or directory
install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/fs/ufs/ufs.ko.gz': No such file or directory
install: cannot stat `/lib/modules/2.6.39-ARCH\033[m\033[K/kernel/fs/xfs/xfs.ko.gz': No such file or directory
WARNING: Couldn't open directory /tmp/mkinitcpio.zHFFRR/lib/modules/2.6.39-ARCH: No such file or directory
FATAL: Could not open /tmp/mkinitcpio.zHFFRR/lib/modules/2.6.39-ARCH/modules.dep.temp for writing: No such file or directory
ERROR: file '/tmp/mkinitcpio.zHFFRR/lib/modules/2.6.39-ARCH/modules.dep' does not exist
ERROR: file '/tmp/mkinitcpio.zHFFRR/lib/modules/2.6.39-ARCH/modules.alias' does not exist
ERROR: file '/tmp/mkinitcpio.zHFFRR/lib/modules/2.6.39-ARCH/modules.symbols' does not exist
:: Generating image '/boot/kernel26-fallback.img'
:: Image generation successful
==> SUCCESS

Similar Messages

  • [Solved] Full system upgrade fails because of Nvidia dependencies

    Problem:
    # pacman -Syu
    :: Synchronizing package databases...
    core is up to date
    extra is up to date
    community is up to date
    :: Starting full system upgrade...
    resolving dependencies...
    looking for conflicting packages...
    error: failed to prepare transaction (could not satisfy dependencies)
    :: nvidia-dkms: requires nvidia-utils=346.35
    Things I have tried:
    $ makepkg -s
    ==> Making package: nvidia-dkms 346.47-1 (Sun Mar 1 11:42:11 PST 2015)
    ==> Checking runtime dependencies...
    ==> Installing missing dependencies...
    [sudo] password for digger:
    resolving dependencies...
    looking for conflicting packages...
    error: failed to prepare transaction (could not satisfy dependencies)
    :: nvidia-dkms: requires nvidia-utils=346.35
    ==> ERROR: 'pacman' failed to install missing dependencies.
    # pacman -R nvidia-utils
    checking dependencies...
    error: failed to prepare transaction (could not satisfy dependencies)
    :: nvidia-dkms: requires nvidia-utils=346.35
    :: nvidia-libgl: requires nvidia-utils
    Some info:
    $ uname -a
    Linux <hostname> 3.18.6-1-ARCH #1 SMP PREEMPT Sat Feb 7 08:44:05 CET 2015 x86_64 GNU/Linux
    # dkms status
    nvidia, 346.35, 3.18.5-1-ARCH, x86_64: installed
    nvidia, 346.35, 3.18.6-1-ARCH, x86_64: installed
    $ lspci -k | grep -A 2 -i "VGA"
    03:00.0 VGA compatible controller: NVIDIA Corporation GK107 [GeForce GT 640] (rev a1)
    Subsystem: eVga.com. Corp. Device 2643
    Kernel driver in use: nvidia
    Kernel modules: nouveau, nvidia
    Subsystem: eVga.com. Corp. Device 2643
    Kernel driver in use: snd_hda_intel
    Kernel modules: snd_hda_intel
    # pacman -Ss nvidia | grep installed
    extra/libvdpau 0.9-1 [installed]
    extra/nvidia-libgl 346.47-2 [installed: 346.35-2]
    extra/nvidia-utils 346.47-2 [installed: 346.35-2]
    # cat /etc/mkinitcpio.conf | grep ^HOOKS
    HOOKS="base udev autodetect modconf block lvm2 nvidia filesystems keyboard fsck"
    # systemctl status dkms
    ● dkms.service - Dynamic Kernel Modules System
    Loaded: loaded (/usr/lib/systemd/system/dkms.service; enabled; vendor preset: disabled)
    Active: active (exited) since Sun 2015-03-01 11:40:15 PST; 1h 43min ago
    Process: 6196 ExecStart=/usr/lib/systemd/scripts/dkms start (code=exited, status=0/SUCCESS)
    Main PID: 6196 (code=exited, status=0/SUCCESS)
    CGroup: /system.slice/dkms.service
    # pacman -Qm | grep nvidia
    nvidia-dkms 346.35-2
    nvidia-hook 2.2-3
    Let me know if any other information is needed.
    Thanks.
    Last edited by digger (2015-03-03 03:12:52)

    The fix, thanks to Xabre
    # pacman -R nvidia-dkms
    checking dependencies...
    error: failed to prepare transaction (could not satisfy dependencies)
    :: nvidia-hook: requires nvidia-dkms
    # pacman -Rs nvidia-dkms
    checking dependencies...
    error: failed to prepare transaction (could not satisfy dependencies)
    :: nvidia-hook: requires nvidia-dkms
    [root@big-kahuna ~]# pacman -Rdd nvidia-dkms
    Packages (1) nvidia-dkms-346.35-2
    Total Removed Size: 12.29 MiB
    :: Do you want to remove these packages? [Y/n] Y
    -------- Uninstall Beginning --------
    Module: nvidia
    Version: 346.35
    Kernel: 3.18.5-1-ARCH (x86_64)
    Status: Before uninstall, this module version was ACTIVE on this kernel.
    nvidia.ko:
    - Uninstallation
    - Deleting from: /usr/lib/modules/3.18.5-1-ARCH/kernel/drivers/video/
    - Original module
    - No original module was found for this module on this kernel.
    - Use the dkms install command to reinstall any previous module version.
    nvidia-uvm.ko:
    - Uninstallation
    - Deleting from: /usr/lib/modules/3.18.5-1-ARCH/kernel/drivers/video/
    - Original module
    - No original module was found for this module on this kernel.
    - Use the dkms install command to reinstall any previous module version.
    depmod....
    DKMS: uninstall completed.
    -------- Uninstall Beginning --------
    Module: nvidia
    Version: 346.35
    Kernel: 3.18.6-1-ARCH (x86_64)
    Status: Before uninstall, this module version was ACTIVE on this kernel.
    nvidia.ko:
    - Uninstallation
    - Deleting from: /usr/lib/modules/3.18.6-1-ARCH/kernel/drivers/video/
    - Original module
    - No original module was found for this module on this kernel.
    - Use the dkms install command to reinstall any previous module version.
    nvidia-uvm.ko:
    - Uninstallation
    - Deleting from: /usr/lib/modules/3.18.6-1-ARCH/kernel/drivers/video/
    - Original module
    - No original module was found for this module on this kernel.
    - Use the dkms install command to reinstall any previous module version.
    depmod.....
    DKMS: uninstall completed.
    Deleting module version: 346.35
    completely from the DKMS tree.
    Done.
    (1/1) removing nvidia-dkms [######################] 100%
    # pacman -Syu ### This ran as expected.
    All I wanted was to have the simplest use of the Nvidia proprietary driver.  So I followed https://wiki.archlinux.org/index.php/NV … any_kernel
    So what I gather from the discussion here is that this (nvidia-dkms) should only be used for custom kernels?  And the topic should be a sub topic of https://wiki.archlinux.org/index.php/NV … tom_kernel?  Is that right?
    Thanks for you help.
    Last edited by digger (2015-03-03 03:11:58)

  • System upgrade fails (krb5-??)

    Hello,
    I am trying to update an quite old Arch system, I could re-install it freshly, but then I would not learn anything.
    [root@Vaidotas-LPCM /]# pacman -Syu
    :: 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...
    :: Replace btrfs-progs-unstable with core/btrfs-progs? [Y/n] y
    :: Replace cyrus-sasl-plugins with extra/cyrus-sasl-gssapi? [Y/n] y
    :: Replace cyrus-sasl-plugins with extra/cyrus-sasl-ldap? [Y/n] y
    :: Replace cyrus-sasl-plugins with extra/cyrus-sasl-sql? [Y/n] y
    :: Replace farsight2 with extra/farstream? [Y/n] y
    warning: fbpanel: local (6.1.507svn-2) is newer than community (6.1-3)
    :: Replace gnupg2 with core/gnupg? [Y/n] y
    :: Replace kernel26 with core/linux? [Y/n] y
    :: Replace kernel26-headers with core/linux-headers? [Y/n] y
    :: Replace module-init-tools with core/kmod? [Y/n] y
    :: Replace ndiswrapper-utils with community/ndiswrapper? [Y/n] y
    :: Replace procps with core/procps-ng? [Y/n] y
    :: Replace pygobject with extra/python2-gobject2? [Y/n] y
    :: Replace sqlite3 with extra/sqlite? [Y/n] y
    :: Replace udev with core/systemd-tools? [Y/n] y
    resolving dependencies...
    warning: dependency cycle detected:
    warning: systemd-tools will be installed before its util-linux dependency
    looking for inter-conflicts...
    Targets (624): a52dec-0.7.4-6 aalib-1.4rc5-9 abiword-2.8.6-7 acl-2.2.51-2
    acpi-1.6-1 acpid-2.0.16-3 aif-2011.10.09-2 alsa-lib-1.0.25-1
    alsa-oss-1.0.25-1 alsa-utils-1.0.25-3 arandr-0.1.4-3
    arora-git-20120206-1 aspell-0.60.6.1-1 asunder-2.2-1
    ati-dri-8.0.3-2 atk-2.4.0-1 atkmm-2.22.6-1 attr-2.4.46-2
    audacious-3.2.3-1 audacious-plugins-3.2.3-1 audiofile-0.3.4-1
    autoconf-2.69-1 automake-1.12.1-1 avahi-0.6.31-3
    avidemux-cli-2.5.6-2 avidemux-gtk-2.5.6-2 babl-0.1.10-1
    bash-4.2.029-1 bash-completion-1.99-2
    batterysystemtray-git-20111026-1 bftpd-3.7-1 bin86-0.16.18-3
    binutils-2.22-7 bison-2.5-3 brasero-3.4.1-1
    btrfs-progs-0.19.20120328-3
    btrfs-progs-unstable-0.19.20101006-1 [removal] bzip2-1.0.6-4
    ca-certificates-20120212-1 cairo-1.12.2-1 cairomm-1.10.0-2
    cdparanoia-10.2-4 cdrdao-1.2.3-6 cdrkit-1.1.11-2
    cifs-utils-5.4-1 cloog-0.17.0-1 cmatrix-1.2a-6
    colord-0.1.21-1 compositeproto-0.4.2-2 consolekit-0.4.6-4
    coreutils-8.17-1 cracklib-2.8.18-2 cryptsetup-1.4.2-2
    cyrus-sasl-gssapi-2.1.23-9 cyrus-sasl-ldap-2.1.23-9
    cyrus-sasl-plugins-2.1.23-4 [removal] cyrus-sasl-sql-2.1.23-9
    damageproto-1.2.1-2 dash-0.5.7-2 db-5.3.21-1 dbus-1.4.20-1
    dbus-core-1.4.20-2 dbus-glib-0.98-1 dbus-python-1.0.0-1
    dcfldd-1.3.4.1-3 dconf-0.12.1-1 dcron-4.5-2
    desktop-file-utils-0.19-1 device-mapper-2.02.95-6
    dhclient-4.2.3.2-2 dhcpcd-5.5.6-1 dialog-1.1_20120215-1
    diffutils-3.2-1 dirmngr-1.1.0-4 dmxproto-2.3.1-2
    dnssec-anchors-20120422-1 dosfstools-3.0.12-1 dri2proto-2.6-1
    dvd+rw-tools-7.1-4 e2fsprogs-1.42.3-1 ed-1.6-1 eject-2.1.5-7
    elfutils-0.153-1 enca-1.13-2 enchant-1.6.0-4 epdfview-0.1.8-3
    ethtool-1:3.2-1 eventlog-0.2.12-3 expat-2.1.0-1 faac-1.28-4
    faad2-2.7-3 fakeroot-1.18.3-1 farsight2-0.0.22-1 [removal]
    farstream-0.1.2-1 feh-2.5-1 fftw-3.3.2-1 file-5.11-1
    filesystem-2012.2-5 findutils-4.4.2-4 fixesproto-5.0-2
    flac-1.2.1-3 flex-2.5.35-5 fontconfig-2.8.0-2
    fontsproto-2.1.2-1 freeglut-2.8.0-1 freetype2-2.4.9-2
    fribidi-0.19.2-2 fuse-2.9.0-1 gawk-4.0.1-1 gc-7.1-4
    gcc-4.7.0-6 gcc-libs-4.7.0-6 gconf-3.2.5-2 gd-2.0.36RC1-5
    gdbm-1.10-1 gdk-pixbuf2-2.26.1-1 gegl-0.2.0-1
    geoclue-0.12.0-5 gettext-0.18.1.1-4 gftp-2.0.19-4
    giblib-1.2.4-5 giflib-4.1.6-5 gimp-2.8.0-2
    girara-common-git-20120313-1 girara-gtk3-git-20120313-1
    glew-1.7.0-2 glib-networking-2.32.3-1 glib2-2.32.3-1
    glibmm-2.32.0-1 glproto-1.4.15-1 gmime-2.6.9-1 gmp-5.0.5-1
    gmrun-0.9.2-4 gnumeric-1.10.17-2 gnupg-2.0.19-2
    gnupg2-2.0.17-1 [removal] gnutls-3.0.19-1
    gobject-introspection-1.32.1-2 goffice-0.8.17-1
    gparted-0.12.1-1 gpgme-1.3.1-4 gphoto2-2.4.14-1
    gpicview-0.2.3-1 gpm-1.20.6-8 grep-2.12-1 groff-1.21-2
    grub-0.97-21 gsettings-desktop-schemas-3.4.2-1
    gsfonts-1.0.7pre44-3 gsimplecal-1.4-1 gsm-1.0.13-7
    gstreamer0.10-0.10.36-1 gstreamer0.10-bad-0.10.23-1
    gstreamer0.10-bad-plugins-0.10.23-1
    gstreamer0.10-base-0.10.36-1
    gstreamer0.10-base-plugins-0.10.36-1
    gstreamer0.10-ffmpeg-0.10.13-1 gstreamer0.10-good-0.10.31-1
    gstreamer0.10-python-0.10.22-1 gtk-update-icon-cache-2.24.10-3
    gtk2-2.24.10-3 gtk3-3.4.3-1 gtkam-0.1.18-3 gtkmm-2.24.2-2
    gtkspell-2.0.16-2 gzip-1.4-4 hdparm-9.39-1
    heirloom-mailx-12.5-3 hexedit-1.2.12-5
    hicolor-icon-theme-0.12-2 hspell-1.1-2 htop-1.0.1-1
    hunspell-1.3.2-1 hwids-20120512-1 iana-etc-2.30-2
    icu-49.1.1-2 imlib2-1.4.5-2 initscripts-2012.05.1-3
    inputproto-2.2-1 intel-dri-8.0.3-2 intltool-0.50.2-1
    iproute2-3.3.0-1 iputils-20101006-2 irssi-0.8.15-6 isl-0.09-2
    jack-0.121.3-6 jasper-1.900.1-7 jfsutils-1.1.15-3
    json-c-0.9-1 jumanji-git-20120313-1 kbd-1.15.3-2
    kbproto-1.0.6-1 kernel26-2.6.37.5-1 [removal]
    kernel26-headers-2.6.37.5-1 [removal] keyutils-1.5.5-2
    kirikoo-upload-0.5.1-1 kmod-8-2 krb5-1.10.1-3 ladspa-1.13-3
    lame-3.99.5-1 lcms-1.19-2 lcms2-2.3-2 ldns-1.6.13-1
    less-444-3 libao-1.1.0-2 libass-0.10.0-3 libassuan-2.0.3-1
    libasyncns-0.8-4 libatasmart-0.18-2 libbluray-0.2.2-1
    libcaca-0.99.beta18-1 libcanberra-0.28-5 libcap-2.22-3
    libcap-ng-0.6.6-1 libcdaudio-0.99.12-6 libcddb-1.3.2-3
    libcdio-0.83-1 libcroco-0.6.5-1 libcups-1.5.3-3
    libdaemon-0.14-2 libdatrie-0.2.5-1 libdc1394-2.1.3-2
    libdca-0.0.5-3 libdmx-1.1.2-1 libdrm-2.4.33-1
    libdrm-nouveau-2.4.34-1 libdv-1.0.0-4 libdvdnav-4.2.0-2
    libdvdread-4.2.0-1 libedit-20120311_3.0-1 libexif-0.6.20-2
    libexif-gtk-0.3.5-10 libffi-3.0.11-1 libfm-0.1.17-1
    libfontenc-1.1.1-1 libftdi-0.20-1 libgcrypt-1.5.0-3
    libgl-8.0.3-2 libglade-2.6.4-3 libglapi-8.0.3-2
    libgme-0.6.0-2 libgnome-keyring-3.4.1-1 libgpg-error-1.10-2
    libgphoto2-2.4.14-1 libgsf-1.14.23-1 libgssglue-0.3-1
    libguess-1.1-1 libgusb-0.1.3-1 libice-1.0.8-1
    libid3tag-0.15.1b-7 libidl2-0.8.14-2 libidn-1.24-1
    libieee1284-0.2.11-4 libimobiledevice-1.1.1-3 libirman-0.4.5-3
    libjpeg-turbo-1.2.0-2 libksba-1.2.0-1 libldap-2.4.31-2
    liblrdf-0.4.0-9 libltdl-2.4.2-5 libmad-0.15.1b-6
    libmikmod-3.1.12-4 libmms-0.6.2-1 libmng-1.0.10-4
    libmodplug-0.8.8.4-1 libmowgli-1.0.0-1 libmp4v2-2.0.0-1
    libmpc-0.9-2 libmpcdec-1.2.6-3 libmysqlclient-5.5.24-1
    libnice-0.1.2-1 libnl-3.2.9-1 libnotify-0.7.5-1
    libofa-0.9.3-4 libogg-1.3.0-1 libpcap-1.2.1-2
    libpciaccess-0.13.1-1 libpipeline-1.2.1-1 libplist-1.8-2
    libpng-1.5.10-1 libproxy-0.4.7-2 libpulse-2.0-2
    libpurple-2.10.4-2 libquvi-0.4.1-1 libquvi-scripts-0.4.4-1
    libqzeitgeist-0.8.0-2 libraw1394-2.0.7-2 librsvg-2.36.1-1
    libsamplerate-0.1.8-1 libsasl-2.1.23-9 libsigc++-2.2.10-2
    libsm-1.2.1-1 libsndfile-1.0.25-2 libsoup-2.38.1-1
    libsoup-gnome-2.38.1-1 libtasn1-2.12-1 libthai-0.1.17-1
    libtheora-1.1.1-2 libtiff-4.0.1-1 libtirpc-0.2.2-2
    libtool-2.4.2-5 libtracker-sparql-0.14.1-1
    libui-sh-2011.10.09-2 libunique-1.1.6-5 libusb-1.0.9-1
    libusb-compat-0.1.4-1 libva-1.0.15-1 libvdpau-0.4.1-2
    libvisual-0.4.0-4 libvorbis-1.3.3-1 libvpx-1.1.0-1
    libwbclient-3.6.5-1 libwebkit-1.8.1-1 libwebkit3-1.8.1-1
    libwmf-0.2.8.4-9 libx11-1.5.0-1 libxau-1.0.7-1
    libxaw-1.0.11-1 libxcb-1.8.1-1 libxcomposite-0.4.3-2
    libxcursor-1.1.13-1 libxdamage-1.1.3-2 libxdmcp-1.1.1-1
    libxext-1.3.1-1 libxfixes-5.0-2 libxfont-1.4.5-1
    libxft-2.3.1-1 libxi-1.6.1-1 libxinerama-1.1.2-1
    libxkbfile-1.0.8-1 libxml2-2.7.8-2 libxmu-1.1.1-1
    libxpm-3.5.10-1 libxrandr-1.3.2-2 libxrender-0.9.7-1
    libxslt-1.1.26-3 libxss-1.2.2-1 libxt-1.1.3-1 libxtst-1.2.1-1
    libxv-1.0.7-1 libxvmc-1.0.7-1 libxxf86dga-1.1.3-1
    libxxf86vm-1.1.2-1 licenses-2.9-1 lighttpd-1.4.31-1
    linux-3.3.7-1 linux-atm-2.5.2-2 linux-firmware-20120227-2
    linux-headers-3.3.7-1 lirc-utils-1:0.9.0-16 lm_sensors-3.3.2-2
    logrotate-3.8.1-1 lshw-B.02.16-1 lsof-4.86-1 lua-5.1.5-2
    lvm2-2.02.95-6 lxappearance-0.5.2-1 lxmenu-data-0.1.2-1
    lzo2-2.06-1 m4-1.4.16-2 make-3.82-4 man-db-2.6.1-1
    man-pages-3.41-1 mcpp-2.7.2-4 mdadm-3.2.5-2
    menu-cache-0.3.3-1 mesa-8.0.3-2 mesa-demos-8.0.1-2
    mhwaveedit-1.4.21-3 midori-0.4.6-1 mjpegtools-2.0.0-2
    mkinitcpio-0.9.0-2 mkinitcpio-busybox-1.19.4-2 moc-20120224-1
    module-init-tools-3.12-2 [removal] mpfr-3.1.0.p10-1
    mpg123-1.14.2-1 mplayer-34799-1 mtdev-1.1.2-1
    musicbrainz-2.1.5-5 nano-2.2.6-2 ncurses-5.9-3
    ndiswrapper-1.57-11 ndiswrapper-utils-1.56-2 [removal]
    neon-0.29.6-4 net-snmp-5.7.1-3 net-tools-1.60.20110819cvs-3
    netcfg-2.8.3-1 nettle-2.4-1 nouveau-dri-8.0.3-2 nspr-4.9-1
    nss-3.13.4-2 ntfs-3g-2012.1.15-3 ntfsprogs-2012.1.15-3
    obconf-2.0.3.git20100309-3 obkey-git-20111026-1 obmenu-1.0-9
    openbox-3.5.0-7 openbox-menu-0.3.6.6-1 opencore-amr-0.1.3-1
    openjpeg-1.5.0-1 openntpd-3.9p1-14 openssh-6.0p1-2
    openssl-1.0.1.c-1 orbit2-2.14.19-2 orc-0.4.16-1
    p11-kit-0.12-1 pacman-mirrorlist-20120211-1 pam-1.1.5-3
    pango-1.30.0-1 pangomm-2.28.4-1 parted-3.1-1 patch-2.6.1-3
    pciutils-3.1.9-2 pcmanfm-0.9.10-1 pcmciautils-018-4
    pcre-8.30-1 perl-5.16.0-2 perl-xml-parser-2.41-3
    phonon-1:4.6.0-2 phonon-gstreamer-4.6.0-1 pidgin-2.10.4-2
    pinentry-0.8.1-3 pixman-0.26.0-1 pkg-config-0.26-2
    pm-quirks-0.20100619-2 pm-utils-1.4.1-5 polkit-0.105-1
    poppler-0.20.0-1 poppler-data-0.4.5-1 poppler-glib-0.20.0-1
    popt-1.16-5 postgresql-libs-9.1.3-2 powertop-2.0-1
    ppl-0.12.1-1 ppp-2.4.5-3 procinfo-ng-2.0.304-3
    procps-3.2.8-3 [removal] procps-ng-3.3.3-1
    progsreiserfs-0.3.0.5-7 psmisc-22.16-1 pth-2.0.7-4
    pygobject-2.26.0-2 [removal] pygobject2-devel-2.28.6-6
    pygtk-2.24.0-3 python-3.2.3-3 python-urwid-1.0.1-1
    python2-2.7.3-2 python2-cairo-1.10.0-1
    python2-gobject2-2.28.6-6 qt-4.8.2-1 qtwebkit-2.2.2-1
    randrproto-1.3.2-2 raptor-2.0.7-2 readline-6.2.002-2
    recode-3.6-7 recordproto-1.14.2-1 reiserfsprogs-3.6.21-4
    renderproto-0.11.1-2 rfkill-0.4-4 rp-pppoe-3.10-7
    rrdtool-1.4.7-2 rtmpdump-2.4-1 run-parts-4.2.1-1
    rxvt-unicode-9.15-3 sane-1.0.22-8 schroedinger-1.0.11-1
    screen-4.0.3-13 scrnsaverproto-1.2.2-1 scrot-0.8-5
    sdl-1.2.15-1 sdl_mixer-1.2.12-1 sdparm-1.07-1 sed-4.2.1-4
    sg3_utils-1.33-1 shadow-4.1.5-4 shared-color-profiles-0.1.5-1
    shared-mime-info-1.0-1 slock-1.0-1 smbclient-3.6.5-1
    smpeg-0.4.4-6 smplayer-0.8.0-1 socat-1.7.2.1-1
    soundtouch-1.6.0-1 sqlite-3.7.12.1-1 sqlite3-3.7.5-1 [removal]
    squashfs-tools-4.2-2 sshfs-2.4-1 startup-notification-0.12-3
    sylpheed-3.1.4-1 sysfsutils-2.1.0-8 syslog-ng-3.3.5-1
    systemd-tools-184-2 sysvinit-2.88-3 talloc-2.0.7-1 tar-1.26-2
    tcl-8.5.11-1 tdb-1.2.9-2 testdisk-6.13-2 texinfo-4.13a-7
    tint2-svn-646-1 totem-plparser-3.4.2-1 transset-df-6-3
    tree-1.6.0-2 tsocks-1.8beta5-5 ttf-bitstream-vera-1.10-8
    ttf-cheapskate-2.0-8 ttf-dejavu-2.33-3 ttf-liberation-1.07.2-1
    tzdata-2012c-1 udev-166-2 [removal] udisks-1.0.4-4
    unrar-4.2.3-1 unzip-6.0-6 upower-0.9.16-1 usbmuxd-1.0.7-3
    usbutils-005-2 util-linux-2.21.2-1 v4l-utils-0.8.8-1
    vi-1:050325-2 videoproto-2.3.1-2 volumeicon-0.4.6-4
    vorbis-tools-1.4.0-3 w3m-0.5.3-3 wget-1.13.4-1 which-2.20-5
    wicd-gtk-1.7.2.4-3 wireless_tools-29-6 wpa_supplicant-0.7.3-5
    wv-1.2.9-1 x264-20120204-1 xcb-proto-1.7.1-1 xcb-util-0.3.9-1
    xchat-2.8.8-10 xcompmgr-1.1.6-1 xdg-utils-1.1.0-2.20120520
    xextproto-7.2.1-1 xf86-input-acecad-1.5.0-3
    xf86-input-aiptek-1.4.1-3 xf86-input-evdev-2.7.0-2
    xf86-input-joystick-1.6.1-1 xf86-input-keyboard-1.6.1-2
    xf86-input-mouse-1.7.2-1 xf86-input-synaptics-1.6.1-1
    xf86-input-wacom-0.15.0-1 xf86-video-apm-1.2.4-1
    xf86-video-ark-0.7.4-1 xf86-video-ast-0.93.10-1
    xf86-video-ati-6.14.99-1.20120517 xf86-video-chips-1.2.4-4
    xf86-video-cirrus-1.4.0-1 xf86-video-fbdev-0.4.2-6
    xf86-video-geode-2.11.13-1 xf86-video-glint-1.2.7-1
    xf86-video-i128-1.3.5-1 xf86-video-i740-1.3.3-1
    xf86-video-intel-2.19.0-3 xf86-video-mach64-6.9.1-1
    xf86-video-mga-1.5.0-1 xf86-video-neomagic-1.2.6-1
    xf86-video-nouveau-0.0.16_git20120512-2 xf86-video-r128-6.8.2-1
    xf86-video-rendition-4.2.4-6 xf86-video-s3-0.6.4-1
    xf86-video-s3virge-1.10.5-1 xf86-video-savage-2.3.4-1
    xf86-video-siliconmotion-1.7.6-1 xf86-video-sis-0.10.4-1
    xf86-video-tdfx-1.4.4-1 xf86-video-trident-1.3.5-1
    xf86-video-tseng-1.2.4-6 xf86-video-unichrome-0.2.7-7
    xf86-video-vesa-2.3.1-1 xf86-video-voodoo-1.2.4-6
    xf86dgaproto-2.1-2 xf86vidmodeproto-2.3.1-2 xfsprogs-3.1.8-2
    xineramaproto-1.2.1-2 xkeyboard-config-2.6-1
    xorg-bdftopcf-1.0.3-2 xorg-font-util-1.3.0-1
    xorg-font-utils-7.6-3 xorg-fonts-alias-1.0.2-2
    xorg-fonts-encodings-1.0.4-3 xorg-fonts-misc-1.0.1-2
    xorg-iceauth-1.0.5-1 xorg-mkfontdir-1.0.7-1
    xorg-mkfontscale-1.1.0-1 xorg-server-1.12.2-1
    xorg-server-common-1.12.2-1 xorg-server-utils-7.6-3
    xorg-sessreg-1.0.7-1 xorg-setxkbmap-1.3.0-1 xorg-utils-7.6-8
    xorg-xauth-1.0.7-1 xorg-xbacklight-1.1.2-3
    xorg-xcalc-1.0.4.1-2 xorg-xcmsdb-1.0.4-1
    xorg-xcursorgen-1.0.5-1 xorg-xdpyinfo-1.3.0-1
    xorg-xdriinfo-1.0.4-3 xorg-xev-1.2.0-1 xorg-xgamma-1.0.5-1
    xorg-xhost-1.0.5-1 xorg-xinit-1.3.2-1 xorg-xinput-1.6.0-1
    xorg-xkbcomp-1.2.4-1 xorg-xkill-1.0.3-3 xorg-xlsatoms-1.1.1-1
    xorg-xlsclients-1.1.2-2 xorg-xmodmap-1.0.7-1
    xorg-xprop-1.2.1-1 xorg-xrandr-1.3.5-1 xorg-xrdb-1.0.9-2
    xorg-xrefresh-1.0.4-3 xorg-xset-1.2.2-1 xorg-xsetroot-1.1.0-3
    xorg-xvinfo-1.1.1-3 xorg-xwininfo-1.1.2-1 xproto-7.0.23-1
    xvidcore-1.3.2-1 xz-5.0.3-2 youtube-dl-2012.02.27-1
    zlib-1.2.7-1
    Total Installed Size: 1941.42 MiB
    Net Upgrade Size: 358.19 MiB
    Proceed with installation? [Y/n] y
    (612/612) checking package integrity [----------------------] 100%
    (612/612) loading package files [----------------------] 100%
    (612/612) checking for file conflicts [----------------------] 100%
    error: failed to commit transaction (conflicting files)
    krb5: /etc/krb5.conf exists in filesystem
    krb5: /usr/bin/kdestroy exists in filesystem
    krb5: /usr/bin/kinit exists in filesystem
    krb5: /usr/bin/klist exists in filesystem
    krb5: /usr/bin/kpasswd exists in filesystem
    krb5: /usr/bin/krb5-config exists in filesystem
    krb5: /usr/bin/ksu exists in filesystem
    krb5: /usr/bin/kswitch exists in filesystem
    krb5: /usr/include/gssapi.h exists in filesystem
    krb5: /usr/include/gssapi/gssapi.h exists in filesystem
    krb5: /usr/include/gssapi/gssapi_krb5.h exists in filesystem
    krb5: /usr/include/kadm5/admin.h exists in filesystem
    krb5: /usr/include/krb5.h exists in filesystem
    krb5: /usr/include/krb5/locate_plugin.h exists in filesystem
    krb5: /usr/lib/libkadm5clnt.so exists in filesystem
    krb5: /usr/lib/libkadm5srv.so exists in filesystem
    krb5: /usr/lib/libkrb5.so exists in filesystem
    krb5: /usr/sbin/kadmind exists in filesystem
    krb5: /usr/share/man/man1/kdestroy.1.gz exists in filesystem
    krb5: /usr/share/man/man1/kinit.1.gz exists in filesystem
    krb5: /usr/share/man/man1/klist.1.gz exists in filesystem
    krb5: /usr/share/man/man1/kpasswd.1.gz exists in filesystem
    krb5: /usr/share/man/man1/krb5-config.1.gz exists in filesystem
    krb5: /usr/share/man/man1/ksu.1.gz exists in filesystem
    krb5: /usr/share/man/man1/kswitch.1.gz exists in filesystem
    krb5: /usr/share/man/man5/krb5.conf.5.gz exists in filesystem
    krb5: /usr/share/man/man8/kadmind.8.gz exists in filesystem
    Errors occurred, no packages were upgraded.
    [root@Vaidotas-LPCM /]#
    There are quite a lot or replaces needed, but maybe it is okay.
    Main problem is that there is some krb5 errors, which prevent from upgrading
    Last edited by vaidotas203 (2012-06-03 15:01:23)

    https://wiki.archlinux.org/index.php/Pa … stem.22.21
    As it's a while since you updated read the news items as well.

  • HT202008 I am having issues with my Window 7 on boot camp. My hardware is Macbook Pro Mid 2010 model and working on OS X 10.9.5. Recently I went to windows 7 to do a system upgrade but failed and was told to update the bootcamp drivers.

    I am having issues with my Window 7 on boot camp. My hardware is Macbook Pro Mid 2010 model and working on OS X 10.9.5. Recently I went to windows 7 to do a system upgrade but failed and was told to update the bootcamp drivers. I installed boot camp5 but seem to be the wrong version and change to boot camp 4 which was updated okay. However I still cannot do the updates. Can someone advice me please? Thank you!

    Please see Boot Camp: System requirements for Microsoft Windows operating systems - Apple Support for the appropriate version of drivers related to the specific version of Windows 7.
    MacBook Pro
    (13-inch, Mid 2010)
    4
    4
    DVD
    DVD
    DVD
    MacBook Pro
    (15-inch, Mid 2010)
    5
    5
    4
    DVD
    DVD
    DVD
    MacBook Pro
    (17-inch, Mid 2010)
    5
    5
    4
    DVD
    DVD
    DVD
    Be careful with Windows Updates, especially driver updates. Standard WHQL drivers can cause problems.

  • OS 10.7 system upgrade failed can't redownload it

    I am helping a friend with a MacBook Pro. She has 10.7.4 installed, and I told her how to do the five upgrades suggested by the updater. I was with her when we started the download, and then I left. She contacted me later and said that she had a screen telling her that the upgrades had failed and that she should download them again. However, if one goes to the system upgrade system prefs panel and clicks upgrade, nothing happens. When the button for manually checking updates, nothing happens. When I changed the frequency of checking for upgrades from one week to one day, nothing happens the next day
    When I go to the "About this Mac" menu item and click on the Software Update button, I get a window that tells me that there are 5 upgrades available for the computer, but clicking on the box there to get those upgrades does nothing.
    She wants to get on the cloud with her new iPad mini and this computer, but she can't because she can't upgrade email. She can't upgrade iTunes to 11, as required by her iPad mini (she has a much older version of iTunes because she never used it before) because it requires a new version of 10.7.
    Any ideas about how to get the computer to respond to the request for upgrades.
    I read in other forum responses to upgrade problems that one can go to the manual upgrade page, but I couldn't find what she needed via the links provided.
    If a new system install is required, her current system is an upgrade purchased through the Apple Store. How hard is it going to be to do a clean install via the net?
    Sadly she has never used Time Machine.
    I don't have the specifics of her machine, but it is a 2 1/2 to 3 year old MacBook Pro

    She can download the standalone updaters at support.apple.com/downloads/.

  • [solved] System upgrade fails - catalyst-libgl related

    I've been having trouble upgrading my system over the last few days.  This is what I get:
    sudo powerpill -f -Syyu
    :: Synchronising package databases...
    catalyst 1.5K 1163.9K/s 00:00:00 [------------------------------------------------------------------------------------------] 100%
    core 35.5K 135.3K/s 00:00:00 [------------------------------------------------------------------------------------------] 100%
    extra 451.3K 122.7K/s 00:00:04 [------------------------------------------------------------------------------------------] 100%
    community 375.4K 123.0K/s 00:00:03 [------------------------------------------------------------------------------------------] 100%
    :: Starting full system upgrade...
    :: Replace kernel26-firmware with core/linux-firmware? [Y/n] y
    resolving dependencies...
    looking for inter-conflicts...
    :: xf86-input-acecad conflicts with xorg-server. Remove xorg-server? [Y/n] y
    :: libgl conflicts with catalyst. Remove catalyst? [Y/n] y
    error: failed to prepare transaction (could not satisfy dependencies)
    :: lib32-catalyst-utils: requires catalyst>=10.5
    If I try to remove lib32-catalyst-utils to do the upgrade, I get:
    powerpill -R catalyst lib32-catalyst-utils
    Password:
    checking dependencies...
    error: failed to prepare transaction (could not satisfy dependencies)
    :: bin32-google-earth: requires lib32-libgl
    :: lib32-mesa: requires lib32-libgl
    :: mesa: requires libgl
    :: mplayer: requires libgl
    :: qt: requires libgl
    :: stellarium: requires libgl
    :: wxgtk: requires libgl
    :: xorg-server: requires libgl
    :: xorg-utils: requires libgl
    Any thoughts?
    Last edited by Henry Flower (2010-06-22 21:13:15)

    Hmm. One problem solved, one to go.  I'd missed the moving of the catalyst repo to the new address; updating the repo got me to
    The following packages will be downloaded:
    [catalyst]
    catalyst-10.6-2 [16.10 MiB]
    lib32-catalyst-utils-10.6-1 [7.13 MiB]
    [extra]
    boost-1.43.0-1 [6.97 MiB]
    boost-libs-1.43.0-1 [2.23 MiB]
    xorg-server-1.8.1.902-1 [1.82 MiB]
    :: Number of Packages: 5
    :: Total Download Size: 34.24 MiB
    :: Total Installed Size: 243.51 MiB
    :: Proceed with download? [Y/n] y
    Unfortunately, then
    :: Starting full system upgrade...
    :: Replace kernel26-firmware with core/linux-firmware? [Y/n] y
    resolving dependencies...
    warning: dependency cycle detected:
    warning: xorg-server will be installed before its catalyst dependency
    looking for inter-conflicts...
    warning: removing 'libgl' from target list because it conflicts with 'catalyst'
    error: failed to prepare transaction (could not satisfy dependencies)
    :: intel-dri: requires libgl=7.8.2
    :: mach64-dri: requires libgl=7.8.2
    :: mga-dri: requires libgl=7.8.2
    :: r128-dri: requires libgl=7.8.2
    :: savage-dri: requires libgl=7.8.2
    :: sis-dri: requires libgl=7.8.2
    :: tdfx-dri: requires libgl=7.8.2
    I came across a similar problem with nvidia rather than catalyst: http://bbs.archlinux.org/viewtopic.php?id=99307 , but I don't know how to apply the solution there ('Uninstall the graphics drivers that you do not need') - are there any here that I don't need?
    Last edited by Henry Flower (2010-06-22 20:25:43)

  • [Solved] system upgrade fails with util-linux/eject conflict

    I backed everything up, then deleted the fontconfig links and updated fontconfig, which worked properly. Then I did "pacman -Syu" and got this:
    [root@myhost ~]# pacman -Syu
    :: Synchronizing package databases...
    core is up to date
    extra is up to date
    community is up to date
    multilib is up to date
    :: Starting full system upgrade...
    resolving dependencies...
    warning: dependency cycle detected:
    warning: systemd will be installed before its dbus-core dependency
    looking for inter-conflicts...
    :: util-linux and eject are in conflict. Remove eject? [y/N]
    error: unresolvable package conflicts detected
    error: failed to prepare transaction (conflicting dependencies)
    :: util-linux and eject are in conflict
    [root@myhost ~]#
    Looks like two distinct problems. Note that I already have the /lib thing taken care of (turning it into a link), in a previous update. The forum searches I have done about this issue did not yield much.
    Last edited by PaulBx1 (2012-10-25 19:01:28)

    PaulBx1 wrote:
    Upgrading that infrequently is unlikely to work well in the long term.
    Hell, I thought that was upgrading frequently. One of the reasons I'm on linux is because I don't have to get upgrades every hour as on Windows. "If it ain't broke, don't fix it." I ran a hell of a lot longer on Puppy linux without upgrades. Also, I backup before every upgrade, and then have to fiddle with pacnew files and all the rest, so the result is burning half a day at least on upgrades. I sure don't want to increase the frequency of that.
    Arch is a rolling release so it changes basically every day. Updating every week or two is perfectly fine, but updating every couple months brigs you at odds with what Arch is about.
    One of the reasons you may not want to use Arch is when you don't want to or can't spend time on the updates.
    PaulBx1 wrote:The choice of defaults should (in my opinion) be decided by the needs of the unsophisticated user (such as myself), of which there are many more than the other type. Sophisticated users can intelligently decide between "y" and "n" because they know what is going on. Unsophisticated users just cross their fingers and hope the defaults work for them.
    Arch is for experienced users and pacman doesn't do e.g. cleaning up - that's left to the user. pacman can surely help with it: 'pacman 'Qdt'.
    It may feel unintuitive, but that's how it is.

  • System upgrade fails with pacman - phc-intel requires kernel26 2.6.31

    Hello,
    I'm a relative newbie to archlinux, so I hope I'm not asking a too stupid question ...
    I have installed arch on an IBM Thinkpad X40. Was now on extended holidays and haven't done a system upgrade for a while. Wanted to do this now and pacman -Syy works fine. However, when I then start the upgrade with pacman -Su, the following error message occurs:
    :: Starte komplette Systemaktualisierung...
    :: portmap durch core/rpcbind ersetzen? [J/n] J
    Löse Abhängigkeiten auf...
    Suche nach Zwischen-Konflikten...
    Fehler: Konnte den Vorgang (Kann Abhängigkeiten nicht erfüllen) nicht vorbereiten
    :: phc-intel: benötigt kernel26<2.6.31
    translated into English it basically means that pacman wants to replace portmap with rpcbind. However, the following error message occurs whether or not I say yes. The error messages says that it cannot fulfill the dependencies as phc-intel requires kernel26<2.6.31. The strange thing is that my kernel at the moment is 2.6.29.
    A first run of pacman -u worked fine but only upgraded pacman itself. I had a pacman.conf.pacnew in /etc which I renamed to pacman.conf and kept the old one as a backup. However, this also didn't change anything.
    I hope you guys can help me out, thanks in advance,
    F.

    The update will be trying to install a new kernel, which is why you're getting the error. For packages in the repos, a new one would be built that's compatible with the new kernel. Since it looks like phc-intel is from the AUR you'll need to build a new version yourself.
    Edit - that's what I get for stepping away for a bit, you already got a response and fixed it
    Last edited by mcmillan (2009-12-05 19:14:24)

  • [SOLVED] System upgrade broke pm-resume (kernel problem?)

    It now seems every other time I suspend to RAM, it fails to come back. I just get a blank screen, no backlight, with a completely unresponsive keyboard. At this point, the only thing I do that has any effect is a hard shutdown by holding down the power button. I had no problems before I upgraded on April 10. I didn't post this immediately because I wanted to see if the new xorg-server and associated updates would fix it, but it didn't.
    Here is pm-suspend.log:
    Initial commandline parameters:
    Tue Apr 14 03:46:54 PDT 2009: Running hooks for suspend.
    /usr/lib/pm-utils/sleep.d/00auto-quirk suspend suspend: Adding quirks from HAL: --quirk-dpms-on --quirk-dpms-suspend --quirk-vbe-post --quirk-vbemode-restore --quirk-vbestate-restore --quirk-vga-mode-3
    success.
    /usr/lib/pm-utils/sleep.d/00logging suspend suspend: Linux helium 2.6.29-ARCH #1 SMP PREEMPT Wed Apr 8 12:47:56 UTC 2009 i686 Intel(R) Pentium(R) M processor 2.00GHz GenuineIntel GNU/Linux
    Module Size Used by
    radeon 144928 2
    drm 138240 3 radeon
    arc4 1556 2
    ecb 2452 2
    lib80211_crypt_wep 3476 1
    snd_seq_oss 29888 0
    snd_seq_midi_event 5972 1 snd_seq_oss
    joydev 9600 0
    snd_seq 48176 4 snd_seq_oss,snd_seq_midi_event
    snd_seq_device 6080 2 snd_seq_oss,snd_seq
    pcmcia 33388 0
    snd_pcm_oss 38112 0
    snd_mixer_oss 14388 1 snd_pcm_oss
    irtty_sir 4852 0
    btusb 11720 0
    wacom 19836 0
    sir_dev 11224 1 irtty_sir
    bluetooth 52292 1 btusb
    psmouse 54536 0
    ppdev 7192 0
    lp 8964 0
    usbhid 35136 0
    hid 39744 1 usbhid
    thinkpad_acpi 59736 0
    rfkill 9392 2 thinkpad_acpi
    led_class 3384 1 thinkpad_acpi
    nvram 6336 1 thinkpad_acpi
    serio_raw 5048 0
    ipw2200 139808 0
    libipw 26136 1 ipw2200
    lib80211 5208 3 lib80211_crypt_wep,ipw2200,libipw
    yenta_socket 23840 1
    rsrc_nonstatic 10868 1 yenta_socket
    pcmcia_core 32328 3 pcmcia,yenta_socket,rsrc_nonstatic
    snd_intel8x0 28688 2
    snd_intel8x0m 13312 0
    snd_ac97_codec 100120 2 snd_intel8x0,snd_intel8x0m
    ac97_bus 1364 1 snd_ac97_codec
    video 16484 0
    output 2388 1 video
    snd_pcm 67992 4 snd_pcm_oss,snd_intel8x0,snd_intel8x0m,snd_ac97_codec
    snd_timer 19260 2 snd_seq,snd_pcm
    nsc_ircc 16208 0
    parport_pc 35556 1
    parport 30924 3 ppdev,lp,parport_pc
    iTCO_wdt 10680 0
    iTCO_vendor_support 2840 1 iTCO_wdt
    uhci_hcd 22500 0
    snd 51460 14 snd_seq_oss,snd_seq,snd_seq_device,snd_pcm_oss,snd_mixer_oss,snd_intel8x0,snd_intel8x0m,snd_ac97_codec,snd_pcm,snd_timer
    soundcore 6080 1 snd
    snd_page_alloc 8092 3 snd_intel8x0,snd_intel8x0m,snd_pcm
    irda 110648 2 sir_dev,nsc_ircc
    crc_ccitt 1620 1 irda
    sg 24712 0
    ehci_hcd 35424 0
    i2c_i801 8904 0
    i2c_core 20648 2 drm,i2c_i801
    usbcore 137232 6 btusb,wacom,usbhid,uhci_hcd,ehci_hcd
    tg3 109176 0
    libphy 17780 1 tg3
    intel_agp 25628 0
    agpgart 29492 2 drm,intel_agp
    evdev 9248 11
    thermal 15120 0
    fan 4056 0
    button 5700 0
    battery 9880 0
    ac 3832 0
    cpufreq_powersave 1268 1
    cpufreq_ondemand 6752 0
    acpi_cpufreq 7584 0
    freq_table 3412 2 cpufreq_ondemand,acpi_cpufreq
    processor 39136 3 thermal,acpi_cpufreq
    rtc_cmos 10188 0
    rtc_core 16304 1 rtc_cmos
    rtc_lib 2324 1 rtc_core
    ext3 126556 4
    jbd 45512 1 ext3
    mbcache 6488 1 ext3
    dm_mod 53640 9
    sr_mod 14596 0
    cdrom 33600 1 sr_mod
    sd_mod 25072 3
    ata_generic 4504 0
    pata_acpi 3828 0
    ata_piix 22136 2
    ahci 30116 0
    libata 157036 4 ata_generic,pata_acpi,ata_piix,ahci
    scsi_mod 100500 4 sg,sr_mod,sd_mod,libata
    total used free shared buffers cached
    Mem: 2073804 1381928 691876 0 130512 929756
    -/+ buffers/cache: 321660 1752144
    Swap: 729080 0 729080
    success.
    /usr/lib/pm-utils/sleep.d/00powersave suspend suspend: success.
    /usr/lib/pm-utils/sleep.d/01grub suspend suspend: not applicable.
    /usr/lib/pm-utils/sleep.d/11netcfg suspend suspend: /bin/stty: standard input: Inappropriate ioctl for device
    :: home-wireless down [BUSY] [DONE]
    success.
    /usr/lib/pm-utils/sleep.d/49bluetooth suspend suspend: success.
    /usr/lib/pm-utils/sleep.d/55NetworkManager suspend suspend: success.
    /usr/lib/pm-utils/sleep.d/75modules suspend suspend: not applicable.
    /usr/lib/pm-utils/sleep.d/90clock suspend suspend: not applicable.
    /usr/lib/pm-utils/sleep.d/94cpufreq suspend suspend: success.
    /usr/lib/pm-utils/sleep.d/95led suspend suspend: success.
    /usr/lib/pm-utils/sleep.d/98smart-kernel-video suspend suspend: not applicable.
    /usr/lib/pm-utils/sleep.d/99video suspend suspend: kernel.acpi_video_flags = 0
    Allocated buffer at 0x2010 (base is 0x0)
    ES: 0x0201 EBX: 0x0000
    success.
    Tue Apr 14 03:46:56 PDT 2009: performing suspend
    Not very informative as far as I can see. Here is what I upgraded on that day (from pacman.log):
    [2009-04-10 22:51] synchronizing package lists
    [2009-04-10 22:51] starting full system upgrade
    [2009-04-10 22:57] starting full system upgrade
    [2009-04-10 22:57] upgraded fftw (3.2-1 -> 3.2.1-1)
    [2009-04-10 22:57] upgraded gpgme (1.1.7-2 -> 1.1.8-1)
    [2009-04-10 22:57] upgraded hdparm (9.12-1 -> 9.14-1)
    [2009-04-10 22:57] upgraded ipw2200-fw (3.0-2 -> 3.1-1)
    [2009-04-10 22:57] upgraded kbproto (1.0.3-1 -> 1.0.3-2)
    [2009-04-10 22:57] upgraded kernel26-firmware (2.6.28-1 -> 2.6.29-1)
    [2009-04-10 22:57] >>> Updating module dependencies. Please wait ...
    [2009-04-10 22:57] >>> MKINITCPIO SETUP
    [2009-04-10 22:57] >>> ----------------
    [2009-04-10 22:57] >>> If you use LVM2, Encrypted root or software RAID,
    [2009-04-10 22:57] >>> Ensure you enable support in /etc/mkinitcpio.conf .
    [2009-04-10 22:57] >>> More information about mkinitcpio setup can be found here:
    [2009-04-10 22:57] >>> http://wiki.archlinux.org/index.php/Mkinitcpio
    [2009-04-10 22:57]
    [2009-04-10 22:57] >>> Generating initial ramdisk, using mkinitcpio. Please wait...
    [2009-04-10 22:57] ==> Building image "default"
    [2009-04-10 22:57] ==> Running command: /sbin/mkinitcpio -k 2.6.29-ARCH -c /etc/mkinitcpio.conf -g /boot/kernel26.img
    [2009-04-10 22:57] :: Begin dry run
    [2009-04-10 22:57] :: Parsing hook [base]
    [2009-04-10 22:57] :: Parsing hook [udev]
    [2009-04-10 22:57] :: Parsing hook [autodetect]
    [2009-04-10 22:57] :: Parsing hook [pata]
    [2009-04-10 22:57] :: Parsing hook [scsi]
    [2009-04-10 22:57] :: Parsing hook [sata]
    [2009-04-10 22:58] :: Parsing hook [lvm2]
    [2009-04-10 22:58] :: Parsing hook [filesystems]
    [2009-04-10 22:58] :: Generating module dependencies
    [2009-04-10 22:58] :: Generating image '/boot/kernel26.img'...SUCCESS
    [2009-04-10 22:58] ==> SUCCESS
    [2009-04-10 22:58] ==> Building image "fallback"
    [2009-04-10 22:58] ==> Running command: /sbin/mkinitcpio -k 2.6.29-ARCH -c /etc/mkinitcpio.conf -g /boot/kernel26-fallback.img -S autodetect
    [2009-04-10 22:58] :: Begin dry run
    [2009-04-10 22:58] :: Parsing hook [base]
    [2009-04-10 22:58] :: Parsing hook [udev]
    [2009-04-10 22:58] :: Parsing hook [pata]
    [2009-04-10 22:58] :: Parsing hook [scsi]
    [2009-04-10 22:58] :: Parsing hook [sata]
    [2009-04-10 22:58] :: Parsing hook [lvm2]
    [2009-04-10 22:58] :: Parsing hook [filesystems]
    [2009-04-10 22:59] :: Generating module dependencies
    [2009-04-10 22:59] :: Generating image '/boot/kernel26-fallback.img'...SUCCESS
    [2009-04-10 22:59] ==> SUCCESS
    [2009-04-10 22:59] upgraded kernel26 (2.6.28.8-1 -> 2.6.29.1-3)
    [2009-04-10 22:59] upgraded klibc-udev (140-1 -> 141-1)
    [2009-04-10 22:59] upgraded libdvdread (0.9.7-1 -> 0.9.7-2)
    [2009-04-10 22:59] upgraded libfontenc (1.0.4-1 -> 1.0.4-2)
    [2009-04-10 22:59] upgraded libid3tag (0.15.1b-2 -> 0.15.1b-3)
    [2009-04-10 22:59] upgraded libmatroska (0.8.1-1 -> 0.8.1-2)
    [2009-04-10 22:59] upgraded libofa (0.9.3-1 -> 0.9.3-2)
    [2009-04-10 22:59] upgraded libogg (1.1.3-1 -> 1.1.3-2)
    [2009-04-10 22:59] installed libftdi (0.15-1)
    [2009-04-10 22:59] upgraded lirc-utils (0.8.4-1 -> 0.8.5pre2-1)
    [2009-04-10 22:59] upgraded m4 (1.4.12-1 -> 1.4.13-1)
    [2009-04-10 22:59] upgraded man-db (2.5.4-2 -> 2.5.5-1)
    [2009-04-10 22:59] upgraded man-pages (3.19-1 -> 3.20-1)
    [2009-04-10 22:59] upgraded python-numpy (1.2.1-4 -> 1.3.0-1)
    [2009-04-10 22:59] upgraded tzdata (2009d-1 -> 2009e-1)
    [2009-04-10 22:59] upgraded udev (140-2 -> 141-1)
    The kernel was upgraded then. Is that the most likely culprit? Generally, how can I help debug this?
    Thanks...
    Last edited by Lux Perpetua (2009-07-08 04:20:11)

    Hi there. Me here with the same problem. Well I think it to be so...
    I can not suspend/resume for the second time - when I resume the backlight turns on, but the suspend LED is not turned off, HDD works, CPU, fans work. My computer is Thinkpad T43p. And older kernel does solve the problems.
    I am considering one more issue about this problem is that the drivers may conflict with the newest kernel (for example my opensource ati drivers). Any suggestions?
    By the way, if someone needs older packages, you can use 'Arch Rollback Machine' (ARM - http://bbs.archlinux.org/viewtopic.php?id=53665)

  • [SOLVED] Xorg terminates after system upgrade

    Im lost... Please someone help me.
    I upgraded old installation of Arch yesterday (about one year old) and now Xorg fails to load up. I don't really know where to look for issues... I think its graphic card but I'm not sure...
    Xorg isnt showing much errors...
    # cat /var/log/Xorg.0.log | grep EE
    [ 3948.803] Current Operating System: Linux bowman 3.13.6-1-ARCH #1 SMP PREEMPT Fri Mar 7 22:30:23 CET 2014 i686
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 3949.345] Initializing built-in extension MIT-SCREEN-SAVER
    [ 3951.026] (EE) Server terminated successfully (0). Closing log file.
    Warnings:
    # cat /var/log/Xorg.0.log | grep WW
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 4198.590] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 4198.590] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 4198.590] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 4198.590] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
    [ 4198.590] (WW) Disabling Keyboard0
    [ 4198.590] (WW) Disabling Mouse0
    [ 4199.631] (WW) NVIDIA(0): Unable to support custom viewPortOut 1360 x 765 +0 +1
    [ 4199.632] (WW) NVIDIA(0): Unable to support custom viewPortOut 1360 x 765 +0 +1
    [ 4199.940] (WW) evdev: SIGMACHIP USB Keyboard: ignoring absolute axes.
    Log part related to "Unable to support custom viewPortOut" line:
    [ 4199.226] (**) NVIDIA(0): Enabling 2D acceleration
    [ 4199.626] (II) NVIDIA(GPU-0): Display (LG Electronics W1946 (CRT-1)) does not support NVIDIA
    [ 4199.626] (II) NVIDIA(GPU-0): 3D Vision stereo.
    [ 4199.628] (II) NVIDIA(0): NVIDIA GPU GeForce 6200 (NV44) at PCI:1:0:0 (GPU-0)
    [ 4199.628] (--) NVIDIA(0): Memory: 524288 kBytes
    [ 4199.628] (--) NVIDIA(0): VideoBIOS: 05.44.a2.14.ff
    [ 4199.628] (II) NVIDIA(0): Detected AGP rate: 8X
    [ 4199.628] (--) NVIDIA(0): Interlaced video modes are supported on this GPU
    [ 4199.628] (--) NVIDIA(0): Valid display device(s) on GeForce 6200 at PCI:1:0:0
    [ 4199.628] (--) NVIDIA(0): CRT-0
    [ 4199.628] (--) NVIDIA(0): LG Electronics W1946 (CRT-1) (connected)
    [ 4199.628] (--) NVIDIA(0): DFP-0
    [ 4199.628] (--) NVIDIA(0): CRT-0: 400.0 MHz maximum pixel clock
    [ 4199.628] (--) NVIDIA(0): LG Electronics W1946 (CRT-1): 400.0 MHz maximum pixel clock
    [ 4199.628] (--) NVIDIA(0): DFP-0: 155.0 MHz maximum pixel clock
    [ 4199.628] (--) NVIDIA(0): DFP-0: Internal Single Link TMDS
    [ 4199.628] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
    [ 4199.628] (**) NVIDIA(0): device LG Electronics W1946 (CRT-1) (Using EDID
    [ 4199.628] (**) NVIDIA(0): frequencies has been enabled on all display devices.)
    [ 4199.629] (==) NVIDIA(0):
    [ 4199.629] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
    [ 4199.629] (==) NVIDIA(0): will be used as the requested mode.
    [ 4199.629] (==) NVIDIA(0):
    [ 4199.629] (II) NVIDIA(0): Validated MetaModes:
    [ 4199.629] (II) NVIDIA(0): "CRT-1:nvidia-auto-select"
    [ 4199.629] (**) NVIDIA(0): Virtual screen size configured to be 1360 x 768
    [ 4199.631] (WW) NVIDIA(0): Unable to support custom viewPortOut 1360 x 765 +0 +1
    [ 4199.632] (WW) NVIDIA(0): Unable to support custom viewPortOut 1360 x 765 +0 +1
    [ 4199.633] (--) NVIDIA(0): DPI set to (84, 84); computed from "UseEdidDpi" X config
    [ 4199.633] (--) NVIDIA(0): option
    [ 4199.633] (--) Depth 24 pixmap format is 32 bpp
    [ 4199.646] (II) NVIDIA(0): Setting mode "CRT-1:nvidia-auto-select"
    Xorg.0.log: http://pastebin.com/rJDxeXnV
    Graphic card is: (lspci -v)
    01:00.0 VGA compatible controller: NVIDIA Corporation NV44A [GeForce 6200] (rev a1) (prog-if 00 [VGA controller])
    Subsystem: Gigabyte Technology Co., Ltd Device 3504
    Flags: bus master, 66MHz, medium devsel, latency 248, IRQ 16
    Memory at f8000000 (32-bit, non-prefetchable) [size=16M]
    Memory at e0000000 (32-bit, prefetchable) [size=256M]
    Memory at f9000000 (32-bit, non-prefetchable) [size=16M]
    [virtual] Expansion ROM at fa000000 [disabled] [size=128K]
    Capabilities: [60] Power Management version 2
    Capabilities: [44] AGP version 3.0
    Kernel driver in use: nvidia
    Kernel modules: nouveau, nvidia
    Packages installed:
    # pacman -Qs nvidia -q
    libcl
    libvdpau
    nvidia-304xx
    nvidia-304xx-libgl
    nvidia-304xx-utils
    opencl-nvidia-304xx
    xorg.conf has been automatically generated with nvidia-xconfig:
    (only "        Virtual     1360 768" has been added)
    # nvidia-xconfig: X configuration file generated by nvidia-xconfig
    # nvidia-xconfig: version 304.119 (buildmeister@swio-display-x64-rhel04-01) Fri Jan 17 10:35:08 PST 2014
    Section "ServerLayout"
    Identifier "Layout0"
    Screen 0 "Screen0"
    InputDevice "Keyboard0" "CoreKeyboard"
    InputDevice "Mouse0" "CorePointer"
    EndSection
    Section "Files"
    EndSection
    Section "InputDevice"
    # generated from default
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/psaux"
    Option "Emulate3Buttons" "no"
    Option "ZAxisMapping" "4 5"
    EndSection
    Section "InputDevice"
    # generated from default
    Identifier "Keyboard0"
    Driver "kbd"
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    VendorName "Unknown"
    ModelName "Unknown"
    HorizSync 28.0 - 33.0
    VertRefresh 43.0 - 72.0
    Option "DPMS"
    EndSection
    Section "Device"
    Identifier "Device0"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Device0"
    Monitor "Monitor0"
    DefaultDepth 24
    SubSection "Display"
    Depth 24
    Virtual 1360 768
    EndSubSection
    EndSection
    Any ideas?
    [EDIT]
    Very important facts:
    startx fails when running xfce4 or awesome
    startx runs on root (with strange x environment) with no problems
    Last edited by marzecki (2014-03-12 13:52:49)

    For me it occurred after this update..... I dunno why , but openbox wouldn't load, kde would, however
    Guess it's due to the mesa update and using the legacy nvida-173xx driver
    [2014-03-12 21:17] [PACMAN] Running 'pacman -Syu'
    [2014-03-12 21:17] [PACMAN] synchronizing package lists
    [2014-03-12 21:17] [PACMAN] starting full system upgrade
    [2014-03-12 21:24] [PACMAN] upgraded bluez-libs (5.15-1 -> 5.16-1)
    [2014-03-12 21:24] [PACMAN] upgraded calligra-filters (2.8.0-1 -> 2.8.0-2)
    [2014-03-12 21:24] [PACMAN] upgraded calligra-libs (2.8.0-1 -> 2.8.0-2)
    [2014-03-12 21:24] [PACMAN] upgraded calligra-plugins (2.8.0-1 -> 2.8.0-2)
    [2014-03-12 21:25] [PACMAN] upgraded calligra-krita (2.8.0-1 -> 2.8.0-2)
    [2014-03-12 21:25] [PACMAN] upgraded libpng (1.6.9-1 -> 1.6.10-1)
    [2014-03-12 21:25] [PACMAN] upgraded mjpegtools (2.0.0-4 -> 2.1.0-1)
    [2014-03-12 21:25] [PACMAN] upgraded cinelerra-cv (1:2.2-19 -> 1:2.2-20)
    [2014-03-12 21:25] [PACMAN] upgraded systemd (210-2 -> 210-3)
    [2014-03-12 21:25] [PACMAN] upgraded mesa (10.0.3-1 -> 10.1.0-2)
    [2014-03-12 21:25] [PACMAN] upgraded libevdev (0.6-1 -> 1.0.1-1)
    [2014-03-12 21:25] [PACMAN] upgraded clutter (1.16.4-1 -> 1.16.4-3)
    [2014-03-12 21:25] [PACMAN] upgraded libcups (1.7.1-3 -> 1.7.1-4)
    [2014-03-12 21:25] [PACMAN] upgraded cups-filters (1.0.46-1 -> 1.0.48-1)
    [2014-03-12 21:25] [PACMAN] upgraded cups (1.7.1-3 -> 1.7.1-4)
    [2014-03-12 21:25] [PACMAN] upgraded dhcpcd (6.2.1-1 -> 6.3.1-1)
    [2014-03-12 21:25] [PACMAN] upgraded dosfstools (3.0.25-1 -> 3.0.26-1)
    [2014-03-12 21:25] [PACMAN] upgraded freetype2 (2.5.2-1 -> 2.5.3-1)
    [2014-03-12 21:25] [PACMAN] upgraded geoip-database (20140108-1 -> 20140304-1)
    [2014-03-12 21:25] [PACMAN] upgraded gst-plugins-bad (1.2.3-1 -> 1.2.3-2)
    [2014-03-12 21:25] [PACMAN] upgraded gstreamer0.10-bad (0.10.23-7 -> 0.10.23-8)
    [2014-03-12 21:25] [PACMAN] upgraded gstreamer0.10-bad-plugins (0.10.23-7 -> 0.10.23-8)
    [2014-03-12 21:26] [PACMAN] upgraded kdenlive (0.9.6-3 -> 0.9.6-4)
    [2014-03-12 21:26] [PACMAN] upgraded keyutils (1.5.8-1 -> 1.5.9-1)
    [2014-03-12 21:26] [PACMAN] upgraded libnl (3.2.23-1 -> 3.2.24-1)
    [2014-03-12 21:26] [PACMAN] upgraded libssh (0.5.5-2 -> 0.5.5-3)
    [2014-03-12 21:26] [PACMAN] upgraded libva (1.2.1-1 -> 1.2.1-2)
    [2014-03-12 21:26] [ALPM-SCRIPTLET] >>> Updating module dependencies. Please wait ...
    [2014-03-12 21:26] [ALPM-SCRIPTLET] >>> Generating initial ramdisk, using mkinitcpio. Please wait...
    [2014-03-12 21:26] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
    [2014-03-12 21:26] [ALPM-SCRIPTLET] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
    [2014-03-12 21:26] [ALPM-SCRIPTLET] ==> Starting build: 3.13.6-1-ARCH
    [2014-03-12 21:26] [ALPM-SCRIPTLET] -> Running build hook: [base]
    [2014-03-12 21:26] [ALPM-SCRIPTLET] -> Running build hook: [udev]
    [2014-03-12 21:26] [ALPM-SCRIPTLET] -> Running build hook: [autodetect]
    [2014-03-12 21:26] [ALPM-SCRIPTLET] -> Running build hook: [modconf]
    [2014-03-12 21:26] [ALPM-SCRIPTLET] -> Running build hook: [block]
    [2014-03-12 21:26] [ALPM-SCRIPTLET] -> Running build hook: [filesystems]
    [2014-03-12 21:26] [ALPM-SCRIPTLET] -> Running build hook: [keyboard]
    [2014-03-12 21:26] [ALPM-SCRIPTLET] -> Running build hook: [fsck]
    [2014-03-12 21:26] [ALPM-SCRIPTLET] ==> Generating module dependencies
    [2014-03-12 21:26] [ALPM-SCRIPTLET] ==> Creating gzip initcpio image: /boot/initramfs-linux.img
    [2014-03-12 21:26] [ALPM-SCRIPTLET] ==> Image generation successful
    [2014-03-12 21:26] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
    [2014-03-12 21:26] [ALPM-SCRIPTLET] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
    [2014-03-12 21:26] [ALPM-SCRIPTLET] ==> Starting build: 3.13.6-1-ARCH
    [2014-03-12 21:26] [ALPM-SCRIPTLET] -> Running build hook: [base]
    [2014-03-12 21:26] [ALPM-SCRIPTLET] -> Running build hook: [udev]
    [2014-03-12 21:26] [ALPM-SCRIPTLET] -> Running build hook: [modconf]
    [2014-03-12 21:26] [ALPM-SCRIPTLET] -> Running build hook: [block]
    [2014-03-12 21:26] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: aic94xx
    [2014-03-12 21:26] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: smsmdtv
    [2014-03-12 21:26] [ALPM-SCRIPTLET] -> Running build hook: [filesystems]
    [2014-03-12 21:26] [ALPM-SCRIPTLET] -> Running build hook: [keyboard]
    [2014-03-12 21:26] [ALPM-SCRIPTLET] -> Running build hook: [fsck]
    [2014-03-12 21:26] [ALPM-SCRIPTLET] ==> Generating module dependencies
    [2014-03-12 21:26] [ALPM-SCRIPTLET] ==> Creating gzip initcpio image: /boot/initramfs-linux-fallback.img
    [2014-03-12 21:26] [ALPM-SCRIPTLET] ==> Image generation successful
    [2014-03-12 21:26] [PACMAN] upgraded linux (3.13.5-1 -> 3.13.6-1)
    [2014-03-12 21:27] [ALPM-SCRIPTLET] >>> Updating module dependencies. Please wait ...
    [2014-03-12 21:27] [ALPM-SCRIPTLET] >>> Generating initial ramdisk, using mkinitcpio. Please wait...
    [2014-03-12 21:27] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux-ck.preset: 'default'
    [2014-03-12 21:27] [ALPM-SCRIPTLET] -> -k /boot/vmlinuz-linux-ck -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-ck.img
    [2014-03-12 21:27] [ALPM-SCRIPTLET] ==> Starting build: 3.13.6-1-ck
    [2014-03-12 21:27] [ALPM-SCRIPTLET] -> Running build hook: [base]
    [2014-03-12 21:27] [ALPM-SCRIPTLET] -> Running build hook: [udev]
    [2014-03-12 21:27] [ALPM-SCRIPTLET] -> Running build hook: [autodetect]
    [2014-03-12 21:27] [ALPM-SCRIPTLET] -> Running build hook: [modconf]
    [2014-03-12 21:27] [ALPM-SCRIPTLET] -> Running build hook: [block]
    [2014-03-12 21:27] [ALPM-SCRIPTLET] -> Running build hook: [filesystems]
    [2014-03-12 21:27] [ALPM-SCRIPTLET] -> Running build hook: [keyboard]
    [2014-03-12 21:27] [ALPM-SCRIPTLET] -> Running build hook: [fsck]
    [2014-03-12 21:27] [ALPM-SCRIPTLET] ==> Generating module dependencies
    [2014-03-12 21:27] [ALPM-SCRIPTLET] ==> Creating gzip initcpio image: /boot/initramfs-linux-ck.img
    [2014-03-12 21:27] [ALPM-SCRIPTLET] ==> Image generation successful
    [2014-03-12 21:27] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux-ck.preset: 'fallback'
    [2014-03-12 21:27] [ALPM-SCRIPTLET] -> -k /boot/vmlinuz-linux-ck -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-ck-fallback.img -S autodetect
    [2014-03-12 21:27] [ALPM-SCRIPTLET] ==> Starting build: 3.13.6-1-ck
    [2014-03-12 21:27] [ALPM-SCRIPTLET] -> Running build hook: [base]
    [2014-03-12 21:27] [ALPM-SCRIPTLET] -> Running build hook: [udev]
    [2014-03-12 21:27] [ALPM-SCRIPTLET] -> Running build hook: [modconf]
    [2014-03-12 21:27] [ALPM-SCRIPTLET] -> Running build hook: [block]
    [2014-03-12 21:27] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: aic94xx
    [2014-03-12 21:27] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: smsmdtv
    [2014-03-12 21:27] [ALPM-SCRIPTLET] -> Running build hook: [filesystems]
    [2014-03-12 21:27] [ALPM-SCRIPTLET] -> Running build hook: [keyboard]
    [2014-03-12 21:27] [ALPM-SCRIPTLET] -> Running build hook: [fsck]
    [2014-03-12 21:27] [ALPM-SCRIPTLET] ==> Generating module dependencies
    [2014-03-12 21:27] [ALPM-SCRIPTLET] ==> Creating gzip initcpio image: /boot/initramfs-linux-ck-fallback.img
    [2014-03-12 21:27] [ALPM-SCRIPTLET] ==> Image generation successful
    [2014-03-12 21:27] [ALPM-SCRIPTLET]
    [2014-03-12 21:27] [ALPM-SCRIPTLET] >>> Thank you for using http://repo-ck.com/ for your linux-ck package needs.
    [2014-03-12 21:27] [ALPM-SCRIPTLET] >>> Note that the following CPU optimized packages are or could be available to you:
    [2014-03-12 21:27] [ALPM-SCRIPTLET] AMD : barcelona, bobcat, bulldozer, kx, k10, piledriver
    [2014-03-12 21:27] [ALPM-SCRIPTLET] Intel : atom, core2, haswell, ivybridge, nehalem, p4, pentm, sandybridge
    [2014-03-12 21:27] [ALPM-SCRIPTLET]
    [2014-03-12 21:27] [ALPM-SCRIPTLET] >>> Search via group name: pacman -Sg ck-ivybridge
    [2014-03-12 21:27] [ALPM-SCRIPTLET]
    [2014-03-12 21:27] [ALPM-SCRIPTLET] >>> Post in the repo support thread if package group is unavailable for your architecture:
    [2014-03-12 21:27] [ALPM-SCRIPTLET] >>> https://bbs.archlinux.org/viewtopic.php?id=111715
    [2014-03-12 21:27] [PACMAN] upgraded linux-ck-p4 (3.13.5-2 -> 3.13.6-1)
    [2014-03-12 21:27] [PACMAN] upgraded linux-headers (3.13.5-1 -> 3.13.6-1)
    [2014-03-12 21:28] [ALPM-SCRIPTLET] >>> Updating module dependencies. Please wait ...
    [2014-03-12 21:28] [ALPM-SCRIPTLET] >>> Generating initial ramdisk, using mkinitcpio. Please wait...
    [2014-03-12 21:28] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux-lts.preset: 'default'
    [2014-03-12 21:28] [ALPM-SCRIPTLET] -> -k /boot/vmlinuz-linux-lts -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-lts.img
    [2014-03-12 21:28] [ALPM-SCRIPTLET] ==> Starting build: 3.10.33-1-lts
    [2014-03-12 21:28] [ALPM-SCRIPTLET] -> Running build hook: [base]
    [2014-03-12 21:28] [ALPM-SCRIPTLET] -> Running build hook: [udev]
    [2014-03-12 21:28] [ALPM-SCRIPTLET] -> Running build hook: [autodetect]
    [2014-03-12 21:28] [ALPM-SCRIPTLET] -> Running build hook: [modconf]
    [2014-03-12 21:28] [ALPM-SCRIPTLET] -> Running build hook: [block]
    [2014-03-12 21:28] [ALPM-SCRIPTLET] -> Running build hook: [filesystems]
    [2014-03-12 21:28] [ALPM-SCRIPTLET] -> Running build hook: [keyboard]
    [2014-03-12 21:28] [ALPM-SCRIPTLET] -> Running build hook: [fsck]
    [2014-03-12 21:28] [ALPM-SCRIPTLET] ==> Generating module dependencies
    [2014-03-12 21:28] [ALPM-SCRIPTLET] ==> Creating gzip initcpio image: /boot/initramfs-linux-lts.img
    [2014-03-12 21:28] [ALPM-SCRIPTLET] ==> Image generation successful
    [2014-03-12 21:28] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux-lts.preset: 'fallback'
    [2014-03-12 21:28] [ALPM-SCRIPTLET] -> -k /boot/vmlinuz-linux-lts -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-lts-fallback.img -S autodetect
    [2014-03-12 21:28] [ALPM-SCRIPTLET] ==> Starting build: 3.10.33-1-lts
    [2014-03-12 21:28] [ALPM-SCRIPTLET] -> Running build hook: [base]
    [2014-03-12 21:28] [ALPM-SCRIPTLET] -> Running build hook: [udev]
    [2014-03-12 21:28] [ALPM-SCRIPTLET] -> Running build hook: [modconf]
    [2014-03-12 21:28] [ALPM-SCRIPTLET] -> Running build hook: [block]
    [2014-03-12 21:28] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: aic94xx
    [2014-03-12 21:28] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: bfa
    [2014-03-12 21:28] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: smsmdtv
    [2014-03-12 21:28] [ALPM-SCRIPTLET] -> Running build hook: [filesystems]
    [2014-03-12 21:28] [ALPM-SCRIPTLET] -> Running build hook: [keyboard]
    [2014-03-12 21:28] [ALPM-SCRIPTLET] -> Running build hook: [fsck]
    [2014-03-12 21:28] [ALPM-SCRIPTLET] ==> Generating module dependencies
    [2014-03-12 21:28] [ALPM-SCRIPTLET] ==> Creating gzip initcpio image: /boot/initramfs-linux-lts-fallback.img
    [2014-03-12 21:28] [ALPM-SCRIPTLET] ==> Image generation successful
    [2014-03-12 21:28] [PACMAN] upgraded linux-lts (3.10.32-1 -> 3.10.33-1)
    [2014-03-12 21:28] [PACMAN] upgraded linux-lts-headers (3.10.32-1 -> 3.10.33-1)
    [2014-03-12 21:28] [PACMAN] upgraded python (3.3.4-1 -> 3.3.5-1)
    [2014-03-12 21:29] [PACMAN] upgraded mono (3.2.3-2 -> 3.2.8-1)
    [2014-03-12 21:29] [PACMAN] upgraded ruby (2.1.0-2 -> 2.1.1-1)
    [2014-03-12 21:29] [PACMAN] upgraded s-nail (14.6.1-1 -> 14.6.2-1)
    [2014-03-12 21:29] [PACMAN] upgraded sqlite (3.8.3.1-1 -> 3.8.4.1-1)
    [2014-03-12 21:29] [PACMAN] upgraded swt (4.3-1 -> 4.3.2-1)
    [2014-03-12 21:29] [PACMAN] upgraded systemd-sysvcompat (210-2 -> 210-3)
    [2014-03-12 21:29] [PACMAN] upgraded tzdata (2013i-1 -> 2014a-1)
    [2014-03-12 21:29] [PACMAN] upgraded wine (1.7.13-1 -> 1.7.14-1)
    [2014-03-12 21:29] [PACMAN] upgraded wireshark-cli (1.10.5-4 -> 1.10.6-1)
    [2014-03-12 21:30] [PACMAN] upgraded wireshark-gtk (1.10.5-4 -> 1.10.6-1)
    [2014-03-12 21:30] [PACMAN] upgraded xbmc (12.3-11 -> 12.3-12)
    [2014-03-12 21:30] [PACMAN] upgraded xterm (302-1 -> 303-1)
    Thanks a bunch
    Last edited by 1LordAnubis (2014-03-13 02:39:41)

  • Pacman -Qe Broken after today´s "full system upgrade"

    From "pacman.log"
    synchronizing package lists
    [2008-01-17 18:04] starting full system upgrade
    [2008-01-17 18:05] upgraded gnome-keyring (2.20.2-1 -> 2.20.3-1)
    [2008-01-17 18:06] >>>
    [2008-01-17 18:06] >>> If you use the LILO bootloader, you should run 'lilo' before rebooting.
    [2008-01-17 18:06] >>>
    [2008-01-17 18:06] >>> Updating module dependencies. Please wait ...
    [2008-01-17 18:06] >>> MKINITCPIO SETUP
    [2008-01-17 18:06] >>> ----------------
    [2008-01-17 18:06] >>> If you use LVM2, Encrypted root or software RAID,
    [2008-01-17 18:06] >>> Ensure you enable support in /etc/mkinitcpio.conf .
    [2008-01-17 18:06] >>> More information about mkinitcpio setup can be found here:
    [2008-01-17 18:06] >>> http://wiki.archlinux.org/index.php/Mkinitcpio
    [2008-01-17 18:06]
    [2008-01-17 18:06] >>> Generating initial ramdisk, using mkinitcpio. Please wait...
    [2008-01-17 18:06] ==> Building image "default"
    [2008-01-17 18:06] ==> Running command: /sbin/mkinitcpio -k 2.6.23-ARCH -c /etc/mkinitcpio.conf -g /boot/kernel26.img
    [2008-01-17 18:06] :: Begin build
    [2008-01-17 18:06] :: Parsing hook [base]
    [2008-01-17 18:06] :: Parsing hook [autodetect]
    [2008-01-17 18:06] :: Generating module dependencies
    [2008-01-17 18:06] :: Generating image '/boot/kernel26.img'...SUCCESS
    [2008-01-17 18:06] ==> SUCCESS
    [2008-01-17 18:06] ==> Building image "fallback"
    [2008-01-17 18:06] ==> Running command: /sbin/mkinitcpio -k 2.6.23-ARCH -c /etc/mkinitcpio.d/kernel26-fallback.conf -g /boot/kernel26-fallback.img
    [2008-01-17 18:06] :: Begin build
    [2008-01-17 18:06] :: Parsing hook [base]
    [2008-01-17 18:06] :: Parsing hook [udev]
    [2008-01-17 18:06] :: Parsing hook [ide]
    [2008-01-17 18:06] :: Parsing hook [pata]
    [2008-01-17 18:06] :: Parsing hook [scsi]
    [2008-01-17 18:06] :: Parsing hook [sata]
    [2008-01-17 18:06] :: Parsing hook [usbinput]
    [2008-01-17 18:06] :: Parsing hook [raid]
    [2008-01-17 18:06] :: Parsing hook [filesystems]
    [2008-01-17 18:07] :: Generating module dependencies
    [2008-01-17 18:07] :: Generating image '/boot/kernel26-fallback.img'...SUCCESS
    [2008-01-17 18:07] ==> SUCCESS
    [2008-01-17 18:07] upgraded kernel26 (2.6.23.12-3 -> 2.6.23.14-1)
    [2008-01-17 18:07] upgraded libgtop (2.20.0-1 -> 2.20.1-1)
    [2008-01-17 18:07] upgraded libwnck (2.20.2-1 -> 2.20.3-1)
    [2008-01-17 18:07] upgraded vte (0.16.11-1 -> 0.16.12-1)
    [2008-01-17 18:07] upgraded xorg-xinit (1.0.7-2 -> 1.0.7-3)
    Result when using "pacman -Qe" afterwards.
    pacman -Qe
    alsa-lib 1.0.15-1
    alsa-oss 1.0.15-1
    alsa-plugins 1.0.15-1
    alsa-utils 1.0.15-2
    autoconf 2.61-3
    automake 1.10-3
    bin86 0.16.17-3
    bison 2.3-4
    bzip2 1.0.4-3
    catfish 0.3-1
    ccsm 0.6.0-2
    compiz-fusion-plugins-extra 0.6.0-2
    compiz-fusion-plugins-main 0.6.0-3
    compizconfig-backend-gconf 0.6.0-2
    conky 1.4.9-1
    cpio 2.9-3
    csup 20060318-5
    curl 7.17.1-1
    dbus 1.0.2-4
    e2fsprogs 1.40.3-1
    ed 0.8-3
    emerald 0.6.0-3
    emerald-themes 0.6.0-2
    epdfview 0.1.6-5
    exo 0.3.4-1
    fcron 3.0.4-1
    file 4.23-1
    filesystem 2007.11-3
    findutils 4.2.31-3
    firefox 2.0.0.11-1
    flashplugin 9.0.115.0-1
    flex 2.5.33-3
    fusion-icon 20071111-1
    galculator 1.3.1-1
    gawk 3.1.6-2
    gettext 0.17-1
    gksu 2.0.0-2
    gnome-icon-theme 2.20.0-1
    gqview 2.0.4-1
    grep 2.5.3-3
    groff 1.19.2-3
    grub 0.97-9
    gtk-xfce-engine 2.4.2-1
    gzip 1.3.12-4
    hardinfo 0.4.2.3-1
    hdparm 7.7-3
    hwd 5.3.1-1
    hwdetect 0.9-1
    initscripts 2007.11-2
    iptables 1.3.8-2
    iputils 20070202-3
    jacman 0.4-2
    jre 6u3-2
    kbd 1.12.20070827-2
    kernel26 2.6.23.14-1
    less 418-1
    libdca 0.0.5-1
    libpcap 0.9.8-2
    libtool 1.5.24-3
    libusb 0.1.12-3
    libxfce4mcs 4.4.2-1
    libxfce4util 4.4.2-1
    libxfcegui4 4.4.2-1
    licenses 2.2-2
    lilo 22.8-2
    lshwd 1.1.3-5
    lzo2 2.02-3
    lzop 1.02rc1-3
    make 3.81-3
    man 1.6f-1
    man-pages 2.74-1
    mc 4.6.1-4
    mesa 7.0.1-1
    mkinitcpio 0.5.17-1
    mktemp 1.5-3
    mlocate 0.18-2
    module-init-tools 3.2.2-5
    mousepad 0.2.13-1
    mplayer 1.0rc2-1
    mplayer-plugin 3.45-1
    nano 2.0.7-1
    net-tools 1.60-13
    numlockx 1.1-3
    nvidia-96xx 96.43.01-6
    openal 0.0.8-4
    openssl 0.9.8g-2
    pacman 3.1.0-1
    pacworld 0.3.4-2
    patch 2.5.4-4
    pcmciautils 014-3
    pidgin 2.3.1-1
    pkgconfig 0.22-3
    ppp 2.4.4-6
    procinfo 19-2
    procps 3.2.7-4
    psmisc 22.6-1
    pyqt4 4.3.3-1
    pyxdg 0.15-1
    qca 1.0-3
    qca-tls 1.0-3
    rarian 0.6.0-1
    reiserfsprogs 3.6.20-3
    rp-pppoe 3.8-2
    rpmextract 0-1
    schismtracker 0.5rc1-1
    scite 1.75-1
    sdl_image 1.2.6-1
    sdl_mixer 1.2.8-1
    seamonkey 1.1.5-2
    skype 2.0.0.27-1
    slim 1.3.0-2
    slim-themes 1.2.3-2
    squeeze 0.2.2-1
    sudo 1.6.9p10-3
    syslog-ng 2.0.6-1
    sysvinit 2.86-4
    tar 1.19-2
    terminal 0.2.8-1
    terminatorx 3.82-1
    thunar 0.9.0-2
    thunar-archive-plugin 0.2.4-5
    thunar-volman 0.2.0-1
    ttf-ms-fonts 2.0-1
    tuxcards 2.0-1
    udev 116-3
    unclutter 8-4
    unrar 3.7.8-1
    unzip 5.52-3
    util-linux-ng 2.13.0.1-2
    vim 7.1.156-1
    vlc 0.8.6d-1
    wget 1.10.2-4
    which 2.17-2
    xcursor-grounation 0.3-5
    xfce-mcs-manager 4.4.2-1
    xfce-mcs-plugins 4.4.2-1
    xfce-utils 4.4.2-1
    xfce4-appfinder 4.4.2-1
    xfce4-cpugraph-plugin 0.4.0-1
    xfce4-genmon-plugin 3.1-4
    xfce4-icon-theme 4.4.2-1
    xfce4-mixer 4.4.2-1
    xfce4-netload-plugin 0.4.0-4
    xfce4-panel 4.4.2-1
    xfce4-screenshooter-plugin 1.0.0-5
    xfce4-session 4.4.2-1
    xfce4-taskmanager 0.3.2-4
    xfdesktop 4.4.2-1
    xfprint 4.4.2-1
    xfwm4 4.4.2-1
    xfwm4-themes 4.4.2-1
    xmms 1.2.11-1
    xorg-fonts-type1 1.0.1-1
    xorg-twm 1.0.1-2
    xterm 229-2
    zip 2.32-1
    WEIRD, BUG or ???

    After reading your reply, I checked "man pacman" and it changed as you said!
    so I did a "pacman -Qt" to look for orphans and this is the result.
    alsa-oss 1.0.15-1
    alsa-plugins 1.0.15-1
    alsa-utils 1.0.15-2
    autoconf 2.61-3
    automake 1.10-3
    bin86 0.16.17-3
    bison 2.3-4
    catfish 0.3-1
    ccsm 0.6.0-2
    compiz-fusion-plugins-extra 0.6.0-2
    compizconfig-backend-gconf 0.6.0-2
    conky 1.4.9-1
    csup 20060318-5
    docbook-xml 4.5-1
    emerald-themes 0.6.0-2
    epdfview 0.1.6-5
    findutils 4.2.31-3
    firefox 2.0.0.11-1
    flashplugin 9.0.115.0-1
    flex 2.5.33-3
    fusion-icon 20071111-1
    galculator 1.3.1-1
    gettext 0.17-1
    gksu 2.0.0-2
    gnome-icon-theme 2.20.0-1
    gqview 2.0.4-1
    grub 0.97-9
    gtk-xfce-engine 2.4.2-1
    hardinfo 0.4.2.3-1
    hdparm 7.7-3
    hwd 5.3.1-1
    hwdetect 0.9-1
    initscripts 2007.11-2
    iptables 1.3.8-2
    iputils 20070202-3
    jacman 0.4-2
    kbd 1.12.20070827-2
    libsigc++2.0 2.1.1-1
    libtool 1.5.24-3
    licenses 2.2-2
    lilo 22.8-2
    lshwd 1.1.3-5
    lzo 1.08-4
    lzop 1.02rc1-3
    make 3.81-3
    man 1.6f-1
    man-pages 2.74-1
    mc 4.6.1-4
    mlocate 0.18-2
    mousepad 0.2.13-1
    mplayer-plugin 3.45-1
    nano 2.0.7-1
    numlockx 1.1-3
    nvidia-96xx 96.43.01-6
    openal 0.0.8-4
    pacman 3.1.0-1
    pacworld 0.3.4-2
    patch 2.5.4-4
    pcmciautils 014-3
    pidgin 2.3.1-1
    pkgconfig 0.22-3
    procinfo 19-2
    psmisc 22.6-1
    pyqt4 4.3.3-1
    qca-tls 1.0-3
    reiserfsprogs 3.6.20-3
    rp-pppoe 3.8-2
    rpmextract 0-1
    schismtracker 0.5rc1-1
    scite 1.75-1
    sdl_image 1.2.6-1
    sdl_mixer 1.2.8-1
    seamonkey 1.1.5-2
    skype 2.0.0.27-1
    slim-themes 1.2.3-2
    squeeze 0.2.2-1
    sudo 1.6.9p10-3
    syslog-ng 2.0.6-1
    sysvinit 2.86-4
    tar 1.19-2
    terminal 0.2.8-1
    terminatorx 3.82-1
    thunar-archive-plugin 0.2.4-5
    thunar-volman 0.2.0-1
    ttf-ms-fonts 2.0-1
    tuxcards 2.0-1
    unclutter 8-4
    unrar 3.7.8-1
    unzip 5.52-3
    vim 7.1.156-1
    vlc 0.8.6d-1
    which 2.17-2
    xcursor-grounation 0.3-5
    xf86-input-keyboard 1.2.2-2
    xf86-input-mouse 1.2.3-1
    xf86-video-vesa 1.3.0-5
    xfce-mcs-plugins 4.4.2-1
    xfce-utils 4.4.2-1
    xfce4-appfinder 4.4.2-1
    xfce4-cpugraph-plugin 0.4.0-1
    xfce4-genmon-plugin 3.1-4
    xfce4-icon-theme 4.4.2-1
    xfce4-mixer 4.4.2-1
    xfce4-netload-plugin 0.4.0-4
    xfce4-screenshooter-plugin 1.0.0-5
    xfce4-session 4.4.2-1
    xfce4-taskmanager 0.3.2-4
    xfdesktop 4.4.2-1
    xfprint 4.4.2-1
    xfwm4-themes 4.4.2-1
    xmms 1.2.11-1
    xorg-fonts-type1 1.0.1-1
    xorg-twm 1.0.1-2
    xorg-xinit 1.0.7-3
    xterm 229-2
    zip 2.32-1
    It shows less packages, yet this are not orphans :-(
    Also in "man pacman" it says "(-Qet is equivalent to the pacman 2.9.X -Qe option.)"
    pacman -Qet
    alsa-oss 1.0.15-1
    alsa-plugins 1.0.15-1
    alsa-utils 1.0.15-2
    autoconf 2.61-3
    automake 1.10-3
    bin86 0.16.17-3
    bison 2.3-4
    catfish 0.3-1
    ccsm 0.6.0-2
    compiz-fusion-plugins-extra 0.6.0-2
    compizconfig-backend-gconf 0.6.0-2
    conky 1.4.9-1
    csup 20060318-5
    emerald-themes 0.6.0-2
    epdfview 0.1.6-5
    findutils 4.2.31-3
    firefox 2.0.0.11-1
    flashplugin 9.0.115.0-1
    flex 2.5.33-3
    fusion-icon 20071111-1
    galculator 1.3.1-1
    gettext 0.17-1
    gksu 2.0.0-2
    gnome-icon-theme 2.20.0-1
    gqview 2.0.4-1
    grub 0.97-9
    gtk-xfce-engine 2.4.2-1
    hardinfo 0.4.2.3-1
    hdparm 7.7-3
    hwd 5.3.1-1
    hwdetect 0.9-1
    initscripts 2007.11-2
    iptables 1.3.8-2
    iputils 20070202-3
    jacman 0.4-2
    kbd 1.12.20070827-2
    libtool 1.5.24-3
    licenses 2.2-2
    lilo 22.8-2
    lshwd 1.1.3-5
    lzop 1.02rc1-3
    make 3.81-3
    man 1.6f-1
    man-pages 2.74-1
    mc 4.6.1-4
    mlocate 0.18-2
    mousepad 0.2.13-1
    mplayer-plugin 3.45-1
    nano 2.0.7-1
    numlockx 1.1-3
    nvidia-96xx 96.43.01-6
    openal 0.0.8-4
    pacman 3.1.0-1
    pacworld 0.3.4-2
    patch 2.5.4-4
    pcmciautils 014-3
    pidgin 2.3.1-1
    pkgconfig 0.22-3
    procinfo 19-2
    psmisc 22.6-1
    pyqt4 4.3.3-1
    qca-tls 1.0-3
    reiserfsprogs 3.6.20-3
    rp-pppoe 3.8-2
    rpmextract 0-1
    schismtracker 0.5rc1-1
    scite 1.75-1
    sdl_image 1.2.6-1
    sdl_mixer 1.2.8-1
    seamonkey 1.1.5-2
    skype 2.0.0.27-1
    slim-themes 1.2.3-2
    squeeze 0.2.2-1
    sudo 1.6.9p10-3
    syslog-ng 2.0.6-1
    sysvinit 2.86-4
    tar 1.19-2
    terminal 0.2.8-1
    terminatorx 3.82-1
    thunar-archive-plugin 0.2.4-5
    thunar-volman 0.2.0-1
    ttf-ms-fonts 2.0-1
    tuxcards 2.0-1
    unclutter 8-4
    unrar 3.7.8-1
    unzip 5.52-3
    vim 7.1.156-1
    vlc 0.8.6d-1
    which 2.17-2
    xcursor-grounation 0.3-5
    xfce-mcs-plugins 4.4.2-1
    xfce-utils 4.4.2-1
    xfce4-appfinder 4.4.2-1
    xfce4-cpugraph-plugin 0.4.0-1
    xfce4-genmon-plugin 3.1-4
    xfce4-icon-theme 4.4.2-1
    xfce4-mixer 4.4.2-1
    xfce4-netload-plugin 0.4.0-4
    xfce4-screenshooter-plugin 1.0.0-5
    xfce4-session 4.4.2-1
    xfce4-taskmanager 0.3.2-4
    xfdesktop 4.4.2-1
    xfprint 4.4.2-1
    xfwm4-themes 4.4.2-1
    xmms 1.2.11-1
    xorg-fonts-type1 1.0.1-1
    xorg-twm 1.0.1-2
    xterm 229-2
    zip 2.32-1
    Now I am lost, hahhahahahahaahahahahahaha

  • Blur fonts after a system upgrade

    Hello all
    I've done a pacman -syu, and it did an upgrade to the kernel (2.6.23-ARCH) and i'm not sure if it  upgraded x-server too.
    The question is, now my fonts (my X-server) are all blury, like without anti-alias, it's very hard to see the letters, and the resolution is all wrong. I've checked the fonts dirs, and configuration, everything is ok, i haven't done anything but the upgrade, so i don't know what could be wrong. Anyone had the same problem or knows the fix for this?
    I'm putting here 2 screenshots (1 of my desktop, the other of this post)  i hope you can see my problem
    Last edited by LnxArch (2007-12-28 15:15:42)

    Here goes the pacman log and xorg.conf
    pacmam log
    [2007-12-25 18:59] synchronizing package lists
    [2007-12-25 18:59] starting full system upgrade
    [2007-12-25 19:03] upgraded dbus-python (0.82.2-1 -> 0.82.4-1)
    [2007-12-25 19:03] upgraded docbook-xsl (1.73.1-1 -> 1.73.2-1)
    [2007-12-25 19:03] upgraded gail (1.20.1-1 -> 1.20.2-1)
    [2007-12-25 19:03] >>>
    [2007-12-25 19:03] >>> If you use the LILO bootloader, you should run 'lilo' before rebooting.
    [2007-12-25 19:03] >>>
    [2007-12-25 19:03] >>> Updating module dependencies. Please wait ...
    [2007-12-25 19:03] >>> MKINITCPIO SETUP
    [2007-12-25 19:03] >>> ----------------
    [2007-12-25 19:03] >>> If you use LVM2, Encrypted root or software RAID,
    [2007-12-25 19:03] >>> Ensure you enable support in /etc/mkinitcpio.conf .
    [2007-12-25 19:03] >>> More information about mkinitcpio setup can be found here:
    [2007-12-25 19:03] >>> http://wiki.archlinux.org/index.php/Mkinitcpio
    [2007-12-25 19:03]
    [2007-12-25 19:03] >>> Generating initial ramdisk, using mkinitcpio. Please wait...
    [2007-12-25 19:03] ==> Building image "default"
    [2007-12-25 19:03] ==> Running command: /sbin/mkinitcpio -k 2.6.23-ARCH -c /etc/mkinitcpio.conf -g /boot/kernel26.img
    [2007-12-25 19:03] :: Begin build
    [2007-12-25 19:03] :: Parsing hook [base]
    [2007-12-25 19:03] :: Parsing hook [udev]
    [2007-12-25 19:03] :: Parsing hook [autodetect]
    [2007-12-25 19:04] :: Parsing hook [pata]
    [2007-12-25 19:04] :: Parsing hook [scsi]
    [2007-12-25 19:04] :: Parsing hook [sata]
    [2007-12-25 19:04] :: Parsing hook [keymap]
    [2007-12-25 19:04] :: Parsing hook [filesystems]
    [2007-12-25 19:04] :: Generating module dependencies
    [2007-12-25 19:04] :: Generating image '/boot/kernel26.img'...SUCCESS
    [2007-12-25 19:04] ==> SUCCESS
    [2007-12-25 19:04] ==> Building image "fallback"
    [2007-12-25 19:04] ==> Running command: /sbin/mkinitcpio -k 2.6.23-ARCH -c /etc/mkinitcpio.d/kernel26-fallback.conf -g /boot/kernel26-fallback.img
    [2007-12-25 19:04] :: Begin build
    [2007-12-25 19:04] :: Parsing hook [base]
    [2007-12-25 19:04] :: Parsing hook [udev]
    [2007-12-25 19:04] :: Parsing hook [ide]
    [2007-12-25 19:04] :: Parsing hook [pata]
    [2007-12-25 19:04] :: Parsing hook [scsi]
    [2007-12-25 19:04] :: Parsing hook [sata]
    [2007-12-25 19:04] :: Parsing hook [usbinput]
    [2007-12-25 19:04] :: Parsing hook [raid]
    [2007-12-25 19:04] :: Parsing hook [filesystems]
    [2007-12-25 19:05] :: Generating module dependencies
    [2007-12-25 19:05] :: Generating image '/boot/kernel26-fallback.img'...SUCCESS
    [2007-12-25 19:05] ==> SUCCESS
    [2007-12-25 19:05] upgraded kernel26 (2.6.23.12-2 -> 2.6.23.12-3)
    [2007-12-25 19:05] upgraded mozplugger (1.8.1-1 -> 1.9.0-1)
    [2007-12-25 19:05] upgraded poppler (0.6.1-1 -> 0.6.3-1)
    [2007-12-25 19:05] upgraded poppler-glib (0.6.1-1 -> 0.6.3-1)
    [2007-12-25 19:05] upgraded vte (0.16.10-1 -> 0.16.11-1)
    [2007-12-25 19:05] upgraded xkeyboard-config (1.0-1 -> 1.1-1)
    [2007-12-25 19:05] installed xbitmaps (1.0.1-1)
    [2007-12-25 19:05] :: Another libwfb has been detected.
    [2007-12-25 19:05] upgraded xorg-server (1.4.0.90-1 -> 1.4.0.90-3)
    [2007-12-25 19:05] upgraded xorg-xauth (1.0.1-1 -> 1.0.2-1)
    [2007-12-28 12:35] synchronizing package lists
    [2007-12-28 12:35] starting full system upgrade
    [2007-12-28 12:39] upgraded libcups (1.3.4-1 -> 1.3.5-1)
    [2007-12-28 12:39] upgraded cups (1.3.4-1 -> 1.3.5-1)
    [2007-12-28 12:39] upgraded glibmm (2.14.1-1 -> 2.14.2-1)
    [2007-12-28 12:39] upgraded gnome-python (2.20.0-1 -> 2.20.1-1)
    [2007-12-28 12:39] upgraded gstreamer0.10 (0.10.14-1 -> 0.10.15-1)
    [2007-12-28 12:39] upgraded gstreamer0.10-base (0.10.14-1 -> 0.10.15-1)
    [2007-12-28 12:39] upgraded gstreamer0.10-alsa (0.10.14-1 -> 0.10.15-1)
    [2007-12-28 12:39] upgraded gstreamer0.10-cdparanoia (0.10.14-1 -> 0.10.15-1)
    [2007-12-28 12:39] upgraded gstreamer0.10-ffmpeg (0.10.2-1 -> 0.10.3-1)
    [2007-12-28 12:39] upgraded gstreamer0.10-gnomevfs (0.10.14-1 -> 0.10.15-1)
    [2007-12-28 12:39] upgraded gstreamer0.10-ogg (0.10.14-1 -> 0.10.15-1)
    [2007-12-28 12:39] upgraded gstreamer0.10-python (0.10.8-1 -> 0.10.9-1)
    [2007-12-28 12:39] upgraded gstreamer0.10-ugly (0.10.6-1 -> 0.10.6-3)
    [2007-12-28 12:39] upgraded gstreamer0.10-vorbis (0.10.14-1 -> 0.10.15-1)
    [2007-12-28 12:39] upgraded gtkmm (2.12.1-1 -> 2.12.3-1)
    [2007-12-28 12:39] upgraded hal-info (0.20071030-1 -> 0.20071212-1)
    [2007-12-28 12:39] upgraded libbonobo (2.20.1-1 -> 2.20.3-1)
    [2007-12-28 12:39] upgraded libcdio (0.78.2-1 -> 0.79-1)
    [2007-12-28 12:39] upgraded metacity (2.20.0-1 -> 2.20.1-1)
    [2007-12-28 12:39] installed libx86 (0.99-1)
    [2007-12-28 12:39] installed vbetool (1.0-1)
    [2007-12-28 12:39] upgraded pm-utils (0.99.3-2 -> 0.99.4-1)
    [2007-12-28 13:06] synchronizing package lists
    [2007-12-28 13:06] starting full system upgrade
    [2007-12-28 13:08] Updating font cache... done.
    [2007-12-28 13:08] installed xorg-fonts-100dpi (1.0.1-1)
    [2007-12-28 13:09] Updating font cache... done.
    [2007-12-28 13:09] installed xorg-fonts-75dpi (1.0.1-2)
    [2008-01-02 15:12] synchronizing package lists
    [2008-01-02 15:12] starting full system upgrade
    [2008-01-02 15:14] removed libdts (0.0.2-1.2)
    [2008-01-02 15:14] installed libdca (0.0.5-1)
    [2008-01-02 15:14] upgraded cairo (1.4.12-1 -> 1.4.12-2)
    [2008-01-02 15:14] upgraded diffutils (2.8.1-4 -> 2.8.1-5)
    [2008-01-02 15:14] upgraded gnupg (1.4.7-3 -> 1.4.8-1)
    [2008-01-02 15:14] upgraded libwpd (0.8.11-1 -> 0.8.13-1)
    [2008-01-02 15:14] >>> to control the lm_sensors daemon type
    [2008-01-02 15:14] >>> "/etc/rc.d/sensors start|stop|restart"
    [2008-01-02 15:14] >>> --------------------------------------
    [2008-01-02 15:14] >>> before you can use the fancontrol daemon
    [2008-01-02 15:14] >>> first create a fancontrol config file, use "pwmconfig"
    [2008-01-02 15:14] >>> then type "/etc/rc.d/fancontrol start|stop|restart"
    [2008-01-02 15:14] upgraded lm_sensors (3.0.0-1 -> 3.0.0-3)
    [2008-01-02 15:14] upgraded man-pages (2.68-1 -> 2.74-1)
    [2008-01-02 15:14] warning: /etc/nanorc installed as /etc/nanorc.pacnew
    [2008-01-02 15:14] upgraded nano (2.0.6-4 -> 2.0.7-1)
    [2008-01-02 15:14] upgraded ntp (4.2.4p4-3 -> 4.2.4p4-4)
    [2008-01-02 15:14] upgraded swfdec (0.5.4-1 -> 0.5.5-1)
    [2008-01-02 15:14] upgraded swfdec-mozilla (0.5.4-1 -> 0.5.5-1)
    [2008-01-03 13:08] synchronizing package lists
    [2008-01-03 13:08] starting full system upgrade
    [2008-01-03 13:11] upgraded libarchive (2.4.0-2 -> 2.4.11-1)
    [2008-01-03 13:11] upgraded libdownload (1.1-4 -> 1.3-1)
    [2008-01-03 13:13] Updating font cache... done.
    [2008-01-03 13:13] installed xorg-fonts-type1 (1.0.1-1)
    [2008-01-03 13:37] Updating font cache... done.
    [2008-01-03 13:37] installed xorg-fonts-cyrillic (1.0.0-3)
    [2008-01-03 13:37] make xpdf-latin2 config file known to global xpdf config ...
    [2008-01-03 13:37]
    [2008-01-03 13:37] *******************************************************************************
    [2008-01-03 13:37] This package contains the encodings, which are necessary to convert character
    [2008-01-03 13:37] tables and other things. There are no fonts included.
    [2008-01-03 13:37]
    [2008-01-03 13:37] Many TrueType fonts contain glyphs for many encodings, but not for all. If your
    [2008-01-03 13:37] pdfs are still displayed crappy, you likely will have to install some fonts
    [2008-01-03 13:37] containing your prefered glyphs.
    [2008-01-03 13:37]
    [2008-01-03 13:37] *******************************************************************************
    [2008-01-03 13:37] installed xpdf-latin2 (20021022-1)
    [2008-01-03 13:38] installed gtk2fontsel (0.1-1)
    [2008-01-03 13:38] Updating font cache... done.
    [2008-01-03 13:38] installed ttf-freefont (20060126-4)
    [2008-01-03 13:39] Updating font cache... done.
    [2008-01-03 13:39] installed ttf-liberation (3-2)
    [2008-01-03 13:39] Updating font cache... done.
    [2008-01-03 13:39] installed ttf-mgopen (1.1-5)
    [2008-01-03 13:44] Updating font cache... done.
    [2008-01-03 13:44] installed font-bitstream-speedo (1.0.0-3)
    [2008-01-03 13:45] Optional packages for Alunn:
    [2008-01-03 13:45] Notification messages support: 'notification-daemon' and 'dbus-python'
    [2008-01-03 13:45] installed alunn (0.7.1.1-1)
    [2008-01-03 13:46] synchronizing package lists
    [2008-01-03 13:46] starting full system upgrade
    [2008-01-05 22:40] synchronizing package lists
    [2008-01-05 22:40] starting full system upgrade
    [2008-01-05 22:41] upgraded epdfview (0.1.6-4 -> 0.1.6-5)
    [2008-01-05 22:41] upgraded file (4.21-3 -> 4.23-1)
    [2008-01-05 22:41] upgraded freeglut (2.4.0-2 -> 2.4.0-3)
    [2008-01-05 22:41] upgraded imagemagick (6.3.7.0-1 -> 6.3.7.9-1)
    [2008-01-05 22:41] upgraded libgpg-error (1.5-3 -> 1.6-1)
    [2008-01-05 22:41] upgraded libgcrypt (1.2.4-3 -> 1.4.0-1)
    [2008-01-05 22:41] upgraded man (1.6e-4 -> 1.6f-1)
    [2008-01-05 22:41] upgraded tzdata (2007j-2 -> 2007k-1)
    [2008-01-05 22:41] make xpdf-latin2 config file known to global xpdf config ...
    [2008-01-05 22:41]
    [2008-01-05 22:41] *******************************************************************************
    [2008-01-05 22:41] This package contains the encodings, which are necessary to convert character
    [2008-01-05 22:41] tables and other things. There are no fonts included.
    [2008-01-05 22:41]
    [2008-01-05 22:41] Many TrueType fonts contain glyphs for many encodings, but not for all. If your
    [2008-01-05 22:41] pdfs are still displayed crappy, you likely will have to install some fonts
    [2008-01-05 22:41] containing your prefered glyphs.
    [2008-01-05 22:41]
    [2008-01-05 22:41] *******************************************************************************
    [2008-01-05 22:41] upgraded xpdf-latin2 (20021022-1 -> 20021022-2)
    [2008-01-05 22:42] removed cairo (1.4.12-2)
    [2008-01-05 22:42] removed libxft (2.1.12-1)
    [2008-01-05 22:42] removed freetype2 (2.3.5-1)
    [2008-01-05 22:42] installed cairo-lcd (1.4.12-1)
    [2008-01-05 22:42] installed libxft-lcd (2.1.12-1)
    [2008-01-05 22:48] installed freetype2 (2.3.5-1)
    [2008-01-05 22:52] extracting fonts... done.
    [2008-01-05 22:52] rebuilding font cache... done.
    [2008-01-05 22:52] upgraded ttf-ms-fonts (2.0-1 -> 2.0-1)
    [2008-01-05 22:52] Updating font cache... done.
    [2008-01-05 22:52] installed ttf-cheapskate (2.0-5)
    [2008-01-05 22:52] Updating font cache... done.
    [2008-01-05 22:52] installed artwiz-fonts (1.3-3)
    [2008-01-05 23:22] installed fluxter (0.1.0-3)
    [2008-01-05 23:25] installed enlightenment (0.16.8.10-1)
    [2008-01-05 23:28] installed libcdaudio (0.99.12-3)
    [2008-01-05 23:28] installed epplet-base (0.10-1)
    [2008-01-05 23:28] installed eet (0.9.10.039-1)
    [2008-01-05 23:28] installed evas (0.9.9.039-1)
    [2008-01-05 23:28] installed ecore (0.9.9.039-1)
    [2008-01-05 23:28] installed embryo (0.9.1.039-1)
    [2008-01-05 23:28] installed edje (0.5.0.039-1)
    [2008-01-05 23:28] installed efreet (0.0.3.004-1)
    [2008-01-05 23:28] installed e (0.16.999.039-1)
    [2008-01-05 23:47] installed lib32-glibc (2.7-7)
    [2008-01-05 23:47] installed lib32-expat (2.0.1-1)
    [2008-01-05 23:47] installed lib32-zlib (1.2.3-4)
    [2008-01-05 23:47] installed lib32-freetype2 (2.3.5-1)
    [2008-01-05 23:47] installed lib32-fontconfig (2.5.0-1)
    [2008-01-05 23:47] installed lib32-libxau (1.0.3-1)
    [2008-01-05 23:47] installed lib32-libxdmcp (1.0.2-1)
    [2008-01-05 23:47] installed lib32-libxcb (1.1-1)
    [2008-01-05 23:47] installed lib32-libxfixes (4.0.3-1)
    [2008-01-05 23:47] installed lib32-libxdamage (1.1.1-1.1)
    [2008-01-05 23:47] installed lib32-libxcomposite (0.4.0-1)
    [2008-01-05 23:47] installed lib32-libx11 (1.1.3-6)
    [2008-01-05 23:47] installed lib32-libxrender (0.9.4-1)
    [2008-01-05 23:47] installed lib32-libxft (2.1.12-1)
    [2008-01-06 00:00]
    [2008-01-06 00:00] ===> Important Fontconfig configuration change <===
    [2008-01-06 00:00]
    [2008-01-06 00:00] The way fontconfig is configured has been changed.
    [2008-01-06 00:00] Configuration is done via /etc/fonts/conf.avail and conf.d.
    [2008-01-06 00:00] Read /etc/fonts/conf.avail/README for more information.
    [2008-01-06 00:00]
    [2008-01-06 00:00] Configuration via /etc/fonts/local.conf is still possible,
    [2008-01-06 00:00] but is no longer recommended for options available in conf.avail.
    [2008-01-06 00:00]
    [2008-01-06 00:00] updating font cache... done.
    [2008-01-06 00:00] upgraded fontconfig (2.5.0-1 -> 2.5.0-1)
    [2008-01-06 00:04]
    [2008-01-06 00:04] ===> Important Fontconfig configuration change <===
    [2008-01-06 00:04]
    [2008-01-06 00:04] The way fontconfig is configured has been changed.
    [2008-01-06 00:04] Configuration is done via /etc/fonts/conf.avail and conf.d.
    [2008-01-06 00:04] Read /etc/fonts/conf.avail/README for more information.
    [2008-01-06 00:04]
    [2008-01-06 00:04] Configuration via /etc/fonts/local.conf is still possible,
    [2008-01-06 00:04] but is no longer recommended for options available in conf.avail.
    [2008-01-06 00:04]
    [2008-01-06 00:04] updating font cache... done.
    [2008-01-06 00:04] upgraded fontconfig (2.5.0-1 -> 2.5.0-1)
    [2008-01-06 23:42] synchronizing package lists
    [2008-01-06 23:43] starting full system upgrade
    [2008-01-07 14:01] synchronizing package lists
    [2008-01-07 14:01] starting full system upgrade
    [2008-01-07 14:02] Updating font cache... done.
    [2008-01-07 14:02] upgraded font-bitstream-speedo (1.0.0-3 -> 1.0.0-4)
    Xorg.conf
    # nvidia-settings: X configuration file generated by nvidia-settings
    # nvidia-settings: version 1.0 (buildmeister@builder26) Mon Feb 26 23:38:28 PST 2007
    Section "ServerLayout"
    Identifier "Layout0"
    Screen 0 "Screen0" 0 0
    InputDevice "Keyboard0" "CoreKeyboard"
    InputDevice "Mouse0" "CorePointer"
    EndSection
    Section "Files"
    RgbPath "/usr/lib/X11/rgb"
    EndSection
    Section "Module"
    Load "dbe"
    Load "extmod"
    Load "type1"
    Load "freetype"
    Load "glx"
    EndSection
    Section "ServerFlags"
    Option "Xinerama" "0"
    EndSection
    Section "InputDevice"
    # generated from default
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/psaux"
    Option "Emulate3Buttons" "no"
    Option "ZAxisMapping" "4 5"
    EndSection
    Section "InputDevice"
    # generated from default
    Identifier "Keyboard0"
    Driver "kbd"
    EndSection
    Section "Monitor"
    # HorizSync source: edid, VertRefresh source: edid
    Identifier "Monitor0"
    VendorName "Unknown"
    ModelName "LG L204WT"
    HorizSync 28.0 - 83.0
    VertRefresh 56.0 - 75.0
    Option "DPMS"
    # DisplaySize 42672 26670 # 96 DPI @ 1680x1050
    EndSection
    Section "Device"
    Identifier "Videocard0"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    BoardName "GeForce FX 5600"
    # Option "UseEdidDpi" "false"
    # Option "DPI" "96 x 96"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Videocard0"
    Monitor "Monitor0"
    DefaultDepth 24
    Option "metamodes" "CRT: 1680x1050_60 +0+0; CRT: 1024x768 +0+0; CRT: 800x600 +0+0; CRT: 640x480 +0+0"
    SubSection "Display"
    Depth 24
    Modes "1680x1050" "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
    EndSection

  • [SOLVED] Pacman strange behavior from last system upgrade

    Hi,
    From last august, pacman complains when I try a system update.
    He says that a lot of local packages are more recent than proposed:
    # pacman -Syu
    :: Synchronisation des bases de données de paquets...
    core est à jour;
    extra est à jour;
    community est à jour;
    :: Début de la mise à jour complète du système...
    Avertissement: a52dec: la version locale (0.7.4-5) est plus récente que extra (0.7.4-4)
    ... #the full stdout is @ the end
    Avertissement: usbutils: la version locale (004-1) est plus récente que core (0.87-1)
    :: Remplacer util-linux par core/util-linux-ng ? [O/n] o
    A depency error occurs if I answere 'O':
    Avertissement: vde2: la version locale (2.3.1-1) est plus récente que extra (2.3-1)
    ... #the full stdout is @ the end
    Avertissement: zlib: la version locale (1.2.5-4) est plus récente que core (1.2.5-2)
    résolution des dépendances...
    recherche des conflits entre paquets...
    Erreur: la préparation de la transaction a échoué (la satisfaction des dépendances a échoué)
    :: mkinitcpio: requiert util-linux>=2.19
    The last good upgrade is on 2011.08.30:
    [2011-08-18 22:32] Running '/usr/bin/pacman -Syu'
    [2011-08-18 22:32] synchronizing package lists
    [2011-08-18 22:32] starting full system upgrade
    ... #the full stdout is @ the end
    [2011-08-30 23:43] Running '/usr/bin/pacman -Syu'
    [2011-08-30 23:43] synchronizing package lists
    [2011-08-30 23:44] starting full system upgrade
    [2011-08-30 23:44] upgraded imagemagick (6.7.1.6-1 -> 6.7.2.1-1)
    [2011-08-30 23:44] upgraded lzo2 (2.05-1 -> 2.06-1)
    [2011-08-30 23:44] Running '/usr/bin/pacman -Scc'
    Here is the full stdouts:
    # pacman -Syu
    :: Synchronisation des bases de données de paquets...
    core est à jour;
    extra est à jour;
    community est à jour;
    :: Début de la mise à jour complète du système...
    Avertissement: a52dec: la version locale (0.7.4-5) est plus récente que extra (0.7.4-4)
    Avertissement: aalib: la version locale (1.4rc5-8) est plus récente que extra (1.4rc5-6)
    Avertissement: acl: la version locale (2.2.51-1) est plus récente que core (2.2.49-1)
    Avertissement: acpi: la version locale (1.5-1) est plus récente que extra (1.4-2)
    Avertissement: acpid: la version locale (2.0.10-2) est plus récente que extra (1.0.10-3)
    Avertissement: acpitool: la version locale (0.5.1-3) est plus récente que community (0.5.1-1)
    Avertissement: alsa-lib: la version locale (1.0.24.1-1) est plus récente que extra (1.0.23-1)
    Avertissement: alsa-utils: la version locale (1.0.24.2-3) est plus récente que extra (1.0.23-2)
    Avertissement: apr: la version locale (1.4.5-1) est plus récente que extra (1.4.2-1)
    Avertissement: apr-util: la version locale (1.3.12-2) est plus récente que extra (1.3.9-4)
    Avertissement: artwiz-fonts: la version locale (1.3-6) est plus récente que extra (1.3-5)
    Avertissement: aspell: la version locale (0.60.6.1-1) est plus récente que extra (0.60.6-4)
    Avertissement: atk: la version locale (2.0.1-1) est plus récente que extra (1.30.0-1)
    Avertissement: attr: la version locale (2.4.46-1) est plus récente que core (2.4.44-1)
    Avertissement: audacity: la version locale (1.3.13-1) est plus récente que extra (1.3.12-3)
    Avertissement: aufs2-util: la version locale (20110314-1) est plus récente que extra (20100517-1)
    Avertissement: autoconf: la version locale (2.68-1) est plus récente que core (2.66-2)
    Avertissement: automake: la version locale (1.11.1-2) est plus récente que core (1.11.1-1)
    Avertissement: avahi: la version locale (0.6.30-5) est plus récente que extra (0.6.25-3)
    Avertissement: babl: la version locale (0.1.4-1) est plus récente que extra (0.1.2-1)
    Avertissement: bash: la version locale (4.2.010-1) est plus récente que core (4.1.007-1)
    Avertissement: bash-completion: la version locale (1.3-2) est plus récente que extra (1.2-1)
    Avertissement: bin86: la version locale (0.16.18-1) est plus récente que core (0.16.17-4)
    Avertissement: binutils: la version locale (2.21.1-2) est plus récente que core (2.20.1-3)
    Avertissement: bison: la version locale (2.5-1) est plus récente que core (2.4.2-1)
    Avertissement: bluez: la version locale (4.96-1) est plus récente que extra (4.69-1)
    Avertissement: boost-libs: la version locale (1.47.0-1) est plus récente que extra (1.43.0-1)
    Avertissement: bzip2: la version locale (1.0.6-1) est plus récente que core (1.0.5-5)
    Avertissement: cabextract: la version locale (1.4-1) est plus récente que extra (1.2-2)
    Avertissement: ca-certificates: la version locale (20110502-1) est plus récente que core (20090814-3)
    Avertissement: cairo: la version locale (1.10.2-2) est plus récente que extra (1.8.10-1)
    Avertissement: cairomm: la version locale (1.10.0-1) est plus récente que extra (1.8.4-1)
    Avertissement: cdparanoia: la version locale (10.2-3) est plus récente que extra (10.2-2)
    Avertissement: cdrkit: la version locale (1.1.11-1) est plus récente que extra (1.1.10-1)
    Avertissement: chromium: la version locale (13.0.782.215-1) est plus récente que extra (5.0.375.99-1)
    Avertissement: clamav: la version locale (0.97.2-1) est plus récente que extra (0.96.1-1)
    Avertissement: compositeproto: la version locale (0.4.2-1) est plus récente que extra (0.4.1-1)
    Avertissement: coreutils: la version locale (8.12-3) est plus récente que core (8.5-2)
    Avertissement: cracklib: la version locale (2.8.18-1) est plus récente que core (2.8.16-1)
    Avertissement: cryptsetup: la version locale (1.3.1-2) est plus récente que core (1.1.3-1)
    Avertissement: ctags: la version locale (5.8-2) est plus récente que extra (5.8-1)
    Avertissement: curl: la version locale (7.21.7-1) est plus récente que extra (7.21.0-1)
    Avertissement: damageproto: la version locale (1.2.1-1) est plus récente que extra (1.2.0-1)
    Avertissement: dash: la version locale (0.5.7-2) est plus récente que core (0.5.6.1-1)
    Avertissement: db: la version locale (5.2.28-1) est plus récente que core (4.8.26-2)
    Avertissement: dbus: la version locale (1.4.14-1) est plus récente que extra (1.2.24-1)
    Avertissement: dbus-core: la version locale (1.4.14-1) est plus récente que core (1.2.24-1)
    Avertissement: dbus-glib: la version locale (0.94-2) est plus récente que extra (0.86-1)
    Avertissement: dcron: la version locale (4.5-2) est plus récente que core (4.4-2)
    Avertissement: ddrescue: la version locale (1.14-1) est plus récente que extra (1.11-1)
    Avertissement: desktop-file-utils: la version locale (0.18-1) est plus récente que extra (0.16-1)
    Avertissement: device-mapper: la version locale (2.02.88-1) est plus récente que core (2.02.70-1)
    Avertissement: dhcpcd: la version locale (5.2.12-1) est plus récente que core (5.2.5-1)
    Avertissement: dia: la version locale (0.97.1-4) est plus récente que extra (0.97.1-1)
    Avertissement: dialog: la version locale (1.1_20110707-1) est plus récente que core (1.1_20100428-1)
    Avertissement: diffutils: la version locale (3.1-1) est plus récente que core (3.0-1)
    Avertissement: django: la version locale (1.3-1) est plus récente que extra (1.2.1-1)
    Avertissement: dmxproto: la version locale (2.3.1-1) est plus récente que extra (2.3-1)
    Avertissement: dnsutils: la version locale (9.8.0.P4-1) est plus récente que core (9.6.1-3)
    Avertissement: dosfstools: la version locale (3.0.11-1) est plus récente que extra (3.0.9-1)
    Avertissement: dvdauthor: la version locale (0.7.0-1) est plus récente que extra (0.6.14-7)
    Avertissement: e2fsprogs: la version locale (1.41.14-1) est plus récente que core (1.41.12-1)
    Avertissement: ed: la version locale (1.5-2) est plus récente que core (1.4-2)
    Avertissement: eject: la version locale (2.1.5-7) est plus récente que extra (2.1.5-4)
    Avertissement: encfs: la version locale (1.7.4-5) est plus récente que community (1.6-1)
    Avertissement: enchant: la version locale (1.6.0-3) est plus récente que extra (1.6.0-1)
    Avertissement: epdfview: la version locale (0.1.8-1) est plus récente que extra (0.1.7-5)
    Avertissement: eventlog: la version locale (0.2.12-2) est plus récente que core (0.2.12-1)
    Avertissement: exiv2: la version locale (0.21.1-2) est plus récente que extra (0.19-1)
    Avertissement: exo: la version locale (0.6.2-1) est plus récente que extra (0.3.107-1)
    Avertissement: expat: la version locale (2.0.1-6) est plus récente que core (2.0.1-5)
    Avertissement: faad2: la version locale (2.7-2) est plus récente que extra (2.7-1)
    Avertissement: fakeroot: la version locale (1.17-1) est plus récente que core (1.14.4-2)
    Avertissement: ffmpeg: la version locale (20110724-1) est plus récente que extra (24460-1)
    Avertissement: ffmpegthumbnailer: la version locale (2.0.6-1) est plus récente que community (2.0.2-2)
    Avertissement: file: la version locale (5.08-1) est plus récente que core (5.04-2)
    Avertissement: filesystem: la version locale (2011.08-1) est plus récente que core (2010.02-4)
    Avertissement: findutils: la version locale (4.4.2-3) est plus récente que core (4.4.2-2)
    Avertissement: firefox: la version locale (6.0-1) est plus récente que extra (3.6.8-1)
    Avertissement: firefox-i18n: la version locale (6.0-2) est plus récente que extra (3.6.8-1)
    Avertissement: fixesproto: la version locale (5.0-1) est plus récente que extra (4.1.1-1)
    Avertissement: flac: la version locale (1.2.1-3) est plus récente que extra (1.2.1-2)
    Avertissement: flashplugin: la version locale (10.3.183.7-1) est plus récente que extra (10.1.53.64-1)
    Avertissement: flex: la version locale (2.5.35-4) est plus récente que core (2.5.35-3)
    Avertissement: fontsproto: la version locale (2.1.1-1) est plus récente que extra (2.1.0-1)
    Avertissement: freerdp: la version locale (0.8.2-3) est plus récente que community (0.7.2-1)
    Avertissement: freetype2: la version locale (2.4.6-1) est plus récente que extra (2.4.1-1)
    Avertissement: fuse: la version locale (2.8.5-1) est plus récente que extra (2.8.4-2)
    Avertissement: gamin: la version locale (0.1.10-5) est plus récente que community (0.1.10-2)
    Avertissement: gawk: la version locale (4.0.0-1) est plus récente que core (3.1.8-1)
    Avertissement: gc: la version locale (7.1-3) est plus récente que extra (7.1-1)
    Avertissement: gcc: la version locale (4.6.1-4) est plus récente que core (4.5.0-6)
    Avertissement: gcc-libs: la version locale (4.6.1-4) est plus récente que core (4.5.0-6)
    Avertissement: gdbm: la version locale (1.8.3-8) est plus récente que core (1.8.3-7)
    Avertissement: geany: la version locale (0.20-1) est plus récente que community (0.19-1)
    Avertissement: gegl: la version locale (0.1.6-1) est plus récente que extra (0.1.2-1)
    Avertissement: gen-init-cpio: la version locale (2.6.36-1) est plus récente que core (2.6.32-1)
    Avertissement: gettext: la version locale (0.18.1.1-3) est plus récente que core (0.18.1.1-1)
    Avertissement: ghostscript: la version locale (9.04-5) est plus récente que extra (8.71-3)
    Avertissement: giflib: la version locale (4.1.6-4) est plus récente que extra (4.1.6-3)
    Avertissement: gimp: la version locale (2.6.11-6) est plus récente que extra (2.6.9-1)
    Avertissement: git: la version locale (1.7.6.1-1) est plus récente que extra (1.7.2-1)
    Avertissement: glade: la version locale (3.10.0-2) est plus récente que extra (3.6.7-1)
    Avertissement: glib2: la version locale (2.28.8-1) est plus récente que core (2.24.1-1)
    Avertissement: glibc: la version locale (2.14-5) est plus récente que core (2.12-4)
    Avertissement: glibmm: la version locale (2.28.2-1) est plus récente que extra (2.24.2-1)
    Avertissement: gmp: la version locale (5.0.2-3) est plus récente que core (5.0.1-1)
    Avertissement: gnome-disk-utility: la version locale (3.0.2-1) est plus récente que extra (2.30.1-1)
    Avertissement: gnome-icon-theme: la version locale (3.0.0-2) est plus récente que extra (2.30.3-1)
    Avertissement: gnupg: la version locale (1.4.11-3) est plus récente que extra (1.4.10-2)
    Avertissement: gnutls: la version locale (3.0.1-1) est plus récente que extra (2.8.6-1)
    Avertissement: gobject-introspection: la version locale (0.10.8-1) est plus récente que extra (0.6.14-1)
    Avertissement: gpicview: la version locale (0.2.2-1) est plus récente que community (0.2.1-3)
    Avertissement: gpm: la version locale (1.20.6-6) est plus récente que core (1.20.6-5)
    Avertissement: grep: la version locale (2.9-1) est plus récente que core (2.6.3-1)
    Avertissement: groff: la version locale (1.21-1) est plus récente que core (1.20.1-4)
    Avertissement: grub: la version locale (0.97-20) est plus récente que core (0.97-17)
    Avertissement: gsl: la version locale (1.15-1) est plus récente que extra (1.14-1)
    Avertissement: gstreamer0.10: la version locale (0.10.35-1) est plus récente que extra (0.10.29-1)
    Avertissement: gstreamer0.10-base: la version locale (0.10.35-1) est plus récente que extra (0.10.29-1)
    Avertissement: gtk2: la version locale (2.24.5-3) est plus récente que extra (2.20.1-2)
    Avertissement: gtk-engines: la version locale (2.20.2-1) est plus récente que extra (2.20.1-1)
    Avertissement: gtkmm: la version locale (2.24.2-1) est plus récente que extra (2.20.3-1)
    Avertissement: gtksourceview2: la version locale (2.10.5-1) est plus récente que extra (2.10.4-1)
    Avertissement: gtk-vnc: la version locale (0.4.3-2) est plus récente que extra (0.3.10-1)
    Avertissement: gv: la version locale (3.7.2-1) est plus récente que extra (3.7.1-1)
    Avertissement: gvfs: la version locale (1.8.2-1) est plus récente que extra (1.6.3-1)
    Avertissement: gvfs-smb: la version locale (1.8.2-1) est plus récente que extra (1.6.3-1)
    Avertissement: gvim: la version locale (7.3.266-1) est plus récente que extra (7.2-1)
    Avertissement: gzip: la version locale (1.4-2) est plus récente que core (1.4-1)
    Avertissement: hdparm: la version locale (9.37-1) est plus récente que core (9.28-1)
    Avertissement: hexedit: la version locale (1.2.12-4) est plus récente que extra (1.2.12-2)
    Avertissement: hgsvn: la version locale (0.1.8-3) est plus récente que community (0.1.8-1)
    Avertissement: hunspell: la version locale (1.3.2-1) est plus récente que extra (1.2.12-1)
    Avertissement: hyphen: la version locale (2.7.1-2) est plus récente que extra (2.5-1)
    Avertissement: icon-naming-utils: la version locale (0.8.90-2) est plus récente que extra (0.8.90-1)
    Avertissement: icu: la version locale (4.8.1-1) est plus récente que extra (4.4.1-1)
    Avertissement: imagemagick: la version locale (6.7.2.1-1) est plus récente que extra (6.6.2.10-1)
    Avertissement: initscripts: la version locale (2011.07.3-1) est plus récente que core (2010.07-1)
    Avertissement: inkscape: la version locale (0.48.2-1) est plus récente que extra (0.47-4)
    Avertissement: inputproto: la version locale (2.0.2-1) est plus récente que extra (2.0-1)
    Avertissement: intel-dri: la version locale (7.11-1) est plus récente que extra (7.8.2-1)
    Avertissement: iproute2: la version locale (2.6.39-1) est plus récente que core (2.6.34-2)
    Avertissement: iptables: la version locale (1.4.12-2) est plus récente que core (1.4.8-1)
    Avertissement: iputils: la version locale (20101006-1) est plus récente que core (20100214-2)
    Avertissement: ipython: la version locale (0.11-1) est plus récente que community (0.10-4)
    Avertissement: jack: la version locale (0.121.2-2) est plus récente que extra (0.118.0-3)
    Avertissement: jasper: la version locale (1.900.1-6) est plus récente que extra (1.900.1-5)
    Avertissement: jdk: la version locale (7-3) est plus récente que community (6u20-1)
    Avertissement: jre: la version locale (7-3) est plus récente que community (6u20-1)
    Avertissement: kbd: la version locale (1.15.3-1) est plus récente que core (1.15.2-1)
    Avertissement: kbproto: la version locale (1.0.5-1) est plus récente que extra (1.0.4-1)
    Avertissement: lcms: la version locale (1.19-1) est plus récente que extra (1.18-3)
    Avertissement: less: la version locale (444-1) est plus récente que core (436-1)
    Avertissement: libao: la version locale (1.1.0-1) est plus récente que extra (1.0.0-2)
    Avertissement: libarchive: la version locale (2.8.4-2) est plus récente que core (2.8.4-1)
    Avertissement: libass: la version locale (0.9.13-1) est plus récente que extra (0.9.9-1)
    Avertissement: libasyncns: la version locale (0.8-3) est plus récente que community (0.8-2)
    Avertissement: libcanberra: la version locale (0.28-1) est plus récente que extra (0.23-1)
    Avertissement: libcap: la version locale (2.22-1) est plus récente que core (2.19-1)
    Avertissement: libcups: la version locale (1.4.8-2) est plus récente que extra (1.4.4-1)
    Avertissement: libdatrie: la version locale (0.2.4-1) est plus récente que extra (0.2.3-1)
    Avertissement: libdmx: la version locale (1.1.1-1) est plus récente que extra (1.1.0-1)
    Avertissement: libdrm: la version locale (2.4.26-1) est plus récente que extra (2.4.21-1)
    Avertissement: libdvdcss: la version locale (1.2.10-2) est plus récente que extra (1.2.10-1.1)
    Avertissement: libedit: la version locale (20110802_3.0-1) est plus récente que extra (20090923_3.0-1)
    Avertissement: libevent: la version locale (2.0.12-1) est plus récente que core (1.4.14b-1)
    Avertissement: libexif: la version locale (0.6.20-1) est plus récente que extra (0.6.19-1)
    Avertissement: libfetch: la version locale (2.33-3) est plus récente que core (2.32-1)
    Avertissement: libffi: la version locale (3.0.10-1) est plus récente que extra (3.0.9-1)
    Avertissement: libfontenc: la version locale (1.1.0-1) est plus récente que extra (1.0.5-1)
    Avertissement: libftdi: la version locale (0.19-1) est plus récente que extra (0.18-1)
    Avertissement: libgcrypt: la version locale (1.5.0-1) est plus récente que core (1.4.6-1)
    Avertissement: libgl: la version locale (7.11-1) est plus récente que extra (7.8.2-1)
    Avertissement: libglade: la version locale (2.6.4-2) est plus récente que extra (2.6.4-1)
    Avertissement: libgnome-keyring: la version locale (3.0.3-1) est plus récente que extra (2.30.1-1)
    Avertissement: libgpg-error: la version locale (1.10-1) est plus récente que core (1.7-3)
    Avertissement: libgssglue: la version locale (0.3-1) est plus récente que core (0.1-2)
    Avertissement: libice: la version locale (1.0.7-1) est plus récente que extra (1.0.6-1)
    Avertissement: libid3tag: la version locale (0.15.1b-6) est plus récente que extra (0.15.1b-5)
    Avertissement: libldap: la version locale (2.4.26-3) est plus récente que core (2.4.22-1)
    Avertissement: libmad: la version locale (0.15.1b-5) est plus récente que extra (0.15.1b-4)
    Avertissement: libmpc: la version locale (0.9-2) est plus récente que core (0.8.2-2)
    Avertissement: libmpeg2: la version locale (0.5.1-3) est plus récente que extra (0.5.1-1)
    Avertissement: libnotify: la version locale (0.7.4-1) est plus récente que extra (0.4.5-1.1)
    Avertissement: libogg: la version locale (1.3.0-1) est plus récente que extra (1.2.0-1)
    Avertissement: libpcap: la version locale (1.1.1-2) est plus récente que core (1.1.1-1)
    Avertissement: libpciaccess: la version locale (0.12.1-1) est plus récente que extra (0.11.0-1)
    Avertissement: libpng: la version locale (1.4.8-1) est plus récente que extra (1.4.3-1)
    Avertissement: libproxy: la version locale (0.4.7-1) est plus récente que extra (0.3.1-1)
    Avertissement: librsvg: la version locale (2.34.0-1) est plus récente que extra (2.26.3-1)
    Avertissement: libsamplerate: la version locale (0.1.8-1) est plus récente que extra (0.1.7-1)
    Avertissement: libsasl: la version locale (2.1.23-7) est plus récente que core (2.1.23-4)
    Avertissement: libsigc++: la version locale (2.2.10-1) est plus récente que extra (2.2.8-1)
    Avertissement: libsm: la version locale (1.2.0-1) est plus récente que extra (1.1.1-1)
    Avertissement: libsndfile: la version locale (1.0.25-1) est plus récente que extra (1.0.21-1)
    Avertissement: libsoup: la version locale (2.34.3-1) est plus récente que extra (2.30.2-1)
    Avertissement: libsoup-gnome: la version locale (2.34.3-1) est plus récente que extra (2.30.2-1)
    Avertissement: libtasn1: la version locale (2.9-1) est plus récente que extra (2.6-1)
    Avertissement: libtextcat: la version locale (2.2-8) est plus récente que community (2.2-6)
    Avertissement: libthai: la version locale (0.1.15-1) est plus récente que extra (0.1.14-1)
    Avertissement: libtiff: la version locale (3.9.5-1) est plus récente que extra (3.9.4-1)
    Avertissement: libtirpc: la version locale (0.2.2-2) est plus récente que core (0.2.1-1)
    Avertissement: libtool: la version locale (2.4-4) est plus récente que core (2.2.10-1)
    Avertissement: libusb: la version locale (1.0.8-1) est plus récente que core (0.1.12-4)
    Avertissement: libva: la version locale (1.0.14-1) est plus récente que extra (0.31.0_p13-2)
    Avertissement: libvdpau: la version locale (0.4.1-1) est plus récente que extra (0.4-1)
    Avertissement: libvorbis: la version locale (1.3.2-1) est plus récente que extra (1.3.1-1)
    Avertissement: libvpx: la version locale (0.9.7.p1-1) est plus récente que extra (0.9.1-1)
    Avertissement: libwmf: la version locale (0.2.8.4-8) est plus récente que extra (0.2.8.4-7)
    Avertissement: libwpd: la version locale (0.9.2-1) est plus récente que extra (0.8.14-1)
    Avertissement: libx11: la version locale (1.4.4-1) est plus récente que extra (1.3.4-1)
    Avertissement: libxau: la version locale (1.0.6-1) est plus récente que extra (1.0.5-1)
    Avertissement: libxaw: la version locale (1.0.9-1) est plus récente que extra (1.0.7-1)
    Avertissement: libxcb: la version locale (1.7-2) est plus récente que extra (1.6-1)
    Avertissement: libxcomposite: la version locale (0.4.3-1) est plus récente que extra (0.4.2-1)
    Avertissement: libxcursor: la version locale (1.1.12-1) est plus récente que extra (1.1.10-1)
    Avertissement: libxdmcp: la version locale (1.1.0-1) est plus récente que extra (1.0.3-1)
    Avertissement: libxext: la version locale (1.3.0-1) est plus récente que extra (1.1.2-1)
    Avertissement: libxfce4util: la version locale (4.8.1-2) est plus récente que extra (4.6.2-1)
    Avertissement: libxfixes: la version locale (5.0-1) est plus récente que extra (4.0.5-1)
    Avertissement: libxfont: la version locale (1.4.4-1) est plus récente que extra (1.4.2-1)
    Avertissement: libxft: la version locale (2.2.0-1) est plus récente que extra (2.1.14-1)
    Avertissement: libxi: la version locale (1.4.3-1) est plus récente que extra (1.3-2)
    Avertissement: libxinerama: la version locale (1.1.1-1) est plus récente que extra (1.1-1)
    Avertissement: libxkbfile: la version locale (1.0.7-1) est plus récente que extra (1.0.6-1)
    Avertissement: libxml2: la version locale (2.7.8-1) est plus récente que extra (2.7.7-1)
    Avertissement: libxmu: la version locale (1.1.0-1) est plus récente que extra (1.0.5-1)
    Avertissement: libxpm: la version locale (3.5.9-1) est plus récente que extra (3.5.8-1)
    Avertissement: libxrandr: la version locale (1.3.2-1) est plus récente que extra (1.3.0-1)
    Avertissement: libxslt: la version locale (1.1.26-2) est plus récente que extra (1.1.26-1)
    Avertissement: libxss: la version locale (1.2.1-1) est plus récente que extra (1.2.0-1)
    Avertissement: libxt: la version locale (1.1.1-1) est plus récente que extra (1.0.8-1)
    Avertissement: libxtst: la version locale (1.2.0-1) est plus récente que extra (1.1.0-1)
    Avertissement: libxv: la version locale (1.0.6-1) est plus récente que extra (1.0.5-1)
    Avertissement: libxvmc: la version locale (1.0.6-1) est plus récente que extra (1.0.5-1)
    Avertissement: libxxf86dga: la version locale (1.1.2-1) est plus récente que extra (1.1.1-1)
    Avertissement: libxxf86vm: la version locale (1.1.1-1) est plus récente que extra (1.1.0-1)
    Avertissement: licenses: la version locale (2.8-1) est plus récente que core (2.6-1)
    Avertissement: linux-api-headers: la version locale (3.0.1-1) est plus récente que core (2.6.34-1)
    Avertissement: linux-firmware: la version locale (20110727-1) est plus récente que core (20100623-2)
    Avertissement: lirc-utils: la version locale (1:0.9.0-6) est plus récente que extra (0.8.6-3)
    Avertissement: logrotate: la version locale (3.8.0-2) est plus récente que core (3.7.8-1)
    Avertissement: lpsolve: la version locale (5.5.2.0-1) est plus récente que extra (5.5.0.15-1)
    Avertissement: lshw: la version locale (B.02.15-1) est plus récente que community (B.02.14-2)
    Avertissement: lsof: la version locale (4.84-3) est plus récente que extra (4.83-1)
    Avertissement: lua: la version locale (5.1.4-6) est plus récente que extra (5.1.4-5)
    Avertissement: lvm2: la version locale (2.02.88-1) est plus récente que core (2.02.70-1)
    Avertissement: lzo2: la version locale (2.06-1) est plus récente que core (2.03-1)
    Avertissement: lzop: la version locale (1.03-1) est plus récente que extra (1.02rc1-4)
    Avertissement: m4: la version locale (1.4.16-1) est plus récente que core (1.4.14-2)
    Avertissement: make: la version locale (3.82-3) est plus récente que core (3.81-5)
    Avertissement: man-db: la version locale (2.6.0.2-2) est plus récente que core (2.5.7-1)
    Avertissement: man-pages: la version locale (3.32-1) est plus récente que core (3.25-1)
    Avertissement: mdadm: la version locale (3.2.2-3) est plus récente que core (3.1.2-2)
    Avertissement: meld: la version locale (1.5.2-1) est plus récente que extra (1.3.1-2)
    Avertissement: mercurial: la version locale (1.9.2-1) est plus récente que extra (1.6-1)
    Avertissement: mesa: la version locale (7.11-1) est plus récente que extra (7.8.2-1)
    Avertissement: mime-types: la version locale (8-1) est plus récente que extra (1.0-3)
    Avertissement: mkinitcpio: la version locale (0.7.2-1) est plus récente que core (0.6.7-1)
    Avertissement: mkinitcpio-busybox: la version locale (1.18.5-1) est plus récente que core (1.16.2-1)
    Avertissement: mlocate: la version locale (0.24-1) est plus récente que core (0.22.4-1)
    Avertissement: moc: la version locale (20110528-3) est plus récente que extra (2.4.4-2)
    Avertissement: module-init-tools: la version locale (3.16-1) est plus récente que core (3.11.1-2)
    Avertissement: mpfr: la version locale (3.0.1.p4-2) est plus récente que core (3.0.0-1)
    Avertissement: mpg123: la version locale (1.13.3-2) est plus récente que extra (1.12.3-1)
    Avertissement: mplayer: la version locale (34007-1) est plus récente que extra (31774-1)
    Avertissement: namcap: la version locale (3.1-1) est plus récente que extra (2.6-1)
    Avertissement: nano: la version locale (2.2.6-1) est plus récente que core (2.2.4-1)
    Avertissement: nbd: la version locale (2.9.23-1) est plus récente que community (2.9.15-1)
    Avertissement: ncurses: la version locale (5.9-1) est plus récente que core (5.7-3)
    Avertissement: neon: la version locale (0.29.6-2) est plus récente que extra (0.29.3-2)
    Avertissement: netpbm: la version locale (10.47.24-1) est plus récente que extra (10.47.16-1)
    Avertissement: net-tools: la version locale (1.60-18) est plus récente que core (1.60-14)
    Avertissement: nmap: la version locale (5.51-1) est plus récente que extra (5.21-2)
    Avertissement: nspr: la version locale (4.8.9-1) est plus récente que extra (4.8.4-1)
    Avertissement: nss: la version locale (3.12.11-1) est plus récente que extra (3.12.6-3)
    Avertissement: ntfs-3g: la version locale (2011.4.12-1) est plus récente que extra (2010.5.22-1)
    Avertissement: obconf: la version locale (2.0.3.git20100309-2) est plus récente que extra (2.0.3-3)
    Avertissement: openbox: la version locale (3.5.0-4) est plus récente que extra (3.4.11.2-1)
    Avertissement: openssh: la version locale (5.8p2-9) est plus récente que core (5.5p1-1)
    Avertissement: openssl: la version locale (1.0.0.d-1) est plus récente que core (1.0.0.a-2)
    Avertissement: orc: la version locale (0.4.14-1) est plus récente que extra (0.4.6-1)
    Avertissement: p7zip: la version locale (9.20.1-4) est plus récente que extra (9.13-2)
    Avertissement: pacman: la version locale (3.5.4-4) est plus récente que core (3.4.0-2)
    Avertissement: pacman-mirrorlist: la version locale (20110816-1) est plus récente que core (20100621-1)
    Avertissement: pam: la version locale (1.1.4-1) est plus récente que core (1.1.1-1)
    Avertissement: pango: la version locale (1.28.4-3) est plus récente que extra (1.28.1-1)
    Avertissement: pangomm: la version locale (2.28.1-1) est plus récente que extra (2.26.2-1)
    Avertissement: parted: la version locale (3.0-3) est plus récente que extra (2.3-1)
    Avertissement: patch: la version locale (2.6.1-2) est plus récente que core (2.6.1-1)
    Avertissement: pciutils: la version locale (3.1.7-4) est plus récente que core (3.1.7-1)
    Avertissement: pcmciautils: la version locale (018-1) est plus récente que core (017-1)
    Avertissement: pcre: la version locale (8.13-2) est plus récente que core (8.10-1)
    Avertissement: perl: la version locale (5.14.1-3) est plus récente que core (5.10.1-5)
    Avertissement: perl-error: la version locale (0.17016-2) est plus récente que extra (0.17016-1)
    Avertissement: perl-xml-parser: la version locale (2.41-1) est plus récente que extra (2.36-6)
    Avertissement: perl-xml-simple: la version locale (2.18-3) est plus récente que extra (2.18-2)
    Avertissement: pixman: la version locale (0.22.2-1) est plus récente que extra (0.18.2-1)
    Avertissement: pkg-config: la version locale (0.26-1) est plus récente que core (0.25-2)
    Avertissement: polkit: la version locale (0.101-2) est plus récente que extra (0.96-2)
    Avertissement: poppler: la version locale (0.16.7-1) est plus récente que extra (0.14.0-1)
    Avertissement: poppler-data: la version locale (0.4.4-1) est plus récente que extra (0.4.2-1)
    Avertissement: poppler-glib: la version locale (0.16.7-1) est plus récente que extra (0.14.0-1)
    Avertissement: popt: la version locale (1.16-3) est plus récente que core (1.16-2)
    Avertissement: powertop: la version locale (1.13-2) est plus récente que community (1.11-2)
    Avertissement: ppl: la version locale (0.11.2-2) est plus récente que core (0.10.2-3)
    Avertissement: procinfo-ng: la version locale (2.0.304-2) est plus récente que core (2.0.304-1)
    Avertissement: procps: la version locale (3.2.8-4) est plus récente que core (3.2.8-1)
    Avertissement: psmisc: la version locale (22.14-1) est plus récente que core (22.11-1)
    Avertissement: pv: la version locale (1.2.0-1) est plus récente que community (1.1.4-4)
    Avertissement: pygobject: la version locale (2.28.6-1) est plus récente que extra (2.21.3-1)
    Avertissement: pygtk: la version locale (2.24.0-2) est plus récente que extra (2.17.0-1)
    Avertissement: pygtksourceview2: la version locale (2.10.1-3) est plus récente que extra (2.10.1-1)
    Avertissement: python: la version locale (3.2.1-1) est plus récente que extra (2.6.5-3)
    Avertissement: python-lxml: la version locale (2.3-1) est plus récente que extra (2.2.6-1)
    Avertissement: python-pexpect: la version locale (2.3-4) est plus récente que community (2.3-3)
    Avertissement: python-pychart: la version locale (1.39-5) est plus récente que community (1.39-4)
    Avertissement: python-pypdf: la version locale (1.13-1) est plus récente que community (1.12-4)
    Avertissement: python-reportlab: la version locale (2.5-1) est plus récente que community (2.4-1)
    Avertissement: python-virtualenv: la version locale (1.6.4-1) est plus récente que extra (1.4.9-1)
    Avertissement: pyxml: la version locale (0.8.4-8) est plus récente que extra (0.8.4-6)
    Avertissement: qemu-kvm: la version locale (0.15.0-2) est plus récente que extra (0.12.4-2)
    Avertissement: randrproto: la version locale (1.3.2-1) est plus récente que extra (1.3.1-1)
    Avertissement: raptor: la version locale (2.0.4-1) est plus récente que extra (1.4.21-1)
    Avertissement: rasqal: la version locale (1:0.9.27-1) est plus récente que extra (0.9.19-2)
    Avertissement: rdesktop: la version locale (1.7.0-2) est plus récente que extra (1.6.0-5)
    Avertissement: readline: la version locale (6.2.001-2) est plus récente que core (6.1.002-1)
    Avertissement: recode: la version locale (3.6-6) est plus récente que extra (3.6-5)
    Avertissement: recordproto: la version locale (1.14.1-1) est plus récente que extra (1.14-1)
    Avertissement: redland: la version locale (1:1.0.14-1) est plus récente que extra (1.0.10-2)
    Avertissement: renderproto: la version locale (0.11.1-1) est plus récente que extra (0.11-1)
    Avertissement: rsync: la version locale (3.0.8-2) est plus récente que extra (3.0.7-1)
    Avertissement: ruby: la version locale (1.9.2_p290-1) est plus récente que extra (1.9.1_p429-1)
    Avertissement: run-parts: la version locale (4.0.2-1) est plus récente que core (3.2.3-1)
    Avertissement: sakura: la version locale (2.4.2-1) est plus récente que community (2.3.8-1)
    Avertissement: schroedinger: la version locale (1.0.10-1) est plus récente que extra (1.0.9-1)
    Avertissement: scrnsaverproto: la version locale (1.2.1-1) est plus récente que extra (1.2.0-1)
    Avertissement: sdl: la version locale (1.2.14-7) est plus récente que extra (1.2.14-5)
    Avertissement: sdparm: la version locale (1.06-1) est plus récente que core (1.05-1)
    Avertissement: sed: la version locale (4.2.1-3) est plus récente que core (4.2.1-2)
    Avertissement: sg3_utils: la version locale (1.30-1) est plus récente que extra (1.29-1)
    Avertissement: shadow: la version locale (4.1.4.3-2) est plus récente que core (4.1.4.2-3)
    Avertissement: shared-mime-info: la version locale (0.90-1) est plus récente que extra (0.71-1)
    Avertissement: slim: la version locale (1.3.2-5) est plus récente que extra (1.3.1-7)
    Avertissement: slock: la version locale (0.9-6) est plus récente que community (0.9-3)
    Avertissement: smbclient: la version locale (3.6.0-8) est plus récente que extra (3.5.4-1)
    Avertissement: soundtouch: la version locale (1.6.0-1) est plus récente que extra (1.5.0-1)
    Avertissement: sox: la version locale (14.3.2-3) est plus récente que extra (14.3.1-2)
    Avertissement: sqlite3: la version locale (3.7.7.1-1) est plus récente que core (3.6.23.1-1)
    Avertissement: squashfs-tools: la version locale (4.2-1) est plus récente que extra (4.0-3)
    Avertissement: sshfs: la version locale (2.3-1) est plus récente que extra (2.2-3)
    Avertissement: startup-notification: la version locale (0.12-1) est plus récente que extra (0.10-1)
    Avertissement: stunnel: la version locale (4.39-1) est plus récente que community (4.33-1)
    Avertissement: subversion: la version locale (1.6.17-6) est plus récente que extra (1.6.9-5)
    Avertissement: sudo: la version locale (1.8.2-1) est plus récente que core (1.7.3-1)
    Avertissement: sysfsutils: la version locale (2.1.0-6) est plus récente que core (2.1.0-5)
    Avertissement: syslinux: la version locale (4.04-2) est plus récente que extra (4.02-1)
    Avertissement: syslog-ng: la version locale (3.2.4-3) est plus récente que core (3.1.1-1)
    Avertissement: sysvinit: la version locale (2.88-2) est plus récente que core (2.86-5)
    Avertissement: talloc: la version locale (2.0.5-1) est plus récente que extra (2.0.1-1)
    Avertissement: tar: la version locale (1.26-1) est plus récente que core (1.23-3)
    Avertissement: tcpdump: la version locale (4.1.1-2) est plus récente que extra (4.1.1-1)
    Avertissement: tcp_wrappers: la version locale (7.6-12) est plus récente que core (7.6-11)
    Avertissement: tdb: la version locale (1.2.9-1) est plus récente que extra (1.2.1-1)
    Avertissement: texinfo: la version locale (4.13a-5) est plus récente que core (4.13a-4)
    Avertissement: thunar: la version locale (1.2.2-3) est plus récente que extra (1.0.2-1)
    Avertissement: thunar-archive-plugin: la version locale (0.3.0-1) est plus récente que extra (0.2.4-6)
    Avertissement: thunar-volman: la version locale (0.6.0-2) est plus récente que extra (0.3.80-1)
    Avertissement: transcode: la version locale (1.1.5-5) est plus récente que extra (1.1.5-4)
    Avertissement: transmission-gtk: la version locale (2.33-1) est plus récente que extra (2.03-1)
    Avertissement: tree: la version locale (1.6.0-1) est plus récente que extra (1.5.3-1)
    Avertissement: ttf-dejavu: la version locale (2.33-1) est plus récente que extra (2.30-2)
    Avertissement: ttf-freefont: la version locale (20100919-1) est plus récente que extra (20090104-2)
    Avertissement: tzdata: la version locale (2011h-1) est plus récente que core (2010j-1)
    Avertissement: udev: la version locale (173-3) est plus récente que core (160-1)
    Avertissement: udisks: la version locale (1.0.4-1) est plus récente que extra (1.0.1-4)
    Avertissement: uml_utilities: la version locale (20070815-4) est plus récente que extra (20070815-3)
    Avertissement: unrar: la version locale (4.0.7-1) est plus récente que extra (3.9.10-1)
    Avertissement: usbutils: la version locale (004-1) est plus récente que core (0.87-1)
    :: Remplacer util-linux par core/util-linux-ng ? [O/n] o
    Avertissement: vde2: la version locale (2.3.1-1) est plus récente que extra (2.3-1)
    Avertissement: videoproto: la version locale (2.3.1-1) est plus récente que extra (2.3.0-1)
    Avertissement: vim-runtime: la version locale (7.3.266-1) est plus récente que extra (7.2-1)
    Avertissement: vpnc: la version locale (0.5.3.svn457-1) est plus récente que core (0.5.3-2)
    Avertissement: vte: la version locale (0.28.2-1) est plus récente que extra (0.24.3-1)
    Avertissement: wget: la version locale (1.13.1-1) est plus récente que core (1.12-2)
    Avertissement: which: la version locale (2.20-4) est plus récente que core (2.20-3)
    Avertissement: wine: la version locale (1.3.27-1) est plus récente que community (1.2-1)
    Avertissement: wireless-regdb: la version locale (2010.11.24-1) est plus récente que core (2009.11.25-1)
    Avertissement: wireless_tools: la version locale (29-4) est plus récente que core (29-3)
    Avertissement: wpa_supplicant: la version locale (0.7.3-3) est plus récente que core (0.6.10-2)
    Avertissement: wxgtk: la version locale (2.8.12.1-1) est plus récente que extra (2.8.11-1)
    Avertissement: x11vnc: la version locale (0.9.12-1) est plus récente que extra (0.9.10-1)
    Avertissement: x264: la version locale (20110617-1) est plus récente que extra (20100722-1)
    Avertissement: xarchiver: la version locale (0.5.2-4) est plus récente que extra (0.5.2-1)
    Avertissement: xaw3d: la version locale (1.5E-3) est plus récente que extra (1.5E-2)
    Avertissement: xbitmaps: la version locale (1.1.1-1) est plus récente que extra (1.1.0-1)
    Avertissement: xcb-proto: la version locale (1.6-2) est plus récente que extra (1.6-1)
    Avertissement: xdg-utils: la version locale (1.1.0rc1-3) est plus récente que extra (1.0.2.20100618-1)
    Avertissement: xextproto: la version locale (7.2.0-1) est plus récente que extra (7.1.1-1)
    Avertissement: xf86-input-evdev: la version locale (2.6.0-3) est plus récente que extra (2.4.0-1)
    Avertissement: xf86-input-keyboard: la version locale (1.6.0-2) est plus récente que extra (1.4.0-2)
    Avertissement: xf86-input-mouse: la version locale (1.7.1-1) est plus récente que extra (1.5.0-2)
    Avertissement: xf86-input-synaptics: la version locale (1.4.1-1) est plus récente que extra (1.2.2-2)
    Avertissement: xf86-video-fbdev: la version locale (0.4.2-4) est plus récente que extra (0.4.2-1)
    Avertissement: xf86-video-intel: la version locale (2.15.0-2) est plus récente que extra (2.12.0-1)
    Avertissement: xf86-video-vesa: la version locale (2.3.0-5) est plus récente que extra (2.3.0-2)
    Avertissement: xf86vidmodeproto: la version locale (2.3.1-1) est plus récente que extra (2.3-1)
    Avertissement: xfconf: la version locale (4.8.0-2) est plus récente que extra (4.6.2-1)
    Avertissement: xineramaproto: la version locale (1.2.1-1) est plus récente que extra (1.2-1)
    Avertissement: xkeyboard-config: la version locale (2.2.1-1) est plus récente que extra (1.8-1)
    Avertissement: xorg-docs: la version locale (1.6-1) est plus récente que extra (1.5-1)
    Avertissement: xorg-fonts-encodings: la version locale (1.0.4-1) est plus récente que extra (1.0.3-1)
    Avertissement: xorg-font-utils: la version locale (7.6-2) est plus récente que extra (7.5-2)
    Avertissement: xorg-server: la version locale (1.10.3.901-1) est plus récente que extra (1.8.1.902-1)
    Avertissement: xorg-server-utils: la version locale (7.6-2) est plus récente que extra (7.5-4)
    Avertissement: xorg-twm: la version locale (1.0.7-1) est plus récente que extra (1.0.4-3)
    Avertissement: xorg-utils: la version locale (7.6-7) est plus récente que extra (7.6-2)
    Avertissement: xorg-xauth: la version locale (1.0.6-1) est plus récente que extra (1.0.4-1)
    Avertissement: xorg-xinit: la version locale (1.3.0-3) est plus récente que extra (1.2.1-1)
    Avertissement: xproto: la version locale (7.0.22-1) est plus récente que extra (7.0.17-1)
    Avertissement: xterm: la version locale (271-1) est plus récente que extra (259-1)
    Avertissement: xvidcore: la version locale (1.3.2-1) est plus récente que extra (1.2.2-1)
    Avertissement: xz: la version locale (5.0.3-1) est plus récente que core (4.999.9beta-5)
    Avertissement: zenity: la version locale (3.0.0-2) est plus récente que extra (2.30.0-1)
    Avertissement: zip: la version locale (3.0-2) est plus récente que extra (3.0-1.1)
    Avertissement: zlib: la version locale (1.2.5-4) est plus récente que core (1.2.5-2)
    résolution des dépendances...
    recherche des conflits entre paquets...
    Erreur: la préparation de la transaction a échoué (la satisfaction des dépendances a échoué)
    :: mkinitcpio: requiert util-linux>=2.19
    # cat pacman.log
    [2009-11-24 23:34] installed filesystem (2009.07-1)
    [2011-08-18 22:32] Running '/usr/bin/pacman -Syu'
    [2011-08-18 22:32] synchronizing package lists
    [2011-08-18 22:32] starting full system upgrade
    [2011-08-18 22:36] upgraded nettle (2.1-1 -> 2.2-1)
    [2011-08-18 22:36] upgraded gnutls (2.12.7-2 -> 3.0.0-2)
    [2011-08-18 22:36] upgraded libcups (1.4.8-1 -> 1.4.8-2)
    [2011-08-18 22:36] upgraded freerdp (0.8.2-2 -> 0.8.2-3)
    [2011-08-18 22:36] upgraded glib-networking (2.28.7-1 -> 2.28.7-4)
    [2011-08-18 22:36] upgraded gtk-vnc (0.4.3-1 -> 0.4.3-2)
    [2011-08-18 22:36] >>>
    [2011-08-18 22:36] >>> If you use the LILO bootloader, you should run 'lilo' before rebooting.
    [2011-08-18 22:36] >>>
    [2011-08-18 22:36] >>> Updating module dependencies. Please wait ...
    [2011-08-18 22:36] >>> Generating initial ramdisk, using mkinitcpio. Please wait...
    [2011-08-18 22:36] ==> Building image from preset: 'default'
    [2011-08-18 22:36] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
    [2011-08-18 22:36] ==> Starting build: 3.0-ARCH
    [2011-08-18 22:36] -> Parsing hook: [base]
    [2011-08-18 22:36] -> Parsing hook: [udev]
    [2011-08-18 22:36] -> Parsing hook: [sata]
    [2011-08-18 22:36] -> Parsing hook: [encrypt]
    [2011-08-18 22:36] ==> Generating module dependencies
    [2011-08-18 22:36] ==> Creating gzip initcpio image: /boot/initramfs-linux.img
    [2011-08-18 22:36] 10623 blocks
    [2011-08-18 22:36] ==> Image generation successful
    [2011-08-18 22:36] ==> Building image from preset: 'fallback'
    [2011-08-18 22:36] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
    [2011-08-18 22:36] ==> Starting build: 3.0-ARCH
    [2011-08-18 22:36] -> Parsing hook: [base]
    [2011-08-18 22:36] -> Parsing hook: [udev]
    [2011-08-18 22:36] -> Parsing hook: [sata]
    [2011-08-18 22:36] -> Parsing hook: [encrypt]
    [2011-08-18 22:36] ==> Generating module dependencies
    [2011-08-18 22:36] ==> Creating gzip initcpio image: /boot/initramfs-linux-fallback.img
    [2011-08-18 22:36] 10623 blocks
    [2011-08-18 22:36] ==> Image generation successful
    [2011-08-18 22:36] upgraded linux (3.0.2-1 -> 3.0.3-1)
    [2011-08-18 22:36] upgraded linux-headers (3.0.2-1 -> 3.0.3-1)
    [2011-08-18 22:36] >>> PLEASE READ FOR KVM USAGE!
    [2011-08-18 22:36] >>> Load the correct KVM module, you will need a KVM capable CPU!
    [2011-08-18 22:36] >>> Add yourself to the group 'kvm'.
    [2011-08-18 22:36] >>> Use 'qemu-kvm -enable-kvm' to use KVM.
    [2011-08-18 22:36]
    [2011-08-18 22:36] upgraded qemu-kvm (0.15.0-1 -> 0.15.0-2)
    [2011-08-18 22:36] upgraded wireshark-cli (1.6.1-1 -> 1.6.1-2)
    [2011-08-18 22:36] upgraded wireshark-gtk (1.6.1-1 -> 1.6.1-2)
    [2011-08-18 22:37] Running '/usr/bin/pacman -Scc'
    [2011-08-18 22:37] Running '/usr/bin/pacman -Syu'
    [2011-08-18 22:37] synchronizing package lists
    [2011-08-18 22:37] starting full system upgrade
    [2011-08-19 23:24] Running '/usr/bin/pacman -Syu'
    [2011-08-19 23:24] synchronizing package lists
    [2011-08-19 23:24] starting full system upgrade
    [2011-08-19 23:24] upgraded thunar (1.2.2-1 -> 1.2.2-2)
    [2011-08-19 23:40] Running '/usr/bin/pacman -Scc'
    [2011-08-20 23:41] Running '/usr/bin/pacman -Syu'
    [2011-08-20 23:41] synchronizing package lists
    [2011-08-20 23:41] upgraded pacman (3.5.4-3 -> 3.5.4-4)
    [2011-08-20 23:41] Running '/usr/bin/pacman -Syu'
    [2011-08-20 23:41] synchronizing package lists
    [2011-08-20 23:41] starting full system upgrade
    [2011-08-20 23:44] upgraded linux-api-headers (2.6.39.1-1 -> 3.0.1-1)
    [2011-08-20 23:44] Generating locales...
    [2011-08-20 23:44] fr_FR.UTF-8... done
    [2011-08-20 23:44] fr_FR.ISO-8859-15@euro... done
    [2011-08-20 23:44] fr_FR.ISO-8859-1... done
    [2011-08-20 23:44] Generation complete.
    [2011-08-20 23:44] upgraded glibc (2.14-4 -> 2.14-5)
    [2011-08-20 23:44] upgraded zlib (1.2.5-3 -> 1.2.5-4)
    [2011-08-20 23:44] upgraded binutils (2.21.1-1 -> 2.21.1-2)
    [2011-08-20 23:44] upgraded isl (0.06-1 -> 0.06-2)
    [2011-08-20 23:44] upgraded gcc-libs (4.6.1-2 -> 4.6.1-3)
    [2011-08-20 23:44] upgraded gmp (5.0.2-2 -> 5.0.2-3)
    [2011-08-20 23:44] upgraded cloog (0.16.2-1 -> 0.16.2-2)
    [2011-08-20 23:44] upgraded eject (2.1.5-5 -> 2.1.5-7)
    [2011-08-20 23:44] upgraded mpfr (3.0.1.p4-1 -> 3.0.1.p4-2)
    [2011-08-20 23:44] upgraded libmpc (0.9-1 -> 0.9-2)
    [2011-08-20 23:44] upgraded ppl (0.11.2-1 -> 0.11.2-2)
    [2011-08-20 23:44] upgraded gcc (4.6.1-2 -> 4.6.1-3)
    [2011-08-20 23:44] upgraded sudo (1.8.1.p2-1 -> 1.8.2-1)
    [2011-08-21 20:20] Running '/usr/bin/pacman -Syu'
    [2011-08-21 20:20] synchronizing package lists
    [2011-08-21 20:21] starting full system upgrade
    [2011-08-21 20:21] upgraded gnutls (3.0.0-2 -> 3.0.1-1)
    [2011-08-21 20:21] Running '/usr/bin/pacman -Scc'
    [2011-08-21 23:32] Running '/usr/bin/pacman -U wit-svn-2941-1-i686.pkg.tar.xz'
    [2011-08-21 23:32] installed wit-svn (2941-1)
    [2011-08-21 23:35] Running '/usr/bin/pacman -Rsn wit-svn-2941-1'
    [2011-08-21 23:35] Running '/usr/bin/pacman -Rsn wit-svn-2941'
    [2011-08-21 23:35] Running '/usr/bin/pacman -Rsn wit-svn'
    [2011-08-21 23:35] removed wit-svn (2941-1)
    [2011-08-22 01:05] Running '/usr/bin/pacman -Rsn john'
    [2011-08-22 01:05] removed john (1.7.8-3)
    [2011-08-22 22:39] Running '/usr/bin/pacman -Syu'
    [2011-08-22 22:39] synchronizing package lists
    [2011-08-22 22:40] starting full system upgrade
    [2011-08-22 22:41] upgraded ghostscript (9.04-3 -> 9.04-4)
    [2011-08-22 22:41] upgraded mplayer (33805-2 -> 34007-1)
    [2011-08-22 22:41] upgraded soundtouch (1.5.0-1 -> 1.6.0-1)
    [2011-08-22 22:41] upgraded usbutils (003-1 -> 004-1)
    [2011-08-25 00:57] Running '/usr/bin/pacman -Syu'
    [2011-08-25 00:57] synchronizing package lists
    [2011-08-25 00:57] starting full system upgrade
    [2011-08-25 01:02] upgraded nspr (4.8.8-1 -> 4.8.9-1)
    [2011-08-25 01:02] upgraded nss (3.12.10-1 -> 3.12.11-1)
    [2011-08-25 01:02] upgraded chromium (13.0.782.112-2 -> 13.0.782.215-1)
    [2011-08-25 01:02] upgraded device-mapper (2.02.87-1 -> 2.02.88-1)
    [2011-08-25 01:02] upgraded fakeroot (1.16-1 -> 1.17-1)
    [2011-08-25 01:02] upgraded gamin (0.1.10-4 -> 0.1.10-5)
    [2011-08-25 01:02] upgraded ghostscript (9.04-4 -> 9.04-5)
    [2011-08-25 01:02] upgraded libsamplerate (0.1.7-2 -> 0.1.8-1)
    [2011-08-25 01:02] upgraded libssh2 (1.2.7-2 -> 1.2.9-1)
    [2011-08-25 01:02] upgraded lvm2 (2.02.87-1 -> 2.02.88-1)
    [2011-08-25 01:02] upgraded pcre (8.13-1 -> 8.13-2)
    [2011-08-25 01:02] upgraded xulrunner (6.0-1 -> 6.0-2)
    [2011-08-25 01:03] Running '/usr/bin/pacman -Scc'
    [2011-08-25 01:03] Running '/usr/bin/pacman -Syu'
    [2011-08-25 01:03] synchronizing package lists
    [2011-08-25 01:03] starting full system upgrade
    [2011-08-26 22:59] Running '/usr/bin/pacman -Syu'
    [2011-08-26 22:59] synchronizing package lists
    [2011-08-26 22:59] starting full system upgrade
    [2011-08-26 23:01] upgraded devtools (0.9.23-1 -> 0.9.27-1)
    [2011-08-26 23:01] upgraded flashplugin (10.3.183.5-1 -> 10.3.183.7-1)
    [2011-08-26 23:01] upgraded git (1.7.6-1 -> 1.7.6.1-1)
    [2011-08-26 23:01] upgraded libffi (3.0.9-1 -> 3.0.10-1)
    [2011-08-26 23:01] upgraded obconf (2.0.3.git20100309-1 -> 2.0.3.git20100309-2)
    [2011-08-26 23:01] upgraded rasqal (1:0.9.26-1 -> 1:0.9.27-1)
    [2011-08-26 23:01] upgraded smbclient (3.6.0-1 -> 3.6.0-4)
    [2011-08-26 23:01] upgraded thunar (1.2.2-2 -> 1.2.2-3)
    [2011-08-26 23:01] upgraded udisks (1.0.3-6 -> 1.0.4-1)
    [2011-08-26 23:01] upgraded xarchiver (0.5.2-2 -> 0.5.2-4)
    [2011-08-26 23:03] Running '/usr/bin/pacman -Scc'
    [2011-08-26 23:03] Running '/usr/bin/pacman -Syu'
    [2011-08-26 23:03] synchronizing package lists
    [2011-08-26 23:03] starting full system upgrade
    [2011-08-27 14:38] Running '/usr/bin/pacman -Syu'
    [2011-08-27 14:38] synchronizing package lists
    [2011-08-27 14:40] Running '/usr/bin/pacman -Syu'
    [2011-08-27 14:40] synchronizing package lists
    [2011-08-27 14:40] starting full system upgrade
    [2011-08-27 14:44] upgraded avahi (0.6.30-4 -> 0.6.30-5)
    [2011-08-27 14:44] upgraded isl (0.06-2 -> 0.07-1)
    [2011-08-27 14:44] upgraded cloog (0.16.2-2 -> 0.16.3-1)
    [2011-08-27 14:44] upgraded gcc-libs (4.6.1-3 -> 4.6.1-4)
    [2011-08-27 14:44] upgraded gcc (4.6.1-3 -> 4.6.1-4)
    [2011-08-27 14:44] upgraded gdk-pixbuf2 (2.23.5-1 -> 2.24.0-1)
    [2011-08-27 14:44] upgraded logrotate (3.8.0-1 -> 3.8.0-2)
    [2011-08-27 14:44] upgraded wine (1.3.26-1 -> 1.3.27-1)
    [2011-08-27 14:44] upgraded wireshark-cli (1.6.1-2 -> 1.6.1-3)
    [2011-08-27 14:44] upgraded wireshark-gtk (1.6.1-2 -> 1.6.1-3)
    [2011-08-28 11:55] Running '/usr/bin/pacman -Syu'
    [2011-08-28 11:55] synchronizing package lists
    [2011-08-28 11:55] starting full system upgrade
    [2011-08-28 11:55] upgraded mercurial (1.9.1-1 -> 1.9.2-1)
    [2011-08-28 11:55] upgraded smbclient (3.6.0-4 -> 3.6.0-6)
    [2011-08-28 11:55] Running '/usr/bin/pacman -Scc'
    [2011-08-29 01:49] Running '/usr/bin/pacman -Syu'
    [2011-08-29 01:49] synchronizing package lists
    [2011-08-29 01:49] starting full system upgrade
    [2011-08-29 01:50] upgraded libnotify (0.7.3-1 -> 0.7.4-1)
    [2011-08-29 01:50] upgraded smbclient (3.6.0-6 -> 3.6.0-7)
    [2011-08-29 23:59] Running '/usr/bin/pacman -Syu'
    [2011-08-29 23:59] synchronizing package lists
    [2011-08-29 23:59] starting full system upgrade
    [2011-08-30 00:00] upgraded run-parts (3.4.4-1 -> 4.0.2-1)
    [2011-08-30 00:00] upgraded ca-certificates (20110421-3 -> 20110502-1)
    [2011-08-30 00:00] upgraded openbox (3.5.0-3 -> 3.5.0-4)
    [2011-08-30 00:00] upgraded smbclient (3.6.0-7 -> 3.6.0-8)
    [2011-08-30 00:00] upgraded vte-common (0.28.1-1 -> 0.28.2-1)
    [2011-08-30 00:00] upgraded vte (0.28.1-1 -> 0.28.2-1)
    [2011-08-30 00:16] Running '/usr/bin/pacman -Scc'
    [2011-08-30 23:43] Running '/usr/bin/pacman -Syu'
    [2011-08-30 23:43] synchronizing package lists
    [2011-08-30 23:44] starting full system upgrade
    [2011-08-30 23:44] upgraded imagemagick (6.7.1.6-1 -> 6.7.2.1-1)
    [2011-08-30 23:44] upgraded lzo2 (2.05-1 -> 2.06-1)
    [2011-08-30 23:44] Running '/usr/bin/pacman -Scc'
    [2011-10-05 12:20] Running '/usr/bin/pacman -Syu'
    [2011-10-05 12:20] synchronizing package lists
    [2011-10-05 12:20] starting full system upgrade
    Last edited by Lacsap (2011-10-05 21:40:13)

    Ok, I used https://www.archlinux.org/mirrorlist/ to generate a mirror list and retained the best score:
    ## Arch Linux repository mirrorlist
    ## Sorted by mirror score from mirror status page
    ## Generated on 2011-10-05
    ## Score: 1.8, France
    #Server = http://distrib-coffee.ipsl.jussieu.fr/pub/linux/archlinux/$repo/os/$arch
    ## Score: 1.8, France
    #Server = http://miroir.ezvan.fr/archlinux/$repo/os/$arch
    ## Score: 1.9, France
    #Server = http://mir1.archlinux.fr/archlinux/$repo/os/$arch
    ## Score: 1.9, France
    #Server = http://mir.archlinux.fr/$repo/os/$arch
    ## Score: 1.9, France
    #Server = http://archlinux.polymorf.fr/$repo/os/$arch
    ## Score: 2.0, Switzerland
    #Server = http://archlinux.puzzle.ch/$repo/os/$arch
    ## Score: 5.6, France
    Server = http://archlinux.mirrors.ovh.net/archlinux/$repo/os/$arch
    I ran the command:
    # pacman -Syyu
    :: Synchronisation des bases de données de paquets...
    core 59,5K 158,3K/s 00:00:00 [######################] 100%
    extra 886,5K 28,4K/s 00:00:31 [######################] 100%
    community 454,4K 24,0K/s 00:00:19 [######################] 100%
    :: Début de la mise à jour complète du système...
    :: Remplacer pygobject par extra/python2-gobject2 ? [O/n] O
    résolution des dépendances...
    recherche des conflits entre paquets...
    Suppression (1): pygobject-2.28.6-1
    Taille totale des paquets (suppression): 1,83 Mo
    Cibles (167): glib2-2.30.0-1 atk-2.2.0-1 glibmm-2.30.0-1 atkmm-2.22.5-1
    xorg-server-common-1.10.4-1 xorg-server-1.10.4-1 zenity-3.2.0-1
    Taille totale des paquets (téléchargement): 321,72 Mo
    Taille totale des paquets (installation): 1371,45 Mo
    Procéder à l'installation ? [O/n]
    I will update tonight but my problem seems to be set ...
    See you tonight.

  • System Upgrade /lib Problems on Raspberry Pi

    I have downloaded the latest Arch Linux Arm image from Arch Linux Arm and flashed it onto my Raspberry Pi.  I'm trying to do a system upgrade, but I'm getting stuck trying to work around the /lib folder move. 
    Following the wiki here:
        https://wiki.archlinux.org/index.php/De … iki:usrlib
    I've run the following command successfully:
        pacman -Syu --ignore glibc,curl
    But when I run this:
        pacman -Su
    I get the following error:
    [root@alarmpi ~]# pacman -Syu
    :: Synchronizing package databases...
    core is up to date
    extra is up to date
    community is up to date
    alarm is up to date
    aur is up to date
    :: The following packages should be upgraded first :
    pacman
    :: Do you want to cancel the current operation
    :: and upgrade these packages now? [Y/n] n
    :: Starting full system upgrade...
    :: Replace systemd-tools with core/systemd? [Y/n] y
    resolving dependencies...
    looking for inter-conflicts...
    Targets (18): binutils-2.22-10 cryptsetup-1.5.0-2 dbus-core-1.6.4-1 device-mapper-2.02.97-1 gcc-libs-4.7.1-6 glib2-2.32.4-1
    glibc-2.16.0-4 grep-2.14-1 initscripts-2012.08.3-2 less-451-1 lvm2-2.02.97-1 mkinitcpio-0.10-1 pacman-4.0.3-3
    pcre-8.31-1 syslog-ng-3.3.6-1 systemd-189-4 systemd-tools-185-1 [removal] wpa_supplicant-1.0-1
    Total Installed Size: 87.48 MiB
    Net Upgrade Size: 6.03 MiB
    Proceed with installation? [Y/n] y
    (17/17) checking package integrity [##############################################] 100%
    (17/17) loading package files [##############################################] 100%
    (17/17) checking for file conflicts [##############################################] 100%
    error: failed to commit transaction (conflicting files)
    glibc: /lib exists in filesystem
    Errors occurred, no packages were upgraded.
    This is 'issue 2' in the wiki, but the only files left in /lib are owned by glibc.  So the advice doesn't help:
    [root@alarmpi ~]# grep '^lib/' /var/lib/pacman/local/*/files
    /var/lib/pacman/local/glibc-2.15-10/files:lib/
    /var/lib/pacman/local/glibc-2.15-10/files:lib/ld-2.15.so
    /var/lib/pacman/local/glibc-2.15-10/files:lib/ld-linux.so.3
    /var/lib/pacman/local/glibc-2.15-10/files:lib/libBrokenLocale-2.15.so
    /var/lib/pacman/local/glibc-2.15-10/files:lib/libBrokenLocale.so.1
    /var/lib/pacman/local/glibc-2.15-10/files:lib/libSegFault.so
    /var/lib/pacman/local/glibc-2.15-10/files:lib/libanl-2.15.so
    /var/lib/pacman/local/glibc-2.15-10/files:lib/libanl.so.1
    /var/lib/pacman/local/glibc-2.15-10/files:lib/libc-2.15.so
    /var/lib/pacman/local/glibc-2.15-10/files:lib/libc.so.6
    /var/lib/pacman/local/glibc-2.15-10/files:lib/libcidn-2.15.so
    /var/lib/pacman/local/glibc-2.15-10/files:lib/libcidn.so.1
    /var/lib/pacman/local/glibc-2.15-10/files:lib/libcrypt-2.15.so
    /var/lib/pacman/local/glibc-2.15-10/files:lib/libcrypt.so.1
    /var/lib/pacman/local/glibc-2.15-10/files:lib/libdl-2.15.so
    /var/lib/pacman/local/glibc-2.15-10/files:lib/libdl.so.2
    /var/lib/pacman/local/glibc-2.15-10/files:lib/libm-2.15.so
    /var/lib/pacman/local/glibc-2.15-10/files:lib/libm.so.6
    /var/lib/pacman/local/glibc-2.15-10/files:lib/libmemusage.so
    /var/lib/pacman/local/glibc-2.15-10/files:lib/libnsl-2.15.so
    /var/lib/pacman/local/glibc-2.15-10/files:lib/libnsl.so.1
    /var/lib/pacman/local/glibc-2.15-10/files:lib/libnss_compat-2.15.so
    /var/lib/pacman/local/glibc-2.15-10/files:lib/libnss_compat.so.2
    /var/lib/pacman/local/glibc-2.15-10/files:lib/libnss_db-2.15.so
    /var/lib/pacman/local/glibc-2.15-10/files:lib/libnss_db.so.2
    /var/lib/pacman/local/glibc-2.15-10/files:lib/libnss_dns-2.15.so
    /var/lib/pacman/local/glibc-2.15-10/files:lib/libnss_dns.so.2
    /var/lib/pacman/local/glibc-2.15-10/files:lib/libnss_files-2.15.so
    /var/lib/pacman/local/glibc-2.15-10/files:lib/libnss_files.so.2
    /var/lib/pacman/local/glibc-2.15-10/files:lib/libnss_hesiod-2.15.so
    /var/lib/pacman/local/glibc-2.15-10/files:lib/libnss_hesiod.so.2
    /var/lib/pacman/local/glibc-2.15-10/files:lib/libnss_nis-2.15.so
    /var/lib/pacman/local/glibc-2.15-10/files:lib/libnss_nis.so.2
    /var/lib/pacman/local/glibc-2.15-10/files:lib/libnss_nisplus-2.15.so
    /var/lib/pacman/local/glibc-2.15-10/files:lib/libnss_nisplus.so.2
    /var/lib/pacman/local/glibc-2.15-10/files:lib/libpcprofile.so
    /var/lib/pacman/local/glibc-2.15-10/files:lib/libpthread-2.15.so
    /var/lib/pacman/local/glibc-2.15-10/files:lib/libpthread.so.0
    /var/lib/pacman/local/glibc-2.15-10/files:lib/libresolv-2.15.so
    /var/lib/pacman/local/glibc-2.15-10/files:lib/libresolv.so.2
    /var/lib/pacman/local/glibc-2.15-10/files:lib/librt-2.15.so
    /var/lib/pacman/local/glibc-2.15-10/files:lib/librt.so.1
    /var/lib/pacman/local/glibc-2.15-10/files:lib/libthread_db-1.0.so
    /var/lib/pacman/local/glibc-2.15-10/files:lib/libthread_db.so.1
    /var/lib/pacman/local/glibc-2.15-10/files:lib/libutil-2.15.so
    /var/lib/pacman/local/glibc-2.15-10/files:lib/libutil.so.1
    Any advice?
    Moderator edit: Please inclose your listings in [ code ] tags. I've done it for you this time. Do so yourself in future.
    -- bernarcher
    Last edited by bernarcher (2012-09-17 08:02:24)

    Thanks for the response
    @ngoonee: I'm not sure what that command does.  Here is what's in my /lib folder:
    [root@alarmpi ~]# ls /lib
    ld-2.15.so libcidn.so.1 libm.so.6 libnss_dns.so.2 libnss_nis.so.2 libSegFault.so
    ld-linux.so.3 libcrypt-2.15.so libnsl-2.15.so libnss_files-2.15.so libpcprofile.so libthread_db-1.0.so
    libanl-2.15.so libcrypt.so.1 libnsl.so.1 libnss_files.so.2 libpthread-2.15.so libthread_db.so.1
    libanl.so.1 libc.so.6 libnss_compat-2.15.so libnss_hesiod-2.15.so libpthread.so.0 libutil-2.15.so
    libBrokenLocale-2.15.so libdl-2.15.so libnss_compat.so.2 libnss_hesiod.so.2 libresolv-2.15.so libutil.so.1
    libBrokenLocale.so.1 libdl.so.2 libnss_db-2.15.so libnss_nis-2.15.so libresolv.so.2 modules
    libc-2.15.so libm-2.15.so libnss_db.so.2 libnss_nisplus-2.15.so librt-2.15.so
    libcidn-2.15.so libmemusage.so libnss_dns-2.15.so libnss_nisplus.so.2 librt.so.1
    Is there anywhere else that I should look?
    @bernarcher: Where is the 'ARM boards', is that a forum on this site?

  • What's the best system upgrade for 'older' Mac Mini?

    My MacMini is about five years old:
    Model Name:    Mac mini
    Model Identifier:    Macmini4,1
    Processor Name:    Intel Core 2 Duo
    Processor Speed:    2.4 GHz
    Number Of Processors:    1
    Total Number Of Cores:    2
    L2 Cache:    3 MB
    Memory:    2 GB
    Bus Speed:    1.07 GHz
    Boot ROM Version:    MM41.0042.B00
    SMC Version (system):    1.65f2
    This mini is still running  System 10.6.8, with the 'latest' version of Safari being version 5.1.10.
    Lately, Safari fails to perform certain features correctly on certain websites, and I have to switch to Firefox to make the websites work.
    Is it time for a system upgrade, so I can run a newer version of Safari?  If so, which newer OSX system version would be the best for me to upgrade to?

    A few other things to consider if you want to upgrade your OS.
    If you are using any apps that are still PowerPC apps, they will not run on
    any newer Mac OS.  So you will need to find replacements ($$$$).
    Also, in terms of apps, you need to make sure the apps you are currently
    using are compatible with the newer MacOS.  You may need to upgrade ($$$$)
    or find alternatives.
    Also, you will need to make sure any external hardware that you use with
    your Mac is also compatible with the newer MacOS.  You may simply need to
    update drivers or the hardware may no longer be supported ($$$$).
    So, upgrading your MacOS could end up costing more than just adding RAM!!!

Maybe you are looking for