[SOLVED] Upgrade glibc-2.16 fails since 2.15 owns /lib files

After improperly updating two separate systems since `/lib` became `/usr/lib` (which have since been fixed), I decided to try the update on a server too, since it's been a while. I've followed https://wiki.archlinux.org/index.php/De … iki:usrlib as close a possible to succeed, but I think I found something the wiki simply doesn't answer, and before I use `pacman -f`, I wanted some input.
Here's my console output after already doing a bunch of upgrading with `--ignore` and `-Sd`, so that `glibc` is the only thing left to upgrade:
[root@li248-90 lib]# pacman -Syu glibc
:: Synchronizing package databases...
core is up to date
extra is up to date
community is up to date
:: Starting full system upgrade...
resolving dependencies...
looking for inter-conflicts...
Targets (1): glibc-2.16.0-3
Total Installed Size: 37.62 MiB
Net Upgrade Size: 2.30 MiB
Proceed with installation? [Y/n]
(1/1) checking package integrity [####################################################################################################] 100%
(1/1) loading package files [####################################################################################################] 100%
(1/1) checking for file conflicts [####################################################################################################] 100%
error: failed to commit transaction (conflicting files)
glibc: /lib exists in filesystem
Errors occurred, no packages were upgraded.
[root@li248-90 lib]# grep '^lib/' /var/lib/pacman/local/*/files
/var/lib/pacman/local/glibc-2.15-4/files:lib/
/var/lib/pacman/local/glibc-2.15-4/files:lib/ld-2.15.so
/var/lib/pacman/local/glibc-2.15-4/files:lib/ld-linux-x86-64.so.2
/var/lib/pacman/local/glibc-2.15-4/files:lib/libBrokenLocale-2.15.so
/var/lib/pacman/local/glibc-2.15-4/files:lib/libBrokenLocale.so.1
/var/lib/pacman/local/glibc-2.15-4/files:lib/libSegFault.so
/var/lib/pacman/local/glibc-2.15-4/files:lib/libanl-2.15.so
/var/lib/pacman/local/glibc-2.15-4/files:lib/libanl.so.1
/var/lib/pacman/local/glibc-2.15-4/files:lib/libc-2.15.so
/var/lib/pacman/local/glibc-2.15-4/files:lib/libc.so.6
/var/lib/pacman/local/glibc-2.15-4/files:lib/libcidn-2.15.so
/var/lib/pacman/local/glibc-2.15-4/files:lib/libcidn.so.1
/var/lib/pacman/local/glibc-2.15-4/files:lib/libcrypt-2.15.so
/var/lib/pacman/local/glibc-2.15-4/files:lib/libcrypt.so.1
/var/lib/pacman/local/glibc-2.15-4/files:lib/libdl-2.15.so
/var/lib/pacman/local/glibc-2.15-4/files:lib/libdl.so.2
/var/lib/pacman/local/glibc-2.15-4/files:lib/libm-2.15.so
/var/lib/pacman/local/glibc-2.15-4/files:lib/libm.so.6
/var/lib/pacman/local/glibc-2.15-4/files:lib/libmemusage.so
/var/lib/pacman/local/glibc-2.15-4/files:lib/libnsl-2.15.so
/var/lib/pacman/local/glibc-2.15-4/files:lib/libnsl.so.1
/var/lib/pacman/local/glibc-2.15-4/files:lib/libnss_compat-2.15.so
/var/lib/pacman/local/glibc-2.15-4/files:lib/libnss_compat.so.2
/var/lib/pacman/local/glibc-2.15-4/files:lib/libnss_db-2.15.so
/var/lib/pacman/local/glibc-2.15-4/files:lib/libnss_db.so.2
/var/lib/pacman/local/glibc-2.15-4/files:lib/libnss_dns-2.15.so
/var/lib/pacman/local/glibc-2.15-4/files:lib/libnss_dns.so.2
/var/lib/pacman/local/glibc-2.15-4/files:lib/libnss_files-2.15.so
/var/lib/pacman/local/glibc-2.15-4/files:lib/libnss_files.so.2
/var/lib/pacman/local/glibc-2.15-4/files:lib/libnss_hesiod-2.15.so
/var/lib/pacman/local/glibc-2.15-4/files:lib/libnss_hesiod.so.2
/var/lib/pacman/local/glibc-2.15-4/files:lib/libnss_nis-2.15.so
/var/lib/pacman/local/glibc-2.15-4/files:lib/libnss_nis.so.2
/var/lib/pacman/local/glibc-2.15-4/files:lib/libnss_nisplus-2.15.so
/var/lib/pacman/local/glibc-2.15-4/files:lib/libnss_nisplus.so.2
/var/lib/pacman/local/glibc-2.15-4/files:lib/libpcprofile.so
/var/lib/pacman/local/glibc-2.15-4/files:lib/libpthread-2.15.so
/var/lib/pacman/local/glibc-2.15-4/files:lib/libpthread.so.0
/var/lib/pacman/local/glibc-2.15-4/files:lib/libresolv-2.15.so
/var/lib/pacman/local/glibc-2.15-4/files:lib/libresolv.so.2
/var/lib/pacman/local/glibc-2.15-4/files:lib/librt-2.15.so
/var/lib/pacman/local/glibc-2.15-4/files:lib/librt.so.1
/var/lib/pacman/local/glibc-2.15-4/files:lib/libthread_db-1.0.so
/var/lib/pacman/local/glibc-2.15-4/files:lib/libthread_db.so.1
/var/lib/pacman/local/glibc-2.15-4/files:lib/libutil-2.15.so
/var/lib/pacman/local/glibc-2.15-4/files:lib/libutil.so.1
As you can see, an old glibc seems to be blocking the ... glibc upgrade.
Is it safe to use `pacman -Sf glibc` now, or is this going to brick this system like my others? Should I create a softlink from `/usr/lib` to `/lib` before I do this or take some other preventative measure?
Last edited by secretrobotron (2012-08-20 17:39:53)

└$sudo pacman -Su --ignore x264,chromium,virtualbox
:: Starting full system upgrade...
warning: chromium: ignoring package upgrade (21.0.1180.81-1 => 21.0.1180.81-2)
warning: virtualbox: ignoring package upgrade (4.1.20-1 => 4.1.20-2)
warning: x264: ignoring package upgrade (20120204-1 => 20120705-1)
resolving dependencies...
looking for inter-conflicts...
Targets (2): curl-7.27.0-1 glibc-2.16.0-3
Total Installed Size: 39.45 MiB
Net Upgrade Size: 0.05 MiB
Proceed with installation? [Y/n] y
(2/2) checking package integrity [####################] 100%
(2/2) loading package files [####################] 100%
(2/2) checking for file conflicts [####################] 100%
error: failed to commit transaction (conflicting files)
glibc: /lib exists in filesystem
Errors occurred, no packages were upgraded.
┌debd@dmachine:(10:10 AM)─────[~]
└$cd /lib
┌debd@dmachine:(10:10 AM)─────[lib]
└$for i in `ls`; do pacman -Qo "$i"; done
ld-2.16.so is owned by glibc 2.16.0-1
ld-linux-x86-64.so.2 is owned by glibc 2.16.0-1
libBrokenLocale-2.16.so is owned by glibc 2.16.0-1
libBrokenLocale.so.1 is owned by glibc 2.16.0-1
libSegFault.so is owned by glibc 2.16.0-1
libanl-2.16.so is owned by glibc 2.16.0-1
libanl.so.1 is owned by glibc 2.16.0-1
libc-2.16.so is owned by glibc 2.16.0-1
libc.so.6 is owned by glibc 2.16.0-1
libcidn-2.16.so is owned by glibc 2.16.0-1
libcidn.so.1 is owned by glibc 2.16.0-1
libcrypt-2.16.so is owned by glibc 2.16.0-1
libcrypt.so.1 is owned by glibc 2.16.0-1
libdl-2.16.so is owned by glibc 2.16.0-1
libdl.so.2 is owned by glibc 2.16.0-1
libm-2.16.so is owned by glibc 2.16.0-1
libm.so.6 is owned by glibc 2.16.0-1
libmemusage.so is owned by glibc 2.16.0-1
error: No package owns libming.pc
error: No package owns libming.so
libnsl-2.16.so is owned by glibc 2.16.0-1
libnsl.so.1 is owned by glibc 2.16.0-1
libnss_compat-2.16.so is owned by glibc 2.16.0-1
libnss_compat.so.2 is owned by glibc 2.16.0-1
libnss_db-2.16.so is owned by glibc 2.16.0-1
libnss_db.so.2 is owned by glibc 2.16.0-1
libnss_dns-2.16.so is owned by glibc 2.16.0-1
libnss_dns.so.2 is owned by glibc 2.16.0-1
libnss_files-2.16.so is owned by glibc 2.16.0-1
libnss_files.so.2 is owned by glibc 2.16.0-1
libnss_hesiod-2.16.so is owned by glibc 2.16.0-1
libnss_hesiod.so.2 is owned by glibc 2.16.0-1
libnss_nis-2.16.so is owned by glibc 2.16.0-1
libnss_nis.so.2 is owned by glibc 2.16.0-1
libnss_nisplus-2.16.so is owned by glibc 2.16.0-1
libnss_nisplus.so.2 is owned by glibc 2.16.0-1
libpcprofile.so is owned by glibc 2.16.0-1
libpthread-2.16.so is owned by glibc 2.16.0-1
libpthread.so.0 is owned by glibc 2.16.0-1
libresolv-2.16.so is owned by glibc 2.16.0-1
libresolv.so.2 is owned by glibc 2.16.0-1
librt-2.16.so is owned by glibc 2.16.0-1
librt.so.1 is owned by glibc 2.16.0-1
libthread_db-1.0.so is owned by glibc 2.16.0-1
libthread_db.so.1 is owned by glibc 2.16.0-1
libutil-2.16.so is owned by glibc 2.16.0-1
libutil.so.1 is owned by glibc 2.16.0-1

Similar Messages

  • Failing to import my own audio files (not copy protected files)

    I'm having trouble getting external audio files to import properly into GarageBand, most specifically MP3 files. These aren't copy protected audio files, these are files I've created myself in other programs and unprotected MP3 sound effects clips downloaded from various web sites.
    Here's what happens, I open GB and create a new project. I find the audio file that I want to start with, an MP3 file that plays just fine in QuickTime and iTunes. I drag the audio file into GB to create a new track. GB begins a conversion/import process or whatever it does to be able to edit an MP3 file. I see the progress bar filling up as it does this. When it is complete a new track is created with the MP3 file's name, however the track itself is empty. I don't see any content and there is no audio when I hit play. I don't get any sort of error message either.
    I've tried playing with the MP3 file settings, changing them to mono, adjusting bit rates, compression, etc. but every time I try to import into GB this same process happens with no results. These audio files I'm creating play in all my other audio playing apps, so I'm confused as to what could be wrong.
    Can someone tell me how I can get GB to import these files properly? Thanks in advance!

    Note the second sentence:
    http://www.thehangtime.com/gb/gbfaq2.html#convertmp3s

  • [SOLVED] Openbox autostart no longer working since upgrade

    After the upgrade on May 14 2013 my autostart file no longer works. I tried renaming my autostart.sh to just autostart no luck. There is nothing wrong with the autostart file as I can run it manually and it will load all my apps. Also, if I cd to  /usr/lib/openbox/ and run openbox-autostart directly it works. Here are the updated packages:
    [2013-05-14 21:34] [PACMAN] upgraded ethtool (1:3.8-1 -> 1:3.9-1)
    [2013-05-14 21:34] [PACMAN] upgraded firefox (20.0.1-5 -> 21.0-1)
    [2013-05-14 21:34] [PACMAN] upgraded gsettings-desktop-schemas (3.8.0-1 -> 3.8.2-1)
    [2013-05-14 21:34] [PACMAN] upgraded glib-networking (2.36.1-1 -> 2.36.2-1)
    [2013-05-14 21:34] [PACMAN] upgraded gnome-icon-theme-symbolic (3.8.0.1-2 -> 3.8.2.2-1)
    [2013-05-14 21:34] [PACMAN] upgraded gnome-icon-theme (3.8.0-1 -> 3.8.2-1)
    [2013-05-14 21:34] [PACMAN] upgraded gnupg (2.0.19-7 -> 2.0.20-1)
    [2013-05-14 21:34] [PACMAN] upgraded gtkmm (2.24.2-2 -> 2.24.3-1)
    [2013-05-14 21:34] [PACMAN] upgraded gvfs (1.16.1-2 -> 1.16.2-1)
    [2013-05-14 21:34] [PACMAN] upgraded libical (0.48-1 -> 1.0-2)
    [2013-05-14 21:34] [PACMAN] upgraded mplayer (35920-2 -> 35920-3)
    [2013-05-14 21:34] [PACMAN] upgraded orage (4.8.4-1 -> 4.8.4-2)
    [2013-05-14 21:34] [PACMAN] upgraded pango (1.34.0-1 -> 1.34.1-1)
    [2013-05-14 21:34] [PACMAN] upgraded pdnsd (1.2.9.a-1 -> 1.2.9.a-2)
    [2013-05-14 21:34] [PACMAN] upgraded python2-distribute (0.6.38-1 -> 0.6.39-1)
    [2013-05-14 21:34] [PACMAN] upgraded python2-zope-interface (4.0.3-1 -> 4.0.5-1)
    [2013-05-14 21:34] [PACMAN] upgraded sudo (1.8.6.p8-1 -> 1.8.6.p8-2)
    [2013-05-14 21:34] [PACMAN] upgraded thunderbird (17.0.5-2 -> 17.0.6-1)
    [2013-05-14 21:34] [PACMAN] upgraded virtualbox (4.2.12-2 -> 4.2.12-3)
    [2013-05-14 21:34] [PACMAN] upgraded vte-common (0.34.4-1 -> 0.34.5-1)
    [2013-05-14 21:35] [PACMAN] upgraded python3-threaded_servers (2013.5.12.3-1 -> 2013.5.14.1-1)
    Not sure what's going on or what could have caused it. My .xinitrc looks like this:
    #!/bin/sh
    if [ -d /etc/X11/xinit/xinitrc.d ]; then
    for f in /etc/X11/xinit/xinitrc.d/*; do
    [ -x "$f" ] && . "$f"
    done
    unset f
    fi
    export BROWSER="chromium"
    # Start GNOME Keyring
    eval $(/usr/bin/gnome-keyring-daemon --start --components=gpg,pkcs11,secrets,ssh)
    # You probably need to do this too:
    export SSH_AUTH_SOCK
    export GPG_AGENT_INFO
    export GNOME_KEYRING_CONTROL
    export GNOME_KEYRING_PID
    exec openbox-session
    My .zprofile
    [[ -z $DISPLAY && $XDG_VTNR -eq 1 ]] && startx &> ~/.xlog
    My systemd startup service:
    # This file is part of systemd.
    # systemd is free software; you can redistribute it and/or modify it
    # under the terms of the GNU Lesser General Public License as published by
    # the Free Software Foundation; either version 2.1 of the License, or
    # (at your option) any later version.
    [Unit]
    Description=Getty on %I
    Documentation=man:agetty(8) man:systemd-getty-generator(8)
    Documentation=http://0pointer.de/blog/projects/serial-console.html
    After=systemd-user-sessions.service plymouth-quit-wait.service
    After=rc-local.service
    # If additional gettys are spawned during boot then we should make
    # sure that this is synchronized before getty.target, even though
    # getty.target didn't actually pull it in.
    Before=getty.target
    IgnoreOnIsolate=yes
    # On systems without virtual consoles, don't start any getty. (Note
    # that serial gettys are covered by [email protected], not this
    # unit
    ConditionPathExists=/dev/tty0
    [Service]
    # the VT is cleared by TTYVTDisallocate
    ExecStart=-/sbin/agetty -a dodo3773 %I 38400
    Type=simple
    #Restart=always
    #RestartSec=0
    UtmpIdentifier=%I
    TTYPath=/dev/%I
    TTYReset=no
    TTYVHangup=no
    TTYVTDisallocate=no
    KillMode=process
    IgnoreSIGPIPE=no
    # Unset locale for the console getty since the console has problems
    # displaying some internationalized messages.
    Environment=LANG= LANGUAGE= LC_CTYPE= LC_NUMERIC= LC_TIME= LC_COLLATE= LC_MONETARY= LC_MESSAGES= LC_PAPER= LC_NAME= LC_ADDRESS= LC_TELEPHONE= LC_MEASUREMENT= LC_IDENTIFICATION=
    # Some login implementations ignore SIGTERM, so we send SIGHUP
    # instead, to ensure that login terminates cleanly.
    KillSignal=SIGHUP
    [Install]
    WantedBy=getty.target
    Edit: I tried switching to bash in a tty and then just startx but that doesn't help either.
    Edit2: To be clear openbox does load a desktop. The autostart scripts at ~/.config/openbox/ just don't run. Thanks.
    Edit3: I decided to run the command issued in openbox-session and added --debug to it. Here is the output of "xinit /usr/bin/openbox --debug --startup "/usr/lib/openbox/openbox-autostart OPENBOX" "$@" -- :1 -nolisten tcp" :
    X.Org X Server 1.14.1
    Release Date: 2013-04-17
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 3.8.7-1-ARCH x86_64
    Current Operating System: Linux dodo713 3.9.2-2-ck #1 SMP PREEMPT Sun May 12 18:19:49 EDT 2013 x86_64
    Kernel command line: BOOT_IMAGE=/vmlinuz-linux-ck root=UUID=06874255-7a5d-4968-8f09-1e53cb761f44 ro quiet init=/usr/lib/systemd/systemd
    Build Date: 17 April 2013 02:37:06PM
    Current version of pixman: 0.30.0
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    (==) Log file: "/var/log/Xorg.1.log", Time: Fri May 17 08:14:11 2013
    (==) Using config file: "/etc/X11/xorg.conf"
    (==) Using config directory: "/etc/X11/xorg.conf.d"
    setversion 1.4 failed
    Initializing built-in extension Generic Event Extension
    Initializing built-in extension SHAPE
    Initializing built-in extension MIT-SHM
    Initializing built-in extension XInputExtension
    Initializing built-in extension XTEST
    Initializing built-in extension BIG-REQUESTS
    Initializing built-in extension SYNC
    Initializing built-in extension XKEYBOARD
    Initializing built-in extension XC-MISC
    Initializing built-in extension SECURITY
    Initializing built-in extension XINERAMA
    Initializing built-in extension XFIXES
    Initializing built-in extension RENDER
    Initializing built-in extension RANDR
    Initializing built-in extension COMPOSITE
    Initializing built-in extension DAMAGE
    Initializing built-in extension MIT-SCREEN-SAVER
    Initializing built-in extension DOUBLE-BUFFER
    Initializing built-in extension RECORD
    Initializing built-in extension DPMS
    Initializing built-in extension X-Resource
    Initializing built-in extension XVideo
    Initializing built-in extension XVideo-MotionCompensation
    Initializing built-in extension XFree86-VidModeExtension
    Initializing built-in extension XFree86-DGA
    Initializing built-in extension XFree86-DRI
    Initializing built-in extension DRI2
    Loading extension GLX
    Loading extension NV-GLX
    Loading extension NV-CONTROL
    Loading extension XINERAMA
    setversion 1.4 failed
    Openbox-Debug: --startup /usr/lib/openbox/openbox-autostart OPENBOX
    Openbox-Debug: Moving to desktop 1
    Openbox-Debug: not managing override redirect window 0x4000bb
    which: no hsetroot in (/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/opt/android-sdk/platform-tools:/usr/bin/core_perl:/home/dodo3773/Documents/Scripts:/home/dodo3773/Documents/Scripts)
    which: no esetroot in (/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/opt/android-sdk/platform-tools:/usr/bin/core_perl:/home/dodo3773/Documents/Scripts:/home/dodo3773/Documents/Scripts)
    which: no xsetroot in (/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/opt/android-sdk/platform-tools:/usr/bin/core_perl:/home/dodo3773/Documents/Scripts:/home/dodo3773/Documents/Scripts)
    kupfer: Reading from stdin
    The XKEYBOARD keymap compiler (xkbcomp) reports:
    > Warning: Compat map for group 2 redefined
    > Using new definition
    > Warning: Compat map for group 3 redefined
    > Using new definition
    > Warning: Compat map for group 4 redefined
    > Using new definition
    Errors from xkbcomp are not fatal to the X server
    Openbox-Debug: Caught signal 22. Ignoring.
    Openbox-Debug: UPDATE DESKTOP NAMES
    Openbox-Debug: Keyboard map changed. Reloading keyboard bindings.
    Edit4: Removed everything from /etc/xdg/autostart and ~/.config/autostart/ directories. That didn't work.
    Edit5: Tried installing xorg-xsetroot to let openbox set the color of the wallpaper. That didn't work.
    Edit6: Checked the output of "loginctl show-session $XDG_SESSION_ID" to make sure that wasn't the issue. Looks okay to me:
    Id=1
    Timestamp=Fri 2013-05-17 10:25:53 PDT
    TimestampMonotonic=13650783
    DefaultControlGroup=systemd:/user/1000.user/1.session
    VTNr=1
    TTY=tty1
    Remote=no
    Service=login
    Leader=405
    Audit=1
    Type=tty
    Class=user
    Active=yes
    State=active
    KillProcesses=no
    IdleHint=no
    IdleSinceHint=1368811547544203
    IdleSinceHintMonotonic=7545641
    Name=dodo3773
    Edit7: Tried installing xorg-xrdb thinking maybe that would help and did todays updates. No luck yet.
    Edit8: Kupfer still loads even though nothing else does. So I uninstalled kupfer. Same thing though. No autostart.
    Edit9: Tried booting into repo kernel instead of ck kernel. Didn't work.
    Last edited by dodo3773 (2013-05-19 06:34:44)

    WonderWoofy wrote:Interestingly, of all those things you included in your post, you forgot to include the autostart script itself.  What does that look like?
    Well, since it worked fine even when called indirectly through openbox-autostart and since it's worked fine for months I figured it was fine. I am happy to post it though. Here you go:
    feh --bg-scale /home/dodo3773/Pictures/blacksolid.png &
    xfce4-panel &
    numlockx &
    keepassx -lock &
    kupfer --no-splash &
    ~/Documents/Scripts/startupopen.sh &
    sleep 30 && sudo /usr/bin/ntpd -qg &
    sudo /usr/sbin/ethtool -K eth0 rx off &
    ~/Documents/Scripts/conky.sh &
    sudo /home/dodo3773/Documents/Scripts/temp_throttlenew > /dev/null 2>&1 &
    Here are the external scripts that are called (startupopen.sh and temp_throttlenew):
    startupopen.sh
    #! /bin/bash
    sleep 13
    chromium &
    thunderbird &
    sleep 20
    devilspie -a &
    sleep 7
    pkill devilspie &
    exit
    temp_throttlenew
    #!/bin/bash
    # temp_throttle.sh max_temp
    # USE CELSIUS TEMPERATURES.
    if [[ $EUID -ne 0 ]]; then
    echo "This script must be run as root" 1>&2
    exit 1
    fi
    #if [ $# -ne 1 ]; then
    # If temperature wasn't given, then print a message and exit.
    # echo "Please supply a maximum desired temperature in Celsius." 1>&2
    # echo "For example: ${0} 60" 1>&2
    # exit 2
    #else
    #Set the first argument as the maximum desired temperature.
    MAX_TEMP=85
    #fi
    # The frequency will increase when low temperature is reached.
    let LOW_TEMP=$MAX_TEMP-5
    CORES=$(nproc) # Get number of CPU cores.
    echo -e "Number of CPU cores detected: $CORES\n"
    # Temperatures internally are calculated to the thousandth.
    MAX_TEMP=${MAX_TEMP}000
    LOW_TEMP=${LOW_TEMP}000
    # FREQ_LIST is a list (array) of all available cpu frequencies the system allows.
    declare -a FREQ_LIST=($(cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_available_frequencies))
    # CURRENT_FREQ relates to the FREQ_LIST by keeping record of the currently set frequency.
    let CURRENT_FREQ=1
    function set_freq {
    echo ${FREQ_LIST[$1]}
    cpupower frequency-set -g "ondemand" -d "800MHz" -u ${FREQ_LIST[$1]}
    function throttle {
    if [ $CURRENT_FREQ -ne $((${#FREQ_LIST[@]}-1)) ]; then
    let CURRENT_FREQ+=1
    echo -n "throttle "
    set_freq $CURRENT_FREQ
    fi
    function unthrottle {
    if [ $CURRENT_FREQ -ne 0 ]; then
    let CURRENT_FREQ-=1
    echo -n "unthrottle "
    set_freq $CURRENT_FREQ
    fi
    function get_temp {
    # Get the system temperature.
    # If one of these doesn't work, the try uncommenting another.
    TEMP=$(cat /sys/class/thermal/thermal_zone0/temp)
    #TEMP=$(cat /sys/class/hwmon/hwmon0/temp1_input)
    #TEMP=$(cat /sys/class/hwmon/hwmon1/device/temp1_input)
    while true; do
    get_temp
    if [ $TEMP -gt $MAX_TEMP ]; then # Throttle if too hot.
    throttle
    elif [ $TEMP -le $LOW_TEMP ]; then # Unthrottle if cool.
    unthrottle
    fi
    sleep 3
    done
    Stuff that needs sudo is in my sudoers as "username hostname NOPASSWD: item1,item2,etc,etc". Nothing too exciting. Seems like if there was suddenly something wrong with my autostart file at least some of the stuff would run either way though cause of "&". Pretty puzzling this issue is.

  • [Solved] error upgrading glibc

    First of all I am a newbie
    My uname -a
    Linux myhostname.domain.org 3.5.3-1-ARCH #1 SMP PREEMPT Sun Aug 26 09:14:51 CEST 2012 x86_64 GNU/Linux
    When I do pacman -Syu
    error: failed to commit transaction (conflicting files)
    glibc: /lib exists in filesystem
    Errors occurred, no packages were upgraded.
    So I ended up here:https://wiki.archlinux.org/index.php/De … _in_.2Flib
    I tried
    pacman -Syu --ignore glibc,curl
    pacman -Su
    and failed
    Then I jumped on issue 2 of that page
    $ grep '^lib/' /var/lib/pacman/local/*/files gives
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/ld-2.16.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/ld-linux-x86-64.so.2
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libBrokenLocale-2.16.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libBrokenLocale.so.1
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libSegFault.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libanl-2.16.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libanl.so.1
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libc-2.16.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libc.so.6
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libcidn-2.16.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libcidn.so.1
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libcrypt-2.16.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libcrypt.so.1
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libdl-2.16.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libdl.so.2
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libm-2.16.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libm.so.6
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libmemusage.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libnsl-2.16.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libnsl.so.1
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libnss_compat-2.16.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libnss_compat.so.2
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libnss_db-2.16.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libnss_db.so.2
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libnss_dns-2.16.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libnss_dns.so.2
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libnss_files-2.16.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libnss_files.so.2
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libnss_hesiod-2.16.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libnss_hesiod.so.2
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libnss_nis-2.16.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libnss_nis.so.2
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libnss_nisplus-2.16.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libnss_nisplus.so.2
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libpcprofile.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libpthread-2.16.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libpthread.so.0
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libresolv-2.16.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libresolv.so.2
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/librt-2.16.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/librt.so.1
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libthread_db-1.0.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libthread_db.so.1
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libutil-2.16.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libutil.so.1
    /var/lib/pacman/local/udev-compat-173-3/files:lib/
    /var/lib/pacman/local/udev-compat-173-3/files:lib/udev/
    /var/lib/pacman/local/udev-compat-173-3/files:lib/udev/devices/
    /var/lib/pacman/local/udev-compat-173-3/files:lib/udev/devices/console
    /var/lib/pacman/local/udev-compat-173-3/files:lib/udev/devices/core
    /var/lib/pacman/local/udev-compat-173-3/files:lib/udev/devices/fd
    /var/lib/pacman/local/udev-compat-173-3/files:lib/udev/devices/fuse
    /var/lib/pacman/local/udev-compat-173-3/files:lib/udev/devices/kmsg
    /var/lib/pacman/local/udev-compat-173-3/files:lib/udev/devices/net/
    /var/lib/pacman/local/udev-compat-173-3/files:lib/udev/devices/net/tun
    /var/lib/pacman/local/udev-compat-173-3/files:lib/udev/devices/null
    /var/lib/pacman/local/udev-compat-173-3/files:lib/udev/devices/ppp
    /var/lib/pacman/local/udev-compat-173-3/files:lib/udev/devices/pts/
    /var/lib/pacman/local/udev-compat-173-3/files:lib/udev/devices/shm/
    /var/lib/pacman/local/udev-compat-173-3/files:lib/udev/devices/stderr
    /var/lib/pacman/local/udev-compat-173-3/files:lib/udev/devices/stdin
    /var/lib/pacman/local/udev-compat-173-3/files:lib/udev/devices/stdout
    /var/lib/pacman/local/udev-compat-173-3/files:lib/udev/devices/zero
    /var/lib/pacman/local/udev-compat-173-3/files:lib/udev/rules.d/
    /var/lib/pacman/local/udev-compat-173-3/files:lib/udev/rules.d/30-kernel-compat.rules
    and find /lib -exec pacman -Qo -- {} + gives
    find /lib -exec pacman -Qo -- {} +
    error: cannot determine ownership of directory '/lib'
    /lib/libnss_db.so.2 is owned by glibc 2.16.0-1
    /lib/libdl.so.2 is owned by glibc 2.16.0-1
    /lib/libpthread.so.0 is owned by glibc 2.16.0-1
    /lib/libSegFault.so is owned by glibc 2.16.0-1
    /lib/libcidn.so.1 is owned by glibc 2.16.0-1
    /lib/libcrypt-2.16.so is owned by glibc 2.16.0-1
    /lib/libnss_nisplus.so.2 is owned by glibc 2.16.0-1
    /lib/libm.so.6 is owned by glibc 2.16.0-1
    /lib/libnss_files-2.16.so is owned by glibc 2.16.0-1
    /lib/libnss_nisplus-2.16.so is owned by glibc 2.16.0-1
    /lib/ld-linux-x86-64.so.2 is owned by glibc 2.16.0-1
    /lib/libnss_nis-2.16.so is owned by glibc 2.16.0-1
    /lib/libutil-2.16.so is owned by glibc 2.16.0-1
    /lib/libanl-2.16.so is owned by glibc 2.16.0-1
    /lib/ld-2.16.so is owned by glibc 2.16.0-1
    /lib/libnsl-2.16.so is owned by glibc 2.16.0-1
    /lib/libBrokenLocale-2.16.so is owned by glibc 2.16.0-1
    /lib/libpcprofile.so is owned by glibc 2.16.0-1
    /lib/libthread_db.so.1 is owned by glibc 2.16.0-1
    /lib/libnsl.so.1 is owned by glibc 2.16.0-1
    /lib/libresolv-2.16.so is owned by glibc 2.16.0-1
    /lib/libnss_dns.so.2 is owned by glibc 2.16.0-1
    /lib/libdl-2.16.so is owned by glibc 2.16.0-1
    /lib/libBrokenLocale.so.1 is owned by glibc 2.16.0-1
    /lib/libnss_dns-2.16.so is owned by glibc 2.16.0-1
    /lib/librt.so.1 is owned by glibc 2.16.0-1
    /lib/libresolv.so.2 is owned by glibc 2.16.0-1
    /lib/libnss_hesiod.so.2 is owned by glibc 2.16.0-1
    /lib/libnss_files.so.2 is owned by glibc 2.16.0-1
    /lib/libthread_db-1.0.so is owned by glibc 2.16.0-1
    /lib/libnss_hesiod-2.16.so is owned by glibc 2.16.0-1
    /lib/libnss_db-2.16.so is owned by glibc 2.16.0-1
    /lib/libcrypt.so.1 is owned by glibc 2.16.0-1
    /lib/libmemusage.so is owned by glibc 2.16.0-1
    /lib/libnss_compat.so.2 is owned by glibc 2.16.0-1
    error: cannot determine ownership of directory '/lib/udev'
    error: cannot determine ownership of directory '/lib/udev/devices'
    /lib/udev/devices/stdout is owned by udev-compat 173-3
    error: cannot determine ownership of directory '/lib/udev/devices/net'
    /lib/udev/devices/net/tun is owned by udev-compat 173-3
    /lib/udev/devices/kmsg is owned by udev-compat 173-3
    /lib/udev/devices/stderr is owned by udev-compat 173-3
    /lib/udev/devices/stdin is owned by udev-compat 173-3
    /lib/udev/devices/console is owned by udev-compat 173-3
    error: cannot determine ownership of directory '/lib/udev/devices/shm'
    /lib/udev/devices/ppp is owned by udev-compat 173-3
    /lib/udev/devices/null is owned by udev-compat 173-3
    /lib/udev/devices/fd is owned by udev-compat 173-3
    /lib/udev/devices/zero is owned by udev-compat 173-3
    /lib/udev/devices/fuse is owned by udev-compat 173-3
    /lib/udev/devices/core is owned by udev-compat 173-3
    error: cannot determine ownership of directory '/lib/udev/devices/pts'
    error: cannot determine ownership of directory '/lib/udev/rules.d'
    /lib/udev/rules.d/30-kernel-compat.rules is owned by udev-compat 173-3
    /lib/libm-2.16.so is owned by glibc 2.16.0-1
    /lib/libc-2.16.so is owned by glibc 2.16.0-1
    /lib/librt-2.16.so is owned by glibc 2.16.0-1
    /lib/libanl.so.1 is owned by glibc 2.16.0-1
    /lib/libnss_nis.so.2 is owned by glibc 2.16.0-1
    /lib/libc.so.6 is owned by glibc 2.16.0-1
    /lib/libcidn-2.16.so is owned by glibc 2.16.0-1
    /lib/libpthread-2.16.so is owned by glibc 2.16.0-1
    error: cannot determine ownership of directory '/lib/firmware'
    error: No package owns /lib/firmware/iwlwifi-6050-4.ucode
    error: No package owns /lib/firmware/iwlwifi-6000-4.ucode
    error: No package owns /lib/firmware/iwlwifi-2000-6.ucode
    error: No package owns /lib/firmware/iwlwifi-3945-2.ucode
    error: No package owns /lib/firmware/iwlwifi-100-5.ucode
    error: No package owns /lib/firmware/iwlwifi-1000-5.ucode
    error: No package owns /lib/firmware/iwlwifi-105-6.ucode
    error: No package owns /lib/firmware/iwlwifi-6050-5.ucode
    error: No package owns /lib/firmware/iwlwifi-6000g2b-6.ucode
    error: No package owns /lib/firmware/iwlwifi-1000-3.ucode
    error: No package owns /lib/firmware/iwlwifi-6000g2b-5.ucode
    error: No package owns /lib/firmware/iwlwifi-6000g2a-5.ucode
    error: No package owns /lib/firmware/iwlwifi-2030-6.ucode
    error: No package owns /lib/firmware/iwlwifi-5000-1.ucode
    error: No package owns /lib/firmware/iwlwifi-5000-5.ucode
    error: No package owns /lib/firmware/iwlwifi-4965-2.ucode
    error: No package owns /lib/firmware/iwlwifi-135-6.ucode
    error: No package owns /lib/firmware/iwlwifi-5150-2.ucode
    error: No package owns /lib/firmware/iwlwifi-5000-2.ucode
    /lib/libutil.so.1 is owned by glibc 2.16.0-1
    /lib/libnss_compat-2.16.so is owned by glibc 2.16.0-1
    So what exactly i need to remove  then upgrade glibc and then install it again ?
    Thanks in advance !!
    Last edited by rhklinux (2012-09-10 18:23:13)

    I removed firmware folder and uninstalled udev-compat and it worked

  • PXI-4110 Cards failing since upgrading to Calibratio​n Executive 3.4

    Since we upgraded to Calibration Executive 3.4 all of our PXI-4110 Cards have been failing the following:
    Calibration
    As Found
    Channel
    As Found DMM Reading
    As Left DMM Reading
    Test Value
    Low Limit
    Reading
    High Limit
    PassFail
    2
    0.999942
    A
    0.999942
    A
    0.25000
    A
    0.99557
    A
    0.94065
    A
    1.00432
    A
    Failed
    2
    0.999991
    A
    0.999991
    A
    0.50000
    A
    0.99524
    A
    0.93736
    A
    1.00474
    A
    Failed
    2
    0.999761
    A
    0.999761
    A
    0.75000
    A
    0.99370
    A
    0.94076
    A
    1.00582
    A
    Failed
    This failure occurred on 3 brand new cards and I have even tried the last PXI-4110 before upgrading and it also failed these test and when an adjustment is attempted I receive the following error:
    Error -300010 occurred at Get UserField Data.vi
    Complete call chain:
         cex_UtilityGetUserFieldData.vi
         cex_UtilityGetUserFieldDataByIndex.vi
         _NI 4110_Get Channel Range and Level.vi
         Adjust_NI 4110_Current Out Accuracy.vi
    at step Adjust Current Output Accuracy
    I am using a Agilent 34401 for the DMM.

    JVP
    Here are the files you wanted. Sorry this took so long. The hard drive on the computer that we have the Calibration Executive software on died and we had to reinstall everything. So and I tried to run another card with the same results the calibration report I am sending you is from today. I sent the reoprt in two formats XLS and PDF.
    Attachments:
    ni_support.zip ‏197 KB
    71517 Wednesday, January 11, 2012 8-28-29.xls ‏49 KB
    71517 Wednesday, January 11, 2012 8-28-29.pdf ‏30 KB

  • Sync from iPhone to iCal on MacBook has failed since the latest iPhone upgrade, yesterday.  It's worked in reverse, and all other sync operations appear to have worked.  Any solutions, that I may not have already tried (over and over)

    Sync from iPhone to iCal on MacBook has failed since the latest iPhone upgrade, yesterday.  It's worked in reverse, and all other sync operations appear to have worked.  Any solutions, that I may not have already tried (over and over)
    (Sorry, first time user of these forums, and it's confusing in it's own right)

    You may have to try deleting all the music from your phone (by going to Settings>General>Usage>Music, swipping All Music and tapping Delete), then sync it all back on with iTunes in order to fix this.

  • [SOLVED] Upgrades broke glibc

    At least I think that's what happened. I usually upgrade with a 'yaourt -Syu --aur --devel', select no to edit PKGBUILDs, and if it's been a while opt not to use existing sources and instead downloading everything again. I've now got a whole schwack of programs that don't want to start - nautilus, gnome-terminal, evince - and a couple that have issues that may or may not be related - chromium, firefox (webkit ?) - and crash whenever I try to download a file.
    When I try to start nautilus et al I get:
    *** glibc detected *** nautilus: free(): invalid pointer: 0x0000000000cc678a ***
    ======= Backtrace: =========
    /lib/libc.so.6(+0x7366a)[0x7f15ba42866a]
    /lib/libc.so.6(cfree+0x6c)[0x7f15ba42c54c]
    /usr/lib/libgtk-3.so.0(gtk_theming_engine_register_property+0xc1)[0x7f15bd2a9ad1]
    /usr/lib/gtk-3.0/3.0.0/theming-engines/libadwaita.so(+0x29ff)[0x7f15b41809ff]
    /usr/lib/libgio-2.0.so.0(g_application_run+0x114)[0x7f15bbaca124]
    nautilus[0x429790]
    /lib/libc.so.6(__libc_start_main+0xed)[0x7f15ba3d617d]
    nautilus[0x4297d1]
    ======= Memory map: ========
    00400000-00559000 r-xp 00000000 08:11 1962291 /usr/bin/nautilus
    00758000-0075e000 rw-p 00158000 08:11 1962291 /usr/bin/nautilus
    0075e000-0075f000 rw-p 00000000 00:00 0
    00cb0000-00d35000 rw-p 00000000 00:00 0 [heap]
    7f15b0000000-7f15b0021000 rw-p 00000000 00:00 0
    7f15b0021000-7f15b4000000 ---p 00000000 00:00 0
    7f15b417e000-7f15b4186000 r-xp 00000000 08:11 2243317 /usr/lib/gtk-3.0/3.0.0/theming-engines/libadwaita.so
    7f15b8e5d000-7f15b905d000 ---p 00009000 08:11 1133343 /usr/lib/libXcursor.so.1.0.2
    7f15b905d000-7f15b905e000 rw-p 00009000 08:11 1133343 /usr/lib/libXcursor.so.1.0.2
    7f15b905e000-7f15b9066000 r-xp 00000000 08:11 1133114 Aborted
    System:
    $ uname -a
    Linux dekstop 2.6.39-ARCH #1 SMP PREEMPT Sat Jul 9 14:57:41 CEST 2011 x86_64 AMD Phenom(tm) II X4 965 Processor AuthenticAMD GNU/Linux
    Packages:
    $ yaourt -Ss glibc | grep installed
    core/glibc 2.14-4 (base) [installed]
    multilib/lib32-glibc 2.14-4 [installed]
    Some threads suggest telling glibc to continue after receiving a memory free error by setting MALLOC_CHECK_=1 but this did not work for me. Would it be advisable to downgrade glibc? If so how is that done in Arch, I'm relatively new to this distribution.
    Thanks for any help.
    Last edited by captainron (2011-08-03 03:08:36)

    [OT]
    The grep part is handy (but he should grep for the package name), as pacman searches the whole 'pacman -Qi' output:
    [karol@black ~]$ pacman -Qs syslog
    local/perl-device-modem 1.54-1 [0,12 MB]
    Perl extension to talk to modem devices connected via serial port
    local/syslog-ng 3.2.4-3 [1,16 MB] (base)
    Next-generation syslogd with advanced networking and filtering capabilities
    '--quiet' doesn't help of course:
    [karol@black ~]$ pacman -Qqs syslog
    perl-device-modem
    syslog-ng
    Why would I want perl-device-modem if I'm searching for syslog?
    [/OT]
    Last edited by karol (2011-08-01 21:01:01)

  • [SOLVED] upgrade using Octopi system will not boot into DM

    I did a system upgrade using Octopi late last night. I use Enlightenment and Gnome. After the upgrade the desktop froze (E), so I switched to a vt and rebooted. That failed to work, so I forced power off using the power button and went to bed. The next day I started up the laptop (lenovo t430) but the boot never got to gdm login. I stops with the line: "[ OK ] Started Accounts Service". Using htop I see that gdm is running.
    Then I opened a vt and tried to do another upgrade (pacman -Syu), but that failed with an error message stating that a libgpgme was too short. I took a look and found that both libgpgme files were empty (0 bytes). I went to my pacman cache and found the packages and use them to copy over the lib files. Pacman then worked. But booting still did not.
    All this made me curious, so I checked my /usr/lib dir and found 54 lib files empty. I'm certainly no system expert, but this doesn't seem like a good sign to me. When ldconfig is run a very long list of empty libs is printed to the screen.
    At any rate, I'm wonder if anyone else ran into this issue and (of course) if anyone has a solution for this? I really don't want to go through each empty lib and copy the files by hand if I can avoid it.
    Any help would be very appreciated.
    TIA
    Gary
    Last edited by henrythemouse (2014-12-31 05:45:05)

    jasonwryan wrote:
    Please edit your title to reflect the fact that Octopi borked your system.
    https://wiki.archlinux.org/index.php/Pa … an_upgrade
    Thank you for the link, not to mention the quick reply.
    The packages python-packagekit and packagekit had to be removed before I could start the installation as they had a dependency on a older version of pacman. My mirrors file caused a good deal of packages to not be downloaded, so that had to be changed. Afterwards everything went well. This experience has shown me the strength of the Arch package system, it's really an amazing system.
    I tried the recommended command from the above link but kept getting numerous error messages stating that such and such file already existed on the filesystem. Which was true enough, so I added the --force parameter and that did the trick.
    This is the command I used to get running again:
    pacman -S $(pacman -Qnq) --force                             
    Problem solved. Except I have to wonder how it was caused in the first place. If it was caused by using Octopi, I guess I should run that by the author. And I'll have to either go back to using the command line or try another gui.
    Last edited by henrythemouse (2014-12-31 05:43:13)

  • [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.

  • Pacman still won't let me upgrade glibc

    Hello
    I did everything as per https://wiki.archlinux.org/index.php/De … iki:usrlib . Here's the output of mentioned commands.
    pacman -Su
    :: Starting full system upgrade...
    resolving dependencies...
    looking for inter-conflicts...
    Targets (2): glibc-2.16.0-2 lib32-glibc-2.16.0-2
    Total Installed Size: 51.95 MiB
    Net Upgrade Size: -0.19 MiB
    Proceed with installation? [Y/n]
    (2/2) checking package integrity [#########################################################] 100%
    (2/2) loading package files [#########################################################] 100%
    (2/2) checking for file conflicts [#########################################################] 100%
    error: failed to commit transaction (conflicting files)
    glibc: /lib exists in filesystem
    Errors occurred, no packages were upgraded.
    grep '^lib/' /var/lib/pacman/local/*/files
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/ld-2.16.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/ld-linux-x86-64.so.2
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libBrokenLocale-2.16.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libBrokenLocale.so.1
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libSegFault.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libanl-2.16.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libanl.so.1
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libc-2.16.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libc.so.6
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libcidn-2.16.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libcidn.so.1
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libcrypt-2.16.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libcrypt.so.1
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libdl-2.16.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libdl.so.2
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libm-2.16.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libm.so.6
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libmemusage.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libnsl-2.16.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libnsl.so.1
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libnss_compat-2.16.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libnss_compat.so.2
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libnss_db-2.16.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libnss_db.so.2
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libnss_dns-2.16.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libnss_dns.so.2
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libnss_files-2.16.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libnss_files.so.2
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libnss_hesiod-2.16.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libnss_hesiod.so.2
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libnss_nis-2.16.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libnss_nis.so.2
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libnss_nisplus-2.16.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libnss_nisplus.so.2
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libpcprofile.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libpthread-2.16.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libpthread.so.0
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libresolv-2.16.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libresolv.so.2
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/librt-2.16.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/librt.so.1
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libthread_db-1.0.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libthread_db.so.1
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libutil-2.16.so
    /var/lib/pacman/local/glibc-2.16.0-1/files:lib/libutil.so.1
    /var/lib/pacman/local/lib32-glibc-2.16.0-1/files:lib/
    /var/lib/pacman/local/lib32-glibc-2.16.0-1/files:lib/ld-linux.so.2
    find /lib -exec pacman -Qo -- {} +
    error: cannot determine ownership of directory '/lib'
    /lib/libanl.so.1 is owned by glibc 2.16.0-1
    /lib/libc.so.6 is owned by glibc 2.16.0-1
    /lib/libnss_nis-2.16.so is owned by glibc 2.16.0-1
    /lib/libcrypt.so.1 is owned by glibc 2.16.0-1
    /lib/libanl-2.16.so is owned by glibc 2.16.0-1
    /lib/libresolv.so.2 is owned by glibc 2.16.0-1
    /lib/libcrypt-2.16.so is owned by glibc 2.16.0-1
    /lib/libnss_db.so.2 is owned by glibc 2.16.0-1
    /lib/ld-linux.so.2 is owned by lib32-glibc 2.16.0-1
    /lib/libcidn.so.1 is owned by glibc 2.16.0-1
    /lib/libnsl-2.16.so is owned by glibc 2.16.0-1
    /lib/libutil.so.1 is owned by glibc 2.16.0-1
    /lib/libnsl.so.1 is owned by glibc 2.16.0-1
    /lib/libnss_nis.so.2 is owned by glibc 2.16.0-1
    /lib/libBrokenLocale.so.1 is owned by glibc 2.16.0-1
    /lib/libnss_files-2.16.so is owned by glibc 2.16.0-1
    /lib/ld-2.16.so is owned by glibc 2.16.0-1
    /lib/librt.so.1 is owned by glibc 2.16.0-1
    /lib/ld-linux-x86-64.so.2 is owned by glibc 2.16.0-1
    /lib/libm.so.6 is owned by glibc 2.16.0-1
    /lib/libnss_files.so.2 is owned by glibc 2.16.0-1
    /lib/libnss_nisplus.so.2 is owned by glibc 2.16.0-1
    /lib/librt-2.16.so is owned by glibc 2.16.0-1
    /lib/libcidn-2.16.so is owned by glibc 2.16.0-1
    /lib/libnss_db-2.16.so is owned by glibc 2.16.0-1
    /lib/libnss_compat-2.16.so is owned by glibc 2.16.0-1
    /lib/libnss_dns-2.16.so is owned by glibc 2.16.0-1
    /lib/libnss_compat.so.2 is owned by glibc 2.16.0-1
    /lib/libpthread-2.16.so is owned by glibc 2.16.0-1
    /lib/libnss_dns.so.2 is owned by glibc 2.16.0-1
    /lib/libc-2.16.so is owned by glibc 2.16.0-1
    /lib/libBrokenLocale-2.16.so is owned by glibc 2.16.0-1
    /lib/libthread_db-1.0.so is owned by glibc 2.16.0-1
    /lib/libpcprofile.so is owned by glibc 2.16.0-1
    /lib/libdl-2.16.so is owned by glibc 2.16.0-1
    /lib/libutil-2.16.so is owned by glibc 2.16.0-1
    /lib/libdl.so.2 is owned by glibc 2.16.0-1
    /lib/libnss_hesiod-2.16.so is owned by glibc 2.16.0-1
    /lib/libresolv-2.16.so is owned by glibc 2.16.0-1
    /lib/libSegFault.so is owned by glibc 2.16.0-1
    /lib/libthread_db.so.1 is owned by glibc 2.16.0-1
    /lib/libmemusage.so is owned by glibc 2.16.0-1
    /lib/libnss_hesiod.so.2 is owned by glibc 2.16.0-1
    /lib/libnss_nisplus-2.16.so is owned by glibc 2.16.0-1
    /lib/libm-2.16.so is owned by glibc 2.16.0-1
    /lib/libpthread.so.0 is owned by glibc 2.16.0-1
    As I see it, no other package than glibc and lib32-glibc owns any file in /lib.

    moving from Arch Discussion to Pacman & Package Upgrade Issues

  • Cannot upgrade adobe flash. installation fails to initianize. plse advise

    cannot upgrade adobe flash. installation fails to initianize. plse advise

    There are 2 versions of Adobe Flash:
    *an '''ActiveX version''' for IE only
    *a '''Plugin version''' for most other browsers including Firefox
    *On a Windows system, you should always update both individually.
    '''''You do not appear to have the Plugin version for Firefox installed. ''''' If you did, in Add-ons > Plugins you would see "Shockwave Flash ''(version)''". If "Shockwave Flash" is there and is disabled, click the "Enable" button.
    Check your Plugins often --> http://www.mozilla.org/en-US/plugincheck/
    *only the most popular/used Plugins are known by this page
    *page will detect only installed, '''''enabled''''' Plugins
    '''<u>Install or update Adobe Flash</u>'''<br />
    #'''<u>Using Firefox</u>''', go to the following link and SAVE the download to your desktop so you can find it later. Un-check any items on that page that you do not want to download (i.e., "McAfee Security Scan Plus":
    #*http://get.adobe.com/flashplayer
    #When the download is finished, close Firefox (File > Exit '''''OR''''' Firefox button > Exit)
    #Click or double-click on the file you just saved to your desktop
    #*In the installation window that appears, click the box to the left of "I have read and...." to place a check mark in the box
    #*The "Install" button in the lower right corner will now be highlighted, click it.
    #*The installation is quick.
    #Start Firefox and test your installation here: https://www.adobe.com/software/flash/about/
    #To update/install the ActiveX version for IE '''''only''''', repeat the process, '''<u>but use IE to go to the above website</u>'''.
    '''If this reply solves your problem, please click "Solved It" next to this reply when <u>signed-in</u> to the forum.'''
    Not related to your question, but...
    You may need to update some plug-ins. Check your plug-ins and update as necessary:
    *Plug-in check --> http://www.mozilla.org/en-US/plugincheck/
    *Adobe Shockwave for Director Netscape plug-in: [https://support.mozilla.com/en-US/kb/Using%20the%20Shockwave%20plugin%20with%20Firefox#w_installing-shockwave Installing ('''''or Updating''''') the Shockwave plugin with Firefox]
    *Adobe PDF Plug-In For Firefox and Netscape: [https://support.mozilla.com/en-US/kb/Using%20the%20Adobe%20Reader%20plugin%20with%20Firefox#w_installing-and-updating-adobe-reader Installing/Updating Adobe Reader in Firefox]
    *Shockwave Flash (Adobe Flash or Flash): [https://support.mozilla.com/en-US/kb/Managing%20the%20Flash%20plugin#w_updating-flash Updating Flash in Firefox]
    *Next Generation Java Plug-in for Mozilla browsers: [https://support.mozilla.com/en-US/kb/Using%20the%20Java%20plugin%20with%20Firefox#w_installing-or-updating-java Installing or Updating Java in Firefox]

  • My iCloud backup function failed since 02/28/2015.

    My iCloud backup function failed since 2/28 till now?

    Try signing in and out of iCloud and backup manually.  This might solve the problem.

  • Script level upgrade for database 'master' failed because upgrade step 'msdb110_upgrade.sql' encountered error 537, state 3, severity 16

    Hello,
    I've encountered issue during installation of SP1 to SQL Server 2012. After upgrade I'm getting this error in Event Log:
    Script level upgrade for database 'master' failed because upgrade step 'msdb110_upgrade.sql' encountered error 537, state 3, severity 16. This is a serious error condition which might interfere with regular operation and the database will be taken offline.
    If the error happened during upgrade of the 'master' database, it will prevent the entire SQL Server instance from starting. Examine the previous errorlog entries for errors, take the appropriate corrective actions and re-start the database so that the script
    upgrade steps run to completion.
    Can someone point me direction how I can fix it? This is a production server and currently only way to make it working is to use T902 flag in SQL Server startup params. I've found some suggestions to check Data path if it exists but it does so this is not
    the issue here. Any ideas?
    I've found also here
    http://www.sqlservercentral.com/Forums/Topic1377073-1550-1.aspx#bm1378279
    suggestions for similar issue with SQL Server 2008 which that I should do:
    Via ssms:
    From msdb:
    Delete:
    dc_admin role
    Dc_operator role
    Dc_proxy role
    UlitityCMRReader role
    UtilityIMRReader role
    UtilityIMRWriter role
    but for not I didn't tried it yet. This is standalone SQL Server instance.
    Any help really appreciated.
    Regards

    Script returns the same error.
    System databases:
    1    1    760    -1    10    1048578    0    1    master        C:\Program Files\Microsoft SQL Server\MSSQL10.MSSQLSERVER\MSSQL\DATA\master.mdf
    2    0    12768    -1    10    1048642    0    1    mastlog        C:\Program Files\Microsoft SQL Server\MSSQL10.MSSQLSERVER\MSSQL\DATA\mastlog.ldf
    1    1    1024    -1    10    1048578    0    2    tempdev        C:\Program Files\Microsoft SQL Server\MSSQL10.MSSQLSERVER\MSSQL\DATA\tempdb.mdf
    2    0    64    -1    10    1048642    0    2    templog        C:\Program Files\Microsoft SQL Server\MSSQL10.MSSQLSERVER\MSSQL\DATA\templog.ldf
    1    1    288    -1    128    2    0    3    modeldev    C:\Program Files\Microsoft SQL Server\MSSQL10.MSSQLSERVER\MSSQL\DATA\model.mdf
    2    0    4464    -1    10    1048642    0    3    modellog    C:\Program Files\Microsoft SQL Server\MSSQL10.MSSQLSERVER\MSSQL\DATA\modellog.ldf
    1    1    28936    -1    10    1048578    0    4    MSDBData    C:\Program Files\Microsoft SQL Server\MSSQL10.MSSQLSERVER\MSSQL\DATA\MSDBData.mdf
    2    0    3352    268435456    10    1048642    0    4    MSDBLog    C:\Program Files\Microsoft SQL Server\MSSQL10.MSSQLSERVER\MSSQL\DATA\MSDBLog.ldf
    are all in place where path shows.
    Before sending my message I've searched update script for "FROM master.sys.master_files" and I found script which you are showing me. I've made some digging and when I runned:
           SELECT physical_name
           FROM master.sys.master_files
           WHERE (name = N'master')
    it returned also path to one my customers database name which has filename set correctly but it's Logical DB name is master and mastlog. I'm running shared hosting company and I allow my customers to restore their DBs from .bak files but I have no idea why
    this customers logical name is set to master and mastlog. Probably when I change this names update script will work as it should. On the other hand in my opinion there should be some kind of fail safe mechanism for situations like this one.
    EDIT: After changing logical name for DB and log for mentioned DB your script runned fine so probably now when I remove T902 flag and restart my SQL Server update will run correctly. Big thanks for resolving this issue.

  • Cisco ISE (Authentication failed: 24415 User authentication against Active Directory failed since user's account is locked out)

    Hi,
    I have a setup ISE 1.1.1. Users are getting authenticate against AD. Everything is working fine except some users report disconnection. I see in the ISE that (Authentication failed: 24415 User authentication against Active Directory failed since user's account is locked out). Users are using Windows 7 OS.
    Error is enclosed & here is the port configuration.
    Port Configuration.
    interface GigabitEthernet0/2
    switchport access vlan 120
    switchport mode access
    switchport voice vlan 121
    authentication event fail action next-method
    authentication event server dead action reinitialize vlan 120
    authentication event server alive action reinitialize
    authentication host-mode multi-auth
    authentication order mab dot1x
    authentication priority dot1x mab
    authentication port-control auto
    authentication periodic
    authentication timer reauthenticate server
    mab
    dot1x pae authenticator
    dot1x timeout tx-period 60
    spanning-tree portfast
    ip dhcp snooping limit rate 30 interface GigabitEthernet0/2
    switchport access vlan 120
    switchport mode access
    switchport voice vlan 121
    authentication event fail action next-method
    authentication event server dead action reinitialize vlan 120
    authentication event server alive action reinitialize
    authentication host-mode multi-auth
    authentication order mab dot1x
    authentication priority dot1x mab
    authentication port-control auto
    authentication periodic
    authentication timer reauthenticate server
    mab
    dot1x pae authenticator
    dot1x timeout tx-period 60
    spanning-tree portfast
    ip dhcp snooping limit rate 30
    Please help.

    The error message means that Active Directory server Reject the authentication attempt
    as for some reasons the user account got locked.I guess, You should ask your AD Team to check in the AD
    Event Logs why did the user account got locked.
    Under Even Viewers, You can find it out
    Regards
    Minakshi (Do rate the helpful posts)

  • Cisco ISE Failure: 24408 User authentication against Active Directory failed since user has entered the wrong password

    Hi,
    Since we implemented Cisco ISE we receive the following failure on several Notebooks:
    Authentication failed : 24408 User authentication against Active Directory failed since user has entered the wrong password
    This happens 2 or 3 times per Day. So basically the authentications are working. But when the failure appears, the connection is lost for a short time.
    The Clients are using PEAP(EAP-MSCHAPv2) for Authentication. We've got a Cisco Wireless Environment (WLC 5508).
    Why is this happening?
    Thanks,
    Marc

    The possible causes of this error message are:
    1.] If the end user entered an incorrect username.
    2.] The shared sceret between WLC and ISE is mismatched. With this we'll see continous failed authentication.
    3.] As long as a PSN not receiving a response from the supplicant within this limit during an EAP conversation, it will throw this error code. In majority of cases it says eap session timed out.
    In your cases, the 3rd option seems to be the most closest one.
    Jatin Katyal
    - Do rate helpful posts -

Maybe you are looking for