Initscripts 2011.02.1-1

Hi all,
I can't seem to set the locale (pt-PT) in all virtual consoles with the latest iniscripts version.
Read the discussion about the DAEMON_LOCALE variable  but not sure how it works. Chose the default "no" under /etc/rc.conf
I had to fallback to iniscripts 2010.07-2 in order to get things running properly.
Any tips/ideas on this?
Regards,
- aurocha

Hi all,
Ok, had the opportunity to test, by installing initscripts 2011.02.1-1. Doesn't work.
Below, my rc.conf:
# /etc/rc.conf - Main Configuration for Arch Linux
# LOCALIZATION
# LOCALE: available languages can be listed with the 'locale -a' command
# HARDWARECLOCK: set to "UTC" or "localtime", any other value will result
# in the hardware clock being left untouched (useful for virtualization)
# TIMEZONE: timezones are found in /usr/share/zoneinfo
# KEYMAP: keymaps are found in /usr/share/kbd/keymaps
# CONSOLEFONT: found in /usr/share/kbd/consolefonts (only needed for non-US)
# CONSOLEMAP: found in /usr/share/kbd/consoletrans
# USECOLOR: use ANSI color sequences in startup messages
LOCALE="pt_PT.utf8"
DAEMON_LOCALE="no"
HARDWARECLOCK="localtime"
TIMEZONE="Europe/Lisbon"
KEYMAP="pt-latin9 compose.latin1"
CONSOLEFONT="lat9v-16"
CONSOLEMAP=
USECOLOR="yes"
# HARDWARE
# MOD_AUTOLOAD: Allow autoloading of modules at boot and when needed
# MOD_BLACKLIST: Prevent udev from loading these modules
# MODULES: Modules to load at boot-up. Prefix with a ! to blacklist.
# NOTE: Use of 'MOD_BLACKLIST' is deprecated. Please use ! in the MODULES array.
MOD_AUTOLOAD="yes"
#MOD_BLACKLIST=() #deprecated
MODULES=(powernow-k8 !snd_pcm_oss !snd_seq_oss)
# Scan for LVM volume groups at startup, required if you use LVM
USELVM="no"
# NETWORKING
# HOSTNAME: Hostname of machine. Should also be put in /etc/hosts
HOSTNAME="stream"
# Use 'ifconfig -a' or 'ls /sys/class/net/' to see all available interfaces.
# Interfaces to start at boot-up (in this order)
# Declare each interface then list in INTERFACES
# - prefix an entry in INTERFACES with a ! to disable it
# - no hyphens in your interface names - Bash doesn't like it
# DHCP: Set your interface to "dhcp" (eth0="dhcp")
# Wireless: See network profiles below
#Static IP example
eth0="dhcp"
INTERFACES=(eth0)
WIRELESS_INTERFACE="wlan0"
WIRED_INTERFACE="eth0"
# Routes to start at boot-up (in this order)
# Declare each route then list in ROUTES
# - prefix an entry in ROUTES with a ! to disable it
gateway="default gw 192.168.0.1"
ROUTES=(!gateway)
# Enable these network profiles at boot-up. These are only useful
# if you happen to need multiple network configurations (ie, laptop users)
# - set to 'menu' to present a menu during boot-up (dialog package required)
# - prefix an entry with a ! to disable it
# Network profiles are found in /etc/network.d
# This now requires the netcfg package
# NETWORKS=()
# DAEMONS
# Daemons to start at boot-up (in this order)
# - prefix a daemon with a ! to disable it
# - prefix a daemon with a @ to start it up in the background
SPLASH="splashy"
# Desabilitados: !net-profiles, !network, !sensors
DAEMONS=(acpid syslog-ng dbus cpufreq smartd alsa net-auto-wired net-auto-wireless dnsmasq iptables crond laptop-script)
The variable Lang seems to be correctly set, the problem seems the keyboard configuration.
Splashy is killed during the boot process.
I'll disable it to see what's happening.
But this is the error that made me switch back to initscripts 2010.07-02.
Any ideas on this regard?
Below, output from a "export" on a console under gnome su'ed - root (su - root)
declare -x DISPLAY=":0.0"
declare -x G_BROKEN_FILENAMES="1"
declare -x HOME="/root"
declare -x J2REDIR="/usr/lib/jvm/java-6-openjdk/jre"
declare -x J2SDKDIR="/usr/lib/jvm/java-6-openjdk"
declare -x JAVA_HOME="/usr/lib/jvm/java-6-openjdk"
declare -x LANG="pt_PT.utf8"
declare -x LOGNAME="root"
declare -x MOZ_PLUGIN_PATH="/usr/lib/mozilla/plugins"
declare -x OLDPWD
declare -x PATH="/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/usr/bin/vendor_perl:/usr/bin/core_perl"
declare -x PROMPT_COMMAND="echo -ne \"\\033]0;\${USER}@\${HOSTNAME%%.*}:\${PWD/\$HOME/~}\\007\""
declare -x PS1="\\u: \\w # "
declare -x PS2="> "
declare -x PS3="> "
declare -x PS4="+ "
declare -x PWD="/root"
declare -x SHELL="/bin/bash"
declare -x SHLVL="1"
declare -x TERM="xterm"
declare -x USER="root"
declare -x XAUTHORITY="/home/aurocha/.Xauthority"
declare -x XDG_CACHE_HOME="/root/.cache"
declare -x XDG_CONFIG_DIRS="/etc/xdg"
declare -x XDG_CONFIG_HOME="/root/.config"
declare -x XDG_DATA_DIRS="/usr/share/:/usr/local/share/"
declare -x XDG_DATA_HOME="/root/.local/share"
Any ideas on this regard?
- aurocha
Last edited by aurocha (2011-02-21 20:06:51)

Similar Messages

  • Initscripts 2011.10.2-1 / rc.sysinit Issues on Bootup

    Since upgrading initscripts from version 2011.07.3-1 to 2011.10.2-1, the following messages appear during the bootup process:
    /etc/rc.sysinit: line 35: minilogd: command not found
    /usr is not mounted. This is not supported.
    Attached is the following screen capture from bootup:

    Raynman wrote:Did you read the messages (especially the second)?
    Of course, did you?
    Raynman wrote: Do you have a concrete question?
    No, this is only an observation which might prove useful for others to see.
    Last edited by ejmarkow (2011-10-23 11:57:34)

  • Initscripts 2011.06.4-1

    I have some problems with the last update of initscripts. Let me explain. Before this update, on my router, I have all my network config  (3 interfaces, 4 routes) in one file: /etc/rc.conf. After the update, I have one piece in /etc/rc.conf and another pieces in multiple configuration files of netcfg. For the routes, I don't know where to put them. This is more complicated.
    I have understand you changed it because you are now using iproute2. But why have you change the philosophy (for me it's not KISS)? Why don't you keep all the network config in rc.conf?
    Thank you for your reply. Excuse me for my poor english.

    Yes many users have only one interface, but is archlinux only for this kind of servers or is it also for guys having routers or gateway?
    Here is my example:
    lo="lo 127.0.0.1"
    eth0="eth0 192.168.100.99 netmask 255.255.255.0 broadcast 192.168.100.255"                                                                                                                                                                 
    eth1="eth1 192.168.1.31 netmask 255.255.255.0 broadcast 192.168.1.255"                                                                                                                                                                   
    eth2="eth2 10.0.10.13 netmask 255.255.255.0 broadcast 10.0.10.255"                                                                                                                                                                   
    INTERFACES=(lo eth0 eth1 eth2)                                                                                                                                                                                                             
    gateway="default gw 192.168.100.10"
    route_101="-net 10.1.18.0/24 gw 192.168.100.240"
    route_prox1="-host 192.168.89.10/32 gw 192.168.1.11"
    route_prox2="-host 192.168.89.11/32 gw 192.168.1.11"
    route_prox3="-host 10.250.0.5/32 gw 10.0.10.11"
    ROUTES=(gateway route_101 route_prox1 route_prox2 route_prox3)

  • Initscripts 2011.06.3-1 - error

    Hi all,
    Hi getting an error on /etc/rc.d/functions, line #74
    Something like
    $(MC_MAIN): bad substitution
    Aditionally, setting the timezone fails during boot
    Has it been already reported?
    Regards,
    - aurocha
    Last edited by aurocha (2011-06-07 09:30:15)

    Reported.   Changed ${$MC_MAIN} to ${MC_MAIN} on that line.

  • New initscripts package and daemons [SOLVED]

    Good Sunday to everyone: I've updated this morning my Arch, using pacman, and, apart from KDE SC 4.7, I found out a new initscripts package, initscripts 2011.07.3-1.
    Ok, all done, the problem is that, every time I boot my system up, I get this error message about iptables and hal (dbus, to be more precise):
    a daemon is starting another daemon. This is unlikely to work as intended
    This is the relevant part of my /etc/rc.conf file:
    DAEMONS=(syslog-ng iptables hal sshd wicd mysqld clamav @spamd)
    I have to say both iptables and hal work the right way, but it's true also that, before updating initscripts, no messages of this type had ever come out...
    Any suggestions?
    Burroughs.
    Last edited by Burroughs (2011-08-02 13:41:33)

    Burroughs wrote:
    Good Sunday to everyone: I've updated this morning my Arch, using pacman, and, apart from KDE SC 4.7, I found out a new initscripts package, initscripts 2011.07.3-1.
    Ok, all done, the problem is that, every time I boot my system up, I get this error message about iptables and hal (dbus, to be more precise):
    a daemon is starting another daemon. This is unlikely to work as intended
    This is the relevant part of my /etc/rc.conf file:
    DAEMONS=(syslog-ng iptables hal sshd wicd mysqld clamav @spamd)
    I have to say both iptables and hal work the right way, but it's true also that, before updating initscripts, no messages of this type had ever come out...
    As someone already pointed out, the warning is new. However, the wrong behavior is not. So if everything worked fine before, it will continue to work ok.
    The reason for the warning is that when a daemon starts another daemon we don't have any information about this dependency at shutdown, and they will likely be shut down in the wrong order. This caused problems for some packages. We have fixed most rc scripts to not do this any more, some still remain, but they are mostly going away anyway (like hal).

  • [initscripts] warning raised by network daemon

    Hi,
    I'm using initscripts 2011.06.2-1 and when booting/halting or manually doing /etc/rc.d/network start|stop I get this warning:
    Warning: This functionality is deprecated.
    Please refer to /etc/rc.conf on how to define a single wired
    connection, or use a utility such as netcfg.
    Since I'm on a laptop and I use wicd to connect, I did not set any network interface in rc.conf. NETWORKS array (used by netcfg) is also commented out
    My DAEMONS array:
    DAEMONS=(syslog-ng acpid dbus network wicd crond sshd iptables ip6tables tuntap cups cpufreq)
    Even if the warning is raised, wicd connects fine to the network. I've tried also disabling wicd and rebooting, but the warning is still raised.

    You don't need the network init script when you're using wicd, or any other network management utility. Remove it from your DAEMONS array.
    BTW this information is available on the wiki's wicd page.

  • Broken laptop input mouse & keyboard [xps15z] [post Syu]

    Problems:
    -laptop's (dell xps 15z) keyboard and mouse not working
    -X broken
    I am really stumped here and looking for any help / direction. I am running out of questions to ask, and would appreciate any feedback.
    What I have tried:
    -creating a new modprobe.conf,
    -merging rc.conf.pacnew,
    -downgrading to my previous udev, mkinitcpio, and module-init-tools, using the packages found in cache. remade init with
    mkinitcpio -p linux
    and keyboard and mouse still did not work
    -merged locale.conf.pacnew
    -merged pacman.conf.pacnew
    -traversed almost all of the logs multiple times (have not found a silver bullet, but not positive on what Im looking for..)
    Below I have included some notes, my relevant (dates) pacman.log, and what I pulled from dmesg that seemed related to me.
    //notes
    -usb ports work
    -when i hit keys on the keyboard while at the console username prompt, nothing types, but if laptop is a dark place, the keys back-lights actually do light up...
    -every other boot I get stuck on MUX error (error has been there since I installed arch, but only now does it freeze occasionally here)
    [ 5.627516] [drm:intel_dsm_platform_mux_info] *ERROR* MUX INFO call failed
    [ 5.627613] [drm:intel_dsm_platform_mux_info] *ERROR* MUX INFO call failed
    -the update that broke stuff I set up my pacman key config
    [2012-01-20 05:14] warning: /etc/pacman.conf installed as /etc/pacman.conf.pacnew
    [2012-01-20 05:14] >>> Run `pacman-key --init` to set up your pacman keyring.
    [2012-01-20 05:14] upgraded pacman (3.5.4-4 -> 4.0.1-4)
    -also had to force the filesystem
    [2012-01-20 06:01] Running 'pacman -S --force filesystem'
    [2012-01-20 06:01] upgraded filesystem (2011.10-1 -> 2011.12-2)
    //dmesg findings
    [ 1.034772] mousedev: PS/2 mouse device common for all mice
    [ 1.045355] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
    [ 6.172182] input: ImPS/2 Generic Wheel Mouse as /devices/platform/i8042/serio1/input/input8
    [ 42.447721] input: Dell Dell USB Keyboard as /devices/pci0000:00/0000:00:1c.3/0000:04:00.0/usb2/2-1/2-1:1.0/input/input15
    [ 42.447801] generic-usb 0003:413C:2003.0001: input,hidraw0: USB HID v1.10 Keyboard [Dell Dell USB Keyboard] on usb-0000:04:00.0-1/input0
    [ 42.447811] usbcore: registered new interface driver usbhid
    [ 42.447812] usbhid: USB HID core driver
    //pacman.log
    [2012-01-20 05:13] Running 'pacman -Syu'
    [2012-01-20 05:13] synchronizing package lists
    [2012-01-20 05:14] upgraded linux-api-headers (3.1.4-1 -> 3.1.6-1)
    [2012-01-20 05:14] warning: /etc/locale.gen installed as /etc/locale.gen.pacnew
    [2012-01-20 05:14] Generating locales...
    [2012-01-20 05:14] en_US.UTF-8... done
    [2012-01-20 05:14] en_US.ISO-8859-1... done
    [2012-01-20 05:14] Generation complete.
    [2012-01-20 05:14] upgraded glibc (2.14.1-2 -> 2.15-3)
    [2012-01-20 05:14] upgraded libarchive (2.8.5-2 -> 3.0.3-2)
    [2012-01-20 05:14] warning: /etc/pacman.conf installed as /etc/pacman.conf.pacnew
    [2012-01-20 05:14] >>> Run `pacman-key --init` to set up your pacman keyring.
    [2012-01-20 05:14] upgraded pacman (3.5.4-4 -> 4.0.1-4)
    [2012-01-20 05:16] Running 'pacman -Syu'
    [2012-01-20 05:16] synchronizing package lists
    [2012-01-20 05:16] starting full system upgrade
    [2012-01-20 05:16] Running 'pacman -Syu'
    [2012-01-20 05:16] synchronizing package lists
    [2012-01-20 05:16] starting full system upgrade
    [2012-01-20 05:22] Running 'pacman -Rdd gcc-multilib gcc-libs-multilib'
    [2012-01-20 05:22] Running 'pacman -S gcc-multilib'
    [2012-01-20 05:24] Running 'pacman -Syu'
    [2012-01-20 05:24] synchronizing package lists
    [2012-01-20 05:24] starting full system upgrade
    [2012-01-20 05:25] Running 'pacman -S gcc-libs'
    [2012-01-20 05:27] Running 'pacman -S gcc-objc-multilib'
    [2012-01-20 05:37] Running 'pacman -Syu'
    [2012-01-20 05:37] synchronizing package lists
    [2012-01-20 05:37] starting full system upgrade
    [2012-01-20 05:55] Running 'pacman -Syu'
    [2012-01-20 05:55] synchronizing package lists
    [2012-01-20 05:56] starting full system upgrade
    [2012-01-20 06:01] Running 'pacman -S --force filesystem'
    [2012-01-20 06:01] upgraded filesystem (2011.10-1 -> 2011.12-2)
    [2012-01-20 06:01] Running 'pacman -Syu'
    [2012-01-20 06:01] synchronizing package lists
    [2012-01-20 06:01] starting full system upgrade
    [2012-01-20 06:02] removed gcc-libs-multilib (4.6.2-3)
    [2012-01-20 06:02] installed gcc-libs (4.6.2-5)
    [2012-01-20 06:02] upgraded db (5.2.36-2 -> 5.3.15-1)
    [2012-01-20 06:02] upgraded pam (1.1.5-1 -> 1.1.5-2)
    [2012-01-20 06:02] upgraded coreutils (8.14-1 -> 8.15-1)
    [2012-01-20 06:02] upgraded perl (5.14.2-4 -> 5.14.2-7)
    [2012-01-20 06:02] upgraded openssl (1.0.0.e-1 -> 1.0.0.g-1)
    [2012-01-20 06:02] upgraded libsasl (2.1.23-8 -> 2.1.23-9)
    [2012-01-20 06:02] upgraded libldap (2.4.26-5 -> 2.4.28-2)
    [2012-01-20 06:02] upgraded unixodbc (2.3.0-2 -> 2.3.1-1)
    [2012-01-20 06:02] upgraded apr-util (1.3.12-3 -> 1.3.12-5)
    [2012-01-20 06:02] upgraded at-spi2-core (2.2.1-1 -> 2.2.3-1)
    [2012-01-20 06:02] upgraded at-spi2-atk (2.2.1-1 -> 2.2.2-1)
    [2012-01-20 06:02] upgraded ca-certificates (20111025-2 -> 20111211-1)
    [2012-01-20 06:02] upgraded libxi (1.4.3-1 -> 1.4.5-1)
    [2012-01-20 06:02] upgraded desktop-file-utils (0.18-1 -> 0.19-1)
    [2012-01-20 06:02] upgraded qt (4.7.4-3 -> 4.8.0-2)
    [2012-01-20 06:02] upgraded attica (0.2.9-1 -> 0.3.0-1)
    [2012-01-20 06:02] upgraded automake (1.11.1-3 -> 1.11.2-1)
    [2012-01-20 06:02] upgraded binutils (2.22-2 -> 2.22-4)
    [2012-01-20 06:02] upgraded bluez (4.96-1 -> 4.98-1)
    [2012-01-20 06:02] upgraded cifs-utils (4.9-3 -> 5.2-1)
    [2012-01-20 06:02] upgraded clutter-gst (1.4.4-1 -> 1.4.6-1)
    [2012-01-20 06:02] upgraded lcms2 (2.2-1 -> 2.3-1)
    [2012-01-20 06:02] upgraded colord (0.1.15-3 -> 0.1.16-1)
    [2012-01-20 06:02] upgraded consolekit (0.4.5-1 -> 0.4.5-2)
    [2012-01-20 06:02] upgraded cryptsetup (1.4.0-2 -> 1.4.1-1)
    [2012-01-20 06:02] upgraded nss (3.12.11-3 -> 3.13.1-2)
    [2012-01-20 06:02] upgraded evolution-data-server (3.2.2-1 -> 3.2.3-2)
    [2012-01-20 06:03] upgraded gtk3 (3.2.2-4 -> 3.2.3-2)
    [2012-01-20 06:03] upgraded gtkhtml4 (4.2.2-1 -> 4.2.3-1)
    [2012-01-20 06:03] upgraded evolution (3.2.2-1 -> 3.2.3-2)
    [2012-01-20 06:03] upgraded file (5.09-1 -> 5.10-1)
    [2012-01-20 06:03] upgraded firefox (8.0.1-1 -> 9.0.1-1)
    [2012-01-20 06:03] upgraded telepathy-glib (0.16.3-1 -> 0.16.4-1)
    [2012-01-20 06:03] upgraded folks (0.6.5-1 -> 0.6.6-1)
    [2012-01-20 06:03] upgraded gcc (4.6.2-3 -> 4.6.2-5)
    [2012-01-20 06:03] upgraded libjpeg-turbo (1.1.1-3 -> 1.1.1-4)
    [2012-01-20 06:03] upgraded gdk-pixbuf2 (2.24.0-1 -> 2.24.1-1)
    [2012-01-20 06:03] upgraded gtksourceview3 (3.2.3-1 -> 3.2.3-2)
    [2012-01-20 06:03] upgraded pygobject-devel (3.0.2-1 -> 3.0.3-1)
    [2012-01-20 06:03] upgraded python2-gobject (3.0.2-1 -> 3.0.3-1)
    [2012-01-20 06:03] upgraded gedit (3.2.5-1 -> 3.2.6-1)
    [2012-01-20 06:03] upgraded git (1.7.8-1 -> 1.7.8.4-1)
    [2012-01-20 06:03] upgraded gjs (1.30.0-1 -> 1.30.1-1)
    [2012-01-20 06:03] upgraded gnutls (3.0.8-1 -> 3.0.11-1)
    [2012-01-20 06:03] upgraded glib-networking (2.30.1-1 -> 2.30.2-1)
    [2012-01-20 06:03] upgraded gpgme (1.3.1-1 -> 1.3.1-2)
    [2012-01-20 06:03] upgraded gmime (2.4.28-1 -> 2.6.4-1)
    [2012-01-20 06:03] upgraded gnome-color-manager (3.2.1-2 -> 3.2.2-1)
    [2012-01-20 06:03] upgraded gnome-icon-theme-symbolic (3.2.1-1 -> 3.2.2-1)
    [2012-01-20 06:03] upgraded gnome-keyring (3.2.2-1 -> 3.2.2-3)
    [2012-01-20 06:03] upgraded whois (5.0.13-1 -> 5.0.14-1)
    [2012-01-20 06:03] upgraded gnome-nettool (3.0.0-1 -> 3.0.1-1)
    [2012-01-20 06:04] upgraded mutter (3.2.1-1 -> 3.2.2-1)
    [2012-01-20 06:04] upgraded libpulse (1.1-1 -> 1.1-2)
    [2012-01-20 06:04] upgraded gnome-shell (3.2.1-1 -> 3.2.2.1-1)
    [2012-01-20 06:04] upgraded gvfs (1.10.1-1 -> 1.10.1-2)
    [2012-01-20 06:04] upgraded gvfs-obexftp (1.10.1-1 -> 1.10.1-2)
    [2012-01-20 06:04] upgraded vim-runtime (7.3.353-2 -> 7.3.401-1)
    [2012-01-20 06:04] upgraded ruby (1.9.3_p0-2 -> 1.9.3_p0-3)
    [2012-01-20 06:04] upgraded gvim (7.3.353-2 -> 7.3.401-1)
    [2012-01-20 06:04] upgraded hdparm (9.37-2 -> 9.38-1)
    [2012-01-20 06:04] upgraded inetutils (1.8-6 -> 1.9.1-1)
    [2012-01-20 06:04] upgraded iproute2 (2.6.39-2 -> 3.2.0-1)
    [2012-01-20 06:04] warning: /etc/rc.conf installed as /etc/rc.conf.pacnew
    [2012-01-20 06:04] upgraded initscripts (2011.11.3-1 -> 2012.01.2-1)
    [2012-01-20 06:04] upgraded jack (0.121.3-4 -> 0.121.3-5)
    [2012-01-20 06:04] installed rhino (1.7R3-1)
    [2012-01-20 06:04] installed jre7-openjdk-headless (7.b147_2.0-5)
    [2012-01-20 06:04] upgraded jre7-openjdk (7.b147_2.0-2 -> 7.b147_2.0-5)
    [2012-01-20 06:04] upgraded jdk7-openjdk (7.b147_2.0-2 -> 7.b147_2.0-5)
    [2012-01-20 06:04] upgraded redland (1:1.0.15-1 -> 1:1.0.15-3)
    [2012-01-20 06:04] upgraded redland-storage-virtuoso (1:1.0.15-1 -> 1:1.0.15-3)
    [2012-01-20 06:04] upgraded soprano (2.7.3-1 -> 2.7.4-1)
    [2012-01-20 06:04] upgraded libdbusmenu-qt (0.9.0-1 -> 0.9.0-2)
    [2012-01-20 06:04] upgraded polkit-qt (0.99.0-1 -> 0.103.0-1)
    [2012-01-20 06:04] upgraded phonon (1:4.5.1-2 -> 1:4.6.0-1)
    [2012-01-20 06:04] installed gperf (3.0.4-4)
    [2012-01-20 06:04] installed qtwebkit (2.2.1-2)
    [2012-01-20 06:04] upgraded kdelibs (4.7.4-1 -> 4.7.4-5)
    [2012-01-20 06:04] upgraded libassuan (2.0.2-1 -> 2.0.3-1)
    [2012-01-20 06:04] upgraded libdrm (2.4.28-1 -> 2.4.30-1)
    [2012-01-20 06:04] upgraded libgphoto2 (2.4.10.1-2 -> 2.4.11-1)
    [2012-01-20 06:04] upgraded libgsf (1.14.21-1 -> 1.14.22-2)
    [2012-01-20 06:04] upgraded libmysqlclient (5.5.19-1 -> 5.5.20-1)
    [2012-01-20 06:04] upgraded liboauth (0.9.4-2 -> 0.9.6-1)
    [2012-01-20 06:04] upgraded libpcap (1.1.1-4 -> 1.2.1-1)
    [2012-01-20 06:04] upgraded libreoffice-en-US (3.4.4-3 -> 3.4.5-1)
    [2012-01-20 06:04] upgraded libreoffice-common (3.4.4-3 -> 3.4.5-1)
    [2012-01-20 06:04] upgraded libreoffice-base (3.4.4-3 -> 3.4.5-1)
    [2012-01-20 06:04] upgraded libreoffice-calc (3.4.4-3 -> 3.4.5-1)
    [2012-01-20 06:04] upgraded libreoffice-draw (3.4.4-3 -> 3.4.5-1)
    [2012-01-20 06:04] upgraded libreoffice-gnome (3.4.4-3 -> 3.4.5-1)
    [2012-01-20 06:04] upgraded libreoffice-impress (3.4.4-3 -> 3.4.5-1)
    [2012-01-20 06:04] upgraded libreoffice-kde4 (3.4.4-3 -> 3.4.5-1)
    [2012-01-20 06:04] upgraded libreoffice-math (3.4.4-3 -> 3.4.5-1)
    [2012-01-20 06:04] upgraded libreoffice-sdk (3.4.4-3 -> 3.4.5-1)
    [2012-01-20 06:04] upgraded libreoffice-sdk-doc (3.4.4-3 -> 3.4.5-1)
    [2012-01-20 06:04] upgraded libreoffice-writer (3.4.4-3 -> 3.4.5-1)
    [2012-01-20 06:04] upgraded util-linux (2.20.1-1 -> 2.20.1-2)
    [2012-01-20 06:04] upgraded libtracker-sparql (0.12.8-1 -> 0.12.9-1)
    [2012-01-20 06:04] >>> Updating module dependencies. Please wait ...
    [2012-01-20 06:04] >>> Generating initial ramdisk, using mkinitcpio. Please wait...
    [2012-01-20 06:04] ==> Building image from preset: 'default'
    [2012-01-20 06:04] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
    [2012-01-20 06:04] ==> Starting build: 3.2.1-1-ARCH
    [2012-01-20 06:04] -> Parsing hook: [base]
    [2012-01-20 06:04] -> Parsing hook: [udev]
    [2012-01-20 06:04] -> Parsing hook: [autodetect]
    [2012-01-20 06:05] -> Parsing hook: [pata]
    [2012-01-20 06:05] -> Parsing hook: [scsi]
    [2012-01-20 06:05] -> Parsing hook: [sata]
    [2012-01-20 06:05] -> Parsing hook: [filesystems]
    [2012-01-20 06:05] -> Parsing hook: [usbinput]
    [2012-01-20 06:05] ==> Generating module dependencies
    [2012-01-20 06:05] ==> Creating gzip initcpio image: /boot/initramfs-linux.img
    [2012-01-20 06:05] ==> Image generation successful
    [2012-01-20 06:05] ==> Building image from preset: 'fallback'
    [2012-01-20 06:05] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
    [2012-01-20 06:05] ==> Starting build: 3.2.1-1-ARCH
    [2012-01-20 06:05] -> Parsing hook: [base]
    [2012-01-20 06:05] -> Parsing hook: [udev]
    [2012-01-20 06:05] -> Parsing hook: [pata]
    [2012-01-20 06:05] -> Parsing hook: [scsi]
    [2012-01-20 06:05] -> Parsing hook: [sata]
    [2012-01-20 06:05] -> Parsing hook: [filesystems]
    [2012-01-20 06:05] -> Parsing hook: [usbinput]
    [2012-01-20 06:05] ==> Generating module dependencies
    [2012-01-20 06:05] ==> Creating gzip initcpio image: /boot/initramfs-linux-fallback.img
    [2012-01-20 06:05] ==> Image generation successful
    [2012-01-20 06:05] upgraded linux (3.1.5-1 -> 3.2.1-1)
    [2012-01-20 06:05] upgraded linux-docs (3.1.5-1 -> 3.2.1-1)
    [2012-01-20 06:05] upgraded linux-headers (3.1.5-1 -> 3.2.1-1)
    [2012-01-20 06:05] upgraded mono (2.10.6-1 -> 2.10.8-1)
    [2012-01-20 06:05] upgraded mysql-clients (5.5.19-1 -> 5.5.20-1)
    [2012-01-20 06:05] upgraded mysql (5.5.19-1 -> 5.5.20-1)
    [2012-01-20 06:05] upgraded obexd-client (0.42-1 -> 0.44-1)
    [2012-01-20 06:05] upgraded php (5.3.8-5 -> 5.3.9-1)
    [2012-01-20 06:05] upgraded php-apache (5.3.8-5 -> 5.3.9-1)
    [2012-01-20 06:05] upgraded poppler (0.18.1-1 -> 0.18.2-1)
    [2012-01-20 06:05] upgraded poppler-glib (0.18.1-1 -> 0.18.2-1)
    [2012-01-20 06:05] upgraded pulseaudio (1.1-1 -> 1.1-2)
    [2012-01-20 06:05] upgraded rpcbind (0.2.0-5 -> 0.2.0-6)
    [2012-01-20 06:05] upgraded sdl (1.2.14-9 -> 1.2.14-10)
    [2012-01-20 06:05] upgraded sdl_image (1.2.10-2 -> 1.2.11-1)
    [2012-01-20 06:05] upgraded sdl_ttf (2.0.10-1 -> 2.0.11-1)
    [2012-01-20 06:05] upgraded subversion (1.7.2-1 -> 1.7.2-2)
    [2012-01-20 06:05] upgraded thunderbird (8.0-1 -> 9.0.1-1)
    [2012-01-20 06:05] upgraded totem-plparser (2.32.6-1 -> 2.32.6-3)
    [2012-01-20 06:05] upgraded tracker (0.12.8-1 -> 0.12.9-1)
    [2012-01-20 06:05] upgraded wavpack (4.60.1-1 -> 4.60.1-2)
    [2012-01-20 06:05] upgraded xf86-video-nouveau (0.0.16_git20110829-1 -> 0.0.16_git20120106-1)
    [2012-01-20 06:05] upgraded xkeyboard-config (2.4.1-2 -> 2.4.1-3)
    [2012-01-20 06:05] upgraded xorg-server-common (1.11.2-2 -> 1.11.3-1)
    [2012-01-20 06:05] upgraded xorg-server (1.11.2-2 -> 1.11.3-1)
    [2012-01-20 06:05] upgraded xorg-xinit (1.3.1-1 -> 1.3.1-2)
    [2012-01-20 06:05] upgraded xterm (275-1 -> 276-1)
    [2012-01-20 06:06] Running 'pacman -Syu'
    [2012-01-20 06:06] synchronizing package lists
    [2012-01-20 06:06] starting full system upgrade
    [2012-01-23 04:20] Running 'pacman -Syu'
    [2012-01-23 04:20] synchronizing package lists
    [2012-01-23 04:20] starting full system upgrade
    [2012-01-23 04:20] Running 'pacman -Syu'
    [2012-01-23 04:20] synchronizing package lists
    [2012-01-23 04:20] starting full system upgrade
    [2012-01-23 04:21] removed module-init-tools (3.16-3)
    [2012-01-23 04:21] upgraded dbus-sharp (0.7.0-3 -> 0.7.0-4)
    [2012-01-23 04:21] upgraded dbus-sharp-glib (0.5.0-3 -> 0.5.0-4)
    [2012-01-23 04:21] upgraded gnutls (3.0.11-1 -> 3.0.12-1)
    [2012-01-23 04:21] upgraded gstreamer0.10-python (0.10.21-1 -> 0.10.22-1)
    [2012-01-23 04:21] installed kmod (4-1)
    [2012-01-23 04:21] upgraded udev (175-1 -> 178-1)
    [2012-01-23 04:21] warning: /etc/rc.conf installed as /etc/rc.conf.pacnew
    [2012-01-23 04:21] upgraded initscripts (2012.01.2-1 -> 2012.01.3-1)
    [2012-01-23 04:21] upgraded libgee (0.6.3-1 -> 0.6.4-1)
    [2012-01-23 04:21] upgraded mdadm (3.2.2-4 -> 3.2.3-1)
    [2012-01-23 04:21] upgraded mkinitcpio (0.8.0-3 -> 0.8.2-1)
    [2012-01-23 04:21] upgraded pixman (0.24.0-1 -> 0.24.2-1)
    [2012-01-23 04:21] upgraded poppler (0.18.2-1 -> 0.18.3-1)
    [2012-01-23 04:21] upgraded poppler-glib (0.18.2-1 -> 0.18.3-1)
    [2012-01-23 04:21] upgraded sdl_image (1.2.11-1 -> 1.2.12-1)
    [2012-01-23 04:21] upgraded sg3_utils (1.30-1 -> 1.33-1)
    [2012-01-23 04:21] upgraded sqlite3 (3.7.9-1 -> 3.7.10-1)
    [2012-01-23 04:21] upgraded xkeyboard-config (2.4.1-3 -> 2.5-1)
    [2012-01-23 04:21] upgraded xterm (276-1 -> 278-1)
    EDIT: SO NOW x won't even make it as far as it did before (to at least let me see the wallpaper) and eventually goes to a 'something went wrong' screen and I have to shutdown as I don't have a mouse to select Log Out.
    //xorg.log
    [ 31.490] (**) Option "xkb_rules" "evdev"
    [ 31.490] (**) Option "xkb_model" "evdev"
    [ 31.490] (**) Option "xkb_layout" "us"
    [ 31.490] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
    [ 31.490] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
    [ 31.490] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
    [ 31.490] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 31.490] (**) AT Translated Set 2 keyboard: always reports core events
    [ 31.490] (**) AT Translated Set 2 keyboard: Device: "/dev/input/event0"
    [ 31.490] (--) AT Translated Set 2 keyboard: Found keys
    [ 31.490] (II) AT Translated Set 2 keyboard: Configuring as keyboard
    [ 31.490] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
    [ 31.490] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 13)
    [ 31.491] (**) Option "xkb_rules" "evdev"
    [ 31.491] (**) Option "xkb_model" "evdev"
    [ 31.491] (**) Option "xkb_layout" "us"
    [ 31.491] (II) config/udev: Adding input device ImPS/2 Generic Wheel Mouse (/dev/input/event9)
    [ 31.491] (**) ImPS/2 Generic Wheel Mouse: Applying InputClass "evdev pointer catchall"
    [ 31.491] (II) Using input driver 'evdev' for 'ImPS/2 Generic Wheel Mouse'
    [ 31.491] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 31.491] (**) ImPS/2 Generic Wheel Mouse: always reports core events
    [ 31.491] (**) ImPS/2 Generic Wheel Mouse: Device: "/dev/input/event9"
    [ 31.491] (--) ImPS/2 Generic Wheel Mouse: Found 3 mouse buttons
    [ 31.491] (--) ImPS/2 Generic Wheel Mouse: Found scroll wheel(s)
    [ 31.491] (--) ImPS/2 Generic Wheel Mouse: Found relative axes
    [ 31.491] (--) ImPS/2 Generic Wheel Mouse: Found x and y relative axes
    [ 31.491] (II) ImPS/2 Generic Wheel Mouse: Configuring as mouse
    [ 31.491] (II) ImPS/2 Generic Wheel Mouse: Adding scrollwheel support
    [ 31.491] (**) ImPS/2 Generic Wheel Mouse: YAxisMapping: buttons 4 and 5
    [ 31.491] (**) ImPS/2 Generic Wheel Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 31.491] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input9/event9"
    [ 31.491] (II) XINPUT: Adding extended input device "ImPS/2 Generic Wheel Mouse" (type: MOUSE, id 14)
    [ 31.491] (II) ImPS/2 Generic Wheel Mouse: initialized for relative axes.
    [ 31.491] (**) ImPS/2 Generic Wheel Mouse: (accel) keeping acceleration scheme 1
    [ 31.491] (**) ImPS/2 Generic Wheel Mouse: (accel) acceleration profile 0
    [ 31.491] (**) ImPS/2 Generic Wheel Mouse: (accel) acceleration factor: 2.000
    [ 31.491] (**) ImPS/2 Generic Wheel Mouse: (accel) acceleration threshold: 4
    [ 31.491] (II) config/udev: Adding input device ImPS/2 Generic Wheel Mouse (/dev/input/mouse0)
    [ 31.491] (II) No input driver/identifier specified (ignoring)
    [ 31.491] (II) config/udev: Adding input device PC Speaker (/dev/input/event2)
    [ 31.491] (II) No input driver/identifier specified (ignoring)
    [ 31.492] (II) config/udev: Adding input device Dell WMI hotkeys (/dev/input/event8)
    [ 31.492] (**) Dell WMI hotkeys: Applying InputClass "evdev keyboard catchall"
    [ 31.492] (II) Using input driver 'evdev' for 'Dell WMI hotkeys'
    [ 31.492] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 31.492] (**) Dell WMI hotkeys: always reports core events
    [ 31.492] (**) Dell WMI hotkeys: Device: "/dev/input/event8"
    [ 31.492] (--) Dell WMI hotkeys: Found keys
    [ 31.492] (II) Dell WMI hotkeys: Configuring as keyboard
    [ 31.492] (**) Option "config_info" "udev:/sys/devices/virtual/input/input8/event8"
    [ 31.492] (II) XINPUT: Adding extended input device "Dell WMI hotkeys" (type: KEYBOARD, id 15)
    [ 31.492] (**) Option "xkb_rules" "evdev"
    [ 31.492] (**) Option "xkb_model" "evdev"
    [ 31.492] (**) Option "xkb_layout" "us"
    [ 34.195] (II) intel(0): EDID vendor "AUO", prod id 12525
    [ 34.195] (II) intel(0): Printing DDC gathered Modelines:
    [ 34.195] (II) intel(0): Modeline "1920x1080"x0.0 140.00 1920 1968 2068 2144 1080 1083 1084 1088 +hsync -vsync (65.3 kHz)
    [ 34.195] (II) intel(0): Modeline "1920x1080"x0.0 93.33 1920 1968 2068 2144 1080 1083 1084 1088 +hsync -vsync (43.5 kHz)
    [ 34.531] (II) intel(0): EDID vendor "AUO", prod id 12525
    [ 34.531] (II) intel(0): Printing DDC gathered Modelines:
    [ 34.531] (II) intel(0): Modeline "1920x1080"x0.0 140.00 1920 1968 2068 2144 1080 1083 1084 1088 +hsync -vsync (65.3 kHz)
    [ 34.531] (II) intel(0): Modeline "1920x1080"x0.0 93.33 1920 1968 2068 2144 1080 1083 1084 1088 +hsync -vsync (43.5 kHz)
    [ 66.265] (II) intel(0): EDID vendor "AUO", prod id 12525
    [ 66.265] (II) intel(0): Printing DDC gathered Modelines:
    [ 66.265] (II) intel(0): Modeline "1920x1080"x0.0 140.00 1920 1968 2068 2144 1080 1083 1084 1088 +hsync -vsync (65.3 kHz)
    [ 66.265] (II) intel(0): Modeline "1920x1080"x0.0 93.33 1920 1968 2068 2144 1080 1083 1084 1088 +hsync -vsync (43.5 kHz)
    EDIT: FOUND this bug: https://bugs.archlinux.org/task/28049 - realize I may really be fishing here..
    //udev test
    # line below is from dmesg
    [ 1.068340] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
    run_command: calling: test
    adm_test: version 178
    builtin_kmod_init: load module index
    add_matching_files: unable to open '/run/udev/rules.d': No such file or directory
    parse_file: reading '/lib/udev/rules.d/10-dm.rules' as rules file
    parse_file: reading '/lib/udev/rules.d/11-dm-lvm.rules' as rules file
    parse_file: reading '/lib/udev/rules.d/13-dm-disk.rules' as rules file
    parse_file: reading '/lib/udev/rules.d/40-gphoto.rules' as rules file
    add_rule: IMPORT found builtin 'usb_id --export %p', replacing /lib/udev/rules.d/40-gphoto.rules:11
    parse_file: reading '/lib/udev/rules.d/40-hpet-permissions.rules' as rules file
    parse_file: reading '/lib/udev/rules.d/42-qemu-usb.rules' as rules file
    parse_file: reading '/lib/udev/rules.d/50-udev-default.rules' as rules file
    parse_file: reading '/lib/udev/rules.d/53-sane.rules' as rules file
    parse_file: reading '/lib/udev/rules.d/60-cdrom_id.rules' as rules file
    parse_file: reading '/lib/udev/rules.d/60-pcmcia.rules' as rules file
    parse_file: reading '/lib/udev/rules.d/60-persistent-alsa.rules' as rules file
    parse_file: reading '/lib/udev/rules.d/60-persistent-input.rules' as rules file
    parse_file: reading '/lib/udev/rules.d/60-persistent-serial.rules' as rules file
    parse_file: reading '/lib/udev/rules.d/60-persistent-storage-tape.rules' as rules file
    parse_file: reading '/lib/udev/rules.d/60-persistent-storage.rules' as rules file
    parse_file: reading '/lib/udev/rules.d/60-persistent-v4l.rules' as rules file
    parse_file: reading '/lib/udev/rules.d/61-accelerometer.rules' as rules file
    parse_file: reading '/lib/udev/rules.d/61-gnome-bluetooth-rfkill.rules' as rules file
    parse_file: reading '/lib/udev/rules.d/64-md-raid.rules' as rules file
    parse_file: reading '/lib/udev/rules.d/69-cd-sensors.rules' as rules file
    add_rule: IMPORT found builtin 'usb_id --export %p', replacing /lib/udev/rules.d/69-cd-sensors.rules:76
    add_rule: IMPORT found builtin 'usb-db %p', replacing /lib/udev/rules.d/69-cd-sensors.rules:77
    parse_file: reading '/lib/udev/rules.d/70-infrared.rules' as rules file
    parse_file: reading '/lib/udev/rules.d/70-udev-acl.rules' as rules file
    parse_file: reading '/lib/udev/rules.d/75-net-description.rules' as rules file
    parse_file: reading '/lib/udev/rules.d/75-probe_mtd.rules' as rules file
    parse_file: reading '/lib/udev/rules.d/75-tty-description.rules' as rules file
    parse_file: reading '/lib/udev/rules.d/77-nm-olpc-mesh.rules' as rules file
    parse_file: reading '/lib/udev/rules.d/78-sound-card.rules' as rules file
    parse_file: reading '/lib/udev/rules.d/80-drivers.rules' as rules file
    parse_file: reading '/lib/udev/rules.d/80-udisks.rules' as rules file
    add_rule: IMPORT found builtin 'pci-db %p', replacing /lib/udev/rules.d/80-udisks.rules:6
    parse_file: reading '/lib/udev/rules.d/85-usbmuxd.rules' as rules file
    parse_file: reading '/lib/udev/rules.d/90-pulseaudio.rules' as rules file
    parse_file: reading '/lib/udev/rules.d/95-cd-devices.rules' as rules file
    parse_file: reading '/lib/udev/rules.d/95-dm-notify.rules' as rules file
    parse_file: reading '/lib/udev/rules.d/95-keyboard-force-release.rules' as rules file
    parse_file: reading '/lib/udev/rules.d/95-keymap.rules' as rules file
    parse_file: reading '/lib/udev/rules.d/95-udev-late.rules' as rules file
    parse_file: reading '/lib/udev/rules.d/95-upower-battery-recall-dell.rules' as rules file
    parse_file: reading '/lib/udev/rules.d/95-upower-battery-recall-fujitsu.rules' as rules file
    parse_file: reading '/lib/udev/rules.d/95-upower-battery-recall-gateway.rules' as rules file
    parse_file: reading '/lib/udev/rules.d/95-upower-battery-recall-ibm.rules' as rules file
    parse_file: reading '/lib/udev/rules.d/95-upower-battery-recall-lenovo.rules' as rules file
    parse_file: reading '/lib/udev/rules.d/95-upower-battery-recall-toshiba.rules' as rules file
    parse_file: reading '/lib/udev/rules.d/95-upower-csr.rules' as rules file
    parse_file: reading '/lib/udev/rules.d/95-upower-hid.rules' as rules file
    parse_file: reading '/lib/udev/rules.d/95-upower-wup.rules' as rules file
    parse_file: reading '/lib/udev/rules.d/97-bluetooth-hid2hci.rules' as rules file
    udev_rules_new: rules use 188232 bytes tokens (15686 * 12 bytes), 27728 bytes buffer
    udev_rules_new: temporary index used 50920 bytes (2546 * 20 bytes)
    udev_device_new_from_syspath: device 0x1a25700 has devpath '/devices/platform/i8042/serio0/input/input0'
    udev_device_new_from_syspath: device 0x1a34d60 has devpath '/devices/platform/i8042/serio0/input/input0'
    udev_device_read_db: device 0x1a34d60 filled with db file data
    udev_rules_apply_to_event: IMPORT builtin 'input_id' /lib/udev/rules.d/50-udev-default.rules:23
    udev_builtin_add_property: ID_INPUT=1
    get_cap_mask: capabilities/ev raw kernel attribute: 120013
    get_cap_mask: capabilities/abs raw kernel attribute: 0
    get_cap_mask: capabilities/rel raw kernel attribute: 0
    get_cap_mask: capabilities/key raw kernel attribute: 402000000 3803078f800d001 feffffdfffefffff fffffffffffffffe
    test_key: test_key: checking bit block 0 for any keys; found=1
    test_key: test_key: checking bit block 64 for any keys; found=1
    test_key: test_key: checking bit block 128 for any keys; found=1
    test_key: test_key: checking bit block 192 for any keys; found=1
    udev_builtin_add_property: ID_INPUT_KEY=1
    udev_builtin_add_property: ID_INPUT_KEYBOARD=1
    udev_device_new_from_syspath: device 0x1a361d0 has devpath '/devices/platform/i8042/serio0'
    udev_device_new_from_syspath: device 0x1a36740 has devpath '/devices/platform/i8042'
    udev_device_new_from_syspath: device 0x1a36d00 has devpath '/devices/platform'
    udev_rules_apply_to_event: IMPORT builtin 'path_id' /lib/udev/rules.d/60-persistent-input.rules:31
    udev_builtin_add_property: ID_PATH=platform-i8042-serio-0
    udev_builtin_add_property: ID_PATH_TAG=platform-i8042-serio-0
    udev_rules_apply_to_event: IMPORT builtin 'kmod' /lib/udev/rules.d/80-drivers.rules:5
    builtin_kmod: execute 'load' 'input:b0011v0001p0001eAB41-e0,1,4,11,14,k71,72,73,74,75,76,77,79,7A,7B,7C,7D,7E,7F,80,8C,8E,8F,9B,9C,9D,9E,9F,A3,A4,A5,A6,AC,AD,B7,B8,B9,D9,E2,ram4,l0,1,2,sfw'
    load_module: inserted 'evdev'
    udev_device_update_db: created db file '/run/udev/data/+input:input0' for '/devices/platform/i8042/serio0/input/input0'
    builtin_kmod_exit: unload module index
    This program is for debugging only, it does not run any program,
    specified by a RUN key. It may show incorrect results, because
    some values may be different, or not available at a simulation run.
    .INPUT_CLASS=kbd
    ACTION=add
    DEVPATH=/devices/platform/i8042/serio0/input/input0
    EV=120013
    ID_INPUT=1
    ID_INPUT_KEY=1
    ID_INPUT_KEYBOARD=1
    ID_PATH=platform-i8042-serio-0
    ID_PATH_TAG=platform-i8042-serio-0
    ID_SERIAL=noserial
    KEY=402000000 3803078f800d001 feffffdfffefffff fffffffffffffffe
    LED=7
    MODALIAS=input:b0011v0001p0001eAB41-e0,1,4,11,14,k71,72,73,74,75,76,77,79,7A,7B,7C,7D,7E,7F,80,8C,8E,8F,9B,9C,9D,9E,9F,A3,A4,A5,A6,AC,AD,B7,B8,B9,D9,E2,ram4,l0,1,2,sfw
    MSC=10
    NAME="AT Translated Set 2 keyboard"
    PHYS="isa0060/serio0/input0"
    PRODUCT=11/1/1/ab41
    PROP=0
    SUBSYSTEM=input
    UDEV_LOG=6
    USEC_INITIALIZED=5011892
    Last edited by killnine (2012-01-25 14:39:33)

    I'm glad that fixed your keyboard.
    Good idea about the wiki page. If/when I have time I will add something. Feel free to do so if you have some.
    I've not had the computer for long, however the core install boots and works fine, but after updating the keyboard and mouse become unresponsive, so unfortunately from my perspective, one of the updates in the past 4 or 5 months broke it! However, though I've not tried any combinations of boot parameters, the vast majority of live CDs won't even boot without acpi=off (or presumably, only acpi=noirq is actually needed, looking at your tests) so it doesn't look to be Arch specific.
    For your X problems, are you using a DE or WM, and how are you logging in? If you can disable the login manager (if present) and start an X session with startx, with say only exec xterm in your ~/.xinitrc that might help pinpoint the issue. If that works, it will unlikely be an X issue, more one of your DE/WM.

  • [SOLVED] Random kernel panics during boot (Waiting for UDev uevents..)

    Update 2012-03-31: Workaround confirmed to work, see tenthirteen's post.
    Update 2012-02-03: I've narrowed down the problem to the 3.x kernels. Downgrading to kernel26-2.6.38.5-1, with the other packages up-to-date (using nouveau instead of nvidia driver), solves the problem. Still, I still consider this a problem since it forces me to use an older kernel, so if anyone has any idea how to find the problem I would be very thankful!
    When I came back home after the summer vacations I did a huge upgrade with pacman -Syu (of course I read the announcements before). This included linux (3.0.3-1) from kernel26 (2.6.38.5-1) and udev (167-2 -> 173-3). After this point, the boot process randomly fails from time to time; today I had to restart more than 20 times before my machine would boot successfully.
    It always occurs during "Waiting for UDev uvents to be processed". Some of the errors are:
    1. The computer freezes when the message is shown (cursor stops to blink).
    2. Nothing happens for a long time, then Waiting for UDev uvents to be processed [ FAIL ]s.
    3. Short and long error messages that look similar to this guy's (except for the last line).
    I greped for some of the error messages in /var/log but they don't seem to be logged, so the examples below are from my handwritten notes and thus not very complete (there are a lot of other error messages except these lines). It's also possible that there are some mistakes. Note that they're from different boots.
    BUG: Soft lockup - CPU#1 stuck for 23 s! [modprobe:256]
    BUG: Unable to handle kernel
    --[End ...]--
    note: udevd[225] exited with preempt_count 2
    Kernel panic - not syncing: stack-protector: Kernel stack is corrupted in: c0147299
    BUG: Unable to handle kernel paging request at f8d20076
    Code: Bad EIP value.
    EIP: ...
    CRZ: ...
    --[End ...]--
    Kernel panic - not syncing: Attempted to kill the idle task!
    Lock: Bad EIP value
    Note: modprobe [296] exited with preempt_count 3
    WARNING: at kernel/watchdog.c:240 watchdog-overflow-callback+0xac/...
    BUG: Unable to handle kernel NULL pointer dereference at 00000286
    BUG: Unable to handle kernel NULL pointer dereference at (null)
    These errors are seemingly arbitrary which makes it very hard to find the problem. Sometimes it works without a single complaint, sometimes it says something about "No caching mode page present, Assuming drive cache: write through", and sometimes I get different errors (the examples above are only from today!). As you can imagine, it gets pretty annoying.
    So far I've tried to:
    * Use the fallback mode - nope.
    * Rerun mkinitcpio -p linux - nope.
    * Append noapic and nomodeset to the kernel in GRUB - nope.
    * Install and try kernel26-lts - seems to work, although I don't understand what other differences there are (e.g., it doesn't start X). At least this seems to suggest that it's not a hardware problem.
    * Unplug all USB devices before boot - sometimes works, sometimes not. Doesn't seem to be a direct connection.
    * Remove my custom settings in /etc/modprobe.d - nope.
    * A lot of other things I've forgotten.
    Edit: I forgot to mention, once it's booted, the system works perfectly fine. No kernel panics etc. That's the second reason why I suspect it's not a hardware failure.
    I've been thinking about trying to downgrade the kernel and udev, but with the renaming and all dependencies I'm not sure how to do that.
    Since I've run out of ideas how to troubleshoot this issue, I would appreciate if I could get some suggestions here. I've search around and found similar posts but no solution that works for me.
    Finally, here are some more information.
    uname -a:
    Linux archon 3.0-ARCH #1 SMP PREEMPT Tue Aug 30 07:32:23 UTC 2011 i686 Intel(R) Pentium(R) 4 CPU 2.60GHz GenuineIntel GNU/Linux
    The packages that I upgraded with pacman -Syu that day (removed most KDE packages from the list):
    [2011-08-26 15:14] Running 'pacman-color -Syu'
    [2011-08-26 15:14] synchronizing package lists
    [2011-08-26 15:18] Running 'pacman-color -Sy pacman'
    [2011-08-26 15:18] synchronizing package lists
    [2011-08-26 15:18] upgraded linux-api-headers (2.6.38.1-1 -> 3.0.1-1)
    [2011-08-26 15:19] warning: /etc/locale.gen installed as /etc/locale.gen.pacnew
    [2011-08-26 15:19] Generating locales...
    [2011-08-26 15:19] en_US.UTF-8... done
    [2011-08-26 15:19] en_US.ISO-8859-1... done
    [2011-08-26 15:19] sv_SE.UTF-8... done
    [2011-08-26 15:19] sv_SE.ISO-8859-1... done
    [2011-08-26 15:19] Generation complete.
    [2011-08-26 15:19] upgraded glibc (2.13-5 -> 2.14-5)
    [2011-08-26 15:19] upgraded pacman (3.5.3-1 -> 3.5.4-4)
    [2011-08-26 15:27] Running 'pacman-color -Syu'
    [2011-08-26 15:27] synchronizing package lists
    [2011-08-26 15:27] starting full system upgrade
    [2011-08-26 15:29] Running 'pacman-color -Syu'
    [2011-08-26 15:29] synchronizing package lists
    [2011-08-26 15:29] starting full system upgrade
    [2011-08-26 15:29] Running 'pacman-color -Rsn linuxwacom-bamboo-cth-ctl'
    [2011-08-26 15:29] removed linuxwacom-bamboo-cth-ctl (0.10.99.1-1)
    [2011-08-26 15:29] Running 'pacman-color -Syu'
    [2011-08-26 15:29] synchronizing package lists
    [2011-08-26 15:29] starting full system upgrade
    [2011-08-26 15:29] Running 'pacman-color -Syu'
    [2011-08-26 15:29] synchronizing package lists
    [2011-08-26 15:29] starting full system upgrade
    [2011-08-26 15:53] Running 'pacman-color -Syu'
    [2011-08-26 15:53] synchronizing package lists
    [2011-08-26 15:54] starting full system upgrade
    [2011-08-26 16:03] warning: /etc/krb5.conf saved as /etc/krb5.conf.pacsave
    [2011-08-26 16:03] removed heimdal (1.3.3-4)
    [2011-08-26 16:03] removed eigen (2.0.15-1)
    [2011-08-26 16:03] removed python2-qt (4.8.3-1)
    [2011-08-26 16:03] removed kernel26 (2.6.38.5-1)
    [2011-08-26 16:04] removed kernel26-headers (2.6.38.5-1)
    [2011-08-26 16:04] removed libreoffice (3.3.2-2)
    [2011-08-26 16:04] upgraded readline (6.2.001-1 -> 6.2.001-2)
    [2011-08-26 16:04] upgraded bash (4.2.008-1 -> 4.2.010-1)
    [2011-08-26 16:04] upgraded attr (2.4.44-3 -> 2.4.46-1)
    [2011-08-26 16:04] upgraded acl (2.2.49-2 -> 2.2.51-1)
    [2011-08-26 16:04] upgraded rsync (3.0.8-1 -> 3.0.8-2)
    [2011-08-26 16:04] upgraded abs (2.4.2-1 -> 2.4.3-1)
    [2011-08-26 16:04] upgraded gcc-libs (4.6.0-4 -> 4.6.1-3)
    [2011-08-26 16:04] upgraded zlib (1.2.5-3 -> 1.2.5-4)
    [2011-08-26 16:04] upgraded icu (4.6.1-1 -> 4.8.1-1)
    [2011-08-26 16:04] upgraded boost-libs (1.46.0-4 -> 1.47.0-1)
    [2011-08-26 16:04] upgraded libmysqlclient (5.5.11-1 -> 5.5.15-1)
    [2011-08-26 16:04] upgraded mysql-clients (5.5.11-1 -> 5.5.15-1)
    [2011-08-26 16:04] hostname and {,yp,nis}domainname has moved:
    [2011-08-26 16:04] ----------
    [2011-08-26 16:04] hostname is now in coreutils
    [2011-08-26 16:04] domainname is now in yp-tools
    [2011-08-26 16:04] their functionality might have changed slightly
    [2011-08-26 16:04]
    [2011-08-26 16:04] dnsdomainname remains in net-tools
    [2011-08-26 16:04] ----------
    [2011-08-26 16:04] upgraded net-tools (1.60-14 -> 1.60-18)
    [2011-08-26 16:04] warning: directory permissions differ on var/lib/mysql/
    filesystem: 755 package: 700
    [2011-08-26 16:04] upgraded mysql (5.5.11-1 -> 5.5.15-1)
    [2011-08-26 16:04] upgraded libpng (1.4.5-1 -> 1.4.8-1)
    [2011-08-26 16:04] upgraded sqlite3 (3.7.6.1-1 -> 3.7.7.1-1)
    [2011-08-26 16:04] upgraded run-parts (3.4.1-1 -> 3.4.4-1)
    [2011-08-26 16:04] upgraded db (5.1.25-1 -> 5.2.28-1)
    [2011-08-26 16:04] installed libgssglue (0.3-1)
    [2011-08-26 16:04] installed libtirpc (0.2.2-2)
    [2011-08-26 16:04] upgraded pam (1.1.3-1 -> 1.1.4-1)
    [2011-08-26 16:04] Fixing gshadow file ...
    [2011-08-26 16:04] upgraded shadow (4.1.4.3-1 -> 4.1.4.3-2)
    [2011-08-26 16:04] upgraded gmp (5.0.1-2 -> 5.0.2-3)
    [2011-08-26 16:04] upgraded libcap (2.20-1 -> 2.22-1)
    [2011-08-26 16:04] upgraded coreutils (8.12-1 -> 8.12-3)
    [2011-08-26 16:04] Updating certificates. This might take a while...
    [2011-08-26 16:04] upgraded ca-certificates (20090814+nmu2-1 -> 20110421-3)
    [2011-08-26 16:04] upgraded pcre (8.12-1 -> 8.13-2)
    [2011-08-26 16:04] upgraded glib2 (2.28.6-1 -> 2.28.8-1)
    [2011-08-26 16:04] upgraded iana-etc (2.30-1 -> 2.30-2)
    [2011-08-26 16:04] warning: /etc/fstab installed as /etc/fstab.pacnew
    [2011-08-26 16:04] warning: directory permissions differ on run/
    filesystem: 1777 package: 755
    [2011-08-26 16:04] upgraded filesystem (2011.04-1 -> 2011.08-1)
    [2011-08-26 16:04] upgraded dbus-core (1.4.1-1 -> 1.4.14-1)
    [2011-08-26 16:04] upgraded xproto (7.0.21-1 -> 7.0.22-1)
    [2011-08-26 16:04] upgraded libx11 (1.4.3-2 -> 1.4.4-1)
    [2011-08-26 16:05] upgraded dbus (1.4.1-1 -> 1.4.14-1)
    [2011-08-26 16:05] upgraded freetype2 (2.4.4-2 -> 2.4.6-1)
    [2011-08-26 16:05] upgraded libxfont (1.4.3-1 -> 1.4.4-1)
    [2011-08-26 16:05] upgraded util-linux (2.19-4 -> 2.19.1-3)
    [2011-08-26 16:05] upgraded module-init-tools (3.12-2 -> 3.16-1)
    [2011-08-26 16:05] ATTENTION UDEV:
    [2011-08-26 16:05] ----------
    [2011-08-26 16:05] Kernel 2.6.32 or newer is now required.
    [2011-08-26 16:05] --
    [2011-08-26 16:05] OSS emulation modules are not loaded by default, add to rc.conf if needed.
    [2011-08-26 16:05] --
    [2011-08-26 16:05] Arch specific cd symlinks are now no longer created.
    [2011-08-26 16:05] --
    [2011-08-26 16:05] cd and net persistent rules will no longer be autogenerated,
    [2011-08-26 16:05] see <https://wiki.archlinux.org/index.php/Udev> for details.
    [2011-08-26 16:05] --
    [2011-08-26 16:05] Errors are now logged (possibly to the console) by default.
    [2011-08-26 16:05] --
    [2011-08-26 16:05] Arch's custom blacklisting logic has been removed. MOD_AUTOLOAD and
    [2011-08-26 16:05] blacklisting in MODULES no longer works.
    [2011-08-26 16:05] See 'man modprobe.conf' for a replacement to blacklisting.
    [2011-08-26 16:05] To disable a module mod1 on the kernel command line, use
    [2011-08-26 16:05] mod1.disable=1
    [2011-08-26 16:05] or
    [2011-08-26 16:05] modprobe.blacklist=mod1
    [2011-08-26 16:05] --
    [2011-08-26 16:05] The following modules are no longer unconditionally loaded:
    [2011-08-26 16:05] pcspkr irtty-sir analog lp ppdev ide-generic
    [2011-08-26 16:05] Add them to MODULES in rc.conf if you need them.
    [2011-08-26 16:05] --
    [2011-08-26 16:05] Support for non-devtmpfs self-compiled kernels have been moved to udev-compat.
    [2011-08-26 16:05] --
    [2011-08-26 16:05] Blacklisting of framebuffer devices has moved from /etc/modprobe.d to
    [2011-08-26 16:05] /lib/modprobe.d. Any customizations shoud be done to the file in /etc, as it
    [2011-08-26 16:05] takes precedence.
    [2011-08-26 16:05] --
    [2011-08-26 16:05] kbd and rtc devices are no longer world readable.
    [2011-08-26 16:05] --
    [2011-08-26 16:05] rtc is no longer in the audio group and fb devices are no longer in
    [2011-08-26 16:05] the video group, as permissions and ownership of fb devices are controlled
    [2011-08-26 16:05] by X.
    [2011-08-26 16:05] ---------------
    [2011-08-26 16:05] upgraded udev (167-2 -> 173-3)
    [2011-08-26 16:05] upgraded libdrm (2.4.25-1 -> 2.4.26-1)
    [2011-08-26 16:05] upgraded pixman (0.20.2-1 -> 0.22.2-1)
    [2011-08-26 16:05] upgraded libgpg-error (1.9-3 -> 1.10-1)
    [2011-08-26 16:05] upgraded libgcrypt (1.4.6-3 -> 1.5.0-1)
    [2011-08-26 16:05] upgraded xorg-xkbcomp (1.2.1-2 -> 1.2.3-1)
    [2011-08-26 16:05] upgraded xorg-server-common (1.10.1-1 -> 1.10.3.901-1)
    [2011-08-26 16:05] upgraded xorg-server (1.10.1-1 -> 1.10.3.901-1)
    [2011-08-26 16:05] upgraded nvidia-173xx-utils (173.14.30-1 -> 173.14.31-1)
    [2011-08-26 16:05] upgraded libxext (1.2.0-1 -> 1.3.0-1)
    [2011-08-26 16:05] upgraded libxrandr (1.3.1-1 -> 1.3.2-1)
    [2011-08-26 16:05] upgraded inputproto (2.0.1-1 -> 2.0.2-1)
    [2011-08-26 16:05] upgraded libxi (1.4.2-1 -> 1.4.3-1)
    [2011-08-26 16:05] upgraded xorg-xset (1.2.1-2 -> 1.2.2-1)
    [2011-08-26 16:05] upgraded xdg-utils (1.1.0rc1-2 -> 1.1.0rc1-3)
    [2011-08-26 16:05] upgraded qt (4.7.2-6 -> 4.7.3-3)
    [2011-08-26 16:05] installed libssh2 (1.2.9-1)
    [2011-08-26 16:05] upgraded curl (7.21.6-1 -> 7.21.7-1)
    [2011-08-26 16:05] upgraded raptor (2.0.2-1 -> 2.0.4-1)
    [2011-08-26 16:05] upgraded mpfr (3.0.1-1 -> 3.0.1.p4-2)
    [2011-08-26 16:05] upgraded rasqal (1:0.9.21-1 -> 1:0.9.27-1)
    [2011-08-26 16:05] upgraded binutils (2.21-7 -> 2.21.1-2)
    [2011-08-26 16:05] upgraded libmpc (0.9-1 -> 0.9-2)
    [2011-08-26 16:05] upgraded isl (0.06-1 -> 0.06-2)
    [2011-08-26 16:05] upgraded cloog (0.16.2-1 -> 0.16.2-2)
    [2011-08-26 16:05] upgraded ppl (0.11.2-1 -> 0.11.2-2)
    [2011-08-26 16:05] upgraded gcc (4.6.0-4 -> 4.6.1-3)
    [2011-08-26 16:05] upgraded libtool (2.4-3 -> 2.4-4)
    [2011-08-26 16:05] upgraded redland (1:1.0.12-1 -> 1:1.0.14-1)
    [2011-08-26 16:05] upgraded redland-storage-virtuoso (1:1.0.12-1 -> 1:1.0.14-1)
    [2011-08-26 16:05] upgraded soprano (2.6.0-5 -> 2.7.0-1)
    [2011-08-26 16:05] upgraded akonadi (1.5.2-1 -> 1.6.0-2)
    [2011-08-26 16:05] upgraded dialog (1.1_20110302-1 -> 1.1_20110707-1)
    [2011-08-26 16:05] upgraded psmisc (22.13-1 -> 22.14-1)
    [2011-08-26 16:05] upgraded alsa-utils (1.0.24.2-1 -> 1.0.24.2-3)
    [2011-08-26 16:06] upgraded exiv2 (0.21.1-1 -> 0.21.1-2)
    [2011-08-26 16:06] upgraded strigi (git20110405-1 -> 0.7.5-4)
    [2011-08-26 16:06] upgraded xz (5.0.2-1 -> 5.0.3-1)
    [2011-08-26 16:06] upgraded libsasl (2.1.23-5 -> 2.1.23-7)
    [2011-08-26 16:06] upgraded libldap (2.4.24-1 -> 2.4.26-3)
    [2011-08-26 16:06] upgraded keyutils (1.4-1 -> 1.5.2-1)
    [2011-08-26 16:06] installed krb5 (1.9.1-3)
    [2011-08-26 16:06] upgraded shared-desktop-ontologies (0.6.0-1 -> 0.7.1-1)
    [2011-08-26 16:06] upgraded libdbusmenu-qt (0.8.2-1 -> 0.8.3-1)
    [2011-08-26 16:06] upgraded grantlee (0.1.8-1 -> 0.1.9-1)
    [2011-08-26 16:06] upgraded aspell (0.60.6-5 -> 0.60.6.1-1)
    [2011-08-26 16:06] upgraded dbus-glib (0.92-1 -> 0.94-2)
    [2011-08-26 16:06] upgraded hunspell (1.2.15-1 -> 1.3.2-1)
    [2011-08-26 16:06] upgraded enchant (1.6.0-1 -> 1.6.0-3)
    [2011-08-26 16:06] upgraded libogg (1.2.2-1 -> 1.3.0-1)
    [2011-08-26 16:06] upgraded flac (1.2.1-2 -> 1.2.1-3)
    [2011-08-26 16:06] upgraded libsndfile (1.0.24-1 -> 1.0.25-1)
    [2011-08-26 16:06] upgraded libpulse (0.9.22-2 -> 0.9.23-1)
    [2011-08-26 16:06] installed libqzeitgeist (0.7.0-1)
    [2011-08-26 16:06] upgraded pango (1.28.4-2 -> 1.28.4-3)
    [2011-08-26 16:06] upgraded gstreamer0.10 (0.10.32-1 -> 0.10.35-1)
    [2011-08-26 16:06] upgraded gstreamer0.10-base (0.10.32-4 -> 0.10.35-1)
    [2011-08-26 16:06] upgraded gstreamer0.10-base-plugins (0.10.32-4 -> 0.10.35-1)
    [2011-08-26 16:06] upgraded phonon-gstreamer (4.5.0-1 -> 4.5.1-1)
    [2011-08-26 16:06] upgraded sdl (1.2.14-6 -> 1.2.14-7)
    [2011-08-26 16:06] upgraded xvidcore (1.3.1-1 -> 1.3.2-1)
    [2011-08-26 16:06] upgraded x264 (20110327-1 -> 20110617-1)
    [2011-08-26 16:06] upgraded libvpx (0.9.6-2 -> 0.9.7.p1-1)
    [2011-08-26 16:06] upgraded libva (1.0.12-1 -> 1.0.14-1)
    [2011-08-26 16:06] installed rtmpdump (2.4-1)
    [2011-08-26 16:06] upgraded ffmpeg (20110330-1 -> 20110724-1)
    [2011-08-26 16:06] upgraded cifs-utils (4.9-2 -> 4.9-3)
    [2011-08-26 16:06] upgraded smbclient (3.5.8-2 -> 3.6.0-4)
    [2011-08-26 16:06] upgraded mesa (7.10.2-2 -> 7.11-1)
    [2011-08-26 16:06] upgraded libsamplerate (0.1.7-1 -> 0.1.8-1)
    [2011-08-26 16:06] upgraded jack (0.120.1-1 -> 0.121.2-2)
    [2011-08-26 16:06] upgraded fluidsynth (1.1.3-2 -> 1.1.4-1)
    [2011-08-26 16:06] upgraded libass (0.9.11-1 -> 0.9.13-1)
    [2011-08-26 16:06] upgraded libproxy (0.4.6-6 -> 0.4.7-1)
    [2011-08-26 16:06] upgraded libjpeg-turbo (1.1.0-1 -> 1.1.1-3)
    [2011-08-26 16:06] upgraded v4l-utils (0.8.3-1 -> 0.8.5-1)
    [2011-08-26 16:06] upgraded taglib (1.7-1 -> 1.7-3)
    [2011-08-26 16:06] upgraded libdvbpsi (0.1.7-1 -> 0.2.0-1)
    [2011-08-26 16:06] upgraded libebml (1.2.0-1 -> 1.2.1-1)
    [2011-08-26 16:06] upgraded libmatroska (1.1.0-1 -> 1.2.0-1)
    [2011-08-26 16:06] upgraded libmodplug (0.8.8.1-1 -> 0.8.8.3-1)
    [2011-08-26 16:06] upgraded libmpeg2 (0.5.1-1 -> 0.5.1-3)
    [2011-08-26 16:06] upgraded libmtp (1.0.2-2 -> 1.1.0-1)
    [2011-08-26 16:06] installed libupnp (1.6.13-1)
    [2011-08-26 16:06] upgraded vlc (1.1.9-1 -> 1.1.11-4)
    [2011-08-26 16:06] upgraded phonon-vlc (0.4.0-1 -> 0.4.1-1)
    [2011-08-26 16:06] upgraded phonon (4.5.0-1 -> 4.5.55-1)
    [2011-08-26 16:06] upgraded upower (0.9.10-1 -> 0.9.12-1)
    [2011-08-26 16:07] upgraded device-mapper (2.02.84-1 -> 2.02.88-1)
    [2011-08-26 16:07] upgraded parted (2.3-1 -> 3.0-3)
    [2011-08-26 16:07] upgraded lvm2 (2.02.84-1 -> 2.02.88-1)
    [2011-08-26 16:07] upgraded eject (2.1.5-5 -> 2.1.5-7)
    [2011-08-26 16:07] upgraded udisks (1.0.3-2 -> 1.0.3-6)
    [2011-08-26 16:07] upgraded libxcursor (1.1.11-1 -> 1.1.12-1)
    [2011-08-26 16:07] upgraded ntrack (1:13-1 -> 1:13-2)
    [2011-08-26 16:07] upgraded libssh (0.4.8-1 -> 0.5.1-1)
    [2011-08-26 16:07] upgraded oxygen-icons (4.6.2-1 -> 4.7.0-1)
    [2011-08-26 16:07] upgraded xorg-xauth (1.0.5-2 -> 1.0.6-1)
    [2011-08-26 16:07] installed qjson (0.7.1-1)
    [2011-08-26 16:08] upgraded amarok (2.4.0-4 -> 2.4.3-1)
    [2011-08-26 16:08] upgraded apr (1.4.2-1 -> 1.4.5-1)
    [2011-08-26 16:08] upgraded apr-util (1.3.10-2 -> 1.3.12-2)
    [2011-08-26 16:08] upgraded atk (2.0.0-1 -> 2.0.1-1)
    [2011-08-26 16:08] upgraded avahi (0.6.30-2 -> 0.6.30-4)
    [2011-08-26 16:08] installed eigen2 (2.0.16-1)
    [2011-08-26 16:08] upgraded libffi (3.0.9-1 -> 3.0.10-1)
    [2011-08-26 16:08] upgraded python (3.2-2 -> 3.2.1-1)
    [2011-08-26 16:08] installed sip (4.12.4-1)
    [2011-08-26 16:08] installed pyqt (4.8.5-1)
    [2011-08-26 16:08] upgraded python2 (2.7.1-9 -> 2.7.2-2)
    [2011-08-26 16:08] upgraded python2-sip (4.12.1-1 -> 4.12.4-1)
    [2011-08-26 16:08] upgraded dbus-python (0.83.1-2 -> 0.84.0-1)
    [2011-08-26 16:08] installed python2-pyqt (4.8.5-1)
    [2011-08-26 16:08] upgraded glew (1.5.8-1 -> 1.6.0-1)
    [2011-08-26 16:08] upgraded blas (3.3.0-2 -> 3.3.1-2)
    [2011-08-26 16:08] upgraded lapack (3.3.0-2 -> 3.3.1-2)
    [2011-08-26 16:08] upgraded python2-numpy (1.5.1-2 -> 1.6.0-1)
    [2011-08-26 16:08] upgraded avogadro (1.0.3-1 -> 1.0.3-3)
    [2011-08-26 16:08] upgraded bison (2.4.3-1 -> 2.5-1)
    [2011-08-26 16:08] upgraded bluez (4.93-1 -> 4.96-1)
    [2011-08-26 16:08] upgraded boost (1.46.0-4 -> 1.47.0-1)
    [2011-08-26 16:08] upgraded cabextract (1.3-1 -> 1.4-1)
    [2011-08-26 16:08] upgraded libsigc++ (2.2.9-1 -> 2.2.10-1)
    [2011-08-26 16:08] upgraded cairomm (1.9.8-1 -> 1.10.0-1)
    [2011-08-26 16:08] upgraded chmlib (0.40-1 -> 0.40-2)
    [2011-08-26 16:08] installed nettle (2.2-1)
    [2011-08-26 16:08] upgraded gnutls (2.12.3-1 -> 3.0.1-1)
    [2011-08-26 16:08] upgraded libcups (1.4.6-1 -> 1.4.8-2)
    [2011-08-26 16:08] upgraded gdk-pixbuf2 (2.23.3-1 -> 2.23.5-1)
    [2011-08-26 16:08] upgraded gtk-update-icon-cache (2.24.4-1 -> 2.24.5-3)
    [2011-08-26 16:08] upgraded gtk2 (2.24.4-1 -> 2.24.5-3)
    [2011-08-26 16:09] upgraded nspr (4.8.7-1 -> 4.8.9-1)
    [2011-08-26 16:09] upgraded nss (3.12.9-1 -> 3.12.11-1)
    [2011-08-26 16:09] upgraded libevent (2.0.10-1 -> 2.0.12-1)
    [2011-08-26 16:09] upgraded xorg-mkfontscale (1.0.8-1 -> 1.0.9-1)
    [2011-08-26 16:10] upgraded ttf-dejavu (2.32-2 -> 2.33-1)
    [2011-08-26 16:10] upgraded chromium (11.0.696.57-1 -> 13.0.782.215-1)
    [2011-08-26 16:10] upgraded cln (1.3.1-1 -> 1.3.2-1)
    [2011-08-26 16:10] upgraded clucene (0.9.21b-1 -> 2.3.3.4-1)
    [2011-08-26 16:11] upgraded cmake (2.8.4-1 -> 2.8.5-1)
    [2011-08-26 16:11] upgraded consolekit (0.4.4-1 -> 0.4.5-1)
    [2011-08-26 16:11] upgraded cryptsetup (1.2.0-1 -> 1.3.1-2)
    [2011-08-26 16:11] upgraded poppler (0.16.4-1 -> 0.16.7-1)
    [2011-08-26 16:11] daemon script has been renamed to /etc/rc.d/cupsd
    [2011-08-26 16:11] change your entry in /etc/rc.conf
    [2011-08-26 16:11] upgraded cups (1.4.6-1 -> 1.4.8-2)
    [2011-08-26 16:11] upgraded cvs (1.11.23-6 -> 1.11.23-7)
    [2011-08-26 16:11] upgraded dash (0.5.6.1-2 -> 0.5.7-2)
    [2011-08-26 16:11] upgraded dconf (0.7.3-2 -> 0.8.0-1)
    [2011-08-26 16:11] upgraded dcron (4.4-2 -> 4.5-2)
    [2011-08-26 16:11] upgraded diffutils (3.0-2 -> 3.1-1)
    [2011-08-26 16:11] upgraded libksba (1.0.8-1 -> 1.2.0-1)
    [2011-08-26 16:11] upgraded libassuan (2.0.1-1 -> 2.0.2-1)
    [2011-08-26 16:11] upgraded dirmngr (1.1.0-1 -> 1.1.0-3)
    [2011-08-26 16:11] upgraded dri2proto (2.3-1 -> 2.6-1)
    [2011-08-26 16:11] upgraded fakeroot (1.15.1-1 -> 1.17-1)
    [2011-08-26 16:11] upgraded file (5.06-1 -> 5.08-1)
    [2011-08-26 16:11] upgraded startup-notification (0.10-2 -> 0.12-1)
    [2011-08-26 16:11] upgraded mime-types (1.0-3 -> 8-1)
    [2011-08-26 16:11] upgraded libnotify (0.7.2-1 -> 0.7.3-1)
    [2011-08-26 16:11] upgraded firefox (4.0.1-1 -> 6.0-1)
    [2011-08-26 16:11] upgraded flashplugin (10.2.159.1-2 -> 10.3.183.7-1)
    [2011-08-26 16:11] - The directories /usr/lib/perl5/current, /usr/lib/perl5/site_perl/current,
    [2011-08-26 16:11] /usr/lib/perl5/site_perl/5.10.1, and /usr/share/perl5/site_perl/5.10.1
    [2011-08-26 16:11] have been removed from @INC.
    [2011-08-26 16:11] - The script/binary directories are now /usr/bin/*_perl instead of
    [2011-08-26 16:11] /usr/lib/perl5/*_perl/bin which will be eventually removed.
    [2011-08-26 16:11] upgraded perl (5.12.3-1 -> 5.14.1-3)
    [2011-08-26 16:11] upgraded foomatic-db (4.0.6_20101215-1 -> 1:4.0.7_20110707-1)
    [2011-08-26 16:11] upgraded foomatic-filters (4.0.6_20101215-1 -> 1:4.0.7_20110707-1)
    [2011-08-26 16:11] upgraded foomatic-db-engine (4.0.6_20101215-1 -> 1:4.0.7_20110707-1)
    [2011-08-26 16:11] upgraded fortune-mod (1.99.1-4 -> 1.99.1-5)
    [2011-08-26 16:12] upgraded fpc (2.4.2-1 -> 2.4.4-3)
    [2011-08-26 16:12] upgraded gawk (3.1.8-2 -> 4.0.0-1)
    [2011-08-26 16:12] upgraded gc (7.1-1 -> 7.1-3)
    [2011-08-26 16:12] upgraded gcc-fortran (4.6.0-4 -> 4.6.1-3)
    [2011-08-26 16:12] upgraded gdb (7.2-2 -> 7.3-2)
    [2011-08-26 16:12] upgraded libftdi (0.18-2 -> 0.19-1)
    [2011-08-26 16:12] upgraded lirc-utils (1:0.9.0-2 -> 1:0.9.0-6)
    [2011-08-26 16:12] installed mpg123 (1.13.3-2)
    [2011-08-26 16:12] upgraded mplayer (33159-1 -> 34007-1)
    [2011-08-26 16:12] upgraded gnome-mplayer (1.0.3-1 -> 1.0.4-1)
    [2011-08-26 16:12] upgraded gecko-mediaplayer (1.0.3-1 -> 1.0.4-1)
    [2011-08-26 16:12] upgraded libggz (0.0.14.1-1 -> 0.0.14.1-2)
    [2011-08-26 16:12] upgraded ggz-client-libs (0.0.14.1-1 -> 0.0.14.1-2)
    [2011-08-26 16:12] upgraded ghostscript (9.02-1 -> 9.04-5)
    [2011-08-26 16:12] upgraded pygobject-devel (2.28.4-1 -> 2.28.6-1)
    [2011-08-26 16:12] upgraded pygobject (2.28.4-1 -> 2.28.6-1)
    [2011-08-26 16:12] upgraded pygtk (2.24.0-1 -> 2.24.0-2)
    [2011-08-26 16:12] upgraded gimp (2.6.11-5 -> 2.6.11-6)
    [2011-08-26 16:12] upgraded git (1.7.5-1 -> 1.7.6.1-1)
    [2011-08-26 16:12] upgraded glibmm (2.28.0-1 -> 2.28.2-1)
    [2011-08-26 16:12] upgraded glib-networking (2.28.6.1-2 -> 2.28.7-4)
    [2011-08-26 16:12] upgraded glproto (1.4.12-1 -> 1.4.14-1)
    [2011-08-26 16:12] upgraded gnugo (3.8-1 -> 3.8-2)
    [2011-08-26 16:12] upgraded gnupg (1.4.11-2 -> 1.4.11-3)
    [2011-08-26 16:12] upgraded pinentry (0.8.1-1 -> 0.8.1-3)
    [2011-08-26 16:12] upgraded gnupg2 (2.0.17-1 -> 2.0.18-1)
    [2011-08-26 16:12] upgraded wxgtk (2.8.12-1 -> 2.8.12.1-1)
    [2011-08-26 16:12] ==> To add the gnuplot mode in Emacs, add the content of /usr/share/emacs/site-lisp/dotemacs to your ~/.emacs file.
    [2011-08-26 16:12] Updating TeX tree...
    [2011-08-26 16:12] mktexlsr: Updating /etc/texmf/ls-R...
    [2011-08-26 16:12] mktexlsr: Updating /usr/share/texmf/ls-R...
    [2011-08-26 16:12] mktexlsr: Updating /usr/share/texmf-dist/ls-R...
    [2011-08-26 16:13] mktexlsr: Updating /var/lib/texmf/ls-R...
    [2011-08-26 16:13] mktexlsr: Done.
    [2011-08-26 16:13] upgraded gnuplot (4.4.2-2 -> 4.4.3-1)
    [2011-08-26 16:13] upgraded gtkmm (2.24.0-1 -> 2.24.2-1)
    [2011-08-26 16:13] upgraded gparted (0.8.0-2 -> 0.9.0-3)
    [2011-08-26 16:13] upgraded gpgme (1.3.0-1 -> 1.3.1-1)
    [2011-08-26 16:13] upgraded gpsd (2.96-1 -> 3.0-3)
    [2011-08-26 16:13] upgraded graphicsmagick (1.3.12-1 -> 1.3.12-2)
    [2011-08-26 16:13] upgraded grep (2.7-1 -> 2.9-1)
    [2011-08-26 16:13] warning: /boot/grub/menu.lst installed as /boot/grub/menu.lst.pacnew
    [2011-08-26 16:13] upgraded grub (0.97-17 -> 0.97-20)
    [2011-08-26 16:13] upgraded gsl (1.14-1 -> 1.15-1)
    [2011-08-26 16:13] upgraded vim-runtime (7.3.138-1 -> 7.3.266-1)
    [2011-08-26 16:13] upgraded ruby (1.9.2_p180-1 -> 1.9.2_p290-1)
    [2011-08-26 16:13] Updating desktop and mime database...done.
    [2011-08-26 16:13] upgraded gvim (7.3.138-1 -> 7.3.266-1)
    [2011-08-26 16:13] upgraded hdf5 (1.8.6-1 -> 1.8.7-1)
    [2011-08-26 16:13] upgraded heirloom-mailx (12.5-1 -> 12.5-2)
    [2011-08-26 16:13] upgraded htop (0.9-1 -> 0.9-2)
    [2011-08-26 16:13] installed lcms2 (2.2-1)
    [2011-08-26 16:13] upgraded imagemagick (6.6.9.4-1 -> 6.7.1.6-1)
    [2011-08-26 16:13] installed iproute2 (2.6.39-1)
    [2011-08-26 16:13] upgraded kbd (1.15.2-1 -> 1.15.3-1)
    [2011-08-26 16:13] warning: /etc/inittab installed as /etc/inittab.pacnew
    [2011-08-26 16:13] warning: /etc/rc.conf installed as /etc/rc.conf.pacnew
    [2011-08-26 16:13] Blacklisting of modules is no longer supported in rc.conf,
    [2011-08-26 16:13] please add blacklist entries to /etc/modprobe.d/ instead.
    [2011-08-26 16:13] VERBOSE= in rc.conf no longer has any effect.
    [2011-08-26 16:13] Please append 'quiet' to your kernel command line.
    [2011-08-26 16:13] upgraded initscripts (2011.04.1-2 -> 2011.07.3-1)
    [2011-08-26 16:13] upgraded poppler-glib (0.16.4-1 -> 0.16.7-1)
    [2011-08-26 16:13] upgraded inkscape (0.48.1-2 -> 0.48.2-1)
    [2011-08-26 16:13] upgraded irssi (0.8.15-4 -> 0.8.15-5)
    [2011-08-26 16:13] upgraded jfsutils (1.1.14-2 -> 1.1.15-2)
    [2011-08-26 16:14] upgraded jre (6u25-1 -> 7-3)
    [2011-08-26 16:14] upgraded libdmtx (0.7.2-2 -> 0.7.4-1)
    [2011-08-26 16:14] installed qrencode (3.1.1-2)
    [2011-08-26 16:14] installed prison (1.0-1)
    [2011-08-26 16:14] upgraded libedit (20110227_3.0-1 -> 20110802_3.0-1)
    [2011-08-26 16:14] upgraded openssh (5.8p2-1 -> 5.8p2-9)
    [2011-08-26 16:14] upgraded lm_sensors (3.3.0-1 -> 3.3.1-2)
    [2011-08-26 16:14] upgraded xorg-xprop (1.2.0-2 -> 1.2.1-1)
    [2011-08-26 16:14] warning: /usr/share/config/kdm/kdmrc installed as /usr/share/config/kdm/kdmrc.pacnew
    [2011-08-26 16:14] installed libkexiv2 (4.7.0-2)
    [2011-08-26 16:15] upgraded qscintilla (2.5.1-1 -> 2.5.1-2)
    [2011-08-26 16:15] installed ocaml (3.12.1-1)
    [2011-08-26 16:15] installed libkipi (4.7.0-2)
    [2011-08-26 16:16] upgraded sane (1.0.22-1 -> 1.0.22-2)
    [2011-08-26 16:16] installed libksane (4.7.0-2)
    [2011-08-26 16:16] installed libkdcraw (4.7.0-2)
    [2011-08-26 16:16] upgraded poppler-qt (0.16.4-1 -> 0.16.7-1)
    [2011-08-26 16:16] upgraded libidn (1.21-1 -> 1.22-1)
    [2011-08-26 16:16] upgraded qt3 (3.3.8-19 -> 3.3.8-20)
    [2011-08-26 16:16] upgraded libktorrent (1.1.1-1 -> 1.1.2-1)
    [2011-08-26 16:16] installed libmms (0.6.2-1)
    [2011-08-26 16:16] upgraded libgadu (1.10.1-1 -> 1.11.0-1)
    [2011-08-26 16:16] installed ortp (0.16.5-1)
    [2011-08-26 16:16] installed mediastreamer (2.7.3-3)
    [2011-08-26 16:17] upgraded qwt (5.2.1-1 -> 6.0.0-1)
    [2011-08-26 16:17] upgraded neon (0.29.3-2 -> 0.29.6-2)
    [2011-08-26 16:17] upgraded subversion (1.6.15-1 -> 1.6.17-6)
    [2011-08-26 16:17] upgraded linux-firmware (20110227-1 -> 20110727-1)
    [2011-08-26 16:17] upgraded mkinitcpio-busybox (1.18.2-1 -> 1.18.5-1)
    [2011-08-26 16:17] upgraded mkinitcpio (0.6.11-1 -> 0.7.2-1)
    [2011-08-26 16:18] >>> Updating module dependencies. Please wait ...
    [2011-08-26 16:18] >>> Generating initial ramdisk, using mkinitcpio. Please wait...
    [2011-08-26 16:18] ==> Building image from preset: 'default'
    [2011-08-26 16:18] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
    [2011-08-26 16:18] ==> Starting build: 3.0-ARCH
    [2011-08-26 16:18] -> Parsing hook: [base]
    [2011-08-26 16:18] -> Parsing hook: [udev]
    [2011-08-26 16:18] -> Parsing hook: [autodetect]
    [2011-08-26 16:18] -> Parsing hook: [pata]
    [2011-08-26 16:18] -> Parsing hook: [scsi]
    [2011-08-26 16:18] -> Parsing hook: [sata]
    [2011-08-26 16:18] -> Parsing hook: [filesystems]
    [2011-08-26 16:18] -> Parsing hook: [usbinput]
    [2011-08-26 16:18] ==> Generating module dependencies
    [2011-08-26 16:18] ==> Creating gzip initcpio image: /boot/initramfs-linux.img
    [2011-08-26 16:18] 7278 blocks
    [2011-08-26 16:18] ==> Image generation successful
    [2011-08-26 16:18] ==> Building image from preset: 'fallback'
    [2011-08-26 16:18] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
    [2011-08-26 16:18] ==> Starting build: 3.0-ARCH
    [2011-08-26 16:18] -> Parsing hook: [base]
    [2011-08-26 16:18] -> Parsing hook: [udev]
    [2011-08-26 16:18] -> Parsing hook: [pata]
    [2011-08-26 16:18] -> Parsing hook: [scsi]
    [2011-08-26 16:18] -> Parsing hook: [sata]
    [2011-08-26 16:18] -> Parsing hook: [filesystems]
    [2011-08-26 16:18] -> Parsing hook: [usbinput]
    [2011-08-26 16:18] ==> Generating module dependencies
    [2011-08-26 16:18] ==> Creating gzip initcpio image: /boot/initramfs-linux-fallback.img
    [2011-08-26 16:18] 23389 blocks
    [2011-08-26 16:18] ==> Image generation successful
    [2011-08-26 16:18] installed linux (3.0.3-1)
    [2011-08-26 16:18] installed linux-headers (3.0.3-1)
    [2011-08-26 16:18] upgraded koffice-servicetypes (2.3.3-3 -> 2.3.3-5)
    [2011-08-26 16:18] upgraded koffice-libs (2.3.3-3 -> 2.3.3-5)
    [2011-08-26 16:18] upgraded koffice-templates (2.3.3-3 -> 2.3.3-5)
    [2011-08-26 16:18] upgraded koffice-plugins (2.3.3-3 -> 2.3.3-5)
    [2011-08-26 16:19] upgraded koffice-krita (2.3.3-3 -> 2.3.3-5)
    [2011-08-26 16:19] upgraded ktorrent (4.1.1-1 -> 4.1.2-1)
    [2011-08-26 16:19] upgraded kwebkitpart (1.1-1 -> 1.1.1-1)
    [2011-08-26 16:19] upgraded less (443-1 -> 444-1)
    [2011-08-26 16:19] upgraded usbmuxd (1.0.6-2 -> 1.0.7-2)
    [2011-08-26 16:19] upgraded libimobiledevice (1.1.0-1 -> 1.1.1-2)
    [2011-08-26 16:19] upgraded libgpod (0.8.0-2 -> 0.8.2-2)
    [2011-08-26 16:19] upgraded libgsf (1.14.20-1 -> 1.14.21-1)
    [2011-08-26 16:19] upgraded liblqr (0.4.1-1 -> 0.4.1-2)
    [2011-08-26 16:19] installed libreoffice-en-US (3.4.2-2)
    [2011-08-26 16:19] installed libtextcat (2.2-8)
    [2011-08-26 16:19] * see https://wiki.archlinux.org/index.php/LibreOffice
    [2011-08-26 16:19] -------------------------------------------------------------------
    [2011-08-26 16:19] LibreOffice has been split into several packages:
    [2011-08-26 16:19] - libreoffice-common
    [2011-08-26 16:19] - libreoffice-{base,calc,draw,impress,math,writer} - frontend applications
    [2011-08-26 16:19] - libreoffice-{gnome,kde4} - desktop integration plugins
    [2011-08-26 16:19] - libreoffice-{sdk,sdk-doc} - add-on and doc for programming using
    [2011-08-26 16:19]  the LibreOffice APIs and for creating
    [2011-08-26 16:19] extensions (UNO components).
    [2011-08-26 16:19] -------------------------------------------------------------------
    [2011-08-26 16:19] * you need to install at least one libreoffice-langpack
    [2011-08-26 16:19] * you may want to pacman -Ss libreoffice-extensions
    [2011-08-26 16:19] to see what additional extensions are prepared to install
    [2011-08-26 16:19] * it's recommended to install {hunspell,mythes,hyphen}-xx pkg
    [2011-08-26 16:19] for spell checking
    [2011-08-26 16:19] * make sure you have installed some ttf font (ttf-dejavu recommended)
    [2011-08-26 16:19] installed libreoffice-common (3.4.2-2)
    [2011-08-26 16:19] installed libreoffice-base (3.4.2-2)
    [2011-08-26 16:19] installed libreoffice-calc (3.4.2-2)
    [2011-08-26 16:19] installed libreoffice-draw (3.4.2-2)
    [2011-08-26 16:19] installed libreoffice-impress (3.4.2-2)
    [2011-08-26 16:19] installed libreoffice-math (3.4.2-2)
    [2011-08-26 16:19] upgraded libwpd (0.9.1-1 -> 0.9.2-1)
    [2011-08-26 16:19] installed libwps (0.2.2-1)
    [2011-08-26 16:19] installed libreoffice-writer (3.4.2-2)
    [2011-08-26 16:19] upgraded libreoffice-extension-ct2n (3.3.2-2 -> 3.4.2-2)
    [2011-08-26 16:20] The jdk package is licensed software.
    [2011-08-26 16:20] You MUST read and agree to the license stored in
    [2011-08-26 16:20] /usr/share/licenses/jdk/LICENSE before using it.
    [2011-08-26 16:20] Please relogin to include jdk in your PATH
    [2011-08-26 16:20] installed jdk (7-3)
    [2011-08-26 16:20] upgraded libreoffice-extension-diagram (3.3.2-2 -> 3.4.2-2)
    [2011-08-26 16:20] upgraded libreoffice-extension-hunart (3.3.2-2 -> 3.4.2-2)
    [2011-08-26 16:20] upgraded libreoffice-extension-nlpsolver (3.3.2-2 -> 3.4.2-2)
    [2011-08-26 16:20] upgraded libreoffice-extension-numbertext (3.3.2-2 -> 3.4.2-2)
    [2011-08-26 16:20] upgraded libreoffice-extension-oooblogger (3.3.2-2 -> 3.4.2-2)
    [2011-08-26 16:20] upgraded libreoffice-extension-pdfimport (3.3.2-2 -> 3.4.2-2)
    [2011-08-26 16:20] upgraded libreoffice-extension-presentation-minimizer (3.3.2-2 -> 3.4.2-2)
    [2011-08-26 16:20] upgraded libreoffice-extension-presenter-screen (3.3.2-2 -> 3.4.2-2)
    [2011-08-26 16:20] upgraded libreoffice-extension-report-builder (3.3.2-2 -> 3.4.2-2)
    [2011-08-26 16:20] upgraded libreoffice-extension-typo (3.3.2-2 -> 3.4.2-2)
    [2011-08-26 16:20] upgraded libreoffice-extension-watch-window (3.3.2-2 -> 3.4.2-2)
    [2011-08-26 16:20] upgraded libreoffice-extension-wiki-publisher (3.3.2-2 -> 3.4.2-2)
    [2011-08-26 16:20] upgraded make (3.81-5 -> 3.82-3)
    [2011-08-26 16:20] upgraded libreoffice-sdk (3.3.2-2 -> 3.4.2-2)
    [2011-08-26 16:20] upgraded libsoup (2.34.1-1 -> 2.34.3-1)
    [2011-08-26 16:20] upgraded libwebkit (1.4.0-1 -> 1.4.2-1)
    [2011-08-26 16:20] upgraded links (2.3pre1-1 -> 2.3-1)
    [2011-08-26 16:20] upgraded logrotate (3.7.9-1 -> 3.8.0-1)
    [2011-08-26 16:20] upgraded luasocket (2.0.2-4 -> 2.0.2-5)
    [2011-08-26 16:20] upgraded lzo2 (2.04-1 -> 2.05-1)
    [2011-08-26 16:20] upgraded man-db (2.6.0.2-1 -> 2.6.0.2-2)
    [2011-08-26 16:20] upgraded mdadm (3.2.1-3 -> 3.2.2-3)
    [2011-08-26 16:20] upgraded mercurial (1.8.3-1 -> 1.9.1-1)
    [2011-08-26 16:21] ERROR: Module nvidia is in use
    [2011-08-26 16:21] In order to use the new nvidia module, exit Xserver and unload it manually.
    [2011-08-26 16:21] upgraded nvidia-173xx (173.14.30-1 -> 173.14.31-2)
    [2011-08-26 16:21] upgraded octave (3.4.0-2 -> 3.4.2-2)
    [2011-08-26 16:21] upgraded openal (1.13-1 -> 1.13-2)
    [2011-08-26 16:21] upgraded openbox (3.4.11.2-2 -> 3.5.0-3)
    [2011-08-26 16:21] upgraded xine-lib (1.1.19-2 -> 1.1.19-3)
    [2011-08-26 16:21] ==> Documentation and samples are in separate packages:
    [2011-08-26 16:21]
    [2011-08-26 16:21] * opencv-docs
    [2011-08-26 16:21] * opencv-samples
    [2011-08-26 16:21] upgraded opencv (2.2.0-5 -> 2.3.0-1)
    [2011-08-26 16:21] upgraded oxygen-gtk (1.0.4-1 -> 1.1.2-1)
    [2011-08-26 16:22] upgraded oxygen-icons-svg (4.6.2-1 -> 4.7.0-1)
    [2011-08-26 16:22] upgraded p7zip (9.20.1-1 -> 9.20.1-4)
    [2011-08-26 16:22] warning: /etc/pacman.d/mirrorlist installed as /etc/pacman.d/mirrorlist.pacnew
    [2011-08-26 16:22] upgraded pacman-mirrorlist (20110324-1 -> 20110816-1)
    [2011-08-26 16:22] upgraded pcmciautils (017-2 -> 018-1)
    [2011-08-26 16:22] upgraded perl-text-iconv (1.7-5 -> 1.7-6)
    [2011-08-26 16:22] upgraded perl-xml-parser (2.40-2 -> 2.41-1)
    [2011-08-26 16:22] upgraded pkg-config (0.25-3 -> 0.26-1)
    [2011-08-26 16:22] upgraded postgresql-libs (9.0.4-3 -> 9.0.4-4)
    [2011-08-26 16:22] upgraded procps (3.2.8-3 -> 3.2.8-4)
    [2011-08-26 16:22] upgraded python2-distribute (0.6.16-1 -> 0.6.19-1)
    [2011-08-26 16:22] upgraded qtcurve-gtk2 (1.8.8-1 -> 1.8.9-1)
    [2011-08-26 16:22] upgraded qtcurve-kde4 (1.8.7-1 -> 1.8.8-1)
    [2011-08-26 16:24] upgraded qt-doc (4.7.2-1 -> 4.7.3-1)
    [2011-08-26 16:24] >>> The kernel-mode plugin has a new place.
    [2011-08-26 16:24] >>> It's now located under /usr/lib/rp-pppoe/rp-pppoe.so
    [2011-08-26 16:24] >>> Change LINUX_PLUGIN to the new path in your /etc/ppp/pppoe.conf
    [2011-08-26 16:24] upgraded rp-pppoe (3.10-6 -> 3.10-7)
    [2011-08-26 16:24] upgraded rrdtool (1.4.5-1 -> 1.4.5-4)
    [2011-08-26 16:24] updating gtk.immodules... done.
    [2011-08-26 16:24] upgraded scim (1.4.9-2 -> 1.4.11-1)
    [2011-08-26 16:24] upgraded screen (4.0.3-11 -> 4.0.3-12)
    [2011-08-26 16:24] upgraded skype (2.2.0.25-1 -> 2.2.0.35-1)
    [2011-08-26 16:24] upgraded soundtouch (1.5.0-1 -> 1.6.0-1)
    [2011-08-26 16:24] upgraded sudo (1.8.1.p1-1 -> 1.8.2-1)
    [2011-08-26 16:24] upgraded syslog-ng (3.2.2-2 -> 3.2.4-3)
    [2011-08-26 16:25] upgraded tcl (8.5.9-1 -> 8.5.10-1)
    [2011-08-26 16:26] Updating font cache... done.
    [2011-08-26 16:26] Note: terminus-font is in /usr/share/fonts/local/
    [2011-08-26 16:26] upgraded terminus-font (4.32-1 -> 4.36-1)
    [2011-08-26 16:26] upgraded tk (8.5.9-1 -> 8.5.10-1)
    [2011-08-26 16:27] Updating font cache... done.
    [2011-08-26 16:27] upgraded ttf-liberation (1.06.0.20100721-1 -> 1.07.0-1)
    [2011-08-26 16:27] upgraded tzdata (2011g-1 -> 2011h-1)
    [2011-08-26 16:27] upgraded usbutils (002-2 -> 004-1)
    [2011-08-26 16:27] upgraded vi (050325-4 -> 1:050325-1)
    [2011-08-26 16:27] Updating vim help tags...done.
    [2011-08-26 16:27] upgraded vim-supertab (1.5-1 -> 1.6-1)
    [2011-08-26 16:27] Updating vim help tags...done.
    [2011-08-26 16:27] upgraded vim-vcscommand (1.99.42-1 -> 1.99.43-1)
    [2011-08-26 16:27] upgraded wget (1.12-5 -> 1.13.1-1)
    [2011-08-26 16:27] upgraded wine (1.3.19-2 -> 1.3.26-1)
    [2011-08-26 16:27] upgraded winetricks (20110429-1 -> 20110629-1)
    [2011-08-26 16:27] upgraded xcursor-themes (1.0.2-1 -> 1.0.3-1)
    [2011-08-26 16:27] upgraded xorg-iceauth (1.0.4-2 -> 1.0.5-1)
    [2011-08-26 16:27] upgraded xorg-util-macros (1.13.0-1 -> 1.15.0-1)
    [2011-08-26 16:27] upgraded xorg-server-devel (1.10.1-1 -> 1.10.3.901-1)
    [2011-08-26 16:27] upgraded xorg-twm (1.0.6-2 -> 1.0.7-1)
    [2011-08-26 16:27] upgraded xorg-x11perf (1.5.3-2 -> 1.5.4-1)
    [2011-08-26 16:27] upgraded xorg-xlsclients (1.1.1-2 -> 1.1.2-1)
    [2011-08-26 16:28] upgraded xorg-xrandr (1.3.4-2 -> 1.3.5-1)
    [2011-08-26 16:28] upgraded xorg-xwininfo (1.1.1-2 -> 1.1.2-1)
    [2011-08-26 16:28] upgraded xpdf (3.02_pl6-1 -> 3.03-1)
    [2011-08-26 16:28] upgraded xscreensaver (5.12-2 -> 5.14-1)
    [2011-08-26 16:28] upgraded xterm (269-1 -> 271-1)
    [2011-08-26 16:28] upgraded xulrunner (2.0.1-1 -> 6.0-2)
    [2011-08-26 16:28] upgraded zsnes (1.51-7 -> 1.51-9)
    /etc/rc.conf without any comments:
    LOCALE="en_US.UTF-8"
    DAEMON_LOCALE="no"
    HARDWARECLOCK="UTC"
    TIMEZONE="Europe/Stockholm"
    KEYMAP="se-lat6"
    CONSOLEFONT=
    CONSOLEMAP=
    USECOLOR="yes"
    MODULES=()
    UDEV_TIMEOUT=30
    USEDMRAID="no"
    USEBTRFS="no"
    USELVM="no"
    HOSTNAME="archon"
    interface=eth0
    address=
    netmask=
    broadcast=
    gateway=
    NETWORK_PERSIST="no"
    DAEMONS=(syslog-ng @network dbus preload !netfs @crond @cups @sshd @startntpd)
    /etc/mkinitcpio.conf without any comments:
    MODULES=""
    BINARIES=""
    FILES=""
    HOOKS="base udev autodetect pata scsi sata filesystems"
    Please let me know if you need to know anything else.
    Last edited by Mogger (2012-03-30 23:33:38)

    I've temporarily fixed the problem by doing the following:
    removed cryptsetup (1.3.1-2)
    removed lvm2 (2.02.88-1)
    removed mdadm (3.2.2-4)
    removed linux (3.0.6-2)
    upgraded mkinitcpio-busybox (1.18.5-1 -> 1.18.2-1)
    installed gen-init-cpio (2.6.36-1)
    upgraded udev (173-3 -> 167-2)
    upgraded mkinitcpio (0.7.3-1 -> 0.6.11-1)
    installed kernel26 (2.6.38.5-1)
    upgraded nvidia-173xx-utils (173.14.31-1 -> 173.14.30-1)
    upgraded nvidia-173xx (173.14.31-2 -> 173.14.30-1)
    upgraded initscripts (2011.07.3-1 -> 2011.04.1-2)
    upgraded net-tools (1.60.20110819cvs-1 -> 1.60-18)
    I also restored my old /etc/mkinitcpio.conf, /etc/inittab and /etc/rc.conf.
    I'm still interested in a solution to the original problem. Is it a problem with my configuration, the new kernel, the udev version or something else?
    The difference in inittab is just a -s option and the mkinitcpio.conf files are the same except for some comments. rc.conf has the biggest changes and is now (removed comments):
    LOCALE="en_US.UTF-8"
    DAEMON_LOCALE="no"
    HARDWARECLOCK="UTC"
    TIMEZONE="Europe/Stockholm"
    KEYMAP="se-lat6"
    CONSOLEFONT=
    CONSOLEMAP=
    USECOLOR="yes"
    VERBOSE="3"
    MOD_AUTOLOAD="yes"
    MODULES=(!usblp !pcspkr)
    UDEV_TIMEOUT=30
    USEDMRAID="no"
    USEBTRFS="no"
    USELVM="no"
    HOSTNAME="archon"
    eth0="dhcp"
    INTERFACES=(eth0)
    ROUTES=(!gateway)
    NETWORK_PERSIST="no"
    DAEMONS=(syslog-ng @network dbus preload !netfs !wicd @crond @cups @sshd @startntpd)
    Last edited by Mogger (2011-10-11 14:04:20)

  • Several errors after upgrade

    Hi everyone, i have several questions for some errors that appeared with the last full system upgrade:
    1. There is some message i get in the "waiting for udev events to be processed" part of the boot process: SP5100 TCO timer: mmio address [some memory address] alredy in use.
    2. Various other messages after the loading of the daemons i can't get to read. (Where those logs are stored?)
    3. I have KDE 4.7 and Xorg 1.10 with kwin composite. When i bring the command laucher (alt+f2) and look for some buggy graphics appear before showing the results.
    I can downgrade Xorg to fix the third problem, but for the other ones...
    Xorg logs seems ok, and the boot log too.
    Thanks in advance.

    I do have a problem. While starting Xorg, the synaptics module can't be loaded. Here's the Xorg log:
    [ 12.914] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event9)
    [ 12.915] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
    [ 12.915] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
    [ 12.915] (II) LoadModule: "synaptics"
    [ 12.915] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
    [ 12.928] (II) Module synaptics: vendor="X.Org Foundation"
    [ 12.928] compiled for 1.10.2, module version = 1.4.0
    [ 12.928] Module class: X.Org XInput Driver
    [ 12.928] ABI class: X.Org XInput driver, version 12.2
    [ 12.928] (EE) module ABI major version (12) doesn't match the server's version (11)
    [ 12.928] (II) UnloadModule: "synaptics"
    [ 12.928] (II) Unloading /usr/lib/xorg/modules/input/synaptics_drv.so
    [ 12.928] (EE) Failed to load module "synaptics" (module requirement mismatch, 0)
    [ 12.928] (EE) No input driver matching `synaptics'
    [ 12.929] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
    [ 12.929] (II) No input driver/identifier specified (ignoring)
    [ 12.929] (II) config/udev: Adding input device PC Speaker (/dev/input/event6)
    [ 12.929] (II) No input driver/identifier specified (ignoring)
    This is what i updated:
    [2011-08-05 11:49] installed libglapi (7.11-1)
    [2011-08-05 11:49] upgraded libgl (7.10.1-1 -> 7.11-1)
    [2011-08-05 11:49] upgraded ati-dri (7.10.1-1 -> 7.11-1)
    [2011-08-05 11:49] upgraded dialog (1.1_20110302-1 -> 1.1_20110707-1)
    [2011-08-05 11:49] upgraded file (5.07-4 -> 5.08-1)
    [2011-08-05 11:49] upgraded keyutils (1.4-1 -> 1.5.2-1)
    [2011-08-05 11:49] upgraded libcap (2.21-1 -> 2.22-1)
    [2011-08-05 11:49] upgraded libvpx (0.9.6-2 -> 0.9.7-1)
    [2011-08-05 11:49] upgraded mime-types (1.0-3 -> 8-1)
    [2011-08-05 11:49] upgraded smbclient (3.5.10-1 -> 3.5.11-1)
    [2011-08-05 11:49] upgraded usbmuxd (1.0.7-1 -> 1.0.7-2)
    [2011-08-05 11:49] upgraded xf86-input-evdev (2.6.0-2 -> 2.6.0-3)
    [2011-08-05 11:49] upgraded xf86-input-synaptics (1.4.0-1 -> 1.4.1-1)
    [2011-08-05 11:49] upgraded xf86-video-ati (6.14.0-2 -> 6.14.2-1)
    [2011-08-05 11:49] upgraded xf86-video-fbdev (0.4.2-3 -> 0.4.2-4)
    [2011-08-05 11:49] upgraded xf86-video-vesa (2.3.0-4 -> 2.3.0-5)
    [2011-08-05 11:49] upgraded xorg-iceauth (1.0.4-2 -> 1.0.5-1)
    [2011-08-05 11:49] upgraded xorg-mkfontscale (1.0.8-1 -> 1.0.9-1)
    [2011-08-05 11:49] upgraded xorg-xkbcomp (1.2.1-2 -> 1.2.3-1)
    [2011-08-05 11:49] upgraded xorg-server-common (1.9.4.901-1 -> 1.10.3-2)
    [2011-08-05 11:49] upgraded xorg-server (1.9.4.901-1 -> 1.10.3-2)
    [2011-08-05 11:49] upgraded xorg-xauth (1.0.5-2 -> 1.0.6-1)
    [2011-08-05 11:49] upgraded xorg-xlsclients (1.1.1-2 -> 1.1.2-1)
    [2011-08-05 11:49] upgraded xorg-xprop (1.2.0-2 -> 1.2.1-1)
    [2011-08-05 11:49] upgraded xorg-xrandr (1.3.4-2 -> 1.3.5-1)
    [2011-08-05 11:49] upgraded xorg-xset (1.2.1-2 -> 1.2.2-1)
    [2011-08-05 11:49] upgraded xorg-xwininfo (1.1.1-2 -> 1.1.2-1)
    [2011-08-05 12:26] Running 'pacman -U xorg-iceauth-1.0.4-2-i686.pkg.tar.xz xorg-mkfontscale-1.0.8-1-i686.pkg.tar.xz xorg-server-1.9.4.901-1-i686.pkg.tar.xz xorg-server-common-1.9.4.901-1-i686.pkg.tar.xz xorg-xauth-1.0.5-2-i686.pkg.tar.xz xorg-xkbcomp-1.2.1-2-i686.pkg.tar.xz xorg-xlsclients-1.1.1-2-i686.pkg.tar.xz xorg-xprop-1.2.0-2-i686.pkg.tar.xz xorg-xrandr-1.3.4-2-i686.pkg.tar.xz xorg-xset-1.2.1-2-i686.pkg.tar.xz xorg-xwininfo-1.1.1-2-i686.pkg.tar.xz ati-dri-7.10.1-1-i686.pkg.tar.xz dri2proto-2.3-1-any.pkg.tar.xz gpgme-1.3.0-1-i686.pkg.tar.xz initscripts-2011.06.4-1-i686.pkg.tar.xz libdrm-2.4.25-1-i686.pkg.tar.xz libgl-7.10.1-1-i686.pkg.tar.xz udev-171-2-i686.pkg.tar.xz xf86-input-evdev-2.6.0-2-i686.pkg.tar.xz xf86-input-synaptics-1.4.0.901-1-i686.pkg.tar.xz xf86-video-ati-6.14.0-2-i686.pkg.tar.xz xf86-video-fbdev-0.4.2-3-i686.pkg.tar.xz xf86-video-vesa-2.3.0-4-i686.pkg.tar.xz'
    [2011-08-05 12:26] upgraded xorg-iceauth (1.0.5-1 -> 1.0.4-2)
    [2011-08-05 12:26] upgraded xorg-mkfontscale (1.0.9-1 -> 1.0.8-1)
    [2011-08-05 12:26] upgraded udev (173-3 -> 171-2)
    [2011-08-05 12:26] upgraded libdrm (2.4.26-1 -> 2.4.25-1)
    [2011-08-05 12:26] upgraded xorg-xkbcomp (1.2.3-1 -> 1.2.1-2)
    [2011-08-05 12:26] upgraded xorg-server-common (1.10.3-2 -> 1.9.4.901-1)
    [2011-08-05 12:26] upgraded xf86-input-evdev (2.6.0-3 -> 2.6.0-2)
    [2011-08-05 12:26] upgraded xorg-server (1.10.3-2 -> 1.9.4.901-1)
    [2011-08-05 12:26] upgraded xorg-xauth (1.0.6-1 -> 1.0.5-2)
    [2011-08-05 12:26] upgraded xorg-xlsclients (1.1.2-1 -> 1.1.1-2)
    [2011-08-05 12:26] upgraded xorg-xprop (1.2.1-1 -> 1.2.0-2)
    [2011-08-05 12:26] upgraded xorg-xrandr (1.3.5-1 -> 1.3.4-2)
    [2011-08-05 12:26] upgraded xorg-xset (1.2.2-1 -> 1.2.1-2)
    [2011-08-05 12:26] upgraded xorg-xwininfo (1.1.2-1 -> 1.1.1-2)
    [2011-08-05 12:26] upgraded libgl (7.11-1 -> 7.10.1-1)
    [2011-08-05 12:26] upgraded ati-dri (7.11-1 -> 7.10.1-1)
    [2011-08-05 12:26] upgraded dri2proto (2.6-1 -> 2.3-1)
    [2011-08-05 12:26] upgraded gpgme (1.3.1-1 -> 1.3.0-1)
    [2011-08-05 12:26] warning: /etc/rc.conf installed as /etc/rc.conf.pacnew
    [2011-08-05 12:26] upgraded initscripts (2011.07.3-1 -> 2011.06.4-1)
    [2011-08-05 12:26] upgraded xf86-input-synaptics (1.4.1-1 -> 1.4.0.901-1)
    [2011-08-05 12:26] upgraded xf86-video-ati (6.14.2-1 -> 6.14.0-2)
    [2011-08-05 12:26] upgraded xf86-video-fbdev (0.4.2-4 -> 0.4.2-3)
    [2011-08-05 12:26] upgraded xf86-video-vesa (2.3.0-5 -> 2.3.0-4)
    Thanks for the replies.
    Last edited by Hyugga (2011-08-05 18:18:45)

  • Xorg doesn't start or maybe freeze

    hello all..
    i just fresh install arch today, install x and nvidia. but i failed see it running
    here is my logs
    xorg.0.log
    [ 235.760]
    X.Org X Server 1.10.2
    Release Date: 2011-05-28
    [ 235.761] X Protocol Version 11, Revision 0
    [ 235.761] Build Operating System: Linux 2.6.38-ARCH x86_64
    [ 235.761] Current Operating System: Linux codehost 2.6.39-ARCH #1 SMP PREEMPT Mon Jun 6 22:37:55 CEST 2011 x86_64
    [ 235.761] Kernel command line: root=/dev/sda1 ro
    [ 235.762] Build Date: 30 May 2011 08:18:15AM
    [ 235.762]
    [ 235.762] Current version of pixman: 0.22.0
    [ 235.762] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 235.763] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 235.764] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Jun 18 21:57:40 2011
    [ 235.825] (==) Using config file: "/etc/X11/xorg.conf"
    [ 235.825] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 235.832] (==) ServerLayout "Layout0"
    [ 235.832] (**) |-->Screen "Screen0" (0)
    [ 235.832] (**) | |-->Monitor "Monitor0"
    [ 235.832] (**) | |-->Device "Device0"
    [ 235.832] (**) |-->Input Device "Keyboard0"
    [ 235.832] (**) |-->Input Device "Mouse0"
    [ 235.832] (==) Automatically adding devices
    [ 235.832] (==) Automatically enabling devices
    [ 235.844] (WW) The directory "/usr/share/fonts/TTF/" does not exist.
    [ 235.844] Entry deleted from font path.
    [ 235.844] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 235.844] Entry deleted from font path.
    [ 235.844] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
    [ 235.844] Entry deleted from font path.
    [ 235.845] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 235.845] Entry deleted from font path.
    [ 235.845] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 235.845] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 235.845] Entry deleted from font path.
    [ 235.845] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 235.845] (==) FontPath set to:
    /usr/share/fonts/misc/
    [ 235.845] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 235.845] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
    [ 235.845] (WW) Disabling Keyboard0
    [ 235.845] (WW) Disabling Mouse0
    [ 235.845] (II) Loader magic: 0x7d3440
    [ 235.845] (II) Module ABI versions:
    [ 235.845] X.Org ANSI C Emulation: 0.4
    [ 235.845] X.Org Video Driver: 10.0
    [ 235.845] X.Org XInput driver : 12.2
    [ 235.845] X.Org Server Extension : 5.0
    [ 235.846] (--) PCI:*(0:1:0:0) 10de:0a75:1028:0441 rev 162, Mem @ 0xfa000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
    [ 235.846] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 235.846] (II) LoadModule: "extmod"
    [ 235.856] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    [ 235.866] (II) Module extmod: vendor="X.Org Foundation"
    [ 235.866] compiled for 1.10.2, module version = 1.0.0
    [ 235.866] Module class: X.Org Server Extension
    [ 235.866] ABI class: X.Org Server Extension, version 5.0
    [ 235.866] (II) Loading extension MIT-SCREEN-SAVER
    [ 235.866] (II) Loading extension XFree86-VidModeExtension
    [ 235.866] (II) Loading extension XFree86-DGA
    [ 235.866] (II) Loading extension DPMS
    [ 235.866] (II) Loading extension XVideo
    [ 235.866] (II) Loading extension XVideo-MotionCompensation
    [ 235.866] (II) Loading extension X-Resource
    [ 235.866] (II) LoadModule: "dbe"
    [ 235.866] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    [ 235.875] (II) Module dbe: vendor="X.Org Foundation"
    [ 235.875] compiled for 1.10.2, module version = 1.0.0
    [ 235.875] Module class: X.Org Server Extension
    [ 235.875] ABI class: X.Org Server Extension, version 5.0
    [ 235.875] (II) Loading extension DOUBLE-BUFFER
    [ 235.875] (II) LoadModule: "glx"
    [ 235.875] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 236.335] (II) Module glx: vendor="NVIDIA Corporation"
    [ 236.347] compiled for 4.0.2, module version = 1.0.0
    [ 236.347] Module class: X.Org Server Extension
    [ 236.347] (II) NVIDIA GLX Module 275.09.07 Wed Jun 8 14:34:43 PDT 2011
    [ 236.347] (II) Loading extension GLX
    [ 236.347] (II) LoadModule: "record"
    [ 236.347] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    [ 236.348] (II) Module record: vendor="X.Org Foundation"
    [ 236.348] compiled for 1.10.2, module version = 1.13.0
    [ 236.348] Module class: X.Org Server Extension
    [ 236.348] ABI class: X.Org Server Extension, version 5.0
    [ 236.348] (II) Loading extension RECORD
    [ 236.348] (II) LoadModule: "dri"
    [ 236.348] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    [ 236.359] (II) Module dri: vendor="X.Org Foundation"
    [ 236.359] compiled for 1.10.2, module version = 1.0.0
    [ 236.359] ABI class: X.Org Server Extension, version 5.0
    [ 236.359] (II) Loading extension XFree86-DRI
    [ 236.359] (II) LoadModule: "dri2"
    [ 236.359] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 236.360] (II) Module dri2: vendor="X.Org Foundation"
    [ 236.361] compiled for 1.10.2, module version = 1.2.0
    [ 236.361] ABI class: X.Org Server Extension, version 5.0
    [ 236.361] (II) Loading extension DRI2
    [ 236.361] (II) LoadModule: "nvidia"
    [ 236.361] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 236.401] (II) Module nvidia: vendor="NVIDIA Corporation"
    [ 236.403] compiled for 4.0.2, module version = 1.0.0
    [ 236.403] Module class: X.Org Video Driver
    [ 236.423] (II) NVIDIA dlloader X Driver 275.09.07 Wed Jun 8 14:18:12 PDT 2011
    [ 236.423] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    [ 236.423] (--) using VT number 7
    [ 236.428] (II) Loading sub module "fb"
    [ 236.428] (II) LoadModule: "fb"
    [ 236.428] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 236.439] (II) Module fb: vendor="X.Org Foundation"
    [ 236.439] compiled for 1.10.2, module version = 1.0.0
    [ 236.439] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 236.439] (II) Loading sub module "wfb"
    [ 236.439] (II) LoadModule: "wfb"
    [ 236.440] (II) Loading /usr/lib/xorg/modules/libwfb.so
    [ 236.448] (II) Module wfb: vendor="X.Org Foundation"
    [ 236.448] compiled for 1.10.2, module version = 1.0.0
    [ 236.448] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 236.448] (II) Loading sub module "ramdac"
    [ 236.448] (II) LoadModule: "ramdac"
    [ 236.448] (II) Module "ramdac" already built-in
    [ 236.461] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 236.461] (II) Loading /usr/lib/xorg/modules/libwfb.so
    [ 236.461] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 236.484] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
    [ 236.484] (==) NVIDIA(0): RGB weight 888
    [ 236.484] (==) NVIDIA(0): Default visual is TrueColor
    [ 236.484] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    xorg.0.log.old
    [ 64.193]
    X.Org X Server 1.10.2
    Release Date: 2011-05-28
    [ 64.193] X Protocol Version 11, Revision 0
    [ 64.193] Build Operating System: Linux 2.6.38-ARCH x86_64
    [ 64.194] Current Operating System: Linux codehost 2.6.39-ARCH #1 SMP PREEMPT Mon Jun 6 22:37:55 CEST 2011 x86_64
    [ 64.194] Kernel command line: root=/dev/sda1 ro
    [ 64.194] Build Date: 30 May 2011 08:18:15AM
    [ 64.194]
    [ 64.194] Current version of pixman: 0.22.0
    [ 64.194] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 64.195] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 64.197] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Jun 18 21:51:39 2011
    [ 64.263] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 64.281] (==) No Layout section. Using the first Screen section.
    [ 64.281] (==) No screen section available. Using defaults.
    [ 64.281] (**) |-->Screen "Default Screen Section" (0)
    [ 64.281] (**) | |-->Monitor "<default monitor>"
    [ 64.281] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 64.281] (==) Automatically adding devices
    [ 64.281] (==) Automatically enabling devices
    [ 64.294] (WW) The directory "/usr/share/fonts/TTF/" does not exist.
    [ 64.294] Entry deleted from font path.
    [ 64.294] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 64.294] Entry deleted from font path.
    [ 64.294] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
    [ 64.294] Entry deleted from font path.
    [ 64.294] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 64.294] Entry deleted from font path.
    [ 64.294] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 64.294] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 64.295] Entry deleted from font path.
    [ 64.295] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 64.295] (==) FontPath set to:
    /usr/share/fonts/misc/
    [ 64.295] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 64.295] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 64.295] (II) Loader magic: 0x7d3440
    [ 64.295] (II) Module ABI versions:
    [ 64.295] X.Org ANSI C Emulation: 0.4
    [ 64.295] X.Org Video Driver: 10.0
    [ 64.295] X.Org XInput driver : 12.2
    [ 64.295] X.Org Server Extension : 5.0
    [ 64.295] (--) PCI:*(0:1:0:0) 10de:0a75:1028:0441 rev 162, Mem @ 0xfa000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
    [ 64.295] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 64.295] (II) LoadModule: "extmod"
    [ 64.313] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    [ 64.323] (II) Module extmod: vendor="X.Org Foundation"
    [ 64.323] compiled for 1.10.2, module version = 1.0.0
    [ 64.323] Module class: X.Org Server Extension
    [ 64.323] ABI class: X.Org Server Extension, version 5.0
    [ 64.323] (II) Loading extension MIT-SCREEN-SAVER
    [ 64.323] (II) Loading extension XFree86-VidModeExtension
    [ 64.323] (II) Loading extension XFree86-DGA
    [ 64.323] (II) Loading extension DPMS
    [ 64.323] (II) Loading extension XVideo
    [ 64.323] (II) Loading extension XVideo-MotionCompensation
    [ 64.323] (II) Loading extension X-Resource
    [ 64.323] (II) LoadModule: "dbe"
    [ 64.323] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    [ 64.332] (II) Module dbe: vendor="X.Org Foundation"
    [ 64.332] compiled for 1.10.2, module version = 1.0.0
    [ 64.332] Module class: X.Org Server Extension
    [ 64.332] ABI class: X.Org Server Extension, version 5.0
    [ 64.332] (II) Loading extension DOUBLE-BUFFER
    [ 64.332] (II) LoadModule: "glx"
    [ 64.332] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 64.842] (II) Module glx: vendor="NVIDIA Corporation"
    [ 64.853] compiled for 4.0.2, module version = 1.0.0
    [ 64.853] Module class: X.Org Server Extension
    [ 64.853] (II) NVIDIA GLX Module 275.09.07 Wed Jun 8 14:34:43 PDT 2011
    [ 64.853] (II) Loading extension GLX
    [ 64.853] (II) LoadModule: "record"
    [ 64.854] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    [ 64.859] (II) Module record: vendor="X.Org Foundation"
    [ 64.859] compiled for 1.10.2, module version = 1.13.0
    [ 64.859] Module class: X.Org Server Extension
    [ 64.859] ABI class: X.Org Server Extension, version 5.0
    [ 64.859] (II) Loading extension RECORD
    [ 64.859] (II) LoadModule: "dri"
    [ 64.859] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    [ 64.874] (II) Module dri: vendor="X.Org Foundation"
    [ 64.874] compiled for 1.10.2, module version = 1.0.0
    [ 64.874] ABI class: X.Org Server Extension, version 5.0
    [ 64.874] (II) Loading extension XFree86-DRI
    [ 64.874] (II) LoadModule: "dri2"
    [ 64.874] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 64.875] (II) Module dri2: vendor="X.Org Foundation"
    [ 64.876] compiled for 1.10.2, module version = 1.2.0
    [ 64.876] ABI class: X.Org Server Extension, version 5.0
    [ 64.876] (II) Loading extension DRI2
    [ 64.876] (==) Matched nouveau as autoconfigured driver 0
    [ 64.876] (==) Matched nv as autoconfigured driver 1
    [ 64.876] (==) Matched nvidia as autoconfigured driver 2
    [ 64.876] (==) Matched vesa as autoconfigured driver 3
    [ 64.876] (==) Matched fbdev as autoconfigured driver 4
    [ 64.876] (==) Assigned the driver to the xf86ConfigLayout
    [ 64.876] (II) LoadModule: "nouveau"
    [ 64.898] (WW) Warning, couldn't open module nouveau
    [ 64.898] (II) UnloadModule: "nouveau"
    [ 64.898] (II) Unloading nouveau
    [ 64.898] (EE) Failed to load module "nouveau" (module does not exist, 0)
    [ 64.898] (II) LoadModule: "nv"
    [ 64.898] (WW) Warning, couldn't open module nv
    [ 64.898] (II) UnloadModule: "nv"
    [ 64.898] (II) Unloading nv
    [ 64.898] (EE) Failed to load module "nv" (module does not exist, 0)
    [ 64.899] (II) LoadModule: "nvidia"
    [ 64.899] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 64.933] (II) Module nvidia: vendor="NVIDIA Corporation"
    [ 64.934] compiled for 4.0.2, module version = 1.0.0
    [ 64.934] Module class: X.Org Video Driver
    [ 64.954] (II) LoadModule: "vesa"
    [ 64.954] (WW) Warning, couldn't open module vesa
    [ 64.954] (II) UnloadModule: "vesa"
    [ 64.954] (II) Unloading vesa
    [ 64.954] (EE) Failed to load module "vesa" (module does not exist, 0)
    [ 64.954] (II) LoadModule: "fbdev"
    [ 64.955] (WW) Warning, couldn't open module fbdev
    [ 64.955] (II) UnloadModule: "fbdev"
    [ 64.955] (II) Unloading fbdev
    [ 64.955] (EE) Failed to load module "fbdev" (module does not exist, 0)
    [ 64.955] (II) NVIDIA dlloader X Driver 275.09.07 Wed Jun 8 14:18:12 PDT 2011
    [ 64.955] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    [ 64.956] (--) using VT number 7
    [ 64.960] (II) Loading sub module "fb"
    [ 64.960] (II) LoadModule: "fb"
    [ 64.960] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 64.971] (II) Module fb: vendor="X.Org Foundation"
    [ 64.971] compiled for 1.10.2, module version = 1.0.0
    [ 64.971] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 64.971] (II) Loading sub module "wfb"
    [ 64.971] (II) LoadModule: "wfb"
    [ 64.971] (II) Loading /usr/lib/xorg/modules/libwfb.so
    [ 64.981] (II) Module wfb: vendor="X.Org Foundation"
    [ 64.981] compiled for 1.10.2, module version = 1.0.0
    [ 64.981] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 64.981] (II) Loading sub module "ramdac"
    [ 64.981] (II) LoadModule: "ramdac"
    [ 64.981] (II) Module "ramdac" already built-in
    [ 65.000] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 65.000] (II) Loading /usr/lib/xorg/modules/libwfb.so
    [ 65.000] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 65.024] (II) NVIDIA(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
    [ 65.024] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
    [ 65.024] (==) NVIDIA(0): RGB weight 888
    [ 65.024] (==) NVIDIA(0): Default visual is TrueColor
    [ 65.024] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    xorg.conf
    # nvidia-xconfig: X configuration file generated by nvidia-xconfig
    # nvidia-xconfig: version 275.09.07 ([email protected]) Wed Jun 8 14:38:32 PDT 2011
    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
    EndSubSection
    EndSection
    kernel.log
    http://pastebin.com/QsdsVezq
    pacman.conf
    [2011-06-18 20:31] installed filesystem (2011.04-1)
    [2011-06-18 20:31] installed util-linux (2.19.1-2)
    [2011-06-18 20:31] installed libusb (1.0.8-1)
    [2011-06-18 20:31] installed libusb-compat (0.1.3-1)
    [2011-06-18 20:31] installed pcre (8.12-1)
    [2011-06-18 20:31] installed glib2 (2.28.8-1)
    [2011-06-18 20:31] installed module-init-tools (3.13-1)
    [2011-06-18 20:31] installed pciutils (3.1.7-4)
    [2011-06-18 20:31] installed udev (171-2)
    [2011-06-18 20:31] installed device-mapper (2.02.85-2)
    [2011-06-18 20:31] installed libgpg-error (1.9-3)
    [2011-06-18 20:31] installed libgcrypt (1.4.6-3)
    [2011-06-18 20:31] installed popt (1.16-3)
    [2011-06-18 20:31] installed cryptsetup (1.3.1-1)
    [2011-06-18 20:31] installed dash (0.5.6.1-2)
    [2011-06-18 20:31] installed dhcpcd (5.2.12-1)
    [2011-06-18 20:31] installed diffutils (3.0-2)
    [2011-06-18 20:31] installed e2fsprogs (1.41.14-1)
    [2011-06-18 20:31] installed file (5.07-3)
    [2011-06-18 20:31] installed findutils (4.4.2-3)
    [2011-06-18 20:31] installed gawk (3.1.8-2)
    [2011-06-18 20:31] installed gettext (0.18.1.1-3)
    [2011-06-18 20:31] installed grep (2.8-1)
    [2011-06-18 20:31] installed sed (4.2.1-3)
    [2011-06-18 20:31] installed grub (0.97-17)
    [2011-06-18 20:31] installed gzip (1.4-2)
    [2011-06-18 20:31] installed gdbm (1.8.3-8)
    [2011-06-18 20:31] installed perl (5.12.3-1)
    [2011-06-18 20:31] installed openssl (1.0.0.d-1)
    [2011-06-18 20:31] installed heirloom-mailx (12.5-1)
    [2011-06-18 20:31] installed iproute2 (2.6.38-3)
    [2011-06-18 20:31] installed kbd (1.15.3-1)
    [2011-06-18 20:31] installed sysvinit (2.88-2)
    [2011-06-18 20:31] installed initscripts (2011.06.4-1)
    [2011-06-18 20:31] installed sysfsutils (2.1.0-6)
    [2011-06-18 20:31] installed iputils (20101006-1)
    [2011-06-18 20:31] installed jfsutils (1.1.15-2)
    [2011-06-18 20:31] installed linux-firmware (20110512-2)
    [2011-06-18 20:31] installed mkinitcpio-busybox (1.18.4-1)
    [2011-06-18 20:31] installed gen-init-cpio (2.6.36-1)
    [2011-06-18 20:31] installed which (2.20-4)
    [2011-06-18 20:31] installed mkinitcpio (0.6.15-1)
    [2011-06-18 15:01] >>> Updating module dependencies. Please wait ...
    [2011-06-18 15:01] >>> MKINITCPIO SETUP
    [2011-06-18 15:01] >>> ----------------
    [2011-06-18 15:01] >>> If you use LVM2, Encrypted root or software RAID,
    [2011-06-18 15:01] >>> Ensure you enable support in /etc/mkinitcpio.conf .
    [2011-06-18 15:01] >>> More information about mkinitcpio setup can be found here:
    [2011-06-18 15:01] >>> http://wiki.archlinux.org/index.php/Mkinitcpio
    [2011-06-18 15:01]
    [2011-06-18 15:01] >>> Generating initial ramdisk, using mkinitcpio. Please wait...
    [2011-06-18 15:01] ==> Building image "default"
    [2011-06-18 15:01] ==> Running command: /sbin/mkinitcpio -k 2.6.39-ARCH -c /etc/mkinitcpio.conf -g /boot/kernel26.img
    [2011-06-18 15:01] :: Begin build
    [2011-06-18 15:01] :: Parsing hook [base]
    [2011-06-18 15:01] :: Parsing hook [udev]
    [2011-06-18 15:01] :: Parsing hook [autodetect]
    [2011-06-18 15:01] :: Parsing hook [pata]
    [2011-06-18 15:01] :: Parsing hook [scsi]
    [2011-06-18 15:01] :: Parsing hook [sata]
    [2011-06-18 15:01] :: Parsing hook [filesystems]
    [2011-06-18 15:01] :: Generating module dependencies
    [2011-06-18 15:01] :: Generating image '/boot/kernel26.img'
    [2011-06-18 15:01] :: Image generation successful
    [2011-06-18 15:01] ==> SUCCESS
    [2011-06-18 15:01] ==> Building image "fallback"
    [2011-06-18 15:01] ==> Running command: /sbin/mkinitcpio -k 2.6.39-ARCH -c /etc/mkinitcpio.conf -g /boot/kernel26-fallback.img -S autodetect
    [2011-06-18 15:01] :: Begin build
    [2011-06-18 15:01] :: Parsing hook [base]
    [2011-06-18 15:01] :: Parsing hook [udev]
    [2011-06-18 15:01] :: Parsing hook [pata]
    [2011-06-18 15:01] :: Parsing hook [scsi]
    [2011-06-18 15:01] :: Parsing hook [sata]
    [2011-06-18 15:01] :: Parsing hook [filesystems]
    [2011-06-18 15:01] :: Generating module dependencies
    [2011-06-18 15:01] :: Generating image '/boot/kernel26-fallback.img'
    [2011-06-18 15:01] :: Image generation successful
    [2011-06-18 15:01] ==> SUCCESS
    [2011-06-18 20:31] installed kernel26 (2.6.39.1-1)
    [2011-06-18 20:31] installed less (443-2)
    [2011-06-18 20:31] installed libpipeline (1.2.0-1)
    [2011-06-18 20:31] installed licenses (2.8-1)
    [2011-06-18 20:31] installed logrotate (3.7.9-1)
    [2011-06-18 20:31] installed lvm2 (2.02.85-2)
    [2011-06-18 20:31] installed texinfo (4.13a-5)
    [2011-06-18 20:31] installed groff (1.21-1)
    [2011-06-18 15:01] it's recommended to create an initial
    [2011-06-18 15:01] database running as root:
    [2011-06-18 15:01] "/usr/bin/mandb --quiet"
    [2011-06-18 20:31] installed man-db (2.6.0.2-2)
    [2011-06-18 20:31] installed man-pages (3.32-1)
    [2011-06-18 20:31] installed mdadm (3.2.1-3)
    [2011-06-18 20:31] installed nano (2.2.6-1)
    [2011-06-18 20:31] installed xz (5.0.3-1)
    [2011-06-18 20:31] installed expat (2.0.1-6)
    [2011-06-18 20:31] installed libarchive (2.8.4-2)
    [2011-06-18 20:31] installed libfetch (2.33-3)
    [2011-06-18 20:31] installed pacman-mirrorlist (20110324-1)
    [2011-06-18 20:31] installed pacman (3.5.3-1)
    [2011-06-18 20:31] installed pcmciautils (017-2)
    [2011-06-18 20:31] installed libnl (1.1-2)
    [2011-06-18 20:31] installed libpcap (1.1.1-2)
    [2011-06-18 20:31] installed ppp (2.4.5-2)
    [2011-06-18 20:31] installed procps (3.2.8-3)
    [2011-06-18 20:31] installed psmisc (22.13-1)
    [2011-06-18 20:31] installed reiserfsprogs (3.6.21-3)
    [2011-06-18 20:31] installed eventlog (0.2.12-2)
    [2011-06-18 20:31] installed tcp_wrappers (7.6-12)
    [2011-06-18 20:31] installed syslog-ng (3.2.4-1)
    [2011-06-18 20:31] installed tar (1.26-1)
    [2011-06-18 20:31] installed usbutils (002-3)
    [2011-06-18 20:31] installed vi (1:050325-1)
    [2011-06-18 20:31] installed wget (1.12-7)
    [2011-06-18 20:31] installed dbus-core (1.4.8-1)
    [2011-06-18 20:31] installed wpa_supplicant (0.7.3-3)
    [2011-06-18 20:31] installed xfsprogs (3.1.5-1)
    [2011-06-18 20:31] installed fakeroot (1.15.1-1)
    [2011-06-18 20:31] installed sudo (1.8.1.p2-1)
    [2011-06-18 20:31] installed wireless_tools (29-4)
    [2011-06-18 21:10] Running 'pacman -S xorg-server xorg-xinit xorg-server-utils xorg-twm xorg-xclock xterm'
    [2011-06-18 21:15] installed xproto (7.0.21-1)
    [2011-06-18 21:15] installed libxdmcp (1.1.0-1)
    [2011-06-18 21:15] installed freetype2 (2.4.4-2)
    [2011-06-18 21:15] installed libfontenc (1.1.0-1)
    [2011-06-18 21:15] installed fontsproto (2.1.1-1)
    [2011-06-18 21:15] installed libxfont (1.4.3-1)
    [2011-06-18 21:15] installed libpciaccess (0.12.1-1)
    [2011-06-18 21:15] installed libdrm (2.4.25-1)
    [2011-06-18 21:15] installed pixman (0.22.0-1)
    [2011-06-18 21:15] installed libxau (1.0.6-1)
    [2011-06-18 21:15] installed xcb-proto (1.6-2)
    [2011-06-18 21:15] installed libxcb (1.7-2)
    [2011-06-18 21:15] installed kbproto (1.0.5-1)
    [2011-06-18 21:15] installed libx11 (1.4.3-2)
    [2011-06-18 21:15] installed libxkbfile (1.0.7-1)
    [2011-06-18 21:15] installed xorg-xkbcomp (1.2.1-2)
    [2011-06-18 21:15] installed xkeyboard-config (2.2.1-1)
    [2011-06-18 21:15] installed xorg-setxkbmap (1.2.0-2)
    [2011-06-18 21:15] installed xorg-fonts-encodings (1.0.4-1)
    [2011-06-18 21:15] installed xorg-fonts-alias (1.0.2-1)
    [2011-06-18 21:15] installed xorg-bdftopcf (1.0.3-1)
    [2011-06-18 21:15] installed xorg-mkfontscale (1.0.8-1)
    [2011-06-18 21:15] installed xorg-mkfontdir (1.0.6-2)
    [2011-06-18 21:15] installed xorg-font-util (1.2.0-1)
    [2011-06-18 21:15] installed xorg-font-utils (7.6-2)
    [2011-06-18 21:15] updating font cache... done.
    [2011-06-18 21:15] installed fontconfig (2.8.0-1)
    [2011-06-18 21:15] Updating font cache... done.
    [2011-06-18 21:15] installed xorg-fonts-misc (1.0.1-1)
    [2011-06-18 21:15] installed xorg-server-common (1.10.2-1)
    [2011-06-18 21:15] installed xf86-input-evdev (2.6.0-3)
    [2011-06-18 21:15] installed xorg-server (1.10.2-1)
    [2011-06-18 21:15] installed xextproto (7.2.0-1)
    [2011-06-18 21:15] installed libxext (1.3.0-1)
    [2011-06-18 21:15] installed libice (1.0.7-1)
    [2011-06-18 21:15] installed libsm (1.2.0-1)
    [2011-06-18 21:15] installed libxt (1.1.1-1)
    [2011-06-18 21:15] installed libxmu (1.1.0-1)
    [2011-06-18 21:15] installed xorg-xauth (1.0.6-1)
    [2011-06-18 21:15] installed xorg-xinit (1.3.0-3)
    [2011-06-18 21:15] installed xorg-iceauth (1.0.5-1)
    [2011-06-18 21:15] installed xorg-sessreg (1.0.6-2)
    [2011-06-18 21:15] installed xorg-xcmsdb (1.0.3-2)
    [2011-06-18 21:15] installed renderproto (0.11.1-1)
    [2011-06-18 21:15] installed libxrender (0.9.6-1)
    [2011-06-18 21:15] installed randrproto (1.3.2-1)
    [2011-06-18 21:15] installed libxrandr (1.3.1-1)
    [2011-06-18 21:15] installed xorg-xbacklight (1.1.2-2)
    [2011-06-18 21:15] installed xf86vidmodeproto (2.3.1-1)
    [2011-06-18 21:15] installed libxxf86vm (1.1.1-1)
    [2011-06-18 21:15] installed xorg-xgamma (1.0.4-2)
    [2011-06-18 21:15] installed xorg-xhost (1.0.4-2)
    [2011-06-18 21:15] installed inputproto (2.0.2-1)
    [2011-06-18 21:15] installed libxi (1.4.2-1)
    [2011-06-18 21:15] installed xorg-xinput (1.5.3-2)
    [2011-06-18 21:15] installed xorg-xmodmap (1.0.5-2)
    [2011-06-18 21:15] installed xorg-xrandr (1.3.4-2)
    [2011-06-18 21:15] installed mcpp (2.7.2-2)
    [2011-06-18 21:15] installed xorg-xrdb (1.0.9-1)
    [2011-06-18 21:15] installed xorg-xrefresh (1.0.4-2)
    [2011-06-18 21:15] installed xorg-xset (1.2.1-2)
    [2011-06-18 21:15] installed fixesproto (5.0-1)
    [2011-06-18 21:15] installed libxfixes (5.0-1)
    [2011-06-18 21:15] installed libxcursor (1.1.11-1)
    [2011-06-18 21:15] installed xorg-xsetroot (1.1.0-2)
    [2011-06-18 21:15] installed xorg-server-utils (7.6-2)
    [2011-06-18 21:15] installed xorg-twm (1.0.6-2)
    [2011-06-18 21:15] installed libxpm (3.5.9-1)
    [2011-06-18 21:15] installed libxaw (1.0.9-1)
    [2011-06-18 21:15] installed libxft (2.2.0-1)
    [2011-06-18 21:15] installed xorg-xclock (1.0.5-1)
    [2011-06-18 21:15] installed xorg-luit (1.1.0-2)
    [2011-06-18 21:15] installed xbitmaps (1.1.1-1)
    [2011-06-18 21:15] installed xterm (270-1)
    [2011-06-18 21:41] Running 'pacman -S nvidia'
    [2011-06-18 21:48] installed videoproto (2.3.1-1)
    [2011-06-18 21:48] installed libxv (1.0.6-1)
    [2011-06-18 21:48] installed libxvmc (1.0.6-1)
    [2011-06-18 21:48] By using this package you accept the NVIDIA license,
    [2011-06-18 21:48] which has been installed in /usr/share/licenses/nvidia/LICENSE
    [2011-06-18 21:48] If you do not accept this license, you must remove the package immediately.
    [2011-06-18 21:48] installed nvidia-utils (275.09.07-1)
    [2011-06-18 21:48] In order to use nvidia module, reboot the system.
    [2011-06-18 21:48] installed nvidia (275.09.07-1)
    [2011-06-18 21:49] Running 'pacman -S xf86-input-synaptics'
    [2011-06-18 21:49] installed recordproto (1.14.1-1)
    [2011-06-18 21:49] installed libxtst (1.2.0-1)
    [2011-06-18 21:49] installed xf86-input-synaptics (1.4.0.901-1)
    thanks in advance
    Last edited by woffa (2011-06-18 22:40:58)

    i have nvidia installed only..
    last time about 2 month ago, i face the same problem initially but later ended with working 'X' by doing nothing.
    the problem(same) comes again after full system upgrade which was include latest kernel & nvidia...i successfully bring back my system by downgrading kernel and nvidia package after many tries...but one day 'X' freezes, bring system back by installing 'vesa'(i try nouveau before vesa but its gives me very low resolution 640*480 only)  and later installing same nvidia package.. finally another day X freezes and failed to get back my system (try both nouveau and nvidia)
    Last edited by woffa (2011-06-18 23:16:26)

  • Splashy stopped working after update, whole computer freezes instead o

    I update by "pacman -Syu" yesterday, and when I started up my computer today (no restart yesterday) it freezes where everything should start loading.
    I get the splash image I have choosen with splashy, but it doesn't load anything, it just stops there.
    If I remove "quiet splash" from the kernel bootline everything works fine again, except that I don't have any boot splash.
    I'm running x86_64 version of Arch on my laptop (Acer Aspire TimelineX 3820TG).
    This is what pacman.log says got updated:
    [2011-05-07 11:55] Running 'pacman -S network-manager-applet'
    [2011-05-07 11:56] upgraded network-manager-applet (0.8.998-2 -> 0.8.999-1)
    [2011-05-07 12:09] Running 'pacman -Syy'
    [2011-05-07 12:09] synchronizing package lists
    [2011-05-07 12:09] Running 'pacman -Syu'
    [2011-05-07 12:09] synchronizing package lists
    [2011-05-07 12:09] starting full system upgrade
    [2011-05-07 12:12] upgraded binutils (2.21-6 -> 2.21-7)
    [2011-05-07 12:12] upgraded run-parts (3.4.1-1 -> 3.4.4-1)
    [2011-05-07 12:12] upgraded coreutils (8.11-1 -> 8.12-1)
    [2011-05-07 12:12] Updating certificates. This might take a while...
    [2011-05-07 12:12] upgraded ca-certificates (20090814+nmu2-1 -> 20110421-3)
    [2011-05-07 12:12] upgraded dcron (4.4-2 -> 4.5-2)
    [2011-05-07 12:12] upgraded gcc-libs (4.6.0-3 -> 4.6.0-4)
    [2011-05-07 12:12] upgraded lib32-gcc-libs (4.6.0-3 -> 4.6.0-4)
    [2011-05-07 12:12] upgraded nspluginwrapper (1.3.0-4 -> 1.3.2-1)
    [2011-05-07 12:12] upgraded flashplugin (10.2.159.1-1 -> 10.2.159.1-2)
    [2011-05-07 12:12] upgraded gcc (4.6.0-3 -> 4.6.0-4)
    [2011-05-07 12:12] upgraded git (1.7.5-1 -> 1.7.5.1-1)
    [2011-05-07 12:12] upgraded libtool (2.4-2 -> 2.4-3)
    [2011-05-07 12:12] upgraded imagemagick (6.6.9.4-1 -> 6.6.9.8-1)
    [2011-05-07 12:12] upgraded pciutils (3.1.7-3 -> 3.1.7-4)
    [2011-05-07 12:12] upgraded udev (167-1 -> 167-2)
    [2011-05-07 12:12] warning: /etc/rc.conf installed as /etc/rc.conf.pacnew
    [2011-05-07 12:12] upgraded initscripts (2011.02.1-1 -> 2011.04.1-2)
    [2011-05-07 12:12] warning: /etc/mkinitcpio.conf installed as /etc/mkinitcpio.conf.pacnew
    [2011-05-07 12:12] upgraded mkinitcpio (0.6.8-2 -> 0.6.11-1)
    [2011-05-07 12:12] >>> Updating module dependencies. Please wait ...
    [2011-05-07 12:12] >>> MKINITCPIO SETUP
    [2011-05-07 12:12] >>> ----------------
    [2011-05-07 12:12] >>> If you use LVM2, Encrypted root or software RAID,
    [2011-05-07 12:12] >>> Ensure you enable support in /etc/mkinitcpio.conf .
    [2011-05-07 12:12] >>> More information about mkinitcpio setup can be found here:
    [2011-05-07 12:12] >>> [url]http://wiki.archlinux.org/index.php/Mkinitcpio[/url]
    [2011-05-07 12:12]
    [2011-05-07 12:12] >>> Generating initial ramdisk, using mkinitcpio. Please wait...
    [2011-05-07 12:12] ==> Building image "default"
    [2011-05-07 12:12] ==> Running command: /sbin/mkinitcpio -k 2.6.38-ARCH -c /etc/mkinitcpio.conf -g /boot/kernel26.img
    [2011-05-07 12:12] :: Begin build
    [2011-05-07 12:12] :: Parsing hook [base]
    [2011-05-07 12:12] :: Parsing hook [udev]
    [2011-05-07 12:12] :: Parsing hook [autodetect]
    [2011-05-07 12:12] :: Parsing hook [pata]
    [2011-05-07 12:12] :: Parsing hook [scsi]
    [2011-05-07 12:12] :: Parsing hook [sata]
    [2011-05-07 12:12] :: Parsing hook [filesystems]
    [2011-05-07 12:12] :: Parsing hook [splashy]
    [2011-05-07 12:12] :: Generating module dependencies
    [2011-05-07 12:12] :: Generating image '/boot/kernel26.img'...SUCCESS
    [2011-05-07 12:12] ==> SUCCESS
    [2011-05-07 12:12] ==> Building image "fallback"
    [2011-05-07 12:12] ==> Running command: /sbin/mkinitcpio -k 2.6.38-ARCH -c /etc/mkinitcpio.conf -g /boot/kernel26-fallback.img -S autodetect
    [2011-05-07 12:12] :: Begin build
    [2011-05-07 12:12] :: Parsing hook [base]
    [2011-05-07 12:12] :: Parsing hook [udev]
    [2011-05-07 12:12] :: Parsing hook [pata]
    [2011-05-07 12:12] :: Parsing hook [scsi]
    [2011-05-07 12:13] :: Parsing hook [sata]
    [2011-05-07 12:13] :: Parsing hook [filesystems]
    [2011-05-07 12:13] :: Parsing hook [splashy]
    [2011-05-07 12:13] :: Generating module dependencies
    [2011-05-07 12:13] :: Generating image '/boot/kernel26-fallback.img'...SUCCESS
    [2011-05-07 12:13] ==> SUCCESS
    [2011-05-07 12:13] upgraded kernel26 (2.6.38.4-1 -> 2.6.38.5-1)
    [2011-05-07 12:13] upgraded libgcrypt (1.4.6-2 -> 1.4.6-3)
    [2011-05-07 12:13] upgraded libidn (1.19-1 -> 1.22-1)
    [2011-05-07 12:13] upgraded libxcb (1.7-1 -> 1.7-2)
    [2011-05-07 12:13] upgraded openssh (5.8p1-1 -> 5.8p2-1)
    [2011-05-07 12:13] upgraded python2-cairo (1.8.10-1 -> 1.10.0-1)
    [2011-05-07 12:13] upgraded qt (4.7.2-6 -> 4.7.3-1)
    [2011-05-07 12:13] >>> The kernel-mode plugin has a new place.
    [2011-05-07 12:13] >>> It's now located under /usr/lib/rp-pppoe/rp-pppoe.so
    [2011-05-07 12:13] >>> Change LINUX_PLUGIN to the new path in your /etc/ppp/pppoe.conf
    [2011-05-07 12:13] upgraded rp-pppoe (3.10-5 -> 3.10-6)
    [2011-05-07 12:13] upgraded rxvt-unicode (9.10-1 -> 9.11-1)
    [2011-05-07 12:13] upgraded sudo (1.8.1-1 -> 1.8.1.p1-1)
    [2011-05-07 12:13] upgraded tzdata (2011e-1 -> 2011g-1)
    [2011-05-07 12:13] upgraded usbutils (002-1 -> 002-2)
    [2011-05-07 12:13] upgraded xfsprogs (3.1.4-1 -> 3.1.5-1)
    Anyone who has any idea?
    Moderator Edit:  Changed 'quote' tags to 'code' tags (ewaller)
    Last edited by ewaller (2011-06-08 15:43:58)

    Same problem here, Splashy is broken, I had to go back with previous mkinitcpio to get it working again.
    Progress bar is frozen, I have to go with CTRL+ALT+F7 to get to my login screen.
    @ ennui : removing the hook in /etc/mkinitcpio.conf and the line SPLASH="splashy" in /etc/rc.conf, then running mkinitcpio -p kernel26 as root should do the job.
    Last edited by whiterabbit (2011-05-31 12:39:11)

  • [Solved] Upgrade breaks checkgmail

    I'm running checkgmail version 1.14pre2-svn from AUR. I upgraded a ton of packages on my system yesterday, including going from Perl 5 to 6. Now, when starting checkgmail, it complains:
    CheckGmail v1.14pre2-svn
    Copyright © 2005-6, Owen Marshall
    Sorry! CheckGmail can't find the following package(s) on your system. These packages are needed for CheckGmail to run.
    LWP::UserAgent HTTP::Request::Common
    Try installing them if they're provided by your distro, and then run CheckGmail again ...
    If that fails, you might have to download and install the packages from CPAN (http://search.cpan.org)
    It might be related to this bug, so I installed perl-lwp-protocol-https, but the problem persists.
    Any ideas?
    Last edited by Proofrific (2011-12-25 01:16:26)

    Here's my pacman.log.
    [2011-12-23 22:20] Running 'pacman -Syu'
    [2011-12-23 22:20] synchronizing package lists
    [2011-12-23 22:21] starting full system upgrade
    [2011-12-24 00:00] Running 'pacman -Syu -f filesystem'
    [2011-12-24 00:00] synchronizing package lists
    [2011-12-24 00:00] starting full system upgrade
    [2011-12-24 00:01] Running 'pacman -Sy -f initscripts'
    [2011-12-24 00:01] synchronizing package lists
    [2011-12-24 00:01] ATTENTION UDEV:
    [2011-12-24 00:01] ----------
    [2011-12-24 00:01] We now use upstream rules for assigning devices to the 'disk', 'optical',
    [2011-12-24 00:01] 'scanner' and 'video' groups. Beware of any changes.
    [2011-12-24 00:01] --
    [2011-12-24 00:01] We no longer create symlinks from /dev/<dev> to /dev/<dev>0.
    [2011-12-24 00:01] --
    [2011-12-24 00:01] For security reasons, we no longer add devices to the 'storage' group. Use
    [2011-12-24 00:01] udisks and friends, or add custom rules to /etc/udev.d/rules/, if you want
    [2011-12-24 00:01] this functionality back.
    [2011-12-24 00:01] --
    [2011-12-24 00:01] We no longer create the static nodes on install needed for an initrd-less and
    [2011-12-24 00:01] devtmpfs-less boot, this only affects fresh installs.
    [2011-12-24 00:01] ---------------
    [2011-12-24 00:01] upgraded udev (173-3 -> 175-1)
    [2011-12-24 00:01] warning: /etc/rc.conf installed as /etc/rc.conf.pacnew
    [2011-12-24 00:01] If using non-bash-compatible shell, please set LANG in /etc/locale.conf,
    [2011-12-24 00:01] as LOCALE in /etc/rc.conf no longer works.
    [2011-12-24 00:01] upgraded initscripts (2011.07.3-1 -> 2011.12.1-1)
    [2011-12-24 00:01] Running 'pacman -Su'
    [2011-12-24 00:01] starting full system upgrade
    [2011-12-24 00:05] Running 'pacman -Suf'
    [2011-12-24 00:05] starting full system upgrade
    [2011-12-24 00:07] removed pygobject (2.28.6-1)
    [2011-12-24 00:07] upgraded linux-api-headers (3.0.1-1 -> 3.1.4-1)
    [2011-12-24 00:07] upgraded tzdata (2011h-1 -> 2011n-1)
    [2011-12-24 00:07] Generating locales...
    [2011-12-24 00:07] en_US.UTF-8... done
    [2011-12-24 00:07] en_US.ISO-8859-1... done
    [2011-12-24 00:07] Generation complete.
    [2011-12-24 00:07] upgraded glibc (2.14-5 -> 2.14.1-4)
    [2011-12-24 00:07] upgraded ncurses (5.9-1 -> 5.9-2)
    [2011-12-24 00:07] upgraded readline (6.2.001-2 -> 6.2.002-1)
    [2011-12-24 00:07] upgraded bash (4.2.010-1 -> 4.2.020-1)
    [2011-12-24 00:07] upgraded gdbm (1.8.3-8 -> 1.10-1)
    [2011-12-24 00:07] upgraded gcc-libs (4.6.1-3 -> 4.6.2-3)
    [2011-12-24 00:07] upgraded db (5.2.28-1 -> 5.2.36-2)
    [2011-12-24 00:07] upgraded cracklib (2.8.18-1 -> 2.8.18-2)
    [2011-12-24 00:07] upgraded pam (1.1.4-1 -> 1.1.5-1)
    [2011-12-24 00:07] upgraded shadow (4.1.4.3-2 -> 4.1.4.3-5)
    [2011-12-24 00:07] upgraded libcap (2.22-1 -> 2.22-2)
    [2011-12-24 00:07] upgraded coreutils (8.12-3 -> 8.14-1)
    [2011-12-24 00:07] upgraded perl (5.14.1-3 -> 5.14.2-4)
    [2011-12-24 00:07] upgraded openssl (1.0.0.d-1 -> 1.0.0.e-1)
    [2011-12-24 00:07] upgraded expat (2.0.1-6 -> 2.0.1-7)
    [2011-12-24 00:07] upgraded libsasl (2.1.23-7 -> 2.1.23-8)
    [2011-12-24 00:07] upgraded filesystem (2011.08-1 -> 2011.12-2)
    [2011-12-24 00:07] upgraded util-linux (2.19.1-3 -> 2.20.1-1)
    [2011-12-24 00:07] upgraded e2fsprogs (1.41.14-1 -> 1.41.14-2)
    [2011-12-24 00:07] upgraded libldap (2.4.26-3 -> 2.4.28-1)
    [2011-12-24 00:07] installed libltdl (2.4.2-2)
    [2011-12-24 00:07] upgraded unixodbc (2.3.0-1 -> 2.3.1-1)
    [2011-12-24 00:07] upgraded apr-util (1.3.12-2 -> 1.3.12-4)
    [2011-12-24 00:07] upgraded pcre (8.13-2 -> 8.21-1)
    [2011-12-24 00:07] warning: /etc/httpd/conf/httpd.conf installed as /etc/httpd/conf/httpd.conf.pacnew
    [2011-12-24 00:07] upgraded apache (2.2.19-1 -> 2.2.21-1)
    [2011-12-24 00:07] upgraded nettle (2.2-1 -> 2.4-1)
    [2011-12-24 00:07] installed p11-kit (0.9-1)
    [2011-12-24 00:07] upgraded gnutls (3.0.1-1 -> 3.0.9-1)
    [2011-12-24 00:07] upgraded gwenhywfar (4.2.1-1 -> 4.3.0-1)
    [2011-12-24 00:07] upgraded aqbanking (5.0.14-1 -> 5.0.17-1)
    [2011-12-24 00:07] upgraded glib2 (2.28.8-1 -> 2.30.2-1)
    [2011-12-24 00:07] upgraded atk (2.0.1-1 -> 2.2.0-1)
    [2011-12-24 00:07] upgraded glibmm (2.28.2-1 -> 2.30.1-1)
    [2011-12-24 00:07] upgraded atkmm (2.22.4-1 -> 2.22.6-1)
    [2011-12-24 00:07] upgraded libjpeg-turbo (1.1.1-3 -> 1.1.1-4)
    [2011-12-24 00:07] upgraded libmng (1.0.10-3 -> 1.0.10-4)
    [2011-12-24 00:07] upgraded sqlite3 (3.7.7.1-1 -> 3.7.9-1)
    [2011-12-24 00:07] upgraded run-parts (3.4.4-1 -> 4.0.4-1)
    [2011-12-24 00:07] upgraded findutils (4.4.2-3 -> 4.4.2-4)
    [2011-12-24 00:07] upgraded sed (4.2.1-3 -> 4.2.1-4)
    [2011-12-24 00:07] upgraded ca-certificates (20110421-3 -> 20111211-1)
    [2011-12-24 00:07] upgraded dbus-core (1.4.14-1 -> 1.4.16-1)
    [2011-12-24 00:07] upgraded dbus (1.4.14-1 -> 1.4.16-1)
    [2011-12-24 00:07] upgraded libdrm (2.4.26-1 -> 2.4.29-1)
    [2011-12-24 00:07] upgraded libglapi (7.11-1 -> 7.11.2-1)
    [2011-12-24 00:07] upgraded libgl (7.11-1 -> 7.11.2-1)
    [2011-12-24 00:07] upgraded libxrandr (1.3.2-1 -> 1.3.2-2)
    [2011-12-24 00:07] upgraded libxi (1.4.3-1 -> 1.4.4-1)
    [2011-12-24 00:07] upgraded qt (4.7.3-3 -> 4.8.0-2)
    [2011-12-24 00:07] upgraded attica (0.2.0-1 -> 0.2.9-1)
    [2011-12-24 00:07] upgraded audiofile (0.2.7-1 -> 0.3.2-1)
    [2011-12-24 00:07] upgraded avahi (0.6.30-4 -> 0.6.30-6)
    [2011-12-24 00:07] upgraded babl (0.1.4-1 -> 0.1.6-1)
    [2011-12-24 00:07] upgraded bc (1.06-7 -> 1.06-8)
    [2011-12-24 00:07] upgraded binutils (2.21.1-2 -> 2.22-2)
    [2011-12-24 00:07] upgraded bzip2 (1.0.6-1 -> 1.0.6-3)
    [2011-12-24 00:07] upgraded icu (4.8.1-1 -> 4.8.1.1-1)
    [2011-12-24 00:07] upgraded boost-libs (1.47.0-1 -> 1.48.0-2)
    [2011-12-24 00:07] upgraded cabextract (1.4-1 -> 1.4-2)
    [2011-12-24 00:07] upgraded ca-certificates-java (20110426-4 -> 20110912-1)
    [2011-12-24 00:07] upgraded cairo-perl (1.061-4 -> 1.081-1)
    [2011-12-24 00:07] upgraded lame (3.98.4-1 -> 3.99.3-1)
    [2011-12-24 00:07] upgraded cdrdao (1.2.3-5 -> 1.2.3-6)
    [2011-12-24 00:07] upgraded file (5.08-1 -> 5.09-1)
    [2011-12-24 00:07] upgraded cdrkit (1.1.11-1 -> 1.1.11-2)
    [2011-12-24 00:07] installed perl-net-ssleay (1.42-2)
    [2011-12-24 00:07] installed perl-io-socket-ssl (1.44-1)
    [2011-12-24 00:07] installed perl-net-http (6.01-1)
    [2011-12-24 00:07] installed perl-encode-locale (1.02-1)
    [2011-12-24 00:07] installed perl-http-date (6.00-1)
    [2011-12-24 00:07] installed perl-file-listing (6.03-1)
    [2011-12-24 00:07] installed perl-lwp-mediatypes (6.01-1)
    [2011-12-24 00:07] upgraded perl-uri (1.58-1 -> 1.59-1)
    [2011-12-24 00:07] installed perl-http-message (6.02-1)
    [2011-12-24 00:07] installed perl-http-cookies (6.00-1)
    [2011-12-24 00:07] installed perl-http-daemon (6.00-1)
    [2011-12-24 00:07] installed perl-http-negotiate (6.00-1)
    [2011-12-24 00:07] installed perl-www-robotrules (6.01-1)
    [2011-12-24 00:07] upgraded perl-libwww (5.837-1 -> 6.02-2)
    [2011-12-24 00:07] installed perl-mozilla-ca (20111025-1)
    [2011-12-24 00:07] installed perl-lwp-protocol-https (6.02-1)
    [2011-12-24 00:07] upgraded checkgmail (1.13-5 -> 1.13-6)
    [2011-12-24 00:07] upgraded libdatrie (0.2.4-1 -> 0.2.5-1)
    [2011-12-24 00:07] upgraded libthai (0.1.15-1 -> 0.1.16-1)
    [2011-12-24 00:07] upgraded freetype2 (2.4.6-1 -> 2.4.8-1)
    [2011-12-24 00:07] upgraded pango (1.28.4-3 -> 1.29.4-1)
    [2011-12-24 00:07] upgraded shared-mime-info (0.90-1 -> 0.91-1)
    [2011-12-24 00:07] upgraded keyutils (1.5.2-1 -> 1.5.5-1)
    [2011-12-24 00:07] upgraded krb5 (1.9.1-3 -> 1.9.2-2)
    [2011-12-24 00:07] upgraded libcups (1.4.8-2 -> 1.5.0-1)
    [2011-12-24 00:07] upgraded gdk-pixbuf2 (2.23.5-1 -> 2.24.1-1)
    [2011-12-24 00:07] upgraded gtk-update-icon-cache (2.24.5-3 -> 2.24.8-2)
    [2011-12-24 00:07] upgraded gtk2 (2.24.5-3 -> 2.24.8-2)
    [2011-12-24 00:07] upgraded dbus-glib (0.94-2 -> 0.98-1)
    [2011-12-24 00:07] upgraded nspr (4.8.9-1 -> 4.8.9-2)
    [2011-12-24 00:07] upgraded nss (3.12.11-1 -> 3.13.1-1)
    [2011-12-24 00:07] upgraded libevent (2.0.12-1 -> 2.0.16-1)
    [2011-12-24 00:07] upgraded chromium (13.0.782.215-1 -> 16.0.912.63-1)
    [2011-12-24 00:07] upgraded isl (0.06-2 -> 0.07-1)
    [2011-12-24 00:07] upgraded cloog (0.16.2-2 -> 0.16.3-1)
    [2011-12-24 00:07] upgraded clucene (2.3.3.4-1 -> 2.3.3.4-2)
    [2011-12-24 00:07] upgraded popt (1.16-3 -> 1.16-4)
    [2011-12-24 00:07] upgraded cryptsetup (1.3.1-2 -> 1.4.0-2)
    [2011-12-24 00:07] upgraded openjpeg (1.3-3 -> 1.4-1)
    [2011-12-24 00:07] upgraded poppler-data (0.4.4-1 -> 0.4.5-1)
    [2011-12-24 00:07] upgraded poppler (0.16.7-1 -> 0.18.2-1)
    [2011-12-24 00:07] upgraded libusb (1.0.8-1 -> 1.0.8-2)
    [2011-12-24 00:07] upgraded libusb-compat (0.1.3-1 -> 0.1.3-2)
    [2011-12-24 00:07] upgraded cups (1.4.8-2 -> 1.5.0-1)
    [2011-12-24 00:07] upgraded libssh2 (1.2.9-1 -> 1.3.0-1)
    [2011-12-24 00:07] upgraded curl (7.21.7-1 -> 7.23.1-2)
    [2011-12-24 00:07] upgraded cyrus-sasl-gssapi (2.1.23-7 -> 2.1.23-8)
    [2011-12-24 00:07] upgraded cyrus-sasl-ldap (2.1.23-7 -> 2.1.23-8)
    [2011-12-24 00:07] upgraded postgresql-libs (9.0.4-4 -> 9.1.2-1)
    [2011-12-24 00:07] upgraded libmysqlclient (5.5.15-1 -> 5.5.19-1)
    [2011-12-24 00:07] upgraded cyrus-sasl-sql (2.1.23-7 -> 2.1.23-8)
    [2011-12-24 00:07] warning: undefined reference to <schema id='org.gnome.desktop.default-applications.at'/>
    [2011-12-24 00:07] upgraded dconf (0.8.0-1 -> 0.10.0-1)
    [2011-12-24 00:07] upgraded dhcpcd (5.2.12-1 -> 5.2.12-4)
    [2011-12-24 00:07] upgraded dialog (1.1_20110707-1 -> 1.1_20111020-1)
    [2011-12-24 00:07] upgraded diffutils (3.1-1 -> 3.2-1)
    [2011-12-24 00:07] upgraded djvulibre (3.5.24-1 -> 3.5.24-2)
    [2011-12-24 00:07] upgraded dmidecode (2.11-1 -> 2.11-2)
    [2011-12-24 00:07] upgraded glib-perl (1.223-3 -> 1.241-1)
    [2011-12-24 00:07] upgraded pango-perl (1.221-4 -> 1.223-1)
    [2011-12-24 00:07] upgraded gtk2-perl (1.222-3 -> 1.241-1)
    [2011-12-24 00:07] upgraded perl-gtk2-ex-formfactory (0.66-2 -> 0.67-1)
    [2011-12-24 00:07] upgraded lcms2 (2.2-1 -> 2.3-1)
    [2011-12-24 00:07] upgraded imagemagick (6.7.1.6-1 -> 6.7.4.0-1)
    [2011-12-24 00:07] upgraded gawk (4.0.0-1 -> 4.0.0-2)
    [2011-12-24 00:07] upgraded lzo2 (2.05-1 -> 2.06-1)
    [2011-12-24 00:07] upgraded libdvdread (4.1.3-2 -> 4.2.0-1)
    [2011-12-24 00:07] upgraded xcb-util (0.3.6-1 -> 0.3.8-1)
    [2011-12-24 00:07] installed json-c (0.9-1)
    [2011-12-24 00:07] upgraded libpulse (0.9.23-1 -> 1.1-1)
    [2011-12-24 00:07] upgraded libtheora (1.1.1-1 -> 1.1.1-2)
    [2011-12-24 00:07] Starting with libva version 1.0.15, the intel back-end is now in libva-driver-intel.
    [2011-12-24 00:07] upgraded libva (1.0.14-1 -> 1.0.15-1)
    [2011-12-24 00:07] upgraded libvdpau (0.4.1-1 -> 0.4.1-2)
    [2011-12-24 00:08] upgraded sdl (1.2.14-7 -> 1.2.14-10)
    [2011-12-24 00:08] upgraded speex (1.2rc1-1 -> 1.2rc1-2)
    [2011-12-24 00:08] upgraded x264 (20110617-1 -> 20111030-1)
    [2011-12-24 00:08] upgraded ffmpeg (20110724-1 -> 20111211-1)
    [2011-12-24 00:08] upgraded gzip (1.4-2 -> 1.4-4)
    [2011-12-24 00:08] upgraded texinfo (4.13a-5 -> 4.13a-7)
    [2011-12-24 00:08] upgraded mjpegtools (1.9.0-4 -> 2.0.0-1)
    [2011-12-24 00:08] upgraded transcode (1.1.5-5 -> 1.1.7-1)
    [2011-12-24 00:08] upgraded dvdrip (0.98.11-9 -> 0.98.11-10)
    [2011-12-24 00:08] upgraded dvd+rw-tools (7.1-2 -> 7.1-4)
    [2011-12-24 00:08] upgraded enca (1.13-1 -> 1.13-2)
    [2011-12-24 00:08] installed hspell (1.1-1)
    [2011-12-24 00:08] upgraded enchant (1.6.0-3 -> 1.6.0-4)
    [2011-12-24 00:08] upgraded ethtool (1:3.0-1 -> 1:3.1-1)
    [2011-12-24 00:08] upgraded eventlog (0.2.12-2 -> 0.2.12-3)
    [2011-12-24 00:08] installed libgusb (0.1.3-1)
    [2011-12-24 00:08] upgraded polkit (0.101-2 -> 0.103-1)
    [2011-12-24 00:08] upgraded python2 (2.7.2-2 -> 2.7.2-4)
    [2011-12-24 00:08] installed libieee1284 (0.2.11-3)
    [2011-12-24 00:08] NOTE
    [2011-12-24 00:08] ----
    [2011-12-24 00:08] Add your user to group 'scanner' to use scanner devices.
    [2011-12-24 00:08] installed sane (1.0.22-4)
    [2011-12-24 00:08] installed shared-color-profiles (0.1.5-1)
    [2011-12-24 00:08] installed colord (0.1.15-3)
    [2011-12-24 00:08] warning: undefined reference to <schema id='org.gnome.desktop.default-applications.at'/>
    [2011-12-24 00:08] upgraded gtk3 (3.0.12-1 -> 3.2.3-1)
    [2011-12-24 00:08] upgraded poppler-glib (0.16.7-1 -> 0.18.2-1)
    [2011-12-24 00:08] upgraded gnome-icon-theme-symbolic (3.0.0-1 -> 3.2.1-1)
    [2011-12-24 00:08] upgraded gnome-icon-theme (3.0.0-2 -> 3.2.1.2-1)
    [2011-12-24 00:08] upgraded t1lib (5.1.2-2 -> 5.1.2-3)
    [2011-12-24 00:08] upgraded libgnome-keyring (3.0.3-1 -> 3.2.2-1)
    [2011-12-24 00:08] upgraded gsettings-desktop-schemas (3.0.1-2 -> 3.2.0-1)
    [2011-12-24 00:08] upgraded evince (3.0.2-1 -> 3.2.1-2)
    [2011-12-24 00:08] upgraded exiv2 (0.21.1-2 -> 0.22-1)
    [2011-12-24 00:08] upgraded libxfce4util (4.8.1-2 -> 4.8.2-1)
    [2011-12-24 00:08] upgraded exo (0.6.2-1 -> 0.6.2-3)
    [2011-12-24 00:08] upgraded libmp4v2 (1.9.1-1 -> 1.9.1-2)
    [2011-12-24 00:08] upgraded faac (1.28-2 -> 1.28-3)
    [2011-12-24 00:08] upgraded fakeroot (1.17-1 -> 1.18.2-1)
    [2011-12-24 00:08] upgraded libnice (0.1.0-1 -> 0.1.1-1)
    [2011-12-24 00:08] upgraded gstreamer0.10-bad (0.10.22-1 -> 0.10.22-3)
    [2011-12-24 00:08] installed pygobject2-devel (2.28.6-4)
    [2011-12-24 00:08] installed python2-gobject2 (2.28.6-4)
    [2011-12-24 00:08] upgraded farsight2 (0.0.29-1 -> 0.0.31-1)
    [2011-12-24 00:08] upgraded imlib2 (1.4.4-1 -> 1.4.5-1)
    [2011-12-24 00:08] upgraded giblib (1.2.4-4 -> 1.2.4-5)
    [2011-12-24 00:08] upgraded feh (1.15.1-1 -> 2.1-1)
    [2011-12-24 00:08] upgraded fftw (3.2.2-2 -> 3.3-1)
    [2011-12-24 00:08] upgraded wxgtk (2.8.12.1-1 -> 2.8.12.1-2)
    [2011-12-24 00:08] upgraded filezilla (3.5.0-2 -> 3.5.2-1)
    [2011-12-24 00:08] upgraded mozilla-common (1.4-1 -> 1.4-3)
    [2011-12-24 00:08] upgraded startup-notification (0.12-1 -> 0.12-2)
    [2011-12-24 00:08] upgraded libnotify (0.7.3-1 -> 0.7.4-1)
    [2011-12-24 00:08] upgraded firefox (6.0-1 -> 9.0.1-1)
    [2011-12-24 00:08] upgraded jack (0.121.2-2 -> 0.121.3-5)
    [2011-12-24 00:08] upgraded fluidsynth (1.1.4-1 -> 1.1.5-1)
    [2011-12-24 00:08] upgraded fribidi (0.19.2-1 -> 0.19.2-2)
    [2011-12-24 00:08] upgraded fuse (2.8.5-1 -> 2.8.6-1)
    [2011-12-24 00:08] upgraded garcon (0.1.8-1 -> 0.1.9-1)
    [2011-12-24 00:08] upgraded gcc (4.6.1-3 -> 4.6.2-3)
    [2011-12-24 00:08] upgraded gcc-fortran (4.6.1-3 -> 4.6.2-3)
    [2011-12-24 00:08] upgraded gconf (2.32.4-1 -> 3.2.3-1)
    [2011-12-24 00:08] upgraded gd (2.0.36RC1-3 -> 2.0.36RC1-4)
    [2011-12-24 00:08] upgraded gegl (0.1.6-1 -> 0.1.8-1)
    [2011-12-24 00:08] upgraded gettext (0.18.1.1-3 -> 0.18.1.1-4)
    [2011-12-24 00:08] upgraded libcroco (0.6.2-1 -> 0.6.3-1)
    [2011-12-24 00:08] upgraded librsvg (2.34.0-1 -> 2.34.2-1)
    [2011-12-24 00:08] upgraded gimp (2.6.11-6 -> 2.6.11-7)
    [2011-12-24 00:08] upgraded glib-networking (2.28.7-4 -> 2.30.1-1)
    [2011-12-24 00:08] upgraded parted (3.0-3 -> 3.0-4)
    [2011-12-24 00:08] upgraded libatasmart (0.17-1 -> 0.18-1)
    [2011-12-24 00:08] upgraded lsof (4.84-3 -> 4.85-1)
    [2011-12-24 00:08] upgraded udisks (1.0.3-6 -> 1.0.4-1)
    [2011-12-24 00:08] installed libgdu (3.0.2-2)
    [2011-12-24 00:08] upgraded gnome-disk-utility (3.0.2-1 -> 3.0.2-2)
    [2011-12-24 00:08] installed libcap-ng (0.6.6-1)
    [2011-12-24 00:08] upgraded gnome-keyring (3.0.3-1 -> 3.2.2-3)
    [2011-12-24 00:08] upgraded talloc (2.0.5-1 -> 2.0.7-1)
    [2011-12-24 00:08] upgraded smbclient (3.6.0-1 -> 3.6.1-1)
    [2011-12-24 00:08] upgraded gnome-vfs (2.24.4-5 -> 2.24.4-6)
    [2011-12-24 00:08] upgraded libgsf (1.14.21-1 -> 1.14.22-2)
    [2011-12-24 00:08] upgraded goffice (0.8.15-1 -> 0.8.17-1)
    [2011-12-24 00:08] upgraded gnucash (2.4.7-1 -> 2.4.8-1)
    [2011-12-24 00:08] upgraded gobject-introspection (0.10.8-1 -> 1.30.0-1)
    [2011-12-24 00:08] upgraded gpm (1.20.6-6 -> 1.20.6-7)
    [2011-12-24 00:08] upgraded gqview (2.0.4-3 -> 2.0.4-4)
    [2011-12-24 00:08] upgraded grantlee (0.1.9-1 -> 0.2.0-1)
    [2011-12-24 00:08] upgraded grep (2.9-1 -> 2.10-1)
    [2011-12-24 00:08] upgraded groff (1.21-1 -> 1.21-2)
    [2011-12-24 00:08] upgraded grub (0.97-20 -> 0.97-21)
    [2011-12-24 00:08] upgraded libdca (0.0.5-2 -> 0.0.5-3)
    [2011-12-24 00:08] upgraded libdc1394 (2.1.3-1 -> 2.1.3-2)
    [2011-12-24 00:08] upgraded libmpcdec (1.2.6-2 -> 1.2.6-3)
    [2011-12-24 00:08] upgraded libdvdnav (4.1.3-2 -> 4.2.0-2)
    [2011-12-24 00:08] upgraded raptor (2.0.4-1 -> 2.0.6-1)
    [2011-12-24 00:08] upgraded ladspa (1.13-2 -> 1.13-3)
    [2011-12-24 00:08] upgraded liblrdf (0.4.0-8 -> 0.4.0-9)
    [2011-12-24 00:08] upgraded libass (0.9.13-1 -> 0.10.0-2)
    [2011-12-24 00:08] upgraded gstreamer0.10-bad-plugins (0.10.22-1 -> 0.10.22-3)
    [2011-12-24 00:08] upgraded gstreamer0.10-ffmpeg (0.10.11-1 -> 0.10.12-1)
    [2011-12-24 00:08] upgraded gstreamer0.10-ugly (0.10.18-2 -> 0.10.18-4)
    [2011-12-24 00:08] upgraded gstreamer0.10-ugly-plugins (0.10.18-2 -> 0.10.18-4)
    [2011-12-24 00:08] upgraded gtk-xfce-engine (2.8.1-1 -> 2.99.0-1)
    [2011-12-24 00:08] >>please run /usr/sbin/cups-genppdupdate
    [2011-12-24 00:08] >>and restart cups deamon
    [2011-12-24 00:08] upgraded gutenprint (5.2.7-2 -> 5.2.7-3)
    [2011-12-24 00:08] upgraded libsoup (2.34.3-1 -> 2.36.1-1)
    [2011-12-24 00:08] upgraded libsoup-gnome (2.34.3-1 -> 2.36.1-1)
    [2011-12-24 00:08] upgraded libarchive (2.8.4-2 -> 2.8.5-2)
    [2011-12-24 00:08] upgraded gvfs (1.8.2-1 -> 1.10.1-1)
    [2011-12-24 00:08] upgraded heirloom-mailx (12.5-2 -> 12.5-3)
    [2011-12-24 00:08] upgraded hyphen (2.7.1-2 -> 2.8.3-1)
    [2011-12-24 00:08] upgraded hyphen-en (2.7.1-2 -> 2.8.3-1)
    [2011-12-24 00:09] upgraded inkscape (0.48.2-1 -> 0.48.2-5)
    [2011-12-24 00:09] upgraded intel-dri (7.11-1 -> 7.11.2-1)
    [2011-12-24 00:09] upgraded iproute2 (2.6.39-1 -> 2.6.39-2)
    [2011-12-24 00:09] upgraded sysfsutils (2.1.0-6 -> 2.1.0-7)
    [2011-12-24 00:09] upgraded iputils (20101006-1 -> 20101006-2)
    [2011-12-24 00:09] upgraded iso-codes (3.14-1 -> 3.29-1)
    [2011-12-24 00:09] upgraded jfsutils (1.1.15-2 -> 1.1.15-3)
    [2011-12-24 00:09] upgraded strigi (0.7.5-4 -> 0.7.7-1)
    [2011-12-24 00:09] upgraded mpfr (3.0.1.p4-2 -> 3.1.0.p3-1)
    [2011-12-24 00:09] upgraded rasqal (1:0.9.27-1 -> 1:0.9.28-1)
    [2011-12-24 00:09] upgraded redland (1:1.0.14-1 -> 1:1.0.15-2)
    [2011-12-24 00:09] upgraded redland-storage-virtuoso (1:1.0.14-1 -> 1:1.0.15-2)
    [2011-12-24 00:09] upgraded virtuoso (6.1.3-1 -> 6.1.4-1)
    [2011-12-24 00:09] upgraded soprano (2.7.0-1 -> 2.7.3-1)
    [2011-12-24 00:09] upgraded shared-desktop-ontologies (0.7.1-1 -> 0.8.1-1)
    [2011-12-24 00:09] upgraded libdbusmenu-qt (0.8.3-1 -> 0.9.0-1)
    [2011-12-24 00:09] upgraded polkit-qt (0.99.0-1 -> 0.103.0-1)
    [2011-12-24 00:09] upgraded libqzeitgeist (0.7.0-1 -> 0.8.0-1)
    [2011-12-24 00:09] upgraded phonon (4.5.55-1 -> 1:4.6.0-1)
    [2011-12-24 00:09] installed libplist (1.4-1)
    [2011-12-24 00:09] installed usbmuxd (1.0.7-2)
    [2011-12-24 00:09] installed libimobiledevice (1.1.1-2)
    [2011-12-24 00:09] upgraded upower (0.9.12-1 -> 0.9.15-1)
    [2011-12-24 00:09] installed gperf (3.0.4-4)
    [2011-12-24 00:09] installed m4 (1.4.16-2)
    [2011-12-24 00:09] installed bison (2.5-3)
    [2011-12-24 00:09] installed qtwebkit (2.2.1-1)
    [2011-12-24 00:09] upgraded kdelibs (4.7.0-1 -> 4.7.4-2)
    [2011-12-24 00:09] upgraded libssh (0.5.1-1 -> 0.5.2-1)
    [2011-12-24 00:09] upgraded tar (1.26-1 -> 1.26-2)
    [2011-12-24 00:09] upgraded libtool (2.4-4 -> 2.4.2-2)
    [2011-12-24 00:09] upgraded libcanberra (0.28-1 -> 0.28-2)
    [2011-12-24 00:09] upgraded oxygen-icons (4.7.0-1 -> 4.7.4-1)
    [2011-12-24 00:09] upgraded kdebase-runtime (4.7.0-1 -> 4.7.4-1)
    [2011-12-24 00:09] upgraded kdemultimedia-kioslave (4.7.0-1 -> 4.7.4-1)
    [2011-12-24 00:09] upgraded k3b (2.0.2-1 -> 2.0.2-4)
    [2011-12-24 00:09] upgraded kbd (1.15.3-1 -> 1.15.3-2)
    [2011-12-24 00:09] upgraded less (444-1 -> 444-2)
    [2011-12-24 00:09] upgraded lesstif (0.95.2-2 -> 0.95.2-4)
    [2011-12-24 00:09] upgraded libavc1394 (0.5.3-3 -> 0.5.4-1)
    [2011-12-24 00:09] upgraded libcddb (1.3.2-2 -> 1.3.2-3)
    [2011-12-24 00:09] upgraded libdbi (0.8.4-1 -> 0.8.4-2)
    [2011-12-24 00:09] upgraded libdvbpsi (0.2.0-1 -> 0.2.2-1)
    [2011-12-24 00:09] upgraded libdvdcss (1.2.10-2 -> 1.2.11-1)
    [2011-12-24 00:09] upgraded libebml (1.2.1-1 -> 1.2.2-2)
    [2011-12-24 00:09] upgraded libiec61883 (1.2.0-2 -> 1.2.0-3)
    [2011-12-24 00:09] upgraded libmatroska (1.2.0-1 -> 1.3.0-2)
    [2011-12-24 00:09] upgraded libmtp (1.1.0-1 -> 1.1.1-1)
    [2011-12-24 00:09] upgraded libnl (1.1-2 -> 1.1-3)
    [2011-12-24 00:09] upgraded libpcap (1.1.1-2 -> 1.1.1-4)
    [2011-12-24 00:09] upgraded libpipeline (1.2.0-1 -> 1.2.0-2)
    [2011-12-24 00:09] upgraded libpurple (2.10.0-1 -> 2.10.1-1)
    [2011-12-24 00:09] upgraded libreoffice-en-US (3.4.2-2 -> 3.4.4-4)
    [2011-12-24 00:09] installed graphite (1:1.0.3-1)
    [2011-12-24 00:09] upgraded libreoffice-common (3.4.2-2 -> 3.4.4-4)
    [2011-12-24 00:09] upgraded libreoffice-base (3.4.2-2 -> 3.4.4-4)
    [2011-12-24 00:09] upgraded libreoffice-calc (3.4.2-2 -> 3.4.4-4)
    [2011-12-24 00:09] upgraded libreoffice-draw (3.4.2-2 -> 3.4.4-4)
    [2011-12-24 00:09] upgraded libreoffice-impress (3.4.2-2 -> 3.4.4-4)
    [2011-12-24 00:09] upgraded libreoffice-math (3.4.2-2 -> 3.4.4-4)
    [2011-12-24 00:09] upgraded libreoffice-writer (3.4.2-2 -> 3.4.4-4)
    [2011-12-24 00:09] upgraded libsexy (0.1.11-2 -> 0.1.11-3)
    [2011-12-24 00:09] upgraded libshout (2.2.2-3 -> 1:2.2.2-4)
    [2011-12-24 00:09] upgraded libsigsegv (2.6-1 -> 2.6-2)
    [2011-12-24 00:09] upgraded libstdc++5 (3.3.6-3 -> 3.3.6-4)
    [2011-12-24 00:09] upgraded libunique (1.1.6-4 -> 1.1.6-5)
    [2011-12-24 00:09] upgraded libupnp (1.6.13-1 -> 1.6.14-1)
    [2011-12-24 00:09] upgraded libwebkit (1.4.2-1 -> 1.6.1-1)
    [2011-12-24 00:09] upgraded libwnck (2.30.6-2 -> 2.30.7-1)
    [2011-12-24 00:09] upgraded libx86 (1.1-2 -> 1.1-3)
    [2011-12-24 00:09] upgraded xfconf (4.8.0-2 -> 4.8.1-1)
    [2011-12-24 00:09] upgraded libxfce4ui (4.8.0-3 -> 4.8.1-1)
    [2011-12-24 00:09] upgraded libxml++ (2.34.1-1 -> 2.34.2-1)
    [2011-12-24 00:09] upgraded licenses (2.8-1 -> 2.9-1)
    [2011-12-24 00:09] upgraded linux-atm (2.5.1-2 -> 2.5.2-1)
    [2011-12-24 00:09] upgraded linux-firmware (20110727-1 -> 20111101-1)
    [2011-12-24 00:09] upgraded linux-headers (3.0.3-1 -> 3.1.5-1)
    [2011-12-24 00:09] upgraded logrotate (3.8.0-1 -> 3.8.1-1)
    [2011-12-24 00:09] upgraded lua (5.1.4-6 -> 5.1.4-9)
    [2011-12-24 00:09] upgraded make (3.82-3 -> 3.82-4)
    [2011-12-24 00:09] upgraded man-db (2.6.0.2-2 -> 2.6.0.2-3)
    [2011-12-24 00:09] upgraded man-pages (3.32-1 -> 3.35-1)
    [2011-12-24 00:09] upgraded mcpp (2.7.2-2 -> 2.7.2-3)
    [2011-12-24 00:09] upgraded mpg123 (1.13.3-2 -> 1.13.4-1)
    [2011-12-24 00:09] installed libbluray (0.2.1-1)
    [2011-12-24 00:09] upgraded mencoder (34007-1 -> 34426-1)
    [2011-12-24 00:09] upgraded mesa (7.11-1 -> 7.11.2-1)
    [2011-12-24 00:09] upgraded midori (0.4.0-1 -> 0.4.3-1)
    [2011-12-24 00:09] upgraded mkinitcpio-busybox (1.18.5-1 -> 1.19.2-1)
    [2011-12-24 00:09] upgraded module-init-tools (3.16-1 -> 3.16-3)
    [2011-12-24 00:09] upgraded mkinitcpio (0.7.2-1 -> 0.8.0-3)
    [2011-12-24 00:09] upgraded nano (2.2.6-1 -> 2.2.6-2)
    [2011-12-24 00:09] upgraded netcfg (2.6.7-1 -> 2.6.8-1)
    [2011-12-24 00:09] upgraded net-tools (1.60-18 -> 1.60.20110819cvs-3)
    [2011-12-24 00:09] upgraded notification-daemon (0.7.1-1 -> 0.7.3-1)
    [2011-12-24 00:09]
    [2011-12-24 00:09] ==> The file /etc/conf.d/ntp-client.conf has been renamed /etc/conf.d/ntpd.conf
    [2011-12-24 00:09] ==> If you made changes to the former, please update the latter.
    [2011-12-24 00:09]
    [2011-12-24 00:09] upgraded ntp (4.2.6.p3-3 -> 4.2.6.p4-2)
    [2011-12-24 00:09] upgraded octave (3.4.2-2 -> 3.4.3-1)
    [2011-12-24 00:10] upgraded openjdk6 (6.b22_1.10.3-1 -> 6.b22_1.10.4-1)
    [2011-12-24 00:10] upgraded openssh (5.8p2-9 -> 5.9p1-5)
    [2011-12-24 00:10] upgraded opera (11.50-1 -> 11.60-1)
    [2011-12-24 00:10] upgraded xfce4-panel (4.8.5-1 -> 4.8.6-1)
    [2011-12-24 00:10] upgraded orage (4.8.1-3 -> 4.8.2-1)
    [2011-12-24 00:10] warning: /etc/pacman.d/mirrorlist installed as /etc/pacman.d/mirrorlist.pacnew
    [2011-12-24 00:10] upgraded pacman-mirrorlist (20110816-1 -> 20111026-1)
    [2011-12-24 00:10] upgraded pangomm (2.28.1-1 -> 2.28.4-1)
    [2011-12-24 00:10] upgraded patch (2.6.1-2 -> 2.6.1-3)
    [2011-12-24 00:10] upgraded pciutils (3.1.7-4 -> 3.1.8-1)
    [2011-12-24 00:10] upgraded perl-event (1.17-1 -> 1.20-1)
    [2011-12-24 00:10] upgraded perl-anyevent (1:5.34-1 -> 2:6.1-1)
    [2011-12-24 00:10] upgraded perl-exiftool (8.61-1 -> 8.72-1)
    [2011-12-24 00:10] upgraded perl-netaddr-ip (4.037-2 -> 4.058-1)
    [2011-12-24 00:10] upgraded pidgin (2.10.0-1 -> 2.10.1-1)
    [2011-12-24 00:10] upgraded pixman (0.22.2-1 -> 0.24.0-1)
    [2011-12-24 00:10] upgraded pkg-config (0.26-1 -> 0.26-2)
    [2011-12-24 00:10] upgraded pm-quirks (0.20100619-1 -> 0.20100619-2)
    [2011-12-24 00:10] upgraded ppp (2.4.5-2 -> 2.4.5-3)
    [2011-12-24 00:10] upgraded psutils (1.17-2 -> 1.17-3)
    [2011-12-24 00:10] upgraded pygobject-devel (2.28.6-1 -> 3.0.3-1)
    [2011-12-24 00:10] upgraded python (3.2.1-1 -> 3.2.2-2)
    [2011-12-24 00:10] upgraded python-imaging (1.1.7-3 -> 1.1.7-4)
    [2011-12-24 00:10] upgraded python-lxml (2.3-1 -> 2.3.2-1)
    [2011-12-24 00:10] upgraded python-urwid (0.9.9.1-2 -> 1.0.1-1)
    [2011-12-24 00:10] upgraded python-wnck (2.32.0-6 -> 2.32.0-9)
    [2011-12-24 00:10] upgraded raptor1 (1.4.21-3 -> 1.4.21-4)
    [2011-12-24 00:10] upgraded rarian (0.8.1-1 -> 0.8.1-2)
    [2011-12-24 00:10] upgraded reiserfsprogs (3.6.21-3 -> 3.6.21-4)
    [2011-12-24 00:10] upgraded ristretto (0.0.93-1 -> 0.3.0-1)
    [2011-12-24 00:10] upgraded rpcbind (0.2.0-3 -> 0.2.0-5)
    [2011-12-24 00:10] upgraded rsync (3.0.8-2 -> 3.0.9-1)
    [2011-12-24 00:10] upgraded slim (1.3.2-5 -> 1.3.2-6)
    [2011-12-24 00:10] upgraded sshfs (2.3-1 -> 2.3-2)
    [2011-12-24 00:10] upgraded subversion (1.6.17-6 -> 1.7.2-1)
    [2011-12-24 00:10] upgraded sudo (1.8.2-1 -> 1.8.3.p1-1)
    [2011-12-24 00:10] upgraded syslog-ng (3.2.4-3 -> 3.3.3-1)
    [2011-12-24 00:10] upgraded sysvinit (2.88-2 -> 2.88-3)
    [2011-12-24 00:10] warning: /etc/texmf/web2c/updmap.cfg installed as /etc/texmf/web2c/updmap.cfg.pacnew
    [2011-12-24 00:10] >>> texlive: updating the filename database...
    [2011-12-24 00:10] mktexlsr: Updating /etc/texmf/ls-R...
    [2011-12-24 00:10] mktexlsr: Updating /usr/share/texmf/ls-R...
    [2011-12-24 00:10] mktexlsr: Updating /usr/share/texmf-dist/ls-R...
    [2011-12-24 00:10] mktexlsr: Updating /var/lib/texmf/ls-R...
    [2011-12-24 00:10] mktexlsr: Done.
    [2011-12-24 00:10] recreating all formats...Error: `pdftex -ini -jobname=eplain -progname=eplain -translate-file=cp227.tcx *eplain.ini' failed
    [2011-12-24 00:10] Error: `pdftex -ini -jobname=jadetex -progname=jadetex *jadetex.ini' failed
    [2011-12-24 00:10] Error: `pdftex -ini -jobname=pdfjadetex -progname=pdfjadetex *pdfjadetex.ini' failed
    [2011-12-24 00:10] Error: `pdftex -ini -jobname=latex -progname=latex -translate-file=cp227.tcx *latex.ini' failed
    [2011-12-24 00:10] Error: `pdftex -ini -jobname=pdflatex -progname=pdflatex -translate-file=cp227.tcx *pdflatex.ini' failed
    [2011-12-24 00:10] Error: `pdftex -ini -jobname=mllatex -progname=mllatex -translate-file=cp227.tcx -mltex mllatex.ini' failed
    [2011-12-24 00:10] Error: `pdftex -ini -jobname=pdftex -progname=pdftex -translate-file=cp227.tcx *pdfetex.ini' failed
    [2011-12-24 00:10] Error: `pdftex -ini -jobname=etex -progname=etex -translate-file=cp227.tcx *etex.ini' failed
    [2011-12-24 00:10] Error: `pdftex -ini -jobname=pdfetex -progname=pdfetex -translate-file=cp227.tcx *pdfetex.ini' failed
    [2011-12-24 00:10] Error: `xetex -ini -jobname=xetex -progname=xetex -etex xetex.ini' failed
    [2011-12-24 00:10] Error: `xetex -ini -jobname=xelatex -progname=xelatex -etex xelatex.ini' failed
    [2011-12-24 00:10] Error: `pdftex -ini -jobname=xmltex -progname=xmltex *xmltex.ini' failed
    [2011-12-24 00:10] Error: `pdftex -ini -jobname=pdfxmltex -progname=pdfxmltex *pdfxmltex.ini' failed
    [2011-12-24 00:10]
    [2011-12-24 00:10] ###############################################################################
    [2011-12-24 00:10] fmtutil: Error! Not all formats have been built successfully.
    [2011-12-24 00:10] Visit the log files in directory
    [2011-12-24 00:10] /var/lib/texmf/web2c
    [2011-12-24 00:10] for details.
    [2011-12-24 00:10] ###############################################################################
    [2011-12-24 00:10]
    [2011-12-24 00:10] This is a summary of all `failed' messages:
    [2011-12-24 00:10] `pdftex -ini -jobname=eplain -progname=eplain -translate-file=cp227.tcx *eplain.ini' failed
    [2011-12-24 00:10] `pdftex -ini -jobname=jadetex -progname=jadetex *jadetex.ini' failed
    [2011-12-24 00:10] `pdftex -ini -jobname=pdfjadetex -progname=pdfjadetex *pdfjadetex.ini' failed
    [2011-12-24 00:10] `pdftex -ini -jobname=latex -progname=latex -translate-file=cp227.tcx *latex.ini' failed
    [2011-12-24 00:10] `pdftex -ini -jobname=pdflatex -progname=pdflatex -translate-file=cp227.tcx *pdflatex.ini' failed
    [2011-12-24 00:10] `pdftex -ini -jobname=mllatex -progname=mllatex -translate-file=cp227.tcx -mltex mllatex.ini' failed
    [2011-12-24 00:10] `pdftex -ini -jobname=pdftex -progname=pdftex -translate-file=cp227.tcx *pdfetex.ini' failed
    [2011-12-24 00:10] `pdftex -ini -jobname=etex -progname=etex -translate-file=cp227.tcx *etex.ini' failed
    [2011-12-24 00:10] `pdftex -ini -jobname=pdfetex -progname=pdfetex -translate-file=cp227.tcx *pdfetex.ini' failed
    [2011-12-24 00:10] `xetex -ini -jobname=xetex -progname=xetex -etex xetex.ini' failed
    [2011-12-24 00:10] `xetex -ini -jobname=xelatex -progname=xelatex -etex xelatex.ini' failed
    [2011-12-24 00:10] `pdftex -ini -jobname=xmltex -progname=xmltex *xmltex.ini' failed
    [2011-12-24 00:10] `pdftex -ini -jobname=pdfxmltex -progname=pdfxmltex *pdfxmltex.ini' failed
    [2011-12-24 00:10] done.
    [2011-12-24 00:10] (logs are under /var/lib/texmf/web2c/<engine>/<formatname>.log)
    [2011-12-24 00:10] upgraded texlive-bin (2010.1-8 -> 2011.3-1)
    [2011-12-24 00:11] >>> texlive: saving updmap.cfg as /tmp/tmp.UH21yGTeWL...
    [2011-12-24 00:11] >>> texlive: regenerating updmap.cfg (custom additions shoud go
    [2011-12-24 00:11] into /etc/texmf/web2c/updmap-local.cfg
    [2011-12-24 00:11] >>> texlive: updating the filename database...
    [2011-12-24 00:11] mktexlsr: Updating /etc/texmf/ls-R...
    [2011-12-24 00:11] mktexlsr: Updating /usr/share/texmf/ls-R...
    [2011-12-24 00:11] mktexlsr: Updating /usr/share/texmf-dist/ls-R...
    [2011-12-24 00:11] mktexlsr: Updating /var/lib/texmf/ls-R...
    [2011-12-24 00:11] mktexlsr: Done.
    [2011-12-24 00:11] >>> texlive: updating the fontmap files with updmap...
    [2011-12-24 00:11] done.
    [2011-12-24 00:11] >>> texlive: recreating all formats...
    [2011-12-24 00:11] done.
    [2011-12-24 00:11] (logs are under /var/lib/texmf/web2c/<engine>/<formatname>.log)
    [2011-12-24 00:11] NB: To setup ConTeXt and the lua(la)tex font db,
    [2011-12-24 00:11] see http://wiki.archlinux.org/index.php/TeX_Live
    [2011-12-24 00:11] upgraded texlive-core (2010.22154-1 -> 2011.24722-1)
    [2011-12-24 00:11] >>> texlive: updating the filename database...
    [2011-12-24 00:11] mktexlsr: Updating /etc/texmf/ls-R...
    [2011-12-24 00:11] mktexlsr: Updating /usr/share/texmf/ls-R...
    [2011-12-24 00:11] mktexlsr: Updating /usr/share/texmf-dist/ls-R...
    [2011-12-24 00:11] mktexlsr: Updating /var/lib/texmf/ls-R...
    [2011-12-24 00:11] mktexlsr: Done.
    [2011-12-24 00:11] upgraded texlive-bibtexextra (2010.22146-1 -> 2011.24688-1)
    [2011-12-24 00:12] >>> texlive: saving updmap.cfg as /tmp/tmp.Nc2RirXhHa...
    [2011-12-24 00:12] >>> texlive: regenerating updmap.cfg (custom additions shoud go
    [2011-12-24 00:12] into /etc/texmf/web2c/updmap-local.cfg
    [2011-12-24 00:12] >>> texlive: updating the filename database...
    [2011-12-24 00:12] mktexlsr: Updating /etc/texmf/ls-R...
    [2011-12-24 00:12] mktexlsr: Updating /usr/share/texmf/ls-R...
    [2011-12-24 00:12] mktexlsr: Updating /usr/share/texmf-dist/ls-R...
    [2011-12-24 00:12] mktexlsr: Updating /var/lib/texmf/ls-R...
    [2011-12-24 00:12] mktexlsr: Done.
    [2011-12-24 00:12] >>> texlive: updating the fontmap files with updmap...
    [2011-12-24 00:12] done.
    [2011-12-24 00:12] upgraded texlive-fontsextra (2010.22053-1 -> 2011.24706-1)
    [2011-12-24 00:12] >>> texlive: updating the filename database...
    [2011-12-24 00:12] mktexlsr: Updating /etc/texmf/ls-R...
    [2011-12-24 00:12] mktexlsr: Updating /usr/share/texmf/ls-R...
    [2011-12-24 00:12] mktexlsr: Updating /usr/share/texmf-dist/ls-R...
    [2011-12-24 00:12] mktexlsr: Updating /var/lib/texmf/ls-R...
    [2011-12-24 00:12] mktexlsr: Done.
    [2011-12-24 00:12] upgraded texlive-formatsextra (2010.22089-1 -> 2011.23089-1)
    [2011-12-24 00:12] >>> texlive: saving updmap.cfg as /tmp/tmp.8uCDixoelB...
    [2011-12-24 00:12] >>> texlive: regenerating updmap.cfg (custom additions shoud go
    [2011-12-24 00:12] into /etc/texmf/web2c/updmap-local.cfg
    [2011-12-24 00:12] >>> texlive: updating the filename database...
    [2011-12-24 00:12] mktexlsr: Updating /etc/texmf/ls-R...
    [2011-12-24 00:12] mktexlsr: Updating /usr/share/texmf/ls-R...
    [2011-12-24 00:12] mktexlsr: Updating /usr/share/texmf-dist/ls-R...
    [2011-12-24 00:12] mktexlsr: Updating /var/lib/texmf/ls-R...
    [2011-12-24 00:12] mktexlsr: Done.
    [2011-12-24 00:12] >>> texlive: updating the fontmap files with updmap...
    [2011-12-24 00:12] done.
    [2011-12-24 00:12] upgraded texlive-games (2010.20619-2 -> 2011.24714-1)
    [2011-12-24 00:12] >>> texlive: updating the filename database...
    [2011-12-24 00:12] mktexlsr: Updating /etc/texmf/ls-R...
    [2011-12-24 00:12] mktexlsr: Updating /usr/share/texmf/ls-R...
    [2011-12-24 00:12] mktexlsr: Updating /usr/share/texmf-dist/ls-R...
    [2011-12-24 00:12] mktexlsr: Updating /var/lib/texmf/ls-R...
    [2011-12-24 00:12] mktexlsr: Done.
    [2011-12-24 00:12] upgraded texlive-genericextra (2010.22096-1 -> 2011.24609-1)
    [2011-12-24 00:12] >>> texlive: updating the filename database...
    [2011-12-24 00:12] mktexlsr: Updating /etc/texmf/ls-R...
    [2011-12-24 00:12] mktexlsr: Updating /usr/share/texmf/ls-R...
    [2011-12-24 00:12] mktexlsr: Updating /usr/share/texmf-dist/ls-R...
    [2011-12-24 00:12] mktexlsr: Updating /var/lib/texmf/ls-R...
    [2011-12-24 00:12] mktexlsr: Done.
    [2011-12-24 00:12] upgraded texlive-htmlxml (2010.21272-1 -> 2011.24013-1)
    [2011-12-24 00:12] >>> texlive: saving updmap.cfg as /tmp/tmp.w9rQgibgz1...
    [2011-12-24 00:12] >>> texlive: regenerating updmap.cfg (custom additions shoud go
    [2011-12-24 00:12] into /etc/texmf/web2c/updmap-local.cfg
    [2011-12-24 00:12] >>> texlive: updating the filename database...
    [2011-12-24 00:12] mktexlsr: Updating /etc/texmf/ls-R...
    [2011-12-24 00:12] mktexlsr: Updating /usr/share/texmf/ls-R...
    [2011-12-24 00:12] mktexlsr: Updating /usr/share/texmf-dist/ls-R...
    [2011-12-24 00:12] mktexlsr: Updating /var/lib/texmf/ls-R...
    [2011-12-24 00:12] mktexlsr: Done.
    [2011-12-24 00:12] >>> texlive: updating the fontmap files with updmap...
    [2011-12-24 00:12] done.
    [2011-12-24 00:12] upgraded texlive-latexextra (2010.22155-1 -> 2011.24718-1)
    [2011-12-24 00:12] >>> texlive: updating the filename database...
    [2011-12-24 00:12] mktexlsr: Updating /etc/texmf/ls-R...
    [2011-12-24 00:12] mktexlsr: Updating /usr/share/texmf/ls-R...
    [2011-12-24 00:12] mktexlsr: Updating /usr/share/texmf-dist/ls-R...
    [2011-12-24 00:12] mktexlsr: Updating /var/lib/texmf/ls-R...
    [2011-12-24 00:12] mktexlsr: Done.
    [2011-12-24 00:12] upgraded texlive-humanities (2010.22054-1 -> 2011.24631-1)
    [2011-12-24 00:12] >>> texlive: saving updmap.cfg as /tmp/tmp.udUE6qsFDq...
    [2011-12-24 00:12] >>> texlive: regenerating updmap.cfg (custom additions shoud go
    [2011-12-24 00:12] into /etc/texmf/web2c/updmap-local.cfg
    [2011-12-24 00:12] >>> texlive: updating the filename database...
    [2011-12-24 00:12] mktexlsr: Updating /etc/texmf/ls-R...
    [2011-12-24 00:12] mktexlsr: Updating /usr/share/texmf/ls-R...
    [2011-12-24 00:12] mktexlsr: Updating /usr/share/texmf-dist/ls-R...
    [2011-12-24 00:12] mktexlsr: Updating /var/lib/texmf/ls-R...
    [2011-12-24 00:12] mktexlsr: Done.
    [2011-12-24 00:12] >>> texlive: updating the fontmap files with updmap...
    [2011-12-24 00:12] done.
    [2011-12-24 00:12] upgraded texlive-music (2010.21982-1 -> 2011.24518-1)
    [2011-12-24 00:12] >>> texlive: saving updmap.cfg as /tmp/tmp.EnEJ2OuwKl...
    [2011-12-24 00:12] >>> texlive: regenerating updmap.cfg (custom additions shoud go
    [2011-12-24 00:12] into /etc/texmf/web2c/updmap-local.cfg
    [2011-12-24 00:12] >>> texlive: updating the filename database...
    [2011-12-24 00:12] mktexlsr: Updating /etc/texmf/ls-R...
    [2011-12-24 00:12] mktexlsr: Updating /usr/share/texmf/ls-R...
    [2011-12-24 00:12] mktexlsr: Updating /usr/share/texmf-dist/ls-R...
    [2011-12-24 00:12] mktexlsr: Updating /var/lib/texmf/ls-R...
    [2011-12-24 00:12] mktexlsr: Done.
    [2011-12-24 00:12] >>> texlive: updating the fontmap files with updmap...
    [2011-12-24 00:12] done.
    [2011-12-24 00:12] upgraded texlive-pictures (2010.22101-1 -> 2011.24715-1)
    [2011-12-24 00:12] >>> texlive: updating the filename database...
    [2011-12-24 00:12] mktexlsr: Updating /etc/texmf/ls-R...
    [2011-12-24 00:12] mktexlsr: Updating /usr/share/texmf/ls-R...
    [2011-12-24 00:12] mktexlsr: Updating /usr/share/texmf-dist/ls-R...
    [2011-12-24 00:12] mktexlsr: Updating /var/lib/texmf/ls-R...
    [2011-12-24 00:12] mktexlsr: Done.
    [2011-12-24 00:12] upgraded texlive-plainextra (2010.21462-1 -> 2011.23567-1)
    [2011-12-24 00:12] >>> texlive: updating the filename database...
    [2011-12-24 00:12] mktexlsr: Updating /etc/texmf/ls-R...
    [2011-12-24 00:12] mktexlsr: Updating /usr/share/texmf/ls-R...
    [2011-12-24 00:12] mktexlsr: Updating /usr/share/texmf-dist/ls-R...
    [2011-12-24 00:12] mktexlsr: Updating /var/lib/texmf/ls-R...
    [2011-12-24 00:12] mktexlsr: Done.
    [2011-12-24 00:12] upgraded texlive-pstricks (2010.22140-1 -> 2011.24695-1)
    [2011-12-24 00:12] >>> texlive: updating the filename database...
    [2011-12-24 00:12] mktexlsr: Updating /etc/texmf/ls-R...
    [2011-12-24 00:12] mktexlsr: Updating /usr/share/texmf/ls-R...
    [2011-12-24 00:12] mktexlsr: Updating /usr/share/texmf-dist/ls-R...
    [2011-12-24 00:12] mktexlsr: Updating /var/lib/texmf/ls-R...
    [2011-12-24 00:12] mktexlsr: Done.
    [2011-12-24 00:12] upgraded texlive-publishers (2010.22075-1 -> 2011.24723-1)
    [2011-12-24 00:12] >>> texlive: saving updmap.cfg as /tmp/tmp.MH9HS1tMu1...
    [2011-12-24 00:12] >>> texlive: regenerating updmap.cfg (custom additions shoud go
    [2011-12-24 00:12] into /etc/texmf/web2c/updmap-local.cfg
    [2011-12-24 00:12] >>> texlive: updating the filename database...
    [2011-12-24 00:12] mktexlsr: Updating /etc/texmf/ls-R...
    [2011-12-24 00:12] mktexlsr: Updating /usr/share/texmf/ls-R...
    [2011-12-24 00:12] mktexlsr: Updating /usr/share/texmf-dist/ls-R...
    [2011-12-24 00:12] mktexlsr: Updating /var/lib/texmf/ls-R...
    [2011-12-24 00:12] mktexlsr: Done.
    [2011-12-24 00:12] >>> texlive: updating the fontmap files with updmap...
    [2011-12-24 00:12] done.
    [2011-12-24 00:12] upgraded texlive-science (2010.22139-1 -> 2011.24724-1)
    [2011-12-24 00:12] upgraded thunar (1.2.2-3 -> 1.2.3-3)
    [2011-12-24 00:12] upgraded unrar (4.0.7-1 -> 4.1.3-1)
    [2011-12-24 00:12] upgraded vbetool (1.1-1 -> 1.1-2)
    [2011-12-24 00:12] upgraded vim-runtime (7.3.266-1 -> 7.3.353-2)
    [2011-12-24 00:12] upgraded vim (7.3.266-1 -> 7.3.353-2)
    [2011-12-24 00:12] installed xcb-util-keysyms (0.3.8-1)
    [2011-12-24 00:12] upgraded vlc (1.1.11-4 -> 1.1.13-1)
    [2011-12-24 00:12] upgraded vte-common (0.28.1-1 -> 0.30.1-2)
    [2011-12-24 00:12] upgraded vte (0.28.1-1 -> 0.28.2-3)
    [2011-12-24 00:12] upgraded wget (1.13.1-1 -> 1.13.4-1)
    [2011-12-24 00:12] upgraded which (2.20-4 -> 2.20-5)
    [2011-12-24 00:12] upgraded wpa_supplicant (0.7.3-3 -> 0.7.3-4)
    [2011-12-24 00:12] upgraded wireless_tools (29-4 -> 29-5)
    [2011-12-24 00:12] installed inetutils (1.8-6)
    [2011-12-24 00:12] installed python2-urwid (1.0.1-1)
    [2011-12-24 00:12] upgraded wicd (1.7.0-10 -> 1.7.0-13)
    [2011-12-24 00:12] upgraded wicd-gtk (1.7.0-10 -> 1.7.0-13)
    [2011-12-24 00:12] upgraded xcursor-themes (1.0.3-1 -> 1.0.3-2)
    [2011-12-24 00:12] upgraded xf86dgaproto (2.1-1 -> 2.1-2)
    [2011-12-24 00:12] upgraded xf86-input-evdev (2.6.0-3 -> 2.6.0-4)
    [2011-12-24 00:12] upgraded xf86-video-intel (2.15.0-2 -> 2.17.0-2)
    [2011-12-24 00:12] upgraded xf86-video-vesa (2.3.0-5 -> 2.3.0-7)
    [2011-12-24 00:12] upgraded xfce4-screenshooter (1.8.0-1 -> 1.8.0-2)
    [2011-12-24 00:12] upgraded xfce4-session (4.8.1-3 -> 4.8.2-2)
    [2011-12-24 00:12] upgraded xfce4-settings (4.8.2-1 -> 4.8.3-2)
    [2011-12-24 00:12] upgraded xfce4-xkb-plugin (0.5.4.1-1 -> 0.5.4.2-1)
    [2011-12-24 00:12] upgraded xorg-xinit (1.3.0-3 -> 1.3.1-2)
    [2011-12-24 00:12] upgraded xfce-utils (4.8.2-1 -> 4.8.3-1)
    [2011-12-24 00:12] upgraded xfdesktop (4.8.2-3 -> 4.8.3-1)
    [2011-12-24 00:12] upgraded xfsprogs (3.1.5-1 -> 3.1.7-1)
    [2011-12-24 00:12] upgraded xfwm4 (4.8.1-1 -> 4.8.3-1)
    [2011-12-24 00:12] upgraded xfwm4-themes (4.6.0-1 -> 4.6.0-2)
    [2011-12-24 00:12] upgraded xkeyboard-config (2.2.1-1 -> 2.4.1-2)
    [2011-12-24 00:12] upgraded xorg-fonts-alias (1.0.2-1 -> 1.0.2-2)
    [2011-12-24 00:12] upgraded xorg-server-common (1.10.3.901-1 -> 1.11.3-1)
    [2011-12-24 00:12] upgraded xorg-server (1.10.3.901-1 -> 1.11.3-1)
    [2011-12-24 00:12] upgraded xorg-sessreg (1.0.6-2 -> 1.0.7-1)
    [2011-12-24 00:12] upgraded xorg-xdpyinfo (1.2.0-2 -> 1.3.0-1)
    [2011-12-24 00:12] upgraded xscreensaver (5.14-1 -> 5.15-2)
    [2011-12-24 00:12] upgraded xterm (271-1 -> 276-1)
    [2011-12-24 00:13] upgraded xulrunner (6.0-2 -> 9.0.1-1)
    [2011-12-24 00:13] upgraded yajl (2.0.2-1 -> 2.0.4-1)
    [2011-12-24 00:52] Running 'pacman -Su'
    [2011-12-24 00:53] starting full system upgrade
    [2011-12-24 00:54] Running 'pacman -Su'
    [2011-12-24 00:54] starting full system upgrade
    [2011-12-24 00:57] removed kernel26 (2.6.39.1-1)
    [2011-12-24 00:57] >>> Updating module dependencies. Please wait ...
    [2011-12-24 00:57] >>> Generating initial ramdisk, using mkinitcpio. Please wait...
    [2011-12-24 00:57] ==> Building image from preset: 'default'
    [2011-12-24 00:57] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
    [2011-12-24 00:57] ==> Starting build: 3.1.5-1-ARCH
    [2011-12-24 00:57] -> Parsing hook: [base]
    [2011-12-24 00:57] -> Parsing hook: [udev]
    [2011-12-24 00:57] -> Parsing hook: [autodetect]
    [2011-12-24 00:57] -> Parsing hook: [pata]
    [2011-12-24 00:57] -> Parsing hook: [scsi]
    [2011-12-24 00:57] -> Parsing hook: [sata]
    [2011-12-24 00:57] -> Parsing hook: [encrypt]
    [2011-12-24 00:57] -> Parsing hook: [filesystems]
    [2011-12-24 00:57] ==> Generating module dependencies
    [2011-12-24 00:57] ==> Creating gzip initcpio image: /boot/initramfs-linux.img
    [2011-12-24 00:57] ==> Image generation successful
    [2011-12-24 00:57] ==> Building image from preset: 'fallback'
    [2011-12-24 00:57] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
    [2011-12-24 00:57] ==> Starting build: 3.1.5-1-ARCH
    [2011-12-24 00:57] -> Parsing hook: [base]
    [2011-12-24 00:57] -> Parsing hook: [udev]
    [2011-12-24 00:57] -> Parsing hook: [pata]
    [2011-12-24 00:57] -> Parsing hook: [scsi]
    [2011-12-24 00:57] -> Parsing hook: [sata]
    [2011-12-24 00:57] -> Parsing hook: [encrypt]
    [2011-12-24 00:57] -> Parsing hook: [filesystems]
    [2011-12-24 00:57] ==> Generating module dependencies
    [2011-12-24 00:57] ==> Creating gzip initcpio image: /boot/initramfs-linux-fallback.img
    [2011-12-24 00:57] ==> Image generation successful
    [2011-12-24 00:57] installed linux (3.1.5-1)
    [2011-12-24 01:02] Running 'pacman -S util-linux'
    [2011-12-24 01:02] upgraded util-linux (2.20.1-1 -> 2.20.1-1)
    [2011-12-24 01:15] Running 'pacman -Syu'
    [2011-12-24 01:15] synchronizing package lists
    [2011-12-24 01:50] Running 'pacman -U udev-173-3-x86_64.pkg.tar.xz'
    [2011-12-24 01:50] Running 'pacman -U mkinitcpio-0.7.2-1-any.pkg.tar.xz'
    [2011-12-24 01:50] upgraded mkinitcpio (0.8.0-3 -> 0.7.2-1)
    [2011-12-24 01:50] Running 'pacman -U udev-173-3-x86_64.pkg.tar.xz'
    [2011-12-24 01:51] Running 'pacman -U initscripts-2011.07.3-1-x86_64.pkg.tar.xz'
    [2011-12-24 01:51] warning: /etc/rc.conf installed as /etc/rc.conf.pacnew
    [2011-12-24 01:51] upgraded initscripts (2011.12.1-1 -> 2011.07.3-1)
    [2011-12-24 01:51] Running 'pacman -U udev-173-3-x86_64.pkg.tar.xz'
    [2011-12-24 01:51] Running 'pacman -U libatasmart-0.17-1-x86_64.pkg.tar.gz'
    [2011-12-24 01:51] upgraded libatasmart (0.18-1 -> 0.17-1)
    [2011-12-24 01:51] Running 'pacman -U udev-173-3-x86_64.pkg.tar.xz'
    [2011-12-24 01:51] upgraded udev (175-1 -> 173-3)
    [2011-12-24 01:57] Running 'pacman -Sy'
    [2011-12-24 01:57] synchronizing package lists
    [2011-12-24 02:08] Running 'pacman -U /var/cache/pacman/pkg/linux-3.1.5-1-x86_64.pkg.tar.xz'
    [2011-12-24 02:08] >>> Updating module dependencies. Please wait ...
    [2011-12-24 02:08] >>> Generating initial ramdisk, using mkinitcpio. Please wait...
    [2011-12-24 02:08] ==> Building image from preset: 'default'
    [2011-12-24 02:08] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
    [2011-12-24 02:08] ==> Starting build: 3.1.5-1-ARCH
    [2011-12-24 02:08] -> Parsing hook: [base]
    [2011-12-24 02:08] ==> ERROR: file not found: `/etc/modprobe.d/usb-load-ehci-first.conf'
    [2011-12-24 02:08] -> Parsing hook: [udev]
    [2011-12-24 02:08] -> Parsing hook: [autodetect]
    [2011-12-24 02:08] -> Parsing hook: [pata]
    [2011-12-24 02:08] -> Parsing hook: [scsi]
    [2011-12-24 02:08] -> Parsing hook: [sata]
    [2011-12-24 02:08] -> Parsing hook: [encrypt]
    [2011-12-24 02:08] -> Parsing hook: [filesystems]
    [2011-12-24 02:08] ==> Generating module dependencies
    [2011-12-24 02:08] ==> Creating gzip initcpio image: /boot/initramfs-linux.img
    [2011-12-24 02:08] 10647 blocks
    [2011-12-24 02:08] ==> Image generation successful
    [2011-12-24 02:08] ==> Building image from preset: 'fallback'
    [2011-12-24 02:08] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
    [2011-12-24 02:08] ==> Starting build: 3.1.5-1-ARCH
    [2011-12-24 02:08] -> Parsing hook: [base]
    [2011-12-24 02:08] ==> ERROR: file not found: `/etc/modprobe.d/usb-load-ehci-first.conf'
    [2011-12-24 02:08] -> Parsing hook: [udev]
    [2011-12-24 02:08] -> Parsing hook: [pata]
    [2011-12-24 02:08] -> Parsing hook: [scsi]
    [2011-12-24 02:08] -> Parsing hook: [sata]
    [2011-12-24 02:08] -> Parsing hook: [encrypt]
    [2011-12-24 02:08] -> Parsing hook: [filesystems]
    [2011-12-24 02:08] ==> Generating module dependencies
    [2011-12-24 02:08] ==> Creating gzip initcpio image: /boot/initramfs-linux-fallback.img
    [2011-12-24 02:08] 27632 blocks
    [2011-12-24 02:08] ==> Image generation successful
    [2011-12-24 02:08] upgraded linux (3.1.5-1 -> 3.1.5-1)
    [2011-12-24 02:10] Running 'pacman -U udev-175-1-x86_64.pkg.tar.xz mkinitcpio-0.8.0-3-any.pkg.tar.xz initscripts-2011.12.1-1-any.pkg.tar.xz libatasmart-0.18-1-x86_64.pkg.tar.xz'
    [2011-12-24 02:10] Running 'pacman -Uf udev-175-1-x86_64.pkg.tar.xz mkinitcpio-0.8.0-3-any.pkg.tar.xz initscripts-2011.12.1-1-any.pkg.tar.xz libatasmart-0.18-1-x86_64.pkg.tar.xz'
    [2011-12-24 02:10] ATTENTION UDEV:
    [2011-12-24 02:10] ----------
    [2011-12-24 02:10] We now use upstream rules for assigning devices to the 'disk', 'optical',
    [2011-12-24 02:10] 'scanner' and 'video' groups. Beware of any changes.
    [2011-12-24 02:10] --
    [2011-12-24 02:10] We no longer create symlinks from /dev/<dev> to /dev/<dev>0.
    [2011-12-24 02:10] --
    [2011-12-24 02:10] For security reasons, we no longer add devices to the 'storage' group. Use
    [2011-12-24 02:10] udisks and friends, or add custom rules to /etc/udev.d/rules/, if you want
    [2011-12-24 02:10] this functionality back.
    [2011-12-24 02:10] --
    [2011-12-24 02:10] We no longer create the static nodes on install needed for an initrd-less and
    [2011-12-24 02:10] devtmpfs-less boot, this only affects fresh installs.
    [2011-12-24 02:10] ---------------
    [2011-12-24 02:10] upgraded udev (173-3 -> 175-1)
    [2011-12-24 02:10] upgraded mkinitcpio (0.7.2-1 -> 0.8.0-3)
    [2011-12-24 02:10] warning: /etc/rc.conf installed as /etc/rc.conf.pacnew
    [2011-12-24 02:10] If using non-bash-compatible shell, please set LANG in /etc/locale.conf,
    [2011-12-24 02:10] as LOCALE in /etc/rc.conf no longer works.
    [2011-12-24 02:10] upgraded initscripts (2011.07.3-1 -> 2011.12.1-1)
    [2011-12-24 02:10] upgraded libatasmart (0.17-1 -> 0.18-1)
    [2011-12-24 02:24] Running 'pacman -U linux-3.1.5-1-x86_64.pkg.tar.xz'
    [2011-12-24 02:24] >>> Updating module dependencies. Please wait ...
    [2011-12-24 02:24] >>> Generating initial ramdisk, using mkinitcpio. Please wait...
    [2011-12-24 02:24] ==> Building image from preset: 'default'
    [2011-12-24 02:24] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
    [2011-12-24 02:24] ==> Starting build: 3.1.5-1-ARCH
    [2011-12-24 02:24] -> Parsing hook: [base]
    [2011-12-24 02:24] -> Parsing hook: [udev]
    [2011-12-24 02:24] -> Parsing hook: [autodetect]
    [2011-12-24 02:24] -> Parsing hook: [pata]
    [2011-12-24 02:24] -> Parsing hook: [scsi]
    [2011-12-24 02:24] -> Parsing hook: [sata]
    [2011-12-24 02:24] -> Parsing hook: [encrypt]
    [2011-12-24 02:24] -> Parsing hook: [filesystems]
    [2011-12-24 02:24] ==> Generating module dependencies
    [2011-12-24 02:24] ==> Creating gzip initcpio image: /boot/initramfs-linux.img
    [2011-12-24 02:24] ==> Image generation successful
    [2011-12-24 02:24] ==> Building image from preset: 'fallback'
    [2011-12-24 02:24] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
    [2011-12-24 02:24] ==> Starting build: 3.1.5-1-ARCH
    [2011-12-24 02:24] -> Parsing hook: [base]
    [2011-12-24 02:24] -> Parsing hook: [udev]
    [2011-12-24 02:24] -> Parsing hook: [pata]
    [2011-12-24 02:24] -> Parsing hook: [scsi]
    [2011-12-24 02:24] -> Parsing hook: [sata]
    [2011-12-24 02:24] -> Parsing hook: [encrypt]
    [2011-12-24 02:24] -> Parsing hook: [filesystems]
    [2011-12-24 02:24] ==> Generating module dependencies
    [2011-12-24 02:24] ==> Creating gzip initcpio image: /boot/initramfs-linux-fallback.img
    [2011-12-24 02:24] ==> Image generation successful
    [2011-12-24 02:24] upgraded linux (3.1.5-1 -> 3.1.5-1)
    [2011-12-24 02:34] Running 'pacman -S perl-libwww'
    [2011-12-24 02:35] upgraded perl-libwww (6.02-2 -> 6.02-2)
    [2011-12-24 02:37] Running 'pacman -S perl-libwww'
    [2011-12-24 02:37] upgraded perl-libwww (6.02-2 -> 6.02-2)
    [2011-12-24 02:39] Running 'pacman -S perl-lwp-protocol-https'
    [2011-12-24 02:39] upgraded perl-lwp-protocol-https (6.02-1 -> 6.02-1)
    [2011-12-24 02:40] Running 'pacman -S notify-osd'
    [2011-12-24 02:41] Running 'pacman -S libwnck3'
    [2011-12-24 02:41] installed libwnck3 (3.2.1-1)
    [2011-12-24 02:42] Running 'pacman -U notify-osd-0.9.32-3-x86_64.pkg.tar.xz'
    [2011-12-24 02:42] installed notify-osd (0.9.32-3)
    [2011-12-24 02:43] Running 'pacman -U checkgmail-svn-notify-osd-47-1-x86_64.pkg.tar.xz'
    [2011-12-24 02:43] removed checkgmail (1.13-6)
    [2011-12-24 02:43] installed checkgmail-svn-notify-osd (47-1)
    [2011-12-24 02:47] Running 'pacman -S perl-lwp-protocol-https'
    [2011-12-24 02:51] Running 'pacman -Syu'
    [2011-12-24 02:51] synchronizing package lists
    [2011-12-24 02:51] starting full system upgrade
    [2011-12-24 11:48] Running 'pacman -S perl-libwww'
    [2011-12-24 11:48] Running 'pacman -S perl-lwp-protocol-https'
    [2011-12-24 11:56] Running 'pacman -R checkgmail-svn-notify-osd'
    [2011-12-24 11:56] removed checkgmail-svn-notify-osd (47-1)
    [2011-12-24 11:56] Running 'pacman -U checkgmail-svn-47-1-x86_64.pkg.tar.xz'
    [2011-12-24 11:56] installed checkgmail-svn (47-1)
    [2011-12-24 15:38] Running 'pacman -R perl-libwww'
    [2011-12-24 15:39] Running 'pacman -U perl-libwww-5.837-1-any.pkg.tar.xz'
    [2011-12-24 16:56] Running 'pacman -U perl-http-request-6.02-1-any.pkg.tar.xz'
    [2011-12-24 16:56] installed perl-http-request (6.02-1)
    [2011-12-24 16:57] Running 'pacman -S perl-http-date'
    [2011-12-24 16:57] upgraded perl-http-date (6.00-1 -> 6.00-1)
    [2011-12-24 16:58] Running 'pacman -Syu'
    [2011-12-24 16:58] synchronizing package lists
    [2011-12-24 16:59] starting full system upgrade
    [2011-12-24 16:59] upgraded libxi (1.4.4-1 -> 1.4.5-1)
    [2011-12-24 17:04] Running 'pacman -S perl-http-cookies'
    [2011-12-24 17:04] upgraded perl-http-cookies (6.00-1 -> 6.00-1)
    [2011-12-24 17:07] Running 'pacman -S perl-lwp-protocol-https'
    [2011-12-24 17:07] upgraded perl-lwp-protocol-https (6.02-1 -> 6.02-1)
    [2011-12-24 17:10] Running 'pacman -S perl-net-http'
    [2011-12-24 17:10] upgraded perl-net-http (6.01-1 -> 6.01-1)
    Note that perl-net-http was already installed. Yet, reinstalling it somehow fixed a problem.

  • GDM in english instead of french ?

    Hello.
    Since last initscripts update, my GDM is in english instead of being in french.
    Adding a /etc/locale.conf file with :
    LANG=fr_FR.UTF-8
    LC_MESSAGES=C
    leaves me with an english gdm, an english gnome and no possibility to switch back to french.
    Any idea ? Known issue ?

    happens to me to, just with hebrew:
    [assaf@laptop ~]$ locale
    LANG=he_IL.utf8
    LC_CTYPE="he_IL.utf8"
    LC_NUMERIC="he_IL.utf8"
    LC_TIME="he_IL.utf8"
    LC_COLLATE="he_IL.utf8"
    LC_MONETARY="he_IL.utf8"
    LC_MESSAGES="he_IL.utf8"
    LC_PAPER="he_IL.utf8"
    LC_NAME="he_IL.utf8"
    LC_ADDRESS="he_IL.utf8"
    LC_TELEPHONE="he_IL.utf8"
    LC_MEASUREMENT="he_IL.utf8"
    LC_IDENTIFICATION="he_IL.utf8"
    LC_ALL=
    [assaf@laptop ~]$ locale -a
    C
    en_US
    en_US.iso88591
    en_US.utf8
    hebrew
    he_IL
    he_IL.iso88598
    he_IL.utf8
    POSIX
    now I'm using initscripts 2011.11.1-1, upgraded from 2011.10.2-1
    Last edited by meijin (2011-11-09 12:13:52)

  • VOD in VO instead of french

    Guess what ? I'm kind of lazy...I hate to watch movies in any foreign language before I see them in French...I've just rent a movie on Apple TV which was supposed to be in French, and it's not !
    No line saying it was to be in English...Is there any way to fix that ?

    happens to me to, just with hebrew:
    [assaf@laptop ~]$ locale
    LANG=he_IL.utf8
    LC_CTYPE="he_IL.utf8"
    LC_NUMERIC="he_IL.utf8"
    LC_TIME="he_IL.utf8"
    LC_COLLATE="he_IL.utf8"
    LC_MONETARY="he_IL.utf8"
    LC_MESSAGES="he_IL.utf8"
    LC_PAPER="he_IL.utf8"
    LC_NAME="he_IL.utf8"
    LC_ADDRESS="he_IL.utf8"
    LC_TELEPHONE="he_IL.utf8"
    LC_MEASUREMENT="he_IL.utf8"
    LC_IDENTIFICATION="he_IL.utf8"
    LC_ALL=
    [assaf@laptop ~]$ locale -a
    C
    en_US
    en_US.iso88591
    en_US.utf8
    hebrew
    he_IL
    he_IL.iso88598
    he_IL.utf8
    POSIX
    now I'm using initscripts 2011.11.1-1, upgraded from 2011.10.2-1
    Last edited by meijin (2011-11-09 12:13:52)

  • /usr/bin/gtk-update-icon-cache exists in filesystem?

    heres what i get when i try yo update GTK or install a program like gnome-do. 
    [kazuki@archbang ~]$ sudo pacman -S gtk3
    resolving dependencies...
    looking for inter-conflicts...
    Targets (2): gtk-update-icon-cache-2.24.4-1 [0.01 MB]  gtk3-3.0.9-1 [4.69 MB]
    Total Download Size:    0.00 MB
    Total Installed Size:   31.78 MB
    Proceed with installation? [Y/n] y
    (2/2) checking package integrity                   [---------------------] 100%
    (2/2) checking for file conflicts                  [---------------------] 100%
    error: failed to commit transaction (conflicting files)
    gtk-update-icon-cache: /usr/bin/gtk-update-icon-cache exists in filesystem
    Errors occurred, no packages were upgraded.
    [kazuki@archbang ~]$
    Last edited by kazuki454 (2011-05-04 22:43:38)

    ok but stiil not work? [kazuki@archbang ~]$ sudo pacman -Syu gtk3
    Password:
    :: Synchronizing package databases...
    core is up to date
    extra                   472.6K  581.6K/s 00:00:01 [---------------------] 100%
    community               433.9K  570.9K/s 00:00:01 [---------------------] 100%
    multilib is up to date
    :: Starting full system upgrade...
    :: Replace lib32-util-linux-ng with multilib/lib32-util-linux? [Y/n] y
    :: Replace libjpeg with extra/libjpeg-turbo? [Y/n] y
    :: Replace mailx with core/heirloom-mailx? [Y/n] y
    :: Replace util-linux-ng with core/util-linux? [Y/n] y
    resolving dependencies...
    looking for inter-conflicts...
    Remove (4): libjpeg-8.3.0-1 [0.83 MB]  util-linux-ng-2.18-3 [6.83 MB]
                lib32-util-linux-ng-2.18-3 [0.58 MB]  mailx-8.1.1-7 [0.16 MB]
    Total Removed Size:   8.40 MB
    Targets (330): glib2-2.28.6-1 [1.57 MB]  atk-2.0.0-1 [0.25 MB]
                   linux-api-headers-2.6.38.1-1 [0.54 MB]
                   tzdata-2011g-1 [0.17 MB]  glibc-2.13-5 [7.19 MB]
                   ncurses-5.9-1 [0.92 MB]  readline-6.2.001-1 [0.29 MB]
                   bash-4.2.008-1 [0.77 MB]  cairo-1.10.2-2 [0.46 MB]
                   libjpeg-turbo-1.1.0-1 [0.20 MB]  libtiff-3.9.5-1 [0.75 MB]
                   libxcb-1.7-2 [0.26 MB]  xproto-7.0.21-1 [0.13 MB]
                   libx11-1.4.3-2 [1.49 MB]  gdk-pixbuf2-2.23.3-1 [0.56 MB]
                   gtk-update-icon-cache-2.24.4-1 [0.01 MB]
                   gcc-libs-4.6.0-4 [0.73 MB]  libtasn1-2.9-1 [0.10 MB]
                   libgpg-error-1.9-3 [0.05 MB]  libgcrypt-1.4.6-3 [0.29 MB]
                   gnutls-2.12.3-1 [1.48 MB]  libxi-1.4.2-1 [0.14 MB]
                   libthai-0.1.15-1 [0.14 MB]  pango-1.28.4-2 [0.48 MB]
                   shared-mime-info-0.90-1 [0.35 MB]  gtk3-3.0.9-1 [4.69 MB]
                   a52dec-0.7.4-5 [0.04 MB]  aalib-1.4rc5-8 [0.14 MB]
                   alsa-firmware-1.0.24.1-1 [2.58 MB]
                   alsa-lib-1.0.24.1-1 [0.37 MB]  dialog-1.1_20110302-1 [0.15 MB]
                   pciutils-3.1.7-4 [0.21 MB]  alsa-utils-1.0.24.2-1 [0.90 MB]
                   db-5.1.25-1 [1.06 MB]  shadow-4.1.4.3-1 [0.94 MB]
                   coreutils-8.12-1 [2.00 MB]  perl-5.12.3-1 [12.55 MB]
                   openssl-1.0.0.d-1 [3.62 MB]  sqlite3-3.7.6.1-1 [0.36 MB]
                   python2-2.7.1-9 [8.18 MB]  python2-cairo-1.10.0-1 [0.02 MB]
                   gobject-introspection-0.10.8-1 [0.77 MB]
                   pygobject-devel-2.28.4-1 [0.17 MB]
                   pygobject-2.28.4-1 [0.27 MB]  pygtk-2.24.0-1 [1.61 MB]
                   xorg-xrandr-1.3.4-2 [0.03 MB]  arandr-0.1.4-2 [0.05 MB]
                   libdrm-2.4.25-1 [0.09 MB]  libgl-7.10.2-2 [0.93 MB]
                   ati-dri-7.10.2-2 [1.67 MB]  libsigc++-2.2.9-1 [0.06 MB]
                   glibmm-2.28.0-2 [0.52 MB]  atkmm-2.22.4-1 [0.08 MB]
                   attr-2.4.44-3 [0.06 MB]  linux-firmware-20110227-1 [8.23 MB]
                   mkinitcpio-busybox-1.18.2-1 [0.16 MB]
                   filesystem-2011.04-1 [0.00 MB]  util-linux-2.19-4 [1.38 MB]
                   udev-167-2 [0.22 MB]  file-5.06-1 [0.19 MB]
                   mkinitcpio-0.6.11-1 [0.02 MB]  kernel26-2.6.38.5-1 [34.85 MB]
                   aufs2-2.6.38_20110314-5 [0.10 MB]
                   aufs2-util-20110314-1 [0.39 MB]  avahi-0.6.30-2 [0.40 MB]
                   binutils-2.21-7 [3.24 MB]  run-parts-3.4.4-1 [0.01 MB]
                   ca-certificates-20110421-3 [0.13 MB]  cairomm-1.9.8-1 [0.26 MB]
                   cdparanoia-10.2-3 [0.08 MB]  gtk2-2.24.4-1 [4.92 MB]
                   nss-3.12.9-1 [1.37 MB]  xorg-xset-1.2.1-2 [0.02 MB]
                   xdg-utils-1.1.0rc1-2 [0.04 MB]  libevent-2.0.10-1 [0.25 MB]
                   desktop-file-utils-0.18-1 [0.03 MB]
                   chromium-11.0.696.57-1 [18.64 MB]  conky-1.8.1-3 [0.15 MB]
                   polkit-0.101-2 [0.35 MB]  consolekit-0.4.4-1 [0.08 MB]
                   dconf-0.7.3-2 [0.08 MB]  dcron-4.5-2 [0.02 MB]
                   device-mapper-2.02.84-1 [0.12 MB]  linux-atm-2.5.1-2 [0.25 MB]
                   iproute2-2.6.37-1 [0.37 MB]  dhclient-4.2.1.1-1 [0.56 MB]
                   dhcpcd-5.2.12-1 [0.06 MB]  idnkit-1.0-1 [0.12 MB]
                   dnsutils-9.8.0-1 [0.93 MB]  dosfstools-3.0.11-1 [0.05 MB]
                   eject-2.1.5-5 [0.02 MB]  elfutils-0.152-1 [0.55 MB]
                   ethtool-1:2.6.38-1 [0.06 MB]  eventlog-0.2.12-2 [0.01 MB]
                   exiv2-0.21.1-1 [1.25 MB]  faad2-2.7-2 [0.18 MB]
                   xvidcore-1.3.1-1 [0.25 MB]  x264-20110327-1 [0.36 MB]
                   libvdpau-0.4.1-1 [0.05 MB]  xextproto-7.2.0-1 [0.12 MB]
                   fixesproto-5.0-1 [0.01 MB]  libxfixes-5.0-1 [0.01 MB]
                   libvpx-0.9.6-2 [0.33 MB]  libva-1.0.12-1 [0.14 MB]
                   ffmpeg-20110330-1 [5.24 MB]  fftw-3.2.2-2 [1.52 MB]
                   libexif-0.6.20-1 [0.33 MB]
                   gsettings-desktop-schemas-3.0.1-2 [0.04 MB]
                   startup-notification-0.10-2 [0.02 MB]
                   gnome-desktop-3.0.1-1 [0.47 MB]  libproxy-0.4.6-6 [0.07 MB]
                   glib-networking-2.28.6.1-2 [0.04 MB]
                   libsoup-2.34.1-1 [0.30 MB]  libgnome-keyring-3.0.1-1 [0.09 MB]
                   libsoup-gnome-2.34.1-1 [0.01 MB]  libunique3-3.0.0-1 [0.04 MB]
                   sg3_utils-1.30-1 [0.46 MB]  lsof-4.84-3 [0.27 MB]
                   lvm2-2.02.84-1 [0.54 MB]  udisks-1.0.3-2 [0.15 MB]
                   libnotify-0.7.2-1 [0.03 MB]
                   gnome-disk-utility-3.0.0-1 [1.65 MB]  gvfs-1.8.1-1 [0.80 MB]
                   nautilus-3.0.1.1-1 [2.19 MB]  file-roller-3.0.1-2 [1.03 MB]
                   gcalctool-6.0.1-1 [0.49 MB]  libldap-2.4.24-1 [0.36 MB]
                   gconf-2.32.3-1 [0.88 MB]  geeqie-1.0-5 [0.84 MB]
                   gegl-0.1.6-1 [0.34 MB]  gettext-0.18.1.1-3 [5.35 MB]
                   giflib-4.1.6-4 [0.08 MB]  librsvg-2.34.0-1 [0.10 MB]
                   gimp-2.6.11-5 [9.40 MB]  xorg-xauth-1.0.5-2 [0.02 MB]
                   gksu-2.0.2-3 [0.02 MB]  gnome-menus-3.0.1-1 [0.14 MB]
                   libmad-0.15.1b-5 [0.06 MB]  keyutils-1.4-1 [0.04 MB]
                   cifs-utils-4.9-2 [0.03 MB]  tdb-1.2.9-1 [0.05 MB]
                   talloc-2.0.5-1 [0.04 MB]  smbclient-3.5.8-2 [8.51 MB]
                   jack-0.120.1-1 [0.28 MB]  libirman-0.4.5-2 [0.01 MB]
                   lirc-utils-1:0.9.0-2 [0.26 MB]  mplayer-33159-1 [8.85 MB]
                   gnome-mplayer-1.0.3-1 [0.30 MB]  libgsf-1.14.20-1 [0.18 MB]
                   goffice-0.8.14-1 [1.29 MB]  gnumeric-1.10.14-1 [9.27 MB]
                   gstreamer0.10-0.10.32-1 [1.28 MB]  orc-0.4.14-1 [0.18 MB]
                   gstreamer0.10-base-0.10.32-4 [1.14 MB]
                   gstreamer0.10-bad-0.10.21-3 [0.84 MB]
                   libraw1394-2.0.7-1 [0.05 MB]  libdc1394-2.1.3-1 [0.13 MB]
                   raptor1-1.4.21-3 [0.17 MB]  liblrdf-0.4.0-7 [0.02 MB]
                   libofa-0.9.3-3 [0.05 MB]  libsndfile-1.0.24-1 [0.28 MB]
                   gstreamer0.10-bad-plugins-0.10.21-3 [0.39 MB]
                   gstreamer0.10-base-plugins-0.10.32-4 [0.15 MB]
                   gstreamer0.10-good-0.10.28-1 [0.85 MB]  taglib-1.7-1 [0.23 MB]
                   sysfsutils-2.1.0-6 [0.03 MB]  v4l-utils-0.8.3-1 [0.23 MB]
                   gstreamer0.10-good-plugins-0.10.28-1 [0.31 MB]
                   gstreamer0.10-ugly-0.10.17-2 [0.15 MB]
                   gstreamer0.10-ugly-plugins-0.10.17-2 [0.08 MB]
                   pangomm-2.28.1-1 [0.07 MB]  gtkmm-2.24.0-1 [1.00 MB]
                   initscripts-2011.04.1-2 [0.01 MB]  intel-dri-7.10.2-2 [1.33 MB]
                   leafpad-0.8.18.1-2 [0.07 MB]  less-443-1 [0.09 MB]
                   lib32-glibc-2.13-5 [2.54 MB]  lib32-pixman-0.20.2-1 [0.15 MB]
                   lib32-gcc-libs-4.6.0-4 [0.71 MB]  lib32-pcre-8.12-1 [0.14 MB]
                   lib32-glib2-2.28.6-1 [1.39 MB]  lib32-cairo-1.10.2-2 [0.31 MB]
                   lib32-util-linux-2.19-1 [0.18 MB]
                   lib32-e2fsprogs-1.41.14-2 [0.15 MB]
                   lib32-libx11-1.4.3-1 [0.50 MB]
                   lib32-gdk-pixbuf2-2.23.3-1 [0.13 MB]
                   lib32-gnutls-2.12.2-1 [0.28 MB]  lib32-libxi-1.4.1-1 [0.02 MB]
                   lib32-gtk2-2.24.4-1 [1.69 MB]
                   lib32-openssl-1.0.0.d-1 [1.00 MB]
                   libburn-1.0.6.pl00-1 [0.19 MB]  libfetch-2.33-3 [0.07 MB]
                   libgtop-2.28.3-1 [0.15 MB]  libisofs-1.0.6-1 [0.16 MB]
                   mpfr-3.0.1-1 [0.31 MB]  libmpc-0.9-1 [0.06 MB]
                   libpciaccess-0.12.1-1 [0.02 MB]  libunique-1.1.6-4 [0.02 MB]
                   libwnck-2.30.6-2 [0.32 MB]  libxfcegui4-4.8.1-2 [0.20 MB]
                   libxt-1.1.1-1 [0.39 MB]  licenses-2.8-1 [0.06 MB]
                   mach64-dri-7.10.2-2 [0.83 MB]  heirloom-mailx-12.5-1 [0.20 MB]
                   libpipeline-1.2.0-1 [0.03 MB]  man-db-2.6.0.2-1 [0.38 MB]
                   mdadm-3.2.1-3 [0.30 MB]  mesa-7.10.2-2 [0.27 MB]
                   mga-dri-7.10.2-2 [0.83 MB]  nitrogen-1.5.2-1 [0.13 MB]
                   libcanberra-0.28-1 [0.07 MB]
                   notification-daemon-0.7.1-1 [0.03 MB]
                   nouveau-dri-7.10.2-2 [1.28 MB]  ntfs-3g-2011.4.12-1 [0.23 MB]
                   ntfsprogs-2011.4.12-1 [0.13 MB]  p7zip-9.20.1-1 [1.14 MB]
                   pacman-mirrorlist-20110324-1 [0.00 MB]
                   parcellite-1.0.1-1 [0.21 MB]  pcmciautils-017-2 [0.02 MB]
                   pm-utils-1.4.1-3 [0.04 MB]  poppler-0.16.4-1 [0.71 MB]
                   poppler-glib-0.16.4-1 [0.17 MB]  ppl-0.11.2-1 [2.74 MB]
                   ppp-2.4.5-2 [0.27 MB]  python-3.2-2 [8.98 MB]
                   python-imaging-1.1.7-3 [0.34 MB]  qt-4.7.3-1 [24.12 MB]
                   r128-dri-7.10.2-2 [0.81 MB]  raptor-2.0.2-1 [0.23 MB]
                   rp-pppoe-3.10-6 [0.08 MB]  savage-dri-7.10.2-2 [0.83 MB]
                   sis-dri-7.10.2-2 [0.82 MB]  slim-1.3.2-5 [0.21 MB]
                   xz-5.0.2-1 [0.30 MB]  squashfs-tools-4.2-1 [0.07 MB]
                   sudo-1.8.1.p1-1 [0.37 MB]  syslinux-4.03-4 [0.68 MB]
                   syslog-ng-3.2.2-2 [0.23 MB]  tar-1.26-1 [0.55 MB]
                   tdfx-dri-7.10.2-2 [0.82 MB]  thunar-1.2.1-2 [2.67 MB]
                   transmission-gtk-2.22-3 [0.54 MB]  tumbler-0.1.21-3 [0.09 MB]
                   unrar-4.0.7-1 [0.08 MB]  usbutils-002-2 [0.16 MB]
                   vi-050325-4 [0.14 MB]  vte-common-0.28.0-1 [0.00 MB]
                   vte-0.28.0-1 [0.34 MB]  wget-1.12-5 [0.39 MB]
                   wpa_supplicant-0.7.3-3 [0.24 MB]  wicd-1.7.0-9 [0.25 MB]
                   xf86-input-evdev-2.6.0-3 [0.02 MB]
                   xf86-input-synaptics-1.4.0-2 [0.04 MB]
                   xf86-video-apm-1.2.3-3 [0.05 MB]
                   xf86-video-ark-0.7.3-3 [0.01 MB]
                   xf86-video-ast-0.91.10-3 [0.02 MB]
                   xf86-video-ati-6.14.1-1 [0.33 MB]
                   xf86-video-chips-1.2.4-2 [0.06 MB]
                   xf86-video-cirrus-1.3.2-6 [0.03 MB]
                   xf86-video-dummy-0.3.4-4 [0.01 MB]
                   xf86-video-fbdev-0.4.2-4 [0.01 MB]
                   xf86-video-glint-1.2.5-2 [0.07 MB]
                   xf86-video-i128-1.3.4-3 [0.02 MB]
                   xf86-video-i740-1.3.2-6 [0.02 MB]
                   xf86-video-intel-2.15.0-1 [0.16 MB]
                   xf86-video-mach64-6.8.2-6 [0.07 MB]
                   xf86-video-mga-1.4.13-3 [0.07 MB]
                   xf86-video-neomagic-1.2.5-4 [0.03 MB]
                   xf86-video-nouveau-0.0.16_git20110316-2 [0.08 MB]
                   xf86-video-nv-2.1.18-3 [0.07 MB]
                   xf86-video-r128-6.8.1-6 [0.04 MB]
                   xf86-video-rendition-4.2.4-4 [0.03 MB]
                   xf86-video-s3-0.6.3-5 [0.03 MB]
                   xf86-video-s3virge-1.10.4-5 [0.03 MB]
                   xf86-video-savage-2.3.2-2 [0.06 MB]
                   xf86-video-siliconmotion-1.7.5-2 [0.05 MB]
                   xf86-video-sis-0.10.3-4 [0.22 MB]
                   xf86-video-sisusb-0.9.4-4 [0.03 MB]
                   xf86-video-tdfx-1.4.3-6 [0.03 MB]
                   xf86-video-trident-1.3.4-4 [0.06 MB]
                   xf86-video-tseng-1.2.4-4 [0.02 MB]
                   xf86-video-v4l-0.2.0-8 [0.02 MB]
                   xf86-video-vesa-2.3.0-5 [0.01 MB]
                   xf86-video-vmware-11.0.3-3 [0.02 MB]
                   xf86-video-voodoo-1.2.4-4 [0.01 MB]
                   xf86-video-xgi-1.6.0-3 [0.11 MB]
                   xf86-video-xgixp-1.8.0-3 [0.05 MB]  xfburn-0.4.3-4 [0.26 MB]
                   xfsprogs-3.1.5-1 [0.58 MB]  xorg-xkbcomp-1.2.1-2 [0.08 MB]
                   xkeyboard-config-2.2.1-1 [0.46 MB]
                   xorg-fonts-encodings-1.0.4-1 [0.54 MB]
                   xorg-bdftopcf-1.0.3-1 [0.01 MB]
                   xorg-mkfontscale-1.0.8-1 [0.02 MB]
                   xorg-mkfontdir-1.0.6-2 [0.00 MB]
                   xorg-font-util-1.2.0-1 [0.02 MB]
                   xorg-font-utils-7.6-2 [0.00 MB]  xorg-iceauth-1.0.4-2 [0.01 MB]
                   xorg-luit-1.1.0-2 [0.02 MB]  xorg-setxkbmap-1.2.0-2 [0.01 MB]
                   xorg-server-common-1.10.1-1 [0.02 MB]
                   xorg-server-1.10.1-1 [1.24 MB]  xorg-sessreg-1.0.6-2 [0.01 MB]
                   xorg-xcmsdb-1.0.3-2 [0.01 MB]
                   xorg-xbacklight-1.1.2-2 [0.01 MB]
                   xorg-xgamma-1.0.4-2 [0.01 MB]  xorg-xhost-1.0.4-2 [0.01 MB]
                   xorg-xinput-1.5.3-2 [0.02 MB]  xorg-xmodmap-1.0.5-2 [0.02 MB]
                   xorg-xrdb-1.0.9-1 [0.02 MB]  xorg-xrefresh-1.0.4-2 [0.01 MB]
                   xorg-xsetroot-1.1.0-2 [0.01 MB]
                   xorg-server-utils-7.6-2 [0.00 MB]  xorg-twm-1.0.6-2 [0.09 MB]
                   xorg-xdpyinfo-1.2.0-2 [0.01 MB]
                   xorg-xdriinfo-1.0.4-2 [0.00 MB]  xorg-xev-1.1.0-2 [0.01 MB]
                   xorg-xlsatoms-1.1.0-2 [0.01 MB]
                   xorg-xlsclients-1.1.1-2 [0.01 MB]  xorg-xprop-1.2.0-2 [0.02 MB]
                   xorg-xvinfo-1.1.1-2 [0.01 MB]  xorg-xwininfo-1.1.1-2 [0.02 MB]
                   xorg-utils-7.6-7 [0.00 MB]  xorg-xinit-1.3.0-3 [0.01 MB]
                   xorg-xkbutils-1.0.3-2 [0.02 MB]  xorg-xkbevd-1.1.2-2 [0.02 MB]
                   xorg-xkb-utils-7.6-1 [0.00 MB]  xorg-xkill-1.0.3-2 [0.01 MB]
                   xterm-269-1 [0.22 MB]  zip-3.0-2 [0.15 MB]
    Total Download Size:    1.13 MB
    Total Installed Size:   1398.30 MB
    Proceed with installation? [Y/n] y
    :: Retrieving packages from core...
    pciutils-3.1.7-4-x...   219.5K  484.9K/s 00:00:00 [---------------------]  18%
    udev-167-2-x86_64       444.4K  255.7K/s 00:00:02 [---------------------]  38%
    run-parts-3.4.4-1-...   452.2K  173.5K/s 00:00:03 [---------------------]  39%
    ca-certificates-20...   580.8K  155.1K/s 00:00:04 [---------------------]  50%
    sudo-1.8.1.p1-1-x86_64  964.4K  184.3K/s 00:00:05 [---------------------]  83%
    usbutils-002-2-x86_64  1133.0K  176.3K/s 00:00:06 [---------------------]  97%
    :: Retrieving packages from extra...
    dcron-4.5-2-x86_64     1158.1K  149.2K/s 00:00:08 [---------------------] 100%
    (330/330) checking package integrity               [---------------------] 100%
    (330/330) checking for file conflicts              [---------------------] 100%
    error: failed to commit transaction (conflicting files)
    wicd: /usr/lib/python2.7/site-packages/wicd/__init__.pyo exists in filesystem
    wicd: /usr/lib/python2.7/site-packages/wicd/backend.pyo exists in filesystem
    wicd: /usr/lib/python2.7/site-packages/wicd/configmanager.pyo exists in filesystem
    wicd: /usr/lib/python2.7/site-packages/wicd/dbusmanager.pyo exists in filesystem
    wicd: /usr/lib/python2.7/site-packages/wicd/logfile.pyo exists in filesystem
    wicd: /usr/lib/python2.7/site-packages/wicd/misc.pyo exists in filesystem
    wicd: /usr/lib/python2.7/site-packages/wicd/networking.pyo exists in filesystem
    wicd: /usr/lib/python2.7/site-packages/wicd/wnettools.pyo exists in filesystem
    wicd: /usr/lib/python2.7/site-packages/wicd/wpath.pyo exists in filesystem
    Errors occurred, no packages were upgraded.
    [kazuki@archbang ~]$

Maybe you are looking for

  • How do I move my iTunes account to another user name on the SAME computer?

    Hi, My kid was the first in my family to get an iPod. When we created her account, since she is young, I put it on my laptop under my user name. Months later, I decided to get an iPod and when I went to set up an account, it wouldn't let me. My neice

  • Secondary Display image quality is poor (at 1:1) in Library module

    I'm not a frequent user of the Secondary Display feature, so I can't say state whether this particular issue is new in 2.3RC or if it also was seen in a previous version. I submitted a bug report since I searched but did not find any previous mention

  • Implementing routine in DTP to restrict value

    Hi , I want to implement a routine in DTP to restrict value 'F' or 'f' which can appear anywhere in the number of a field. ex : "00000F389877" . As 'F' appears at the six position in the number, there can be a possibility of 'F'/'f' appearing at any

  • Result Row in CKF

    Hi gurus, I have earlier posted my question but it seems it was difficult to understand. I want a simple answer to this one. 1. Can I get the result row of a CKF column by just clicking " Suppress Result rows - Never" For all Char. Remember, this CKF

  • Currency spinner that doesn't require currency symbol?

    I have a subclass of JSpinner that provides methods for formatting the spinner various ways...this helps ensure I do it a consistent way...rather than having formatting code scattered all over my app. Anyhow, I've got one small problem with my curren