Ruby-Gtk2 TrayIcon [solved]

I've installed ruby gtk2 by issuing: "gem install gtk2"
A bunch of libraries installed correctly.
Now I tried just an example (got if from official website) under irb and got this:
irb(main):001:0> require "gtktrayicon"
LoadError: no such file to load -- gtktrayicon
Also tried this:
irb(main):002:0> require "gtk2"
=> true
irb(main):003:0> Gtk::TrayIcon
NameError: uninitialized constant Gtk::TrayIcon
Where is gtktrayicon?
[SOLVED]
Ok, it's just deprecated by StatusIcon
Last edited by tigrezno (2011-08-08 23:16:14)

I am so stupid I was intending to use "ri" and not "irb"... Problem solved

Similar Messages

  • Ruby 1.9 and ruby-gtk2

    I have recently upgraded to ruby-1.9 and I am no longer able to run my scripts which depend on ruby-gtk2.  It looks like the ruby-gtk2 packages are getting installed for 1.8 still (they go into /usr/lib/ruby/site_ruby/1.8).
    Does anybody know how to fix this problem?
    Thanks

    sure, find a mirror that is not out of date and upgrade to ruby-gtk2 0.19.1-1
    http://users.archlinux.de/~gerbra/mirrorcheck.html
    Last edited by wonder (2009-09-20 18:37:38)

  • Rubyripper does not find ruby-gtk2

    hello,
    I have a problem with rubyripper not starting in GUI
    when trying the rrip_gui script, I get this message:
    'The ruby-gtk2 library could not be found. Is it installed?'
    the rrip_cli script is ok
    I have verify that:
    - ruby-gtk2 is well installed
    - there is a 'gtk2.so' file in '/usr/lib/ruby/vendor_ruby/2.0.0/x86_64-linux/'
    and to be sure, I reinstalled both packages
    the version of the packages are:
    - rubyripper 0.6.2-3
    - ruby-gtk2 1.2.5-1
    I have not found any recent post about this problem; any help would be appreciated

    Thanks for your answer.
    RubyRipper is ok now: the information you gave was very helpful, but maybe not exactly in the intended way.
    I first tried rebuilding rubyripper: the building worked, but I got the same error from rubyripper.
    But that rebuild let me discover that rubyripper was still build against ruby 1.9.3: in fact this version of ruby came from the AUR 'ruby-latest-rubygems' package (not yet upgraded).
    After replacing 'ruby-latest-rubygems' 1.9.3 by 'ruby' 2.0.0, rubyripper was ok.
    I'm grateful for your help, and to have show me the use of 'abs'.
    Last edited by kra64 (2013-03-29 00:15:47)

  • Gtk-gir conflicts with atk and gtk2 updates [SOLVED]

    When upgrading with pacman -Syu I get the following error:
    error: failed to commit transaction (conflicting files)
    atk: /usr/share/gir-1.0/Atk-1.0.gir exists in filesystem
    gtk2: /usr/share/gir-1.0/Gdk-2.0.gir exists in filesystem
    gtk2: /usr/share/gir-1.0/GdkPixbuf-2.0.gir exists in filesystem
    gtk2: /usr/share/gir-1.0/Gtk-2.0.gir exists in filesystem
    Errors occurred, no packages were upgraded.
    Checking with pacman -Qo /usr/share/gir-1.0/Atk-1.0.gir gives:
    /usr/share/gir-1.0/Atk-1.0.gir is owned by gtk-gir 0.6.5-1
    And pacman -Qi gtk-gir gives:
    Name : gtk-gir
    Version : 0.6.5-1
    URL : http://live.gnome.org/GObjectInstrospection
    Licenses : GPL
    Groups : None
    Provides : None
    Depends On : gobject-introspection>=0.6.5 gtk2
    Optional Deps : None
    Required By : libdesktop-agnostic-gnome-bzr
    Conflicts With : None
    Replaces : None
    Installed Size : 3676.00 K
    Packager : Unknown Packager
    Architecture : x86_64
    Build Date : Tue 23 Mar 2010 05:17:59 PM CET
    Install Date : Tue 23 Mar 2010 05:18:07 PM CET
    Install Reason : Installed as a dependency for another package
    Install Script : No
    Description : GIR interface description files for GTK+
    The dependencies can be tracked up to my installation of aur/avant-window-navigator-0.4-bzr 20100211-1
    I'm stumped. Can you help me get around this problem?
    Thanks!
    Last edited by mattmurdock (2010-04-05 22:59:04)

    @wonder
    Thanks for the tip! It makes sense.
    However, the current PKGBUILD for libdesktop-agnostic-gnome-bzr speaks about dependencies like so:
    depends=('glib2' 'gtk2>=2.20.0' 'gconf' 'gnome-vfs' 'gnome-desktop')
    makedepends=('bzr' 'python' 'pygobject' 'pygtk' 'vala' 'gobject-introspection')
    optdepends=('python')
    conflicts=('libdesktop-agnostic')
    And I still get the build error. I suspect the workaround is to force a removal of gtk-gir but I'm hesitating because I really don't want to break my AWN installation.
    Am I being too cautios - or is there a better way of doing this?
    Thanks!

  • [solved] ruby-vte error

    I'm the new owner of the package ruby-vte, the package creation is fine, but when I try a single test code:
    #!/usr/bin/ruby
    require 'gtk2'
    require 'vte'
    w = Gtk::Window.new
    t = Vte::Terminal.new
    w.set_title "Ruby Terminal"
    w.signal_connect("destroy") do
    Gtk.main_quit
    end
    t.signal_connect("child-exited") do
    Gtk.main_quit
    end
    w.add t
    w.show_all
    Gtk.main
    it returns this errors:
    /usr/lib/ruby/2.1.0/rubygems/dependency.rb:298:in `to_specs': Could not find 'gtk2' (= 2.2.0) among 11 total gem(s) (Gem::LoadError)
    from /usr/lib/ruby/2.1.0/rubygems/specification.rb:1295:in `block in activate_dependencies'
    from /usr/lib/ruby/2.1.0/rubygems/specification.rb:1284:in `each'
    from /usr/lib/ruby/2.1.0/rubygems/specification.rb:1284:in `activate_dependencies'
    from /usr/lib/ruby/2.1.0/rubygems/specification.rb:1266:in `activate'
    from /usr/lib/ruby/2.1.0/rubygems.rb:196:in `rescue in try_activate'
    from /usr/lib/ruby/2.1.0/rubygems.rb:193:in `try_activate'
    from /usr/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:132:in `rescue in require'
    from /usr/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:144:in `require'
    from test.rb:4:in `<main>'
    I have this installed, query by pacman -Qs ruby
    local/ruby 2.1.2-1
    An object-oriented language for quick and easy programming
    local/ruby-atk 2.2.0-1
    Ruby bindings for atk
    local/ruby-cairo 1.12.9-1
    Ruby bindings for cairo
    local/ruby-gdkpixbuf2 2.2.0-1
    Ruby bindings for gdkpixbuf2
    local/ruby-glib2 2.2.0-1
    Ruby bindings for glib2
    local/ruby-gtk2 2.2.0-1
    Ruby bindings for gtk2
    local/ruby-pango 2.2.0-1
    Ruby bindings for pango
    local/ruby-pkgconfig 1.1.5-1
    Implementation of pkg-config in ruby
    local/ruby-vte 2.2.0-2
    Ruby bindings to VTE (gtk2)
    any ideas?
    Last edited by Joel (2014-08-16 00:55:38)

    The reason I gave the response I did was that the forum is searchable through either the built in functions or an external site like Google.  Someone else who is having a similar issue, say six months from now, might stumble on this thread - which is marked [Solved] - and enter it looking for information that might pertain to the problem they themselves have.  The prescribed solution to this thread is to examine the PKGBUILD.  In six months time that PKGBUILD is likely to have changed rendering the future searcher back to square one.  This thread is an opportunity to document in plain English what went wrong and how it was actually resolved, instead there is a pointer to an evolving and likely not well commented PKGBUILD.

  • [Solved] Error in system upgrade (ruby-glib2)

    Hi there, I tried to upgrade my system but have encountered this problem:
    [mike@mike-pc ~]$ sudo pacman -Syu
    :: Synchronising package databases...
    core is up to date
    extra is up to date
    community is up to date
    multilib is up to date
    :: Starting full system upgrade...
    :: Replace libnm-gtk with extra/nm-connection-editor? [Y/n] y
    resolving dependencies...
    looking for conflicting packages...
    error: failed to prepare transaction (could not satisfy dependencies)
    :: ruby-gdkpixbuf2: requires ruby-glib2=2.2.4
    [mike@mike-pc ~]$ sudo pacman -Sy ruby-glib2
    :: Synchronising package databases...
    core is up to date
    extra is up to date
    community is up to date
    multilib is up to date
    resolving dependencies...
    looking for conflicting packages...
    error: failed to prepare transaction (could not satisfy dependencies)
    :: ruby-atk: requires ruby-glib2=2.2.4
    :: ruby-gdkpixbuf2: requires ruby-glib2=2.2.4
    :: ruby-pango: requires ruby-glib2=2.2.4
    [mike@mike-pc ~]$
    I can't seem to upgrade ruby-glib2 to the latest version, which seems to be required for the update! How can I fix this?
    Last edited by mikerhiggins (2015-05-03 12:34:46)

    mikerhiggins wrote:
    Fair enough, that's entirely possible! To that end, I tried the following:
    [mike@mike-pc ~]$ sudo pacman -R ruby-gdkpixbuf2
    [sudo] password for mike:
    checking dependencies...
    Packages (1) ruby-gdkpixbuf2-2.2.4-2
    Total Removed Size: 0.05 MiB
    :: Do you want to remove these packages? [Y/n] y
    (1/1) removing ruby-gdkpixbuf2 [######################] 100%
    [mike@mike-pc ~]$ sudo pacman -S ruby-gdk_pixbuf2
    resolving dependencies...
    looking for conflicting packages...
    error: failed to prepare transaction (could not satisfy dependencies)
    :: ruby-atk: requires ruby-glib2=2.2.4
    :: ruby-pango: requires ruby-glib2=2.2.4
    So that's not brought me much further forward. Anything more I can try?
    I had the same problem:
    I had to reinstall ruby-gtk2 which fixed ruby-atk and ruby-pango.
    Then I was able to upgrade normally.
    pacman -S ruby-gtk2
    pacman -Syu

  • [SOLVED] Glibc and filesystem update, I screwed it up

    Hi,
    I read the announcement and tried to update via "pacman -Syu", however pacman gave the message
    filesystem: /usr/lib64 exists in filesystem
    Ok, so I did
    pacman -Syu --ignore filesystem glibc
    Unfortunately I didn't think of 'ignoring' lib32-glibc and I think this screwed everything up:
    sudo pacman -Syu --ignore filesystem glibc
    [sudo] password for nuc:
    :: Synchronisiere Paketdatenbanken...
    core ist aktuell
    extra ist aktuell
    community ist aktuell
    multilib ist aktuell
    archlinuxfr ist aktuell
    :: Starte komplette Systemaktualisierung...
    Warnung: balz: Lokale Version (1.15-4) ist neuer als archlinuxfr (1.15-2)
    Warnung: filesystem: Ignoriere Paket-Aktualisierung (2012.12-1 => 2013.01-1)
    Löse Abhängigkeiten auf...
    Warnung: Abhängigkeits-Zyklus entdeckt:
    Warnung: lib32-gcc-libs wird vor seiner Abhängigkeit gcc-libs-multilib installiert werden
    Suche nach Zwischenkonflikten...
    Pakete (26): bash-4.2.042-2 cifs-utils-5.9-1 colord-0.1.28-1 cpupower-3.7-5
    ethtool-1:3.7-1 gcc-libs-multilib-4.7.2-4 gcc-multilib-4.7.2-4
    gnupg-2.0.19-4 gpgme-1.3.1-5 json-c-0.10-1
    lib32-gcc-libs-4.7.2-4 lib32-glibc-2.17-2 lib32-libgl-9.0.2-1
    lib32-libglapi-9.0.2-1 lib32-pango-1.32.5-1
    libtorrent-rasterbar-1:0.16.7-1 libwbclient-3.6.11-2
    linux-api-headers-3.7.4-1 macchanger-1.5.0-6 mkinitcpio-0.12.0-3
    perl-error-0.17019-1 smbclient-3.6.11-2 sudo-1.8.6.p5-1
    xorg-server-1.13.2-1 xorg-server-common-1.13.2-1 glibc-2.17-2
    Gesamtgröße der zu installierenden Pakete: 271,63 MiB
    Größendifferenz der Aktualisierung: 5,31 MiB
    Installation fortsetzen? [J/n]
    (26/26) Überprüfe Paket-Integrität [----------------------] 100%
    (26/26) Lade Paket-Dateien [----------------------] 100%
    (26/26) Prüfe auf Dateikonflikte [----------------------] 100%
    (26/26) Überprüfe verfügbaren Festplattenspeicher [----------------------] 100%
    ( 1/26) Aktualisiere linux-api-headers [----------------------] 100%
    ( 2/26) Aktualisiere glibc [----------------------] 100%
    Konnte execv nicht aufrufen (Datei oder Verzeichnis nicht gefunden)
    Fehler: Befehl konnte nicht korrekt ausgeführt werden
    ( 3/26) Aktualisiere bash [----------------------] 100%
    Konnte execv nicht aufrufen (Datei oder Verzeichnis nicht gefunden)
    Fehler: Befehl konnte nicht korrekt ausgeführt werden
    ( 4/26) Aktualisiere libwbclient [----------------------] 100%
    ( 5/26) Aktualisiere cifs-utils [----------------------] 100%
    ( 6/26) Aktualisiere colord [----------------------] 100%
    Konnte execv nicht aufrufen (Datei oder Verzeichnis nicht gefunden)
    Fehler: Befehl konnte nicht korrekt ausgeführt werden
    ( 7/26) Aktualisiere cpupower [----------------------] 100%
    Konnte execv nicht aufrufen (Datei oder Verzeichnis nicht gefunden)
    Fehler: Befehl konnte nicht korrekt ausgeführt werden
    ( 8/26) Aktualisiere ethtool [----------------------] 100%
    ( 9/26) Aktualisiere lib32-glibc [----------------------] 100%
    (10/26) Aktualisiere lib32-gcc-libs [----------------------] 100%
    (11/26) Aktualisiere gcc-libs-multilib [----------------------] 100%
    Konnte execv nicht aufrufen (Datei oder Verzeichnis nicht gefunden)
    Fehler: Befehl konnte nicht korrekt ausgeführt werden
    (12/26) Aktualisiere gcc-multilib [----------------------] 100%
    Konnte execv nicht aufrufen (Datei oder Verzeichnis nicht gefunden)
    Fehler: Befehl konnte nicht korrekt ausgeführt werden
    (13/26) Aktualisiere gnupg [----------------------] 100%
    Konnte execv nicht aufrufen (Datei oder Verzeichnis nicht gefunden)
    Fehler: Befehl konnte nicht korrekt ausgeführt werden
    (14/26) Aktualisiere gpgme [----------------------] 100%
    Konnte execv nicht aufrufen (Datei oder Verzeichnis nicht gefunden)
    Fehler: Befehl konnte nicht korrekt ausgeführt werden
    (15/26) Aktualisiere json-c [----------------------] 100%
    (16/26) Aktualisiere lib32-libglapi [----------------------] 100%
    (17/26) Aktualisiere lib32-libgl [----------------------] 100%
    (18/26) Aktualisiere lib32-pango [----------------------] 100%
    Konnte execv nicht aufrufen (Datei oder Verzeichnis nicht gefunden)
    Fehler: Befehl konnte nicht korrekt ausgeführt werden
    (19/26) Aktualisiere libtorrent-rasterbar [----------------------] 100%
    (20/26) Aktualisiere macchanger [----------------------] 100%
    (21/26) Aktualisiere mkinitcpio [----------------------] 100%
    Konnte execv nicht aufrufen (Datei oder Verzeichnis nicht gefunden)
    Fehler: Befehl konnte nicht korrekt ausgeführt werden
    (22/26) Aktualisiere perl-error [----------------------] 100%
    (23/26) Aktualisiere smbclient [----------------------] 100%
    (24/26) Aktualisiere sudo [----------------------] 100%
    (25/26) Aktualisiere xorg-server-common [----------------------] 100%
    (26/26) Aktualisiere xorg-server [----------------------] 100%
    "Konnte execv nicht aufrufen (Datei oder Verzeichnis nicht gefunden)" means something like "Could not call execv (file or diretory not found)"
    So what should I do now? I didn't restart the system yet.
    best regards
    nuc
    Last edited by nuc (2013-01-29 16:36:24)

    I have the same problem "Konnte execv nicht aufrufen" (can't call execv) when i updated my system. Now i can't sudo anymore. Have anybody an Idea how to solve this Problem?
    Here's my terminal output (sorry for the german output, but my system language is german):
    sudo pacman -Syu
    :: Synchronisiere Paketdatenbanken...
    cinnarch-repo 333,0 B 257K/s 00:00 [######################] 100%
    cinnarch-repo 31,4 KiB 151K/s 00:00 [######################] 100%
    cinnarch-core ist aktuell
    core 105,2 KiB 567K/s 00:00 [######################] 100%
    extra 1436,9 KiB 877K/s 00:02 [######################] 100%
    community 1878,2 KiB 729K/s 00:03 [######################] 100%
    multilib 93,9 KiB 666K/s 00:00 [######################] 100%
    :: Starte komplette Systemaktualisierung...
    Warnung: filesystem: Lokale Version (1:2012.12-1) ist neuer als core (2013.01-1)
    Löse Abhängigkeiten auf...
    Suche nach Zwischenkonflikten...
    Pakete (31): acl-2.2.51-3 bash-4.2.042-2 calibre-0.9.16-1
    cantarell-fonts-0.0.12-1 cifs-utils-5.9-1 clementine-1.1.1-4
    clutter-gst-2.0.0-1 clutter-gtk-1.4.2-1 colord-0.1.28-1
    evolution-data-server-3.6.3-1 gcc-4.7.2-4 gcc-libs-4.7.2-4
    glibc-2.17-2 json-c-0.10-1 lib32-gcc-libs-4.7.2-4
    lib32-glibc-2.17-2 libgee-0.6.7-1 liblastfm-1.0.6-1
    libwbclient-3.6.11-2 linux-api-headers-3.7.4-1
    mkinitcpio-0.12.0-3 mtools-4.0.18-1 ruby-atk-1.2.0-1
    ruby-gdkpixbuf2-1.2.0-1 ruby-glib2-1.2.0-1 ruby-gtk2-1.2.0-1
    ruby-pango-1.2.0-1 smbclient-3.6.11-2 sudo-1.8.6.p5-1
    transmission-cli-2.76-2 transmission-gtk-2.76-2
    Gesamtgröße des Downloads: 69,55 MiB
    Gesamtgröße der zu installierenden Pakete: 338,41 MiB
    Größendifferenz der Aktualisierung: 0,55 MiB
    Installation fortsetzen? [J/n] j
    :: Empfange Pakete von core...
    acl-2.2.51-3-x86_64 132,9 KiB 502K/s 00:00 [######################] 100%
    linux-api-headers-3... 614,9 KiB 737K/s 00:01 [######################] 100%
    glibc-2.17-2-x86_64 7,7 MiB 971K/s 00:08 [######################] 100%
    bash-4.2.042-2-x86_64 788,3 KiB 577K/s 00:01 [######################] 100%
    gcc-libs-4.7.2-4-x86_64 768,5 KiB 711K/s 00:01 [######################] 100%
    gcc-4.7.2-4-x86_64 18,4 MiB 748K/s 00:25 [######################] 100%
    mkinitcpio-0.12.0-3-any 28,9 KiB 241K/s 00:00 [######################] 100%
    sudo-1.8.6.p5-1-x86_64 576,9 KiB 428K/s 00:01 [######################] 100%
    :: Empfange Pakete von extra...
    cantarell-fonts-0.0... 56,6 KiB 503K/s 00:00 [######################] 100%
    libwbclient-3.6.11-... 26,7 KiB 417K/s 00:00 [######################] 100%
    cifs-utils-5.9-1-x86_64 65,7 KiB 545K/s 00:00 [######################] 100%
    liblastfm-1.0.6-1-x... 214,6 KiB 651K/s 00:00 [######################] 100%
    clutter-gst-2.0.0-1... 58,1 KiB 536K/s 00:00 [######################] 100%
    clutter-gtk-1.4.2-1... 34,3 KiB 356K/s 00:00 [######################] 100%
    colord-0.1.28-1-x86_64 288,8 KiB 508K/s 00:01 [######################] 100%
    evolution-data-serv... 2,9 MiB 868K/s 00:03 [######################] 100%
    json-c-0.10-1-x86_64 30,0 KiB 529K/s 00:00 [######################] 100%
    libgee-0.6.7-1-x86_64 102,7 KiB 284K/s 00:00 [######################] 100%
    mtools-4.0.18-1-x86_64 173,4 KiB 452K/s 00:00 [######################] 100%
    smbclient-3.6.11-2-... 7,9 MiB 1001K/s 00:08 [######################] 100%
    transmission-cli-2.... 587,7 KiB 225K/s 00:03 [######################] 100%
    transmission-gtk-2.... 708,0 KiB 647K/s 00:01 [######################] 100%
    :: Empfange Pakete von community...
    calibre-0.9.16-1-x86_64 19,3 MiB 958K/s 00:21 [######################] 100%
    clementine-1.1.1-4-... 4,3 MiB 719K/s 00:06 [######################] 100%
    ruby-glib2-1.2.0-1-... 101,5 KiB 293K/s 00:00 [######################] 100%
    ruby-atk-1.2.0-1-x86_64 18,4 KiB 176K/s 00:00 [######################] 100%
    ruby-gdkpixbuf2-1.2... 14,6 KiB 182K/s 00:00 [######################] 100%
    ruby-pango-1.2.0-1-... 34,4 KiB 270K/s 00:00 [######################] 100%
    ruby-gtk2-1.2.0-1-x... 233,1 KiB 376K/s 00:01 [######################] 100%
    :: Empfange Pakete von multilib...
    lib32-glibc-2.17-2-... 2,7 MiB 755K/s 00:04 [######################] 100%
    lib32-gcc-libs-4.7.... 732,4 KiB 499K/s 00:01 [######################] 100%
    (31/31) Überprüfe Paket-Integrität [######################] 100%
    (31/31) Lade Paket-Dateien [######################] 100%
    (31/31) Prüfe auf Dateikonflikte [######################] 100%
    (31/31) Überprüfe verfügbaren Festplattenspeicher [######################] 100%
    ( 1/31) Aktualisiere acl [######################] 100%
    ( 2/31) Aktualisiere linux-api-headers [######################] 100%
    ( 3/31) Aktualisiere glibc [######################] 100%
    Konnte execv nicht aufrufen (Datei oder Verzeichnis nicht gefunden)
    Fehler: Befehl konnte nicht korrekt ausgeführt werden
    ( 4/31) Aktualisiere bash [######################] 100%
    Konnte execv nicht aufrufen (Datei oder Verzeichnis nicht gefunden)
    Fehler: Befehl konnte nicht korrekt ausgeführt werden
    ( 5/31) Aktualisiere calibre [######################] 100%
    Konnte execv nicht aufrufen (Datei oder Verzeichnis nicht gefunden)
    Fehler: Befehl konnte nicht korrekt ausgeführt werden
    ( 6/31) Aktualisiere cantarell-fonts [######################] 100%
    Konnte execv nicht aufrufen (Datei oder Verzeichnis nicht gefunden)
    Fehler: Befehl konnte nicht korrekt ausgeführt werden
    ( 7/31) Aktualisiere libwbclient [######################] 100%
    ( 8/31) Aktualisiere cifs-utils [######################] 100%
    ( 9/31) Aktualisiere liblastfm [######################] 100%
    (10/31) Aktualisiere clementine [######################] 100%
    Konnte execv nicht aufrufen (Datei oder Verzeichnis nicht gefunden)
    Fehler: Befehl konnte nicht korrekt ausgeführt werden
    (11/31) Aktualisiere clutter-gst [######################] 100%
    (12/31) Aktualisiere clutter-gtk [######################] 100%
    (13/31) Aktualisiere colord [######################] 100%
    Konnte execv nicht aufrufen (Datei oder Verzeichnis nicht gefunden)
    Fehler: Befehl konnte nicht korrekt ausgeführt werden
    (14/31) Aktualisiere evolution-data-server [######################] 100%
    Konnte execv nicht aufrufen (Datei oder Verzeichnis nicht gefunden)
    Fehler: Befehl konnte nicht korrekt ausgeführt werden
    (15/31) Aktualisiere gcc-libs [######################] 100%
    Konnte execv nicht aufrufen (Datei oder Verzeichnis nicht gefunden)
    Fehler: Befehl konnte nicht korrekt ausgeführt werden
    (16/31) Aktualisiere gcc [######################] 100%
    Konnte execv nicht aufrufen (Datei oder Verzeichnis nicht gefunden)
    Fehler: Befehl konnte nicht korrekt ausgeführt werden
    (17/31) Aktualisiere json-c [######################] 100%
    (18/31) Aktualisiere lib32-glibc [######################] 100%
    (19/31) Aktualisiere lib32-gcc-libs [######################] 100%
    (20/31) Aktualisiere libgee [######################] 100%
    (21/31) Aktualisiere mkinitcpio [######################] 100%
    Konnte execv nicht aufrufen (Datei oder Verzeichnis nicht gefunden)
    Fehler: Befehl konnte nicht korrekt ausgeführt werden
    (22/31) Aktualisiere mtools [######################] 100%
    Konnte execv nicht aufrufen (Datei oder Verzeichnis nicht gefunden)
    Fehler: Befehl konnte nicht korrekt ausgeführt werden
    Neue optionale Abhängigkeiten für mtools
    libsm: required by floppyd
    (23/31) Aktualisiere ruby-glib2 [######################] 100%
    (24/31) Aktualisiere ruby-atk [######################] 100%
    (25/31) Aktualisiere ruby-gdkpixbuf2 [######################] 100%
    (26/31) Aktualisiere ruby-pango [######################] 100%
    (27/31) Aktualisiere ruby-gtk2 [######################] 100%
    (28/31) Aktualisiere smbclient [######################] 100%
    (29/31) Aktualisiere sudo [######################] 100%
    (30/31) Aktualisiere transmission-cli [######################] 100%
    Konnte execv nicht aufrufen (Datei oder Verzeichnis nicht gefunden)
    Fehler: Befehl konnte nicht korrekt ausgeführt werden
    (31/31) Aktualisiere transmission-gtk [######################] 100%
    Konnte execv nicht aufrufen (Datei oder Verzeichnis nicht gefunden)
    Fehler: Befehl konnte nicht korrekt ausgeführt werden

  • [new] ruby-gnome2

    This is bindings for gnome related stuff and gtk2 for ruby programming language. Please, dont upgrade on 0.10.1. In 0.10.1 there is unbeauty bug somewhere and it may but laso may not work.
    # Contributor: Lukas Konarovsky <http://daeltar.org>
    pkgname=ruby-gnome2
    pkgver=0.10.0
    pkgrel=1
    pkgdesc="Gnome 2.x bindings for ruby programming language"
    url="http://sourceforge.net/projects/ruby-gnome2"
    depends=('ruby' 'gtk2' 'pango' 'glib2' 'gconf' 'libglade' 'gstreamer')
    source=(http://belnet.dl.sourceforge.net/sourceforge/ruby-gnome2/ruby-gnome2-all-0.10.0.tar.gz)
    build() {
    cd $startdir/src/$pkgname-all-$pkgver
    ruby extconf.rb
    make || return 1
    make DESTDIR=$startdir/pkg install
    # vim: ts=2 sw=2 et ft=sh

    hey, sorry
    I forgot to search for that one at the forums here
    Your PKGBUILD is more complete than mine. Gotta see what those patches are for.
    See ya

  • Ruby-gtkmozembed

    I am trying to get this to work so I can try http://redcareditor.com/ but I am having problems:
    ==> Making package: ruby-gtkmozembed 0.18.1-1 x86_64 (Wed May 6 17:28:00 EDT 2009)
    ==> Checking Runtime Dependencies...
    ==> Checking Buildtime Dependencies...
    ==> Retrieving Sources...
    -> Found ruby-gnome2-all-0.18.1.tar.gz in build dir
    ==> Validating source files with md5sums...
    ruby-gnome2-all-0.18.1.tar.gz ... Passed
    ==> Extracting Sources...
    -> bsdtar -x -f ruby-gnome2-all-0.18.1.tar.gz
    ==> Removing existing pkg/ directory...
    ==> Entering fakeroot environment...
    ==> Starting build()...
    Package qt-mt was not found in the pkg-config search path.
    Perhaps you should add the directory containing `qt-mt.pc'
    to the PKG_CONFIG_PATH environment variable
    Package 'qt-mt', required by 'avahi-qt3', not found
    checking for GCC... yes
    checking for rb_define_alloc_func() in ruby.h... yes
    checking for rb_block_proc() in ruby.h... yes
    checking for new allocation framework... yes
    checking for attribute assignment... yes
    xulrunner-gtkmozembed is not found.
    firefox-gtkmozembed is not found.
    mozilla-gtkmozembed is found.
    checking for gtk+-2.0... yes
    checking for mozilla-gtkmozembed... yes
    checking for G_PLATFORM_WIN32... no
    checking for main() in -lgtkembedmoz... no
    *** extconf.rb failed ***
    Could not create Makefile due to some reason, probably lack of
    necessary libraries and/or headers. Check the mkmf.log file for more
    details. You may need configuration options.
    Provided configuration options:
    --with-opt-dir
    --without-opt-dir
    --with-opt-include
    --without-opt-include=${opt-dir}/include
    --with-opt-lib
    --without-opt-lib=${opt-dir}/lib
    --with-make-prog
    --without-make-prog
    --srcdir=.
    --curdir
    --ruby=/usr/bin/ruby
    --with-pkg-config
    --without-pkg-config
    --with-gtkembedmozlib
    --without-gtkembedmozlib
    make: *** No targets specified and no makefile found. Stop.
    ==> ERROR: Build Failed.
    Aborting...
    mkmf.log for more detail:
    "gcc -I. -I/usr/lib/ruby/1.8/x86_64-linux -I. -march=x86-64 -mtune=generic -O2 -pipe -fPIC -c conftest.c"
    checked program was:
    /* begin */
    1: /*top*/
    2: #ifndef __GNUC__
    3: # error
    4: >>>>>> __GNUC__ undefined <<<<<<
    5: #endif
    /* end */
    have_func: checking for rb_define_alloc_func() in ruby.h... -------------------- yes
    "gcc -o conftest -I. -I/usr/lib/ruby/1.8/x86_64-linux -I. -I/usr/lib/ruby/site_ruby/1.8/x86_64-linux -march=x86-64 -mtune=generic -O2 -pipe -fPIC -Wall conftest.c -L. -L/usr/lib -Wl,-R/usr/lib -L. -rdynamic -Wl,-export-dynamic -lruby-static -lpthread -ldl -lcrypt -lm -lc"
    checked program was:
    /* begin */
    1: #include <ruby.h>
    2:
    3: /*top*/
    4: int main() { return 0; }
    5: int t() { void ((*volatile p)()); p = (void ((*)()))rb_define_alloc_func; return 0; }
    /* end */
    have_func: checking for rb_block_proc() in ruby.h... -------------------- yes
    "gcc -o conftest -I. -I/usr/lib/ruby/1.8/x86_64-linux -I. -I/usr/lib/ruby/site_ruby/1.8/x86_64-linux -march=x86-64 -mtune=generic -O2 -pipe -fPIC -Wall conftest.c -L. -L/usr/lib -Wl,-R/usr/lib -L. -rdynamic -Wl,-export-dynamic -lruby-static -lpthread -ldl -lcrypt -lm -lc"
    checked program was:
    /* begin */
    1: #include <ruby.h>
    2:
    3: /*top*/
    4: int main() { return 0; }
    5: int t() { void ((*volatile p)()); p = (void ((*)()))rb_block_proc; return 0; }
    /* end */
    "gcc -I. -I/usr/lib/ruby/1.8/x86_64-linux -I. -I/usr/lib/ruby/site_ruby/1.8/x86_64-linux -march=x86-64 -mtune=generic -O2 -pipe -fPIC -Wall -c conftest.c"
    checked program was:
    /* begin */
    1: #include "ruby.h"
    2: #include "node.h"
    3: int node_attrasgn = (int)NODE_ATTRASGN;
    /* end */
    "gcc -I. -I/usr/lib/ruby/1.8/x86_64-linux -I. -I/usr/lib/ruby/site_ruby/1.8/x86_64-linux -march=x86-64 -mtune=generic -O2 -pipe -fPIC -Wall -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -fshort-wchar -I/usr/include/xulrunner-1.9/unstable -I/usr/include/nspr -c conftest.c"
    conftest.c:4:3: error: #error
    conftest.c:5: error: expected identifier or '(' before '>>' token
    checked program was:
    /* begin */
    1: #include <glibconfig.h>
    2: /*top*/
    3: #ifndef G_PLATFORM_WIN32
    4: # error
    5: >>>>>> G_PLATFORM_WIN32 undefined <<<<<<
    6: #endif
    /* end */
    have_library: checking for main() in -lgtkembedmoz... -------------------- no
    "gcc -o conftest -I/home/jeff/builds/ruby-gtkmozembed/src/ruby-gnome2-all-0.18.1/gtkmozembed/gtk/src -I/home/jeff/builds/ruby-gtkmozembed/src/ruby-gnome2-all-0.18.1/gtk/src -I/home/jeff/builds/ruby-gtkmozembed/src/ruby-gnome2-all-0.18.1/gtkmozembed/glib/src -I/home/jeff/builds/ruby-gtkmozembed/src/ruby-gnome2-all-0.18.1/glib/src -I. -I/usr/lib/ruby/1.8/x86_64-linux -I. -I/usr/lib/ruby/site_ruby/1.8/x86_64-linux -march=x86-64 -mtune=generic -O2 -pipe -fPIC -Wall -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -fshort-wchar -I/usr/include/xulrunner-1.9/unstable -I/usr/include/nspr -DDEFAULT_MOZILLA_FIVE_HOME='"/usr/lib/xulrunner-devel-1.9/lib"' conftest.c -L. -L/usr/lib -Wl,-R/usr/lib -L. -rdynamic -Wl,-export-dynamic -L/usr/lib/xulrunner-devel-1.9/lib -Wl,-rpath /usr/lib/xulrunner-devel-1.9/lib -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lxpcomglue_s -lxul -lxpcom -lplds4 -lplc4 -lnspr4 -lpthread -ldl -lruby-static -lgtkembedmoz -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lxpcomglue_s -lxul -lxpcom -lplds4 -lplc4 -lnspr4 -lpthread -ldl -lpthread -ldl -lcrypt -lm -lc"
    /usr/bin/ld: cannot find -lgtkembedmoz
    collect2: ld returned 1 exit status
    checked program was:
    /* begin */
    1: /*top*/
    2: int main() { return 0; }
    3: int t() { void ((*volatile p)()); p = (void ((*)()))main; return 0; }
    /* end */
    "gcc -o conftest -I/home/jeff/builds/ruby-gtkmozembed/src/ruby-gnome2-all-0.18.1/gtkmozembed/gtk/src -I/home/jeff/builds/ruby-gtkmozembed/src/ruby-gnome2-all-0.18.1/gtk/src -I/home/jeff/builds/ruby-gtkmozembed/src/ruby-gnome2-all-0.18.1/gtkmozembed/glib/src -I/home/jeff/builds/ruby-gtkmozembed/src/ruby-gnome2-all-0.18.1/glib/src -I. -I/usr/lib/ruby/1.8/x86_64-linux -I. -I/usr/lib/ruby/site_ruby/1.8/x86_64-linux -march=x86-64 -mtune=generic -O2 -pipe -fPIC -Wall -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -fshort-wchar -I/usr/include/xulrunner-1.9/unstable -I/usr/include/nspr -DDEFAULT_MOZILLA_FIVE_HOME='"/usr/lib/xulrunner-devel-1.9/lib"' conftest.c -L. -L/usr/lib -Wl,-R/usr/lib -L. -rdynamic -Wl,-export-dynamic -L/usr/lib/xulrunner-devel-1.9/lib -Wl,-rpath /usr/lib/xulrunner-devel-1.9/lib -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lxpcomglue_s -lxul -lxpcom -lplds4 -lplc4 -lnspr4 -lpthread -ldl -lruby-static -lgtkembedmoz -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lxpcomglue_s -lxul -lxpcom -lplds4 -lplc4 -lnspr4 -lpthread -ldl -lpthread -ldl -lcrypt -lm -lc"
    /usr/bin/ld: cannot find -lgtkembedmoz
    collect2: ld returned 1 exit status
    checked program was:
    /* begin */
    1: /*top*/
    2: int main() { return 0; }
    3: int t() { main(); return 0; }
    /* end */
    And the PKGBUILD:
    # Maintainer: Jeff Wallace <[email protected]>
    # Contributor: William Rea <[email protected]>
    pkgname=ruby-gtkmozembed
    pkgver=0.18.1
    pkgrel=1
    pkgdesc="Ruby GtkMozEmbed bindings"
    arch=('i686' 'x86_64')
    url="http://ruby-gnome2.sourceforge.jp"
    license=('LGPL')
    depends=('ruby' 'gtk2' 'nspr')
    source=(http://dl.sourceforge.net/sourceforge/ruby-gnome2/ruby-gnome2-all-$pkgver.tar.gz)
    md5sums=('7b312986a9098cbfa180b3ae46cee063')
    build() {
    cd $startdir/src/ruby-gnome2-all-$pkgver/gtkmozembed
    ruby extconf.rb
    make || return 1
    make DESTDIR=$startdir/pkg install
    From the mkmf.log file, it looks like I need the lgtkembedmoz library but I'm not sure where to get it...

    tjwallace wrote:
    Thanks for the help.
    I couldn't get xulrunner-1.8 to build but I guess that is another problem...
    make[4]: *** [nsAppRunner.o] Error 1
    make[4]: Leaving directory `/tmp/yaourt-tmp-jeff/aur-xulrunner-1.8/xulrunner-1.8/src/xulrunner-1.8.1.14/toolkit/xre'
    make[3]: *** [libs] Error 2
    make[3]: Leaving directory `/tmp/yaourt-tmp-jeff/aur-xulrunner-1.8/xulrunner-1.8/src/xulrunner-1.8.1.14/toolkit'
    make[2]: *** [tier_50] Error 2
    make[2]: Leaving directory `/tmp/yaourt-tmp-jeff/aur-xulrunner-1.8/xulrunner-1.8/src/xulrunner-1.8.1.14'
    make[1]: *** [default] Error 2
    make[1]: Leaving directory `/tmp/yaourt-tmp-jeff/aur-xulrunner-1.8/xulrunner-1.8/src/xulrunner-1.8.1.14'
    make: *** [build] Error 2
    I also tried with xulrunner-1.9 but still no luck.
    Is this related? http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=505606

  • Booting problems with systemd, lvm, linux-ck-corex

    Hi everyone,
    since Friday I got some complications while booting my system.
    I use systemd, pulseaudio, bluez, network-manger, gnome and gdm as login manager.
    Every partition (root, home) without the boot and crypted swap partition is within a lvm volume group.
    Xserver with gdm starts but the login mask does not appear. (only the background, mousepointer, topbar with clock, energy etc. are shown)
    Switching to the getty2 works, but after typing username and password, nothing happens.
    Only some messages from systemd are poping up, saying it couldn't mount my home partition (timeout).
    That explains why I couldn't login.
    Shutting down the system via the powerkey works.
    Starting via a system rescue disk, mounting everything (including my home partition) and chrooting works fine.
    Journalctl shows that there are more problems.
    The network-manager times out.
    Gnome-shell with consolekit-daemon and Pulseaudio fails to communicate with bluez over the dbus.
    Some version information of the listed packages:
    % pacman -Qii pulseaudio systemd gnome-shell dbus networkmanager bluez consolekit
    Name : pulseaudio
    Version : 2.1-1
    URL : http://www.freedesktop.org/wiki/Software/PulseAudio
    Licenses : GPL LGPL
    Groups : None
    Provides : None
    Depends On : libpulse=2.1-1 rtkit libltdl speex tdb udev fftw orc libsamplerate webrtc-audio-processing libsystemd
    Optional Deps : avahi: zeroconf support
    bluez: bluetooth support
    gconf: configuration through gconf (paprefs)
    jack: jack support
    lirc-utils: infra-red support
    openssl: RAOP support
    python2-pyqt: Equalizer GUI (qpaeq)
    Required By : gnome-settings-daemon paprefs pulseaudio-alsa
    Conflicts With : None
    Replaces : None
    Installed Size : 5412.00 KiB
    Packager : Jan Alexander Steffens (heftig) <[email protected]>
    Architecture : x86_64
    Build Date : Thu Jul 19 21:18:15 2012
    Install Date : Fri Jul 20 12:02:20 2012
    Install Reason : Explicitly installed
    Install Script : Yes
    Description : A featureful, general-purpose sound server
    Backup Files:
    UNMODIFIED /etc/pulse/daemon.conf
    UNMODIFIED /etc/pulse/default.pa
    UNMODIFIED /etc/pulse/system.pa
    Name : systemd
    Version : 188-2
    URL : http://www.freedesktop.org/wiki/Software/systemd
    Licenses : GPL2 LGPL2.1 MIT
    Groups : None
    Provides : None
    Depends On : acl dbus-core libsystemd=188 kmod libcap pam systemd-tools=188 util-linux xz
    Optional Deps : initscripts: legacy support for hostname and vconsole setup
    initscripts-systemd: legacy generator for initialization scripts
    python2-cairo: systemd-analyze
    python2-dbus: systemd-analyze
    systemd-arch-units: collection of native unit files for Arch daemon/init scripts
    systemd-sysvcompat: symlink package to provide sysvinit binaries
    Required By : systemd-arch-units
    Conflicts With : None
    Replaces : None
    Installed Size : 4720.00 KiB
    Packager : Dave Reisner <[email protected]>
    Architecture : x86_64
    Build Date : Sat Aug 11 01:17:44 2012
    Install Date : Mon Aug 13 20:15:27 2012
    Install Reason : Installed as a dependency for another package
    Install Script : Yes
    Description : system and service manager
    Backup Files:
    UNMODIFIED /etc/dbus-1/system.d/org.freedesktop.systemd1.conf
    UNMODIFIED /etc/dbus-1/system.d/org.freedesktop.hostname1.conf
    UNMODIFIED /etc/dbus-1/system.d/org.freedesktop.login1.conf
    UNMODIFIED /etc/dbus-1/system.d/org.freedesktop.locale1.conf
    UNMODIFIED /etc/dbus-1/system.d/org.freedesktop.timedate1.conf
    UNMODIFIED /etc/systemd/system.conf
    UNMODIFIED /etc/systemd/user.conf
    UNMODIFIED /etc/systemd/logind.conf
    UNMODIFIED /etc/systemd/journald.conf
    Name : gnome-shell
    Version : 3.4.2-1
    URL : http://live.gnome.org/GnomeShell
    Licenses : GPL2
    Groups : gnome
    Provides : None
    Depends On : caribou folks gcr gjs gnome-bluetooth gnome-desktop gnome-menus libcroco libpulse mutter nautilus networkmanager telepathy-logger
    telepathy-mission-control unzip
    Optional Deps : network-manager-applet: shell integration for networkmanager
    Required By : gnome-shell-extension-user-theme
    Conflicts With : None
    Replaces : None
    Installed Size : 6064.00 KiB
    Packager : Ionut Biru <[email protected]>
    Architecture : x86_64
    Build Date : Sat Jul 21 21:27:55 2012
    Install Date : Sun Jul 22 20:51:39 2012
    Install Reason : Explicitly installed
    Install Script : Yes
    Description : The next generation GNOME Shell
    Backup Files:
    (none)
    Name : dbus
    Version : 1.6.4-1
    URL : http://www.freedesktop.org/Software/dbus
    Licenses : GPL custom
    Groups : None
    Provides : None
    Depends On : dbus-core>=1.6.4 libx11
    Optional Deps : None
    Required By : avahi qt rtkit xfconf
    Conflicts With : None
    Replaces : None
    Installed Size : 68.00 KiB
    Packager : Andreas Radke <[email protected]>
    Architecture : x86_64
    Build Date : Sat Jul 21 13:15:36 2012
    Install Date : Sat Jul 21 14:30:09 2012
    Install Reason : Installed as a dependency for another package
    Install Script : No
    Description : Freedesktop.org message bus system
    Backup Files:
    (none)
    Name : networkmanager
    Version : 0.9.4.0-6
    URL : http://www.gnome.org/projects/NetworkManager/
    Licenses : GPL
    Groups : None
    Provides : None
    Depends On : dbus-glib iproute2 libnl nss polkit udev wpa_supplicant ppp dhcpcd libsoup
    Optional Deps : modemmanager: for modem management service
    dhclient: alternative DHCP/DHCPv6 client
    iptables: Connection sharing
    dnsmasq: Connection sharing
    bluez: Bluetooth support
    openresolv: openresolv support
    Required By : cnetworkmanager empathy gnome-shell libsocialweb network-manager-applet networkmanager-dispatcher-netfs networkmanager-dispatcher-ntpd
    networkmanager-dispatcher-openntpd networkmanager-openconnect networkmanager-openvpn networkmanager-pptp networkmanager-vpnc tracker
    Conflicts With : None
    Replaces : None
    Installed Size : 5232.00 KiB
    Packager : Jan Alexander Steffens (heftig) <[email protected]>
    Architecture : x86_64
    Build Date : Fri Jun 15 21:21:11 2012
    Install Date : Sat Aug 11 10:07:19 2012
    Install Reason : Explicitly installed
    Install Script : Yes
    Description : Network Management daemon
    Backup Files:
    MODIFIED /etc/NetworkManager/NetworkManager.conf
    Name : bluez
    Version : 4.101-1
    URL : http://www.bluez.org/
    Licenses : GPL2
    Groups : None
    Provides : bluez-libs bluez-utils
    Depends On : dbus-core python2 systemd-tools
    Optional Deps : gstreamer0.10-base: bluetooth GStreamer support
    alsa-lib: Audio bluetooth devices support
    dbus-python: to run bluez-simple-agent
    pygobject: to run bluez-simple-agent
    libusb-compat: USB adapters support
    cups: CUPS backend
    Required By : blueman gvfs-obexftp kismet obexd-client openobex pilot-link qemu-kvm
    Conflicts With : bluez-libs bluez-utils
    Replaces : bluez-libs bluez-utils
    Installed Size : 3452.00 KiB
    Packager : Tom Gundersen <[email protected]>
    Architecture : x86_64
    Build Date : Sat Jun 23 13:02:36 2012
    Install Date : Sat Aug 11 11:01:04 2012
    Install Reason : Explicitly installed
    Install Script : No
    Description : Libraries and tools for the Bluetooth protocol stack
    Backup Files:
    UNMODIFIED /etc/bluetooth/main.conf
    UNMODIFIED /etc/bluetooth/rfcomm.conf
    MODIFIED /etc/bluetooth/audio.conf
    UNMODIFIED /etc/bluetooth/network.conf
    UNMODIFIED /etc/bluetooth/input.conf
    UNMODIFIED /etc/bluetooth/serial.conf
    UNMODIFIED /etc/conf.d/bluetooth
    UNMODIFIED /etc/dbus-1/system.d/bluetooth.conf
    Name : consolekit
    Version : 0.4.6-4
    URL : http://www.freedesktop.org/wiki/Software/ConsoleKit
    Licenses : GPL
    Groups : None
    Provides : None
    Depends On : polkit zlib libx11 dbus-glib
    Optional Deps : None
    Required By : gdm gnome-session slim xfce4-session
    Conflicts With : None
    Replaces : None
    Installed Size : 720.00 KiB
    Packager : Dave Reisner <[email protected]>
    Architecture : x86_64
    Build Date : Sun May 27 06:29:53 2012
    Install Date : Fri Jun 1 19:13:35 2012
    Install Reason : Installed as a dependency for another package
    Install Script : No
    Description : A framework for defining and tracking users, login sessions, and seats
    Backup Files:
    (none)
    And the version of all the other packages:
    % pacman -Q
    3to2-hg 1.0-1
    a52dec 0.7.4-6
    aalib 1.4rc5-9
    abs 2.4.3-2
    accountsservice 0.6.22-1
    acl 2.2.51-2
    acpi 1.6-1
    acpid 2.0.16-3
    acroread 9.5.1-2
    acsccid 1.0.2-3
    activity-log-manager 0.9.4-1
    adns 1.4-3
    adobe-air 2.1-1
    adobe-air-sdk 2.6-2
    aisleriot 3.2.2-1
    akonadi 1.8.0-1
    alfont 2.0.9-6
    allegro 5.0.7-1
    allegro4 4.4.2-2
    alleyoop 0.9.8-2
    alsa-firmware 1.0.25-2
    alsa-lib 1.0.25-1
    alsa-oss 1.0.25-1
    alsa-plugins 1.0.25-2
    alsa-utils 1.0.25-3
    anjuta 3.4.4-1
    antiword 0.37-3
    apache 2.2.22-4
    apache-ant 1.8.4-1
    apg 2.2.3-3
    apiextractor 0.10.10-1
    apr 1.4.6-1
    apr-util 1.4.1-1
    aptana-studio 3.2.1-1
    aqsis 1.8.1-1
    archlinux-keyring 20120812-1
    argyllcms 1.4.0-4
    aria2 1.15.1-2
    art-sharp 2.24.2-2
    artwiz-fonts 1.3-7
    aspell 0.60.6.1-1
    aspell-de 20120607-1
    aspell-en 7.1-2
    at-spi 1.32.0-5
    at-spi2-atk 2.4.0-1
    at-spi2-core 2.4.2-1
    atk 2.4.0-1
    atkmm 2.22.6-1
    attica 0.4.0-1
    attr 2.4.46-2
    audacity 2.0.1-2
    aurvote 1.3-1
    autoconf 2.69-1
    autoconf2.13 2.13-2
    autofs 5.0.6-3
    autogen 5.15-1
    automake 1.12.2-1
    automoc4 0.9.88-3
    autopano-sift-c 2.5.1-3
    avahi 0.6.31-3
    avidemux-cli 2.5.6-3
    avidemux-gtk 2.5.6-3
    avidemux-qt 2.5.6-3
    avifile 0.7.45-8
    babl 0.1.10-1
    banshee 2.4.1-1
    baobab 3.4.1-2
    bash 4.2.037-1
    bash-completion 2.0-2
    bc 1.06-8
    beep 1.3-2
    bin32-flashplayer-standalone 11.2.202.236-2
    bin32-google-earth 6.0.3.2197-1
    binutils-multilib 2.22-8
    bison 2.6.2-1
    blas 3.4.1-1
    bleachbit 0.9.3-1
    blender 4:2.64-2
    bluefish 2.2.3-1
    blueman 1.23-4
    bluez 4.101-1
    bogofilter 1.2.2-4
    boo 0.9.4.9-2
    boost 1.50.0-2
    boost-libs 1.50.0-2
    brasero 3.4.1-1
    brltty 4.3-5
    bsdiff 4.3-7
    bullet 2.80-1
    bullet-docs 2.80-1
    bzip2 1.0.6-4
    bzr 2.5.1-1
    c-ares 1.9.0-1
    ca-certificates 20120623-1
    ca-certificates-java 20120608-1
    cabal-install 0.14.0-2
    cabextract 1.4-2
    cairo 1.12.2-2
    cairo-perl 1.082-2
    cairomm 1.10.0-2
    calibre 0.8.64-1
    cantarell-fonts 0.0.8-1
    caribou 0.4.2-1
    catdoc 0.94.3-1
    ccid 1.4.7-1
    cdparanoia 10.2-4
    cdrdao 1.2.3-6
    cdrkit 1.1.11-2
    cfitsio 3.310-1
    cheese 3.4.2-1
    cherrytree 0.26-1
    chmlib 0.40-3
    chromium 21.0.1180.75-1
    chromium-pepper-flash 11.3.31.307-1
    chrpath 0.13-3
    cifs-utils 5.6-2
    cksfv 1.3.14-2
    clamav 0.97.5-2
    clang 3.1-4
    clang-analyzer 3.1-4
    claws-mail 3.8.1-1
    claws-mail-extra-plugins 3.8.1-1
    cloog 0.17.0-2
    clutter 1.10.6-1
    clutter-gst 1.6.0-1
    clutter-gtk 1.2.0-1
    cmake 2.8.9-1
    cnetworkmanager 0.21.1-3
    codeblocks 10.05-2
    cogl 1.10.4-1
    colord 0.1.21-2
    compositeproto 0.4.2-2
    consolekit 0.4.6-4
    coolreader 3.0.56-1
    coreutils 8.17-3
    cpio 2.11-3
    cpufrequtils 008-2
    crack-attack 1.1.14-6
    crack-attack-sounds 1.1.14-4
    cracklib 2.8.18-2
    crafty 23.4-2
    crayonphysicsdeluxe 55_3-3
    crda 1.1.2-3
    cronie 1.4.8-3
    cross-arm-elf-binutils 2.21-2
    cross-arm-elf-gcc-base 4.6.0-1
    cryptsetup 1.5.0-1
    csfml 1.99.git20120504-1
    ctags 5.8-3
    cups 1.6.1-4
    cups-filters 1.0.20-1
    cups-pdf 2.6.1-1
    cups-pk-helper 0.2.2-1
    curl 7.27.0-1
    curlftpfs 0.9.2-4
    cvs 1.11.23-8
    d-feet 0.1.14-2
    damageproto 1.2.1-2
    dash 0.5.7-2
    dasher 4.10.1-3
    db 5.3.21-1
    dbus 1.6.4-1
    dbus-core 1.6.4-1
    dbus-glib 0.100-1
    dbus-sharp 0.7.0-4
    dbus-sharp-glib 0.5.0-4
    dconf 0.12.1-2
    deb2targz 0.1-3
    deja-dup 22.1-1
    desktop-file-utils 0.20-1
    devede 3.22.0-2
    devhelp 3.4.1-1
    device-mapper 2.02.96-3
    dfhack-git 20120613-1
    dhclient 4.2.4.1-1
    dhcp 4.2.4.1-1
    dhcpcd 5.5.6-1
    dia 0.97.2-3
    dialog 1.1_20120706-1
    diffstat 1.55-1
    diffutils 3.2-1
    dirmngr 1.1.0-4
    django 1.4.1-1
    django-classy-tags 0.3.4.1-1
    django-cms 2.2-1
    django-mptt 0.5.1-1
    django-sekizai 0.5-1
    djvulibre 3.5.24-3
    dkms 2.2.0.3-11
    dmxproto 2.3.1-2
    dnsmasq 2.62-1
    dnssec-anchors 20120422-1
    dnsutils 9.9.1.P2-1
    docbook-xml 4.5-5
    docbook-xsl 1.77.1-2
    dosbox 0.74-3
    dosfstools 3.0.12-1
    dotconf 1.3-3
    doxygen 1.8.1.2-1
    dri2proto 2.8-1
    dropbox-experimental 1.5.10-1
    duplicity 0.6.19-1
    dvd+rw-tools 7.1-4
    dvdauthor 0.7.0-4
    dvgrab 3.5-4
    dwarffortress 0.34.11-1
    dwarffortress-ironhand 0.73-4
    dwarftherapist-hg 571-1
    e2fsprogs 1.42.4-1
    easytag 2.1.7-2
    eclipse 4.2-1
    eclipse-cdt 8.1.0-2
    eclipse-ecj 3.7.1-1
    eclipse-mylyn 3.8.1-1
    eclipse-pydev 2.6.0-1
    eclipse-qt-eclipse-integration-bin 1.6.1-2
    eclipse-subclipse 1.8.14-1
    eigen2 2.0.17-1
    eject 2.1.5-7
    ekiga 3.3.2-6
    elfutils 0.154-1
    emacs 24.1-2
    empathy 3.4.2.3-1
    enblend-enfuse 4.0-6
    enca 1.13-2
    enchant 1.6.0-4
    engine_pkcs11 0.1.8-2
    enscript 1.6.5.2-2
    eog 3.4.3-1
    eog-plugins 3.4.1-1
    epiphany 3.4.3-1
    epydoc 3.0.1-2
    eric 5.2.4-1
    eric-plugins 5.1.0-1
    eric4 4.5.5-1
    eric4-plugins 4.4.4a-1
    eventlog 0.2.12-3
    evince 3.4.0-1
    evolution 3.4.3-1
    evolution-data-server 3.4.3-1
    evolution-exchange 3.4.3-1
    exempi 2.2.0-1
    exiv2 0.23-1
    exo 0.8.0-1
    expac 1-1
    expat 2.1.0-1
    extundelete 0.2.0-2
    faac 1.28-4
    faad2 2.7-3
    fakeroot 1.18.4-1
    farstream 0.1.2-1
    fb-client 1.0.4-1
    fbreader 0.99.1-1
    fcrackzip 1.0-3
    festival 2.1-3
    ffmpeg 1:0.11.1-1
    ffmpeg-compat 20120509-1
    fftw 3.3.2-1
    file 5.11-1
    file-roller 3.4.2-1
    filesystem 2012.7-1
    filezilla 3.5.3-1
    findutils 4.4.2-4
    firefox 14.0.1-1
    firefox-i18n 14.0.1-1
    firefox-i18n-de 14.0.1-1
    firefox-nightly 17.0a1-1
    fixesproto 5.0-2
    flac 1.2.1-3
    flasher 3.5_2.5.2.2-2
    flashplugin 11.2.202.236-1
    flex 2.5.37-1
    fltk 1.3.0-3
    fltk-docs 1.3.0-3
    fltk-games 1.3.0-3
    fluidsynth 1.1.5-2
    folks 0.6.9-2
    font-bh-ttf 1.0.1-2
    font-bitstream-speedo 1.0.1-2
    font-misc-ethiopic 1.0.1-2
    font-misc-meltho 1.0.1-2
    fontconfig 2.8.0-2
    fontsproto 2.1.2-1
    foomatic-db 1:4.0.17_20120712-1
    foomatic-db-engine 1:4.0.17_20120712-1
    foomatic-db-nonfree 1:4.0.17_20120712-1
    foomatic-filters 1:4.0.17_20120712-1
    fortune-mod 1.99.1-5
    fortune-mod-chucknorris 1-3
    fortune-mod-discworld 0-2
    fortune-mod-ferengi_rules_of_acquisition 20080318-1
    fortune-mod-futurama 0.2-4
    fortune-mod-himym 0.3-3
    fortune-mod-hitchhiker 20050611-1
    fortune-mod-house 20100911-1
    fortune-mod-matrix 20091124-1
    fortune-mod-misfits 0.1-2
    fortune-mod-montypython 20091124-1
    fortune-mod-simpsons-chalkboard 0-2
    fortune-mod-southpark 20100911-1
    fortune-mod-tbbt 0.5-1
    fortune-mod-the-godfather 3.0-2
    fox 1.6.46-1
    freeglut 2.8.0-1
    freeimage 3.15.3-1
    freemind 0.9.0-2
    freenet 0.7.5-1
    freetype2 2.4.10-1
    frei0r-plugins 1.3-3
    fretsonfire 1.3.110-7
    fribidi 0.19.2-2
    ftgl 2.1.3rc5-3
    ftjam 2.5.3rc2-3
    fuse 2.9.1-1
    fuseiso 20070708-4
    fwbuilder 5.1.0.3599-2
    gadmin-samba 0.3.3-1
    gambas3-devel 3.2.1-4
    gambas3-examples 3.2.1-4
    gambas3-gb-cairo 3.2.1-4
    gambas3-gb-chart 3.2.1-4
    gambas3-gb-compress 3.2.1-4
    gambas3-gb-crypt 3.2.1-4
    gambas3-gb-db 3.2.1-4
    gambas3-gb-db-form 3.2.1-4
    gambas3-gb-db-mysql 3.2.1-4
    gambas3-gb-db-odbc 3.2.1-4
    gambas3-gb-db-postgresql 3.2.1-4
    gambas3-gb-db-sqlite2 3.2.1-4
    gambas3-gb-db-sqlite3 3.2.1-4
    gambas3-gb-dbus 3.2.1-4
    gambas3-gb-desktop 3.2.1-4
    gambas3-gb-eval-highlight 3.2.1-4
    gambas3-gb-form 3.2.1-4
    gambas3-gb-form-dialog 3.2.1-4
    gambas3-gb-form-mdi 3.2.1-4
    gambas3-gb-form-stock 3.2.1-4
    gambas3-gb-gsl 3.2.1-4
    gambas3-gb-gtk 3.2.1-4
    gambas3-gb-image 3.2.1-4
    gambas3-gb-image-effect 3.2.1-4
    gambas3-gb-image-imlib 3.2.1-4
    gambas3-gb-image-io 3.2.1-4
    gambas3-gb-net 3.2.1-4
    gambas3-gb-net-curl 3.2.1-4
    gambas3-gb-net-smtp 3.2.1-4
    gambas3-gb-opengl 3.2.1-4
    gambas3-gb-opengl-glsl 3.2.1-4
    gambas3-gb-opengl-glu 3.2.1-4
    gambas3-gb-option 3.2.1-4
    gambas3-gb-pcre 3.2.1-4
    gambas3-gb-pdf 3.2.1-4
    gambas3-gb-qt4 3.2.1-4
    gambas3-gb-qt4-ext 3.2.1-4
    gambas3-gb-qt4-opengl 3.2.1-4
    gambas3-gb-qt4-webkit 3.2.1-4
    gambas3-gb-report 3.2.1-4
    gambas3-gb-sdl 3.2.1-4
    gambas3-gb-sdl-sound 3.2.1-4
    gambas3-gb-settings 3.2.1-4
    gambas3-gb-signal 3.2.1-4
    gambas3-gb-v4l 3.2.1-4
    gambas3-gb-vb 3.2.1-4
    gambas3-gb-web 3.2.1-4
    gambas3-gb-xml 3.2.1-4
    gambas3-gb-xml-rpc 3.2.1-4
    gambas3-gb-xml-xslt 3.2.1-4
    gambas3-ide 3.2.1-4
    gambas3-runtime 3.2.1-4
    gambas3-script 3.2.1-4
    gamin 0.1.10-6
    garcon 0.2.0-1
    gavl 1.2.0-2
    gawk 4.0.1-1
    gc 7.2-1
    gcalctool 6.4.2.1-1
    gcc-fortran 4.7.1-5
    gcc-libs-multilib 4.7.1-5
    gcc-multilib 4.7.1-5
    gcolor2 0.4-6
    gconf 3.2.5-2
    gconf-editor 3.0.0-2
    gconf-sharp 2.24.2-2
    gconf-sharp-peditors 2.24.2-2
    gconfmm 2.28.3-1
    gcr 3.4.1-1
    gd 2.0.36RC1-5
    gdal 1.9.0-1
    gdata-sharp 1.7.0.1-2
    gdb 7.4.1-1
    gdbm 1.10-1
    gdk-pixbuf2 2.26.1-1
    gdl 3.4.2-1
    gdm 3.4.1-2
    gedit 3.4.2-1
    gedit-plugins 3.4.0-2
    geeqie 1.0-7
    gegl 0.2.0-2
    generatorrunner 0.6.16-1
    geoclue 0.12.0-5
    geoip 1.4.8-2
    geoip-database 20120706-1
    geos 3.3.4-1
    gettext 0.18.1.1-4
    gettext-mono 0.18.1.1-1
    ghc 7.4.2-1
    ghex 3.4.1-1
    ghostscript 9.06-1
    giflib 4.1.6-5
    gimp 2.8.0-2
    gimp-fourier 0.4.1-1
    gimp-gap 2.6.0-3
    gimp-paint-studio 1.5_final-1
    gimp-plugin-dcamnoise2 0.64-6
    gimp-plugin-dds 2.0.9-1
    gimp-plugin-pandora 0.9.3-2
    gimp-plugin-texturize 2.1-3
    gimp-resynth 1:20120508-1
    gimpfx-foundry 2.6_1-2
    git 1.7.11.4-1
    git-term 1.2.6-2
    gjs 1.32.0-2
    gkeyfile-sharp 0.1-2
    gksu 2.0.2-4
    glade 3.12.1-1
    glew 1.8.0-1
    glhack 1.2-6
    glib-networking 2.32.3-1
    glib-perl 1.260-1
    glib2 2.32.4-1
    glibc 2.16.0-2
    glibmm 2.32.1-1
    glpk 4.47-1
    glproto 1.4.16-1
    gmime 2.6.10-1
    gmp 5.0.5-1
    gnochm 0.9.11-11
    gnome-activity-journal-bzr 1251-1
    gnome-applets 3.4.1-1
    gnome-backgrounds 3.4.2-1
    gnome-bluetooth 3.4.2-1
    gnome-color-manager 3.4.2-2
    gnome-common 3.4.0.1-2
    gnome-contacts 3.4.1-1
    gnome-control-center 3.4.2-1
    gnome-cups-manager 0.33-6
    gnome-desktop 1:3.4.2-1
    gnome-desktop2 2.32.1-2
    gnome-dictionary 3.4.0-1
    gnome-disk-utility 3.4.1-1
    gnome-doc-utils 0.20.10-1
    gnome-documents 0.4.2-1
    gnome-font-viewer 3.4.0-1
    gnome-games 3.4.2-1
    gnome-games-extra-data 3.2.0-1
    gnome-icon-theme 3.4.0-1
    gnome-icon-theme-extras 3.4.0-1
    gnome-icon-theme-symbolic 3.4.0-1
    gnome-inform7 6G60-3
    gnome-js-common 0.1.2-2
    gnome-keyring 3.4.1-3
    gnome-media 3.4.0-1
    gnome-menus 3.4.2-1
    gnome-mime-data 2.18.0-6
    gnome-nettool 3.1.1-1
    gnome-online-accounts 3.4.2-1
    gnome-packagekit 3.4.2-1
    gnome-panel 3.4.2.1-1
    gnome-power-manager 3.4.0-1
    gnome-print-sharp 2.26.0-7
    gnome-python 2.28.1-8
    gnome-python-extras 2.25.3-12
    gnome-screensaver 3.4.4-1
    gnome-screenshot 3.4.1-1
    gnome-search-tool 3.4.0-1
    gnome-session 3.4.2-3
    gnome-settings-daemon 3.4.2-1
    gnome-settings-daemon-updates 3.4.2-1
    gnome-sharp 2.24.2-2
    gnome-shell 3.4.2-1
    gnome-shell-extension-user-theme 3.2.3-1
    gnome-speech 0.4.25-2
    gnome-system-log 3.4.1-1
    gnome-system-monitor 3.4.1-1
    gnome-terminal 3.4.1.1-1
    gnome-themes-extras 2.22.0-3
    gnome-themes-standard 3.4.2-1
    gnome-tweak-tool 3.4.0.1-1
    gnome-user-docs 3.4.2-1
    gnome-utils 3.4.0-1
    gnome-vfs 2.24.4-6
    gnome-vfs-sharp 2.24.2-2
    gnome-video-effects 0.4.0-1
    gnonlin 0.10.16-2
    gnuchess 6.0.2-1
    gnunet 0.9.3-1
    gnunet-gtk 0.9.3-1
    gnupg 2.0.19-2
    gnuplot 4.6.0-3
    gnutls 3.0.22-1
    gobject-introspection 1.32.1-2
    goocanvas 2.0.1-2
    goocanvas1 1.0.0-1
    gourmet 0.15.9-2
    gparted 0.13.1-1
    gperf 3.0.4-4
    gpgme 1.3.1-4
    gphoto2 2.4.14-1
    gpm 1.20.6-10
    gprolog 1.4.0-2
    gpsim 0.26.1-2
    gputils 0.14.1-1
    grantlee 0.2.0-1
    graphicsmagick 1.3.16-1
    graphite 1:1.0.3-1
    graphviz 2.28.0-10
    grep 2.13-2
    groff 1.21-2
    grsync 1.2.1-1
    grub-bios 2.00-1
    grub-common 2.00-1
    gsettings-desktop-schemas 3.4.2-1
    gsfonts 1.0.7pre44-3
    gsl 1.15-2
    gsm 1.0.13-7
    gsmartcontrol 0.8.7-1
    gssdp 0.12.1-1
    gstreamer0.10 0.10.36-1
    gstreamer0.10-bad 0.10.23-2
    gstreamer0.10-bad-plugins 0.10.23-2
    gstreamer0.10-base 0.10.36-1
    gstreamer0.10-base-plugins 0.10.36-1
    gstreamer0.10-ffmpeg 0.10.13-1
    gstreamer0.10-good 0.10.31-1
    gstreamer0.10-good-plugins 0.10.31-1
    gstreamer0.10-python 0.10.22-1
    gstreamer0.10-ugly 0.10.19-2
    gstreamer0.10-ugly-plugins 0.10.19-2
    gthumb 3.0.1-2
    gtk-doc 1.18-1
    gtk-engines 2.21.0-1
    gtk-recordmydesktop 0.3.8-6
    gtk-sharp-2 2.12.11-1
    gtk-update-icon-cache 2.24.11-2
    gtk-vnc 0.5.0-1
    gtk2 2.24.11-2
    gtk2+extra 2.1.2-2
    gtk2-perl 1.244-1
    gtk2-xfce-engine 3.0.0-1
    gtk3 3.4.4-1
    gtkglext 1.2.0-7
    gtkglextmm 1.2.0-8
    gtkhtml 3.32.2-3
    gtkhtml-sharp 2.26.0-8
    gtkhtml4 4.4.3-1
    gtkmm 2.24.2-2
    gtkmm3 3.4.0-1
    gtksourceview2 2.10.5-2
    gtksourceview2-sharp 2.26.0-8
    gtksourceview3 3.4.2-1
    gtkspell 2.0.16-2
    gts 0.7.6-2
    gucharmap 3.4.1.1-1
    gudev-sharp 0.1-2
    guile 1.8.8-2
    gupnp 0.18.2-1
    gupnp-av 0.10.2-1
    gupnp-dlna 0.6.6-1
    gutenprint 5.2.9-1
    guvcview 1.6.0-2
    gvfs 1.12.3-3
    gvfs-gphoto2 1.12.3-3
    gvfs-obexftp 1.12.3-3
    gvfs-smb 1.12.3-3
    gzip 1.5-1
    hammerfight 1:1.004-1
    handbrake 0.9.8-1
    handbrake-cli 0.9.8-1
    happy 1.18.9-5
    haxe 2.10-1
    hdf5 1.8.8-1
    hdparm 9.39-1
    heirloom-mailx 12.5-3
    help2man 1.40.11-1
    hibiscus 2.2.1-2
    hicolor-icon-theme 0.12-2
    hot-babe 0.2.2-11
    hplip 3.12.6-3
    hspell 1.1-2
    hsqldb-java 1:1.8.0.10-2
    httrack 3.46.1-1
    hugin 2011.4.0-5
    hunspell 1.3.2-1
    hunspell-de 20120607-1
    hunspell-en 7.1-2
    hwids 20120730-1
    hwloc 1.4.2-1
    hydrogen 0.9.5-2
    hyphen 2.8.5-1
    i2p 0.9.1-1
    iana-etc 2.30-3
    iat 0.1.7-4
    icedtea-web-java7 1.2.1-2
    icon-naming-utils 0.8.90-2
    icoutils 0.29.1-2
    icu 49.1.2-2
    id3lib 3.8.3-12
    idnkit 1.0-2
    ilmbase 1.0.2-1
    imagemagick 6.7.8.9-1
    imlib2 1.4.5-2
    indent 2.2.11-2
    inetutils 1.9.1-2
    inform7 6G60-1
    inkscape 0.48.3.1-4
    inputproto 2.2-1
    intel-tbb 4.0_20120613-1
    intltool 0.50.2-1
    iproute2 3.4.0-2
    iptables 1.4.14-3
    iputils 20101006-4
    ipython 0.13-1
    ipython2 0.13-1
    isl 0.10-1
    iso-codes 3.38-1
    itstool 1.1.2-1
    iw 3.4-1
    jack 0.121.3-6
    jade 1.2.1-8
    jameica 2.2-3
    jamestown 1.0.1-1
    jasper 1.900.1-7
    java-rhino 1.7R3-3
    jdk7-openjdk 7.u5_2.2.1-1
    jfsutils 1.1.15-3
    john 1.7.9-6
    jre7-openjdk 7.u5_2.2.1-1
    jre7-openjdk-headless 7.u5_2.2.1-1
    js 1.8.5-3
    json-c 0.9-1
    json-glib 0.14.2-1
    jython 2.5.2-2
    kactivities 4.9.0-1
    kbd 1.15.3-3
    kbproto 1.0.6-1
    kdebase-runtime 4.9.0-3
    kdelibs 4.9.0-4
    kdelibs3 3.5.10-13
    kdenlive 0.9.2-2
    kdepimlibs 4.9.0-1
    keyutils 1.5.5-3
    khrplatform-devel 8.0.4-2
    kismet 2011_03_R2-4
    kmod 9-2
    komodo-ide 7.0.2_70257-1
    komodoedit 7.1.0_10496-1
    krb5 1.10.3-1
    ktechlab 0.3.7-3
    ladspa 1.13-3
    lame 3.99.5-1
    lapack 3.4.1-1
    laptop-mode-tools 1.61-2
    latexila 2.4.0-6
    lcms 1.19-2
    lcms2 2.3-2
    ld-lsb 3-4
    ldns 1.6.13-1
    leptonica 1.69-3
    less 444-3
    lesstif 0.95.2-4
    lftp 4.3.8-1
    lib32-acl 2.2.51-2
    lib32-allegro 5.0.7-1
    lib32-alsa-lib 1.0.25-1
    lib32-alsa-plugins 1.0.25-1
    lib32-atk 2.4.0-1
    lib32-attr 2.4.46-2
    lib32-bzip2 1.0.6-1
    lib32-cairo 1.12.2-1
    lib32-curl 7.26.0-1
    lib32-dbus-core 1.6.4-1
    lib32-e2fsprogs 1.42.4-1
    lib32-expat 2.1.0-1
    lib32-flac 1.2.1-8
    lib32-fontconfig 2.8.0-4
    lib32-freetype2 2.4.10-1
    lib32-gcc-libs 4.7.1-5
    lib32-gdk-pixbuf2 2.26.1-2
    lib32-gettext 0.18.1.1-2
    lib32-giflib 4.1.6-6
    lib32-glew 1.8.0-1
    lib32-glew1.5 1.5.8-1
    lib32-glib2 2.32.4-1
    lib32-glibc 2.16.0-2
    lib32-gtk2 2.24.11-1
    lib32-jack 0.121.3-1
    lib32-json-c 0.9-2
    lib32-keyutils 1.5.5-1
    lib32-krb5 1.10.2-1
    lib32-lcms 1.19-4
    lib32-libasyncns 0.8-6
    lib32-libcanberra 0.28-2
    lib32-libcanberra-pulse 0.28-2
    lib32-libcap 2.22-1
    lib32-libcups 1.6.1-1
    lib32-libdrm 2.4.37-1
    lib32-libdrm-nouveau1 2.4.33-1
    lib32-libffi 3.0.11-1
    lib32-libgcrypt 1.5.0-1
    lib32-libgl 8.0.4-4
    lib32-libglade 2.6.4-5
    lib32-libglapi 8.0.4-4
    lib32-libgpg-error 1.10-1
    lib32-libice 1.0.8-1
    lib32-libjpeg-turbo 1.2.1-1
    lib32-libjpeg6 6b1-1
    lib32-libldap 2.4.32-1
    lib32-libltdl 2.4.2-6
    lib32-libmikmod 3.1.12-6
    lib32-libmng 1.0.10-6
    lib32-libogg 1.3.0-1
    lib32-libpciaccess 0.13.1-1
    lib32-libpng 1.5.12-1
    lib32-libpng12 1.2.50-1
    lib32-libpulse 2.1-1
    lib32-libsm 1.2.1-1
    lib32-libsndfile 1.0.25-2
    lib32-libssh2 1.4.2-1
    lib32-libtiff 4.0.2-1
    lib32-libusb 1.0.9-1
    lib32-libusb-compat 0.1.4-2
    lib32-libvorbis 1.3.3-1
    lib32-libx11 1.5.0-1
    lib32-libxau 1.0.7-1
    lib32-libxcb 1.8.1-2
    lib32-libxcomposite 0.4.3-3
    lib32-libxcursor 1.1.13-1
    lib32-libxdamage 1.1.3-4
    lib32-libxdmcp 1.1.1-1
    lib32-libxext 1.3.1-1
    lib32-libxfixes 5.0-1
    lib32-libxft 2.3.1-1
    lib32-libxi 1.6.1-1
    lib32-libxinerama 1.1.2-1
    lib32-libxml2 2.7.8-2
    lib32-libxmu 1.1.1-1
    lib32-libxpm 3.5.9-2
    lib32-libxrandr 1.3.2-2
    lib32-libxrender 0.9.7-1
    lib32-libxss 1.2.2-1
    lib32-libxt 1.1.3-1
    lib32-libxtst 1.2.1-1
    lib32-libxv 1.0.7-1
    lib32-libxxf86dga 1.1.3-1
    lib32-libxxf86vm 1.1.2-1
    lib32-mesa 8.0.4-4
    lib32-mpg123 1.14.4-1
    lib32-ncurses 5.9-1
    lib32-nouveau-dri 8.0.4-1
    lib32-nspr 4.9.2-1
    lib32-nss 3.13.5-1
    lib32-openal 1.14-1
    lib32-openssl 1.0.1.c-1
    lib32-pango 1.30.1-1
    lib32-pcre 8.31-1
    lib32-physfs 2.0.2-2
    lib32-pixman 0.26.2-1
    lib32-qt 4.8.2-2
    lib32-readline 6.2.004-1
    lib32-sdl 1.2.15-2
    lib32-sdl_image 1.2.12-2
    lib32-sdl_mixer 1.2.11-3
    lib32-sdl_ttf 2.0.11-1
    lib32-smpeg 0.4.4-9
    lib32-sqlite3 3.7.13-1
    lib32-tdb 1.2.9-1
    lib32-util-linux 2.21.2-1
    lib32-v4l-utils 0.8.8-1
    lib32-xcb-util 0.3.9-1
    lib32-zlib 1.2.7-1
    libanjuta 3.4.4-1
    libao 1.1.0-2
    libarchive 3.0.4-1
    libart-lgpl 2.3.21-2
    libass 0.10.0-3
    libassuan 2.0.3-1
    libasyncns 0.8-4
    libatasmart 0.18-2
    libavc1394 0.5.4-1
    libbluray 0.2.2-1
    libbonobo 2.32.1-2
    libbonoboui 2.24.5-2
    libcaca 0.99.beta18-1
    libcanberra 0.28-5
    libcanberra-gstreamer 0.28-5
    libcanberra-pulse 0.28-5
    libcap 2.22-3
    libcap-ng 0.6.6-1
    libcdaudio 0.99.12-6
    libcddb 1.3.2-3
    libcdio 0.83-1
    libchamplain 0.12.3-1
    libcroco 0.6.5-1
    libcups 1.6.1-4
    libdaemon 0.14-2
    libdatrie 0.2.5-1
    libdbusmenu-qt 0.9.2-1
    libdc1394 2.1.3-2
    libdca 0.0.5-3
    libdiscid 0.2.2-2
    libdmtx 0.7.4-3
    libdmx 1.1.2-1
    libdrm 2.4.37-1
    libdrm-nouveau1 2.4.33-1
    libdv 1.0.0-4
    libdvbpsi 0.2.2-1
    libdvdcss 1.2.12-1
    libdvdnav 4.2.0-2
    libdvdread 4.2.0-1
    libebml 1.2.2-2
    libedit 20120311_3.0-1
    libegl 8.0.4-2
    libetpan 1.0-4
    libevent 2.0.19-1
    libexif 0.6.21-1
    libextractor 0.6.3-6
    libffi 3.0.11-1
    libfontenc 1.1.1-1
    libftdi 0.20-1
    libgcrypt 1.5.0-3
    libgda 5.0.3-1
    libgdata 0.12.0-1
    libgdiplus 2.10-2
    libgee 0.6.5-1
    libgeotiff 1.3.0-2
    libgexiv2 0.4.1-3
    libgksu 2.0.12-5
    libgl 8.0.4-2
    libglade 2.6.4-3
    libglademm 2.6.7-2
    libglapi 8.0.4-2
    libgme 0.6.0-2
    libgnome 2.32.1-3
    libgnome-data 2.32.1-3
    libgnome-desktop-sharp 2.26.0-8
    libgnome-keyring 3.4.1-1
    libgnome-media-profiles 3.0.0-3
    libgnome-sharp 2.24.2-2
    libgnomecanvas 2.30.3-2
    libgnomecups 0.2.3-11
    libgnomekbd 3.4.0.2-1
    libgnomeprint 2.18.8-5
    libgnomeprintui 2.18.6-4
    libgnomeui 2.24.5-1
    libgpg-error 1.10-2
    libgphoto2 2.4.14-1
    libgpod 0.8.2-6
    libgsf 1.14.23-1
    libgssglue 0.3-1
    libgtkhtml 2.11.1-4
    libgtop 2.28.4-1
    libgusb 0.1.3-1
    libgweather 3.4.1-1
    libgxps 0.2.2-1
    libical 0.48-1
    libice 1.0.8-1
    libid3tag 0.15.1b-7
    libidl2 0.8.14-2
    libidn 1.25-1
    libiec61883 1.2.0-3
    libieee1284 0.2.11-4
    libimobiledevice 1.1.4-2
    libiodbc 3.52.8-1
    libircclient 1.6-1
    libirman 0.4.5-3
    libjpeg-turbo 1.2.1-1
    libjpeg6-turbo 1.2.1-1
    libkate 0.4.1-3
    libksba 1.2.0-2
    libldap 2.4.32-1
    liblinebreak 2.1-1
    liblouis 2.3.0-1
    liblqr 0.4.1-3
    liblrdf 0.5.0-1
    libltdl 2.4.2-6
    libmad 0.15.1b-6
    libmatroska 1.3.0-2
    libmicrohttpd 0.9.21-1
    libmikmod 3.1.12-4
    libmirage 1.5.0-1
    libmms 0.6.2-1
    libmng 1.0.10-4
    libmodplug 0.8.8.4-1
    libmp4v2 2.0.0-2
    libmpc 0.9-2
    libmpcdec 1.2.6-3
    libmpeg2 0.5.1-3
    libmtp 1.1.3-1
    libmusicbrainz3 3.0.3-2
    libmusicbrainz4 4.0.3-1
    libmysqlclient 5.5.27-1
    libmythes 1:1.2.3-1
    libnice 0.1.2-1
    libnl 3.2.11-1
    libnl1 1.1-1
    libnotify 0.7.5-1
    liboauth 0.9.6-1
    libofa 0.9.3-4
    libogg 1.3.0-1
    libotf 0.9.12-2
    libotr 3.2.0-3
    libp11 0.2.8-1
    libpano13 2.9.18-2
    libpcap 1.3.0-1
    libpciaccess 0.13.1-1
    libpeas 1.4.0-2
    libpipeline 1.2.1-1
    libplist 1.8-2
    libpng 1.5.12-1
    libpng12 1.2.50-1
    libpng14 1.4.11-1
    libproxy 0.4.7-2
    libpst 0.6.54-2
    libpulse 2.1-1
    libpurple 2.10.6-1
    libquvi 0.4.1-1
    libquvi-scripts 0.4.6-1
    libqzeitgeist 0.8.0-2
    libraw 0.14.6-1
    libraw1394 2.0.7-2
    libreoffice-base 3.5.5-1
    libreoffice-calc 3.5.5-1
    libreoffice-common 3.5.5-1
    libreoffice-de 3.5.5-1
    libreoffice-draw 3.5.5-1
    libreoffice-extension-ct2n 3.4.5-2
    libreoffice-extension-diagram 3.4.5-2
    libreoffice-extension-google-docs 3.4.5-2
    libreoffice-extension-hunart 3.4.5-2
    libreoffice-extension-nlpsolver 3.5.5-1
    libreoffice-extension-numbertext 3.4.5-2
    libreoffice-extension-oooblogger 3.4.5-2
    libreoffice-extension-pdfimport 3.5.5-1
    libreoffice-extension-presentation-minimizer 3.5.5-1
    libreoffice-extension-presenter-screen 3.5.5-1
    libreoffice-extension-report-builder 3.5.5-1
    libreoffice-extension-scripting-beanshell 3.4.5-2
    libreoffice-extension-scripting-javascript 3.4.5-2
    libreoffice-extension-scripting-python 3.5.5-1
    libreoffice-extension-typo 3.4.5-2
    libreoffice-extension-validator 3.4.5-2
    libreoffice-extension-watch-window 3.4.5-2
    libreoffice-extension-wiki-publisher 3.5.5-1
    libreoffice-gnome 3.5.5-1
    libreoffice-impress 3.5.5-1
    libreoffice-math 3.5.5-1
    libreoffice-writer 3.5.5-1
    librpcsecgss 0.19-7
    librsvg 2.36.1-1
    librsync 0.9.7-6
    libsamplerate 0.1.8-1
    libsasl 2.1.23-9
    libshiboken 1.1.1-1
    libshout 1:2.3.0-1
    libsidplay 1.36.59-5
    libsigc++ 2.2.10-2
    libsigsegv 2.10-1
    libsm 1.2.1-1
    libsndfile 1.0.25-2
    libsocialweb 0.25.20-1
    libsoup 2.38.1-1
    libsoup-gnome 2.38.1-1
    libspectre 0.2.7-1
    libssh 0.5.2-1
    libssh2 1.4.2-1
    libstdc++5 3.3.6-4
    libsystemd 188-2
    libtasn1 2.13-1
    libthai 0.1.18-1
    libtheora 1.1.1-2
    libtiff 4.0.2-1
    libtiff4 3.9.5-4
    libtiger 0.3.4-3
    libtirpc 0.2.2-2
    libtool 2.4.2-6
    libtorrent-rasterbar 1:0.16.2-1
    libtracker-sparql 0.14.2-1
    libunique 1.1.6-5
    libunique3 3.0.2-2
    libunistring 0.9.3-5
    libunrar 4.2.4-1
    libupnp 1.6.17-1
    libusb-compat 0.1.4-2
    libusbx 1.0.12-2
    libva 1.1.0-1
    libvdpau 0.4.1-2
    libvisual 0.4.0-4
    libvncserver 0.9.9-1
    libvorbis 1.3.3-1
    libvpx 1.1.0-1
    libwacom 0.6-1
    libwbclient 3.6.7-1
    libwebkit 1.8.2-1
    libwebkit3 1.8.2-1
    libwebp 0.1.99-1
    libwmf 0.2.8.4-9
    libwnck 2.30.7-1
    libwnck3 3.4.2-1
    libwpd 0.9.4-1
    libwpg 0.2.1-1
    libwps 0.2.2-2
    libx11 1.5.0-1
    libxau 1.0.7-1
    libxaw 1.0.11-1
    libxcb 1.8.1-1
    libxcomposite 0.4.3-2
    libxcursor 1.1.13-1
    libxdamage 1.1.3-2
    libxdmcp 1.1.1-1
    libxext 1.3.1-1
    libxfce4ui 4.10.0-1
    libxfce4util 4.10.0-1
    libxfixes 5.0-2
    libxfont 1.4.5-1
    libxft 2.3.1-1
    libxi 1.6.1-1
    libxinerama 1.1.2-1
    libxkbfile 1.0.8-1
    libxklavier 5.2.1-2
    libxmi 1.2-5
    libxml2 2.8.0-1
    libxmu 1.1.1-1
    libxp 1.0.1-3
    libxpm 3.5.10-1
    libxrandr 1.4.0-1
    libxrender 0.9.7-1
    libxres 1.0.6-1
    libxslt 1.1.26-3
    libxss 1.2.2-1
    libxt 1.1.3-1
    libxtst 1.2.1-1
    libxv 1.0.7-1
    libxvmc 1.0.7-1
    libxxf86dga 1.1.3-1
    libxxf86vm 1.1.2-1
    libyaml 0.1.4-2
    libytnef 1.5-3
    libzeitgeist 0.3.18-2
    licenses 2.9-1
    liferea 1.8.7-1
    links 2.7-1
    linux 3.4.7-1
    linux-api-headers 3.4.6-1
    linux-ck-corex 3.4.8-1
    linux-ck-corex-headers 3.4.8-1
    linux-docs 3.4.7-1
    linux-firmware 20120625-1
    linux-headers 3.4.7-1
    linux-mainline 3.6rc1-1
    linux-manpages 3.1-1
    linux-pf-core2 3.5.1-1
    lirc-utils 1:0.9.0-22
    llvm 3.1-4
    lmms 0.4.13-1
    logrotate 3.8.2-1
    lpsolve 5.5.2.0-2
    lsof 4.86-1
    lua 5.1.5-2
    lvm2 2.02.96-3
    lyx 2.0.4-1
    lzo2 2.06-1
    m4 1.4.16-2
    make 3.82-4
    makedepend 1.0.3-2
    makehuman 1.0alpha6-1
    man-db 2.6.2-1
    man-pages 3.41-1
    mash 0.2.0-1
    maxima 5.27.0-2
    mc 4.8.4-1
    mcelog 1.0pre3-3
    mcpp 2.7.2-4
    mdadm 3.2.5-2
    media-player-info 17-1
    megaglest 3.6.0.3-3
    megaglest-data 3.6.0.3-1
    meld 1.6.0-1
    mencoder 35014-1
    mercurial 2.3-1
    mesa 8.0.4-2
    metacity 2.34.5-1
    metakit 2.4.9.7-5
    mime-types 8-1
    miniupnpc 1.6-2
    miro 5.0.2-1
    mixxx 1.10.1-1
    mjpegtools 2.0.0-2
    mkinitcpio 0.10-1
    mkinitcpio-busybox 1.20.1-1
    mkvtoolnix-cli 5.7.0-3
    mlocate 0.25-2
    mlt 0.8.0-1
    mobile-broadband-provider-info 20120614-1
    modemmanager 0.5.2.0-2
    modprobed_db 2.0-2
    mono 2.10.8-1
    mono-addins 0.6.2-2
    mono-basic 2.10-2
    mono-debugger 2.10-2
    mono-tools 2.10-2
    mono-upnp 0.1.2-1
    mono-zeroconf 0.9.0-3
    monodevelop 3.0.3.5-2
    monodevelop-debugger-gdb 3.0.3.5-1
    monodevelop-debugger-mdb 2.4-1
    mousetweaks 3.4.2-1
    mozilla-common 1.4-3
    mpfr 3.1.1-1
    mpg123 1.14.4-1
    mplayer 35014-1
    mtasc 20091229-4
    mtdev 1.1.2-1
    mtools 4.0.17-2
    musicbrainz 2.1.5-5
    mutagen 1.20-4
    mutter 3.4.1-2
    mx 1.4.6-1
    mysql 5.5.27-1
    mysql-clients 5.5.27-1
    mysql-python 1.2.3-3
    namcap 3.2.4-1
    nano 2.2.6-2
    nasm 2.10.03-1
    nautilus 3.4.2-1
    nautilus-dropbox 1.4.0-2
    nautilus-open-terminal 0.19-2
    nautilus-sendto 3.0.3-1
    ncftp 3.2.5-2
    ncurses 5.9-3
    neko 1.8.2-8
    neon 0.29.6-4
    nepomuk-core 4.9.0-1
    net-snmp 5.7.1-3
    net-tools 1.60.20110819cvs-3
    netcdf 4.2.1-1
    netkit-bsd-finger 0.17-7
    netlogo 5.0.2-1
    nettle 2.5-1
    network-manager-applet 0.9.4.1-1
    networkmanager 0.9.4.0-6
    networkmanager-dispatcher-netfs 1.0-2
    networkmanager-dispatcher-ntpd 1.0-3
    networkmanager-dispatcher-openntpd 1.0-4
    networkmanager-openconnect 0.9.4.0-1
    networkmanager-openvpn 0.9.4.0-1
    networkmanager-pptp 0.9.4.0-1
    networkmanager-vpnc 0.9.4.0-1
    nfs-utils 1.2.6-1
    nfsidmap 0.24-3
    nickle 2.70-2
    nltk-data 2.0-7
    nmap 6.01-1
    notification-daemon 0.7.4-1
    nouveau-dri 8.0.4-2
    nouveau-firmware 20091212-4
    nspluginwrapper 1.4.4-2.1
    nspr 4.9.2-1
    nss 3.13.5-1
    nss-mdns 0.10-5
    ntfs-3g 2012.1.15-3
    ntfsprogs 2012.1.15-3
    ntp 4.2.6.p5-7
    nvidia-cg-toolkit 3.1-2
    obex-data-server 0.4.6-2
    obexd-client 0.47-1
    ocaml 3.12.1-3
    ocrfeeder 0.7.9-1
    octave 3.6.2-1
    ogre 1.8.0-3
    ogre-docs 1.8.0-3
    ois 1.3-2
    opal 3.10.5-1
    openal 1.14-1
    opencollada 869-1
    openconnect 1:3.18-1
    opencore-amr 0.1.3-1
    opencv-svn 9044-1
    openexr 1.7.0-2
    openimageio 1.0.8-1
    openjpeg 1.5.0-1
    openmpi 1.6-2
    openntpd 3.9p1-15
    openobex 1.5-3
    openresolv 3.5.1-1
    opensc 0.12.2-3
    openslp 1.2.1-4
    openssh 6.0p1-3
    openssl 1.0.1.c-1
    openvpn 2.2.2-1
    oprofile 0.9.7-4
    orbit2 2.14.19-2
    orc 0.4.16-1
    orca 3.4.2-1
    oxygen-icons 4.9.0-1
    p11-kit 0.12-1
    p7zip 9.20.1-6
    package-query 1.0.1-1
    packagekit 0.6.22-1
    pacman 4.0.3-3
    pacman-color 4.0.3-3
    pacman-contrib 4.0.3-1
    pacman-mirrorlist 20120626-1
    pacmatic 20120218-1
    pam 1.1.5-4
    pambase 20120701-1
    pango 1.30.1-1
    pango-perl 1.223-2
    pangomm 2.28.4-1
    paprefs 0.9.10-2
    parted 3.1-1
    patch 2.6.1-3
    pavucontrol 1.0-1
    pbsdk-linux 1.1.0-1
    pciutils 3.1.10-1
    pcmciautils 018-4
    pcre 8.31-1
    pcsc-ctapi-wrapper 0.3-1
    pcsc-cyberjack 3.99.5_SP03-2
    pcsc-perl 1.4.12-3
    pcsc-tools 1.4.20-1
    pcsclite 1.8.5-1
    pdfcrack 0.11-1
    pdfedit 0.4.5-2
    pdnsd 1.2.9-2
    perl 5.16.1-1
    perl-crypt-ssleay 0.64-1
    perl-digest-sha1 2.13-3
    perl-encode-locale 1.03-1
    perl-error 0.17018-1
    perl-file-listing 6.04-1
    perl-html-parser 3.69-2
    perl-html-tagset 3.20-3
    perl-http-cookies 6.01-1
    perl-http-daemon 6.01-1
    perl-http-date 6.02-1
    perl-http-message 6.03-1
    perl-http-negotiate 6.01-1
    perl-image-exiftool 8.99-1
    perl-io-socket-ssl 1.76-1
    perl-libwww 6.04-1
    perl-locale-gettext 1.05-9
    perl-lwp-mediatypes 6.02-1
    perl-lwp-protocol-https 6.03-1
    perl-mozilla-ca 20120309-1
    perl-net-http 6.03-1
    perl-net-ssleay 1.48-2
    perl-string-crc32 1.4-8
    perl-test-pod 1.45-1
    perl-try-tiny 0.11-1
    perl-uri 1.60-1
    perl-www-robotrules 6.02-1
    perl-xml-libxml 1.98-1
    perl-xml-libxslt 1.77-1
    perl-xml-namespacesupport 1.11-2
    perl-xml-parser 2.41-3
    perl-xml-sax 0.99-3
    perl-xml-sax-base 1.08-2
    perl-xml-simple 2.20-1
    perl-yaml-syck 1.20-2
    pgu 0.18-1
    phonon 1:4.6.0-2
    phonon-gstreamer 4.6.2-1
    physfs 2.0.2-2
    pidgin 2.10.6-1
    pilot-link 0.12.5-3
    pinentry 0.8.1-4
    pitivi 0.15.2-1
    pixman 0.26.2-1
    pkg-config 0.27-1
    pkgfile 3-1
    pkgtools 24-3
    pm-quirks 0.20100619-2
    pm-utils 1.4.1-5
    podofo 0.9.1-3
    polipo 1.0.4.1-6
    polkit 0.105-1
    polkit-gnome 0.105-1
    polkit-qt 0.103.0-1
    poppler 0.20.2-1
    poppler-data 0.4.5-1
    poppler-glib 0.20.2-1
    poppler-qt 0.20.2-1
    popt 1.16-5
    portaudio 19_20111121-1
    portmidi 217-3
    postgresql-libs 9.1.4-1
    powertop 2.0-1
    ppl 1.0-1
    ppp 2.4.5-3
    pptpclient 1.7.2-4
    printproto 1.0.5-2
    prison 1.0-1
    procps-ng 3.3.3-3
    proj 4.8.0-1
    psmisc 22.19-1
    pstotext 1.9-2
    pth 2.0.7-4
    ptlib 2.10.5-1
    pulseaudio 2.1-1
    pulseaudio-alsa 2-1
    pv 1.3.4-1
    pyalpm 0.5.3-1
    pyatspi 2.4.0-1
    pygobject-devel 3.2.2-1
    pygobject2-devel 2.28.6-6
    pygoocanvas 0.14.1-5
    pygtk 2.24.0-3
    pygtksourceview2 2.10.1-4
    pyjamas 0.8-1
    pylint 0.25.2-1
    pyogg 1.3-7
    pyopenssl 0.13-1
    pyorbit 2.24.0-4
    pypy 1.9-1
    pyqt 4.9.4-2
    pyqt-common 4.9.4-2
    pyrex 0.9.9-3
    pyrtf 0.45-5
    pyside 1.1.0-1
    pyside-tools 0.2.13-5
    python 3.2.3-3
    python-all-odfpy 0.9.4-2
    python-boto 2.4.1-1
    python-cairo 1.10.0-1
    python-cjson 1.0.5-4
    python-dbus 1.1.1-1
    python-dbus-common 1.1.1-1
    python-decorator 3.3.3-1
    python-distribute 0.6.28-1
    python-distutils-extra 2.32-1
    python-docs 3.2.3-1
    python-docutils 0.9.1-1
    python-egenix-mx-base 3.2.4-1
    python-foolscap 0.6.3-1
    python-fpconst 0.7.3-3
    python-gnomekeyring 2.32.0-10
    python-gnupginterface 0.3.2-6
    python-gtop 2.32.0-10
    python-imaging 1.1.7-4
    python-jinja 2.6-2
    python-logilab-astng 0.24.0-1
    python-logilab-common 0.58.2-1
    python-lxml 2.3.5-1
    python-m2crypto 0.21.1-1
    python-markupsafe 0.15-1
    python-mechanize 0.2.5-2
    python-nose 1.1.2-3
    python-notify 0.1.1-11
    python-numpy 1.6.2-1
    python-opengl 3.0.1-4
    python-paramiko 1.7.7.1-2
    python-pexpect 2.4-1
    python-pip 1.1-1
    python-pychart 1.39-6
    python-pycurl 7.19.0-6
    python-pyelftools 0.20-1
    python-pyenchant 1.6.5-1
    python-pygame 1.9.1-5
    python-pygments 1.5-2
    python-pyparsing 1.5.6-2
    python-pysqlite 2.6.3-2
    python-pyzmq 2.2.0-1
    python-qscintilla 2.6.2-1
    python-qscintilla-common 2.6.2-1
    python-reportlab 2.5-2
    python-rope 0.9.3-6
    python-rsvg 2.32.0-10
    python-scipy 0.10.1-1
    python-sip 4.13.3-2
    python-soappy 0.12.0-10
    python-south 0.7.6-1
    python-sphinx 1.1.3-2
    python-sqlalchemy 0.7.6-1
    python-tornado 2.2.1-1
    python-wnck 2.32.0-10
    python-yaml 3.10-2
    python2 2.7.3-2
    python2-beautifulsoup3 3.2.1-1
    python2-bonobo 2.28.1-8
    python2-bsdiff4 1.1.1-1
    python2-cairo 1.10.0-1
    python2-cherrypy 3.2.2-1
    python2-crypto 2.6-2
    python2-cssutils 0.9.9-2
    python2-dateutil 1.5-2
    python2-dbus 1.1.1-1
    python2-distribute 0.6.28-1
    python2-distutils-extra 2.32-1
    python2-dnspython 1.10.0-1
    python2-docutils 0.9.1-1
    python2-egg 2.25.3-12
    python2-gconf 2.28.1-8
    python2-gksu2 2.25.3-12
    python2-gnomecanvas 2.28.1-8
    python2-gnomevfs 2.28.1-8
    python2-gobject 3.2.2-1
    python2-gobject2 2.28.6-6
    python2-gtkhtml2 2.25.3-12
    python2-gtkspell 2.25.3-12
    python2-html5lib 0.95-1
    python2-jinja 2.6-2
    python2-libgnome 2.28.1-8
    python2-lxml 2.3.5-1
    python2-markupsafe 0.15-1
    python2-matplotlib 1.1.1-1
    python2-nltk 2.0.2-1
    python2-nose 1.1.2-3
    python2-numpy 1.6.2-1
    python2-pip 1.1-1
    python2-ply 3.4-1
    python2-poppler 0.12.1-7
    python2-psycopg2 2.4.5-1
    python2-pychm 0.8.4-1
    python2-pyenchant 1.6.5-1
    python2-pygments 1.5-2
    python2-pyopenssl 0.13-1
    python2-pyparsing 1.5.6-2
    python2-pyqt 4.9.4-2
    python2-pytz 2012d-1
    python2-pyzmq 2.2.0-1
    python2-qscintilla 2.6.2-1
    python2-rope 0.9.4-1
    python2-sip 4.13.3-2
    python2-sphinx 1.1.3-2
    python2-sqlalchemy 0.7.6-1
    python2-tornado 2.2.1-1
    python2-w3lib 1.0-1
    python2-xdg 0.23-1
    python2-yaml 3.10-2
    python2-zope-interface 3.8.0-1
    python3-html5lib-hg 1757-1
    pywebkitgtk 1.1.8-2
    pyxml 0.8.4-9
    q4wine 0.121-4
    qca 2.0.3-2
    qcachegrind 0.7.1-1
    qemu-kvm 1.1.1-1
    qhull 2012.1-1
    qimageblitz 0.0.6-2
    qjson 0.7.1-2
    qrencode 3.3.1-1
    qscintilla 2.6.2-1
    qt 4.8.2-3
    qt-assistant-compat 4.6.3-2
    qt-doc 4.8.2-1
    qt3 1:3.3.8b-1
    qtcreator 2.5.2-1
    qtwebkit 2.2.2-1
    qucs 0.0.16-2
    r 2.15.1-2
    randrproto 1.4.0-1
    rapidsvn 0.12.0-5
    raptor 2.0.8-1
    rar 4.1.1-1
    rarcrack 0.2-1
    rarian 0.8.1-2
    rasqal 1:0.9.29-1
    rdesktop 1.7.1-2
    readline 6.2.004-1
    recode 3.6-7
    recoll 1.17.3-1
    recordmydesktop 0.3.8.1-6
    recordproto 1.14.2-1
    redland 1:1.0.15-3
    redland-storage-virtuoso 1:1.0.15-3
    reiserfsprogs 3.6.21-4
    remmina 1.0.0-9
    renderproto 0.11.1-2
    rest 0.7.12-1
    rpcbind 0.2.0-8
    rsync 3.0.9-3
    rtkit 0.11-1
    rtmpdump 2.4-1
    ruby 1.9.3_p194-2
    ruby-atk 1.1.3-2
    ruby-cairo 1.12.2-1
    ruby-docs 1.9.3_p194-1
    ruby-gdkpixbuf2 1.1.3-2
    ruby-gio2 1.1.3-2
    ruby-glib2 1.1.3-2
    ruby-gtk2 1.1.3-2
    ruby-pango 1.1.3-2
    ruby-pkgconfig 1.1.3-1
    run-parts 4.3.2-1
    rygel 0.14.3-1
    sage-mathematics 5.2-1
    samba 3.6.7-1
    sane 1.0.22-9
    sbcl 1.0.57-1
    scanmem 0.12-2
    schroedinger 1.0.11-1
    scite 3.2.1-1
    scrapy-stable-git 20110925-1
    screen 4.0.3-13
    screenlets 0.1.6-3
    scribus 1.4.1-1
    scrnsaverproto 1.2.2-1
    scummvm 1.4.1-2
    sdl 1.2.15-1
    sdl_gfx 2.0.23-1
    sdl_image 1.2.12-2
    sdl_mixer 1.2.12-1
    sdl_net 1.2.8-1
    sdl_sound 1.0.3-3
    sdl_ttf 2.0.11-2
    seabios 1.7.0-1
    seahorse 3.4.1-1
    sed 4.2.1-4
    seed 3.2.0-2
    setconf 0.5.2-1
    sfml 2.0rc1-2
    sg3_utils 1.33-1
    shadow 4.1.5.1-1
    shared-color-profiles 0.1.5-1
    shared-color-targets 0.1.1-1
    shared-desktop-ontologies 0.10.0-1
    shared-mime-info 1.0-1
    shotwell 0.12.3-1
    sigil 0.5.902-1
    sip 4.13.3-2
    sk1libs 0.9.1-3
    skype 4.0.0.8-1
    skype4pidgin 20110407-1
    slang 2.2.4-2
    slashem 0.0.7E7F3-2
    slim 1.3.4-2
    smartmontools 5.43-1
    smbclient 3.6.7-1
    smpeg 0.4.4-6
    smplayer 0.8.0-1
    smplayer-themes 20120131-1
    sofia-sip 1.12.11-1
    soprano 2.8.0-2
    sound-juicer 3.4.0-1
    sound-theme-freedesktop 0.7-2
    soundtouch 1.6.0-1
    sox 14.4.0-3
    speech-dispatcher 0.7.1-6
    speex 1.2rc1-2
    splint 3.1.2-3
    sqlite 3.7.13-1
    sqlite2 2.8.17-5
    sqlitebrowser 2.0b1-2
    sqliteman 1.2.2-5
    startup-notification 0.12-3
    strigi 0.7.7-2
    stunnel 4.53-2
    subversion 1.7.5-2
    sudo 1.8.5.p2-1
    suitesparse 4.0.2-1
    supermeatboy 20120607-16
    sushi 0.4.1-2
    swftools 0.9.2-1
    swig 2.0.7-2
    switzerland 0.1.0-2
    sysfsutils 2.1.0-8
    syslinux 4.05-4
    syslog-ng 3.3.5-2
    system-config-lvm 1.1.16-1
    systemd 188-2
    systemd-arch-units 20120704-1
    systemd-sysvcompat 188-2
    systemd-tools 188-2
    systemd-ui-git 20120807-1
    t1lib 5.1.2-3
    taglib 1.7.2-2
    taglib-sharp 2.0.4.0-1
    talloc 2.0.7-1
    tar 1.26-2
    tcl 8.5.12-1
    tdb 1.2.9-2
    telepathy-farstream 0.4.0-1
    telepathy-gabble 0.16.1-1
    telepathy-glib 0.18.1-1
    telepathy-haze 0.6.0-2
    telepathy-idle 0.1.11-1
    telepathy-logger 0.4.0-1
    telepathy-mission-control 5.12.1-1
    telepathy-rakia 0.7.4-1
    telepathy-salut 0.8.0-1
    terminal 0.4.8-2
    tesseract 3.01-3
    texi2html 5.0-2
    texinfo 4.13a-7
    texlive-bibtexextra 2012.26868-1
    texlive-bin 2012.0-3
    texlive-core 2012.26892-2
    texlive-fontsextra 2012.26866-1
    texlive-formatsextra 2012.26689-1
    texlive-games 2012.26207-1
    texlive-genericextra 2012.26700-1
    texlive-htmlxml 2012.24013-1
    texlive-humanities 2012.25861-1
    texlive-langcjk 2012.26777-2
    texlive-langcyrillic 2012.26689-1
    texlive-langextra 2012.26750-1
    texlive-langgreek 2012.26313-1
    texlive-latexextra 2012.26807-1
    texlive-music 2012.26726-1
    texlive-pictures 2012.26791-1
    texlive-plainextra 2012.25953-1
    texlive-pstricks 2012.26865-1
    texlive-publishers 2012.26831-1
    texlive-science 2012.26607-1
    texmacs 1.0.7.15-1
    tftp-hpa 5.2-2
    thunar 1.4.0-2
    tk 8.5.12-1
    tmux 1.6-2
    tofrodos 1.7.9-1
    tomboy 1.10.2-1
    tor 0.2.2.37-1
    totem 3.4.3-1
    totem-plparser 3.4.2-1
    totem-plugin 3.4.3-1
    totem-plugin-arte 3.1.1-1
    tracker 0.14.2-1
    transcode 1.1.7-5
    transfig 3.2.5d-1
    transmission-gtk 2.61-1
    truecrypt 1:7.1a-1
    tsocks 1.8beta5-5
    ttf-adobe-fangsong 5.004-1
    ttf-adobe-fonts 10.1.2-1
    ttf-adobe-heiti 5.005-1
    ttf-adobe-kaiti 5.004-1
    ttf-adobe-song 5.002-1
    ttf-arphic-ukai 0.2.20080216.1-3
    ttf-arphic-uming 0.2.20080216.1-3
    ttf-baekmuk 2.2-7
    ttf-bitstream-vera 1.10-8
    ttf-cheapskate 2.0-8
    ttf-dejavu 2.33-3
    ttf-droid 20110417-2
    ttf-freebanglafont 20120206-2
    ttf-freefont 20120503-1
    ttf-indic-otf 0.2-6
    ttf-linux-libertine 5.3.0-1
    ttf-ms-fonts 2.0-9
    ttf-sazanami 20040629-7
    ttf-source-sans-pro 1.033-2
    ttf-tlwg 0.5.0-1
    ttf-ubraille 001.000-6
    ttf-vista-fonts 1-5
    tumbler 0.1.25-1
    twisted 12.1.0-1
    tzdata 2012e-1
    udisks 1.0.4-4
    udisks2 1.94.0-2
    uniconvertor 1.1.5-5
    unixodbc 2.3.1-1
    unpaper 0.4.2-1
    unrar 4.2.4-1
    unrtf 0.21.2-1
    unzip 6.0-6
    upower 0.9.17-2
    usb_modeswitch 1.2.3-2
    usbmuxd 1.0.8-1
    usbutils 006-1
    util-linux 2.21.2-5
    v4l-utils 0.8.8-1
    v8 3.9.9-1
    vala 0.16.1-1
    valgrind 3.8.0-1
    vba-m-gtk-svn 1108-1
    vbaexpress 1.2-5
    vcdimager 0.7.24-2
    vde2 2.3.2-1
    vdpau-video 0.7.3-3
    vi 1:050325-2
    vidalia 0.2.20-1
    videoproto 2.3.1-2
    vim 7.3.600-1
    vim-a 2.18-6
    vim-bufexplorer 7.2.8-5
    vim-buftabs 0.18-1
    vim-clang-complete 1.8-1
    vim-colorsamplerpack 8.03-3
    vim-doxygentoolkit 0.2.13-2
    vim-guicolorscheme 1.2-3
    vim-minibufexpl 6.4.2-2
    vim-project 1.4.1-6
    vim-runtime 7.3.600-1
    vim-spell-de 20120506-1
    vim-spell-en 20120506-1
    vim-taglist 45-5
    vim-vcscommand 1.99.46-2
    vim-workspace 1.0b1-6
    vinagre 3.4.2-1
    vino 3.4.2-1
    virtualbox 4.1.18-5
    virtualbox-ext-oracle 4.1.18-1
    virtualbox-modules 4.1.18-4
    virtualbox-source 4.1.18-5
    virtuoso 6.1.6-1
    virtuoso-base 6.1.6-1
    visualboyadvance 1.7.2-9
    vlc 2.0.3-2
    vpnc 0.5.3.svn516-3
    vte 0.28.2-3
    vte-common 0.32.2-1
    vte-sharp 2.26.0-8
    vte3 0.32.2-1
    vulture-nethack 2.3.67-0
    warsow 1.0-1
    warsow-data 1.0-1
    wavpack 4.60.1-2
    webkit-sharp 0.3-4
    webrtc-audio-processing 0.1-1
    weka 3.7.5-1
    wesnoth 1.10.3-2
    wesnoth-data 1.10.3-1
    wget 1.14-1
    which 2.20-5
    whois 5.0.18-1
    widelands 17-3
    widelands-data 17-1
    wildmidi 0.2.3.5-2
    wine 1.5.10-1
    wine_gecko 1.7-1
    winegame 0.2.0-2
    winestuff 0.2.0-2
    winetricks 20120308-1
    wireless-regdb 2011.04.28-1
    wireless_tools 29-6
    wireshark-cli 1.8.1-1
    wireshark-gtk 1.8.1-1
    wnck-sharp 2.26.0-8
    wpa_supplicant 1.0-1
    wvdial 1.61-4
    wvstreams 4.6.1-5
    wxgtk 2.8.12.1-3
    wxmaxima 12.04.0-1
    wxpython 2.8.12.1-3
    x264 20120705-1
    xapian-core 1.2.12-1
    xbitmaps 1.1.1-2
    xcb-proto 1.7.1-1
    xcb-util 0.3.9-1
    xcb-util-keysyms 0.3.9-1
    xchat 2.8.8-10
    xcursor-themes 1.0.3-2
    xdg-user-dirs 0.14-3
    xdg-utils 1.1.0-2.20120520
    xerces-c 3.1.1-3
    xextproto 7.2.1-1
    xf86-input-evdev 2.7.3-1
    xf86-input-synaptics 1.6.2-1
    xf86-video-fbdev 0.4.3-1
    xf86-video-nouveau 1.0.1-1
    xf86-video-vesa 2.3.2-1
    xf86dgaproto 2.1-2
    xf86vidmodeproto 2.3.1-2
    xfce4-appfinder 4.10.0-1
    xfce4-mixer 4.8.0-4
    xfce4-panel 4.10.0-1
    xfce4-session 4.10.0-3
    xfce4-settings 4.10.0-2
    xfconf 4.10.0-2
    xfdesktop 4.10.0-3
    xfsprogs 3.1.8-2
    xfwm4 4.10.0-2
    xfwm4-themes 4.10.0-1
    xine-lib 1.2.2-1
    xine-ui 0.99.7-1
    xineramaproto 1.2.1-2
    xinetd 2.3.15-2
    xkeyboard-config 2.6-1
    xmind 3.2.1-1
    xmldiff 0.6.10-2
    xmlto 0.0.25-2
    xmlwrapp 0.6.2-2
    xorg-bdftopcf 1.0.3-2
    xorg-docs 1.7-1
    xorg-font-util 1.3.0-1
    xorg-font-utils 7.6-3
    xorg-fonts-100dpi 1.0.1-4
    xorg-fonts-75dpi 1.0.1-4
    xorg-fonts-alias 1.0.2-2
    xorg-fonts-encodings 1.0.4-3
    xorg-fonts-misc 1.0.1-2
    xorg-iceauth 1.0.5-1
    xorg-luit 1.1.1-1
    xorg-mkfontdir 1.0.7-1
    xorg-mkfontscale 1.1.0-1
    xorg-server 1.12.3.901-1
    xorg-server-common 1.12.3.901-1
    xorg-server-devel 1.12.3.901-1
    xorg-server-utils 7.6-3
    xorg-sessreg 1.0.7-1
    xorg-setxkbmap 1.3.0-1
    xorg-twm 1.0.7-1
    xorg-util-macros 1.17-1
    xorg-utils 7.6-8
    xorg-xauth 1.0.7-1
    xorg-xbacklight 1.1.2-3
    xorg-xcmsdb 1.0.4-1
    xorg-xdpyinfo 1.3.0-1
    xorg-xdriinfo 1.0.4-3
    xorg-xev 1.2.0-1
    xorg-xgamma 1.0.5-1
    xorg-xhost 1.0.5-1
    xorg-xinit 1.3.2-1
    xorg-xinput 1.6.0-1
    xorg-xkbcomp 1.2.4-1
    xorg-xlsatoms 1.1.1-1
    xorg-xlsclients 1.1.2-2
    xorg-xmessage 1.0.3-2
    xorg-xmodmap 1.0.7-1
    xorg-xprop 1.2.1-1
    xorg-xrandr 1.3.5-1
    xorg-xrdb 1.0.9-2
    xorg-xrefresh 1.0.4-3
    xorg-xset 1.2.2-1
    xorg-xsetroot 1.1.0-3
    xorg-xvinfo 1.1.1-3
    xorg-xwininfo 1.1.2-1
    xpdf 3.03-2
    xplc 0.3.13-4
    xproto 7.0.23-1
    xterm 281-1
    xulrunner192 1.9.2.28-3
    xvidcore 1.3.2-1
    xz 5.0.4-1
    yajl 2.0.4-1
    yaourt 1.1-1
    yasm 1.2.0-2
    yelp 3.4.2-1
    yelp-xsl 3.4.2-1
    zeitgeist 0.9.0.1-1
    zenity 3.4.0-1
    zeromq 2.2.0-2
    zip 3.0-3
    zlib 1.2.7-1
    zsh 5.0.0-2
    zsh-completions-git 20120808-2
    zvbi 0.2.33-4
    zziplib 0.13.62-1
    Here some logs:
    % journalctl
    Aug 13 20:16:58 Primat systemd-journal[141]: Journal started
    Aug 13 20:16:59 Primat systemd-modules-load[149]: Inserted module 'nfs'
    Aug 13 20:17:06 Primat vgchange[219]: 3 logical volume(s) in volume group "vg_Primat" now active
    Aug 13 20:17:08 Primat mtp-probe[365]: checking bus 1, device 3: "/sys/devices/pci0000:00/0000:00:1a.7/usb1/1-4"
    Aug 13 20:17:08 Primat mtp-probe[349]: checking bus 4, device 2: "/sys/devices/pci0000:00/0000:00:1a.1/usb4/4-1"
    Aug 13 20:17:08 Primat mtp-probe[365]: bus: 1, device: 3 was not an MTP device
    Aug 13 20:17:08 Primat mtp-probe[349]: bus: 4, device: 2 was not an MTP device
    Aug 13 20:17:11 Primat systemd-cryptsetup[439]: Set cipher aes, mode cbc-essiv:sha256, key size 256 bits for device /dev/sda1.
    Aug 13 20:17:14 Primat systemd-fsck[437]: /dev/sda2: sauber, 344/122160 Dateien, 288834/487974 Blöcke
    Aug 13 20:17:20 Primat mkswap[483]: mkswap: /dev/mapper/swap: warning: don't erase bootbits sectors
    Aug 13 20:17:20 Primat mkswap[483]: on whole disk. Use -f to force.
    Aug 13 20:17:21 Primat mkswap[483]: Swapbereich Version 1 wird angelegt, Größe = 6265312 KiB
    Aug 13 20:17:21 Primat mkswap[483]: kein Label, UUID=cbbb92b0-02cb-46c4-8051-efa98b0669c8
    Aug 13 20:17:22 Primat bluetoothd[497]: bluetoothd[497]: Bluetooth daemon 4.101
    Aug 13 20:17:21 Primat bluetoothd[497]: Bluetooth daemon 4.101
    Aug 13 20:17:22 Primat avahi-daemon[501]: Found user 'avahi' (UID 84) and group 'avahi' (GID 84).
    Aug 13 20:17:22 Primat avahi-daemon[501]: Successfully dropped root privileges.
    Aug 13 20:17:22 Primat avahi-daemon[501]: avahi-daemon 0.6.31 starting up.
    Aug 13 20:17:22 Primat acpid[505]: starting up with netlink and the input layer
    Aug 13 20:17:22 Primat acpid[505]: 4 rules loaded
    Aug 13 20:17:22 Primat acpid[505]: waiting for events: event logging is off
    Aug 13 20:17:22 Primat /usr/sbin/crond[498]: (CRON) INFO (Syslog will be used instead of sendmail.): Datei oder Verzeichnis nicht gefunden
    Aug 13 20:17:22 Primat /usr/sbin/crond[498]: (CRON) INFO (running with inotify support)
    Aug 13 20:17:22 Primat smartd[522]: smartd 5.43 2012-06-30 r3573 [x86_64-linux-3.4.8-1-ck] (local build)
    Aug 13 20:17:22 Primat smartd[522]: Copyright (C) 2002-12 by Bruce Allen, http://smartmontools.sourceforge.net
    Aug 13 20:17:22 Primat smartd[522]: Opened configuration file /etc/smartd.conf
    Aug 13 20:17:22 Primat smartd[522]: Configuration file /etc/smartd.conf was parsed, found DEVICESCAN, scanning devices
    Aug 13 20:17:22 Primat smartd[522]: Device: /dev/sda, type changed from 'scsi' to 'sat'
    Aug 13 20:17:22 Primat smartd[522]: Device: /dev/sda [SAT], opened
    Aug 13 20:17:22 Primat smartd[522]: Device: /dev/sda [SAT], SAMSUNG HM320JI, S/N:S16LJD0Q4*****, WWN:5-0f0000-0014*****, FW:2SS00_01, 320 GB
    Aug 13 20:17:22 Primat smartd[522]: Device: /dev/sda [SAT], found in smartd database: SAMSUNG SpinPoint M6
    Aug 13 20:17:23 Primat bluetoothd[497]: bluetoothd[497]: Starting SDP server
    Aug 13 20:17:23 Primat bluetoothd[497]: Starting SDP server
    Aug 13 20:17:23 Primat avahi-daemon[501]: Successfully called chroot().
    Aug 13 20:17:23 Primat avahi-daemon[501]: Successfully dropped remaining capabilities.
    Aug 13 20:17:23 Primat avahi-daemon[501]: Loading service file /services/sftp-ssh.service.
    Aug 13 20:17:23 Primat avahi-daemon[501]: Loading service file /services/ssh.service.
    Aug 13 20:17:23 Primat avahi-daemon[501]: Loading service file /services/udisks.service.
    Aug 13 20:17:23 Primat avahi-daemon[501]: Network interface enumeration completed.
    Aug 13 20:17:23 Primat avahi-daemon[501]: Registering HINFO record with values 'X86_64'/'LINUX'.
    Aug 13 20:17:23 Primat avahi-daemon[501]: Server startup complete. Host name is Primat.local. Local service cookie is 59663620.
    Aug 13 20:17:23 Primat avahi-daemon[501]: Service "Primat" (/services/udisks.service) successfully established.
    Aug 13 20:17:23 Primat avahi-daemon[501]: Service "Primat" (/services/ssh.service) successfully established.
    Aug 13 20:17:23 Primat avahi-daemon[501]: Service "Primat" (/services/sftp-ssh.service) successfully established.
    Aug 13 20:17:23 Primat systemd-logind[525]: New seat seat0.
    Aug 13 20:17:23 Primat bluetoothd[497]: bluetoothd[497]: Bluetooth Management interface initialized
    Aug 13 20:17:23 Primat bluetoothd[497]: Bluetooth Management interface initialized
    Aug 13 20:17:23 Primat systemd-logind[525]: Watching system buttons on /dev/input/event4 (Power Button)
    Aug 13 20:17:23 Primat systemd-logind[525]: Watching system buttons on /dev/input/event1 (Video Bus)
    Aug 13 20:17:23 Primat systemd-logind[525]: Watching system buttons on /dev/input/event3 (Power Button)
    Aug 13 20:17:23 Primat systemd-logind[525]: Watching system buttons on /dev/input/event2 (Lid Switch)
    Aug 13 20:17:23 Primat NetworkManager[516]: <info> NetworkManager (version 0.9.4.0) is starting...
    Aug 13 20:17:23 Primat NetworkManager[516]: <info> Read config file /etc/NetworkManager/NetworkManager.conf
    Aug 13 20:17:23 Primat NetworkManager[516]: <info> VPN: loaded org.freedesktop.NetworkManager.vpnc
    Aug 13 20:17:23 Primat NetworkManager[516]: <info> VPN: loaded org.freedesktop.NetworkManager.openvpn
    Aug 13 20:17:23 Primat NetworkManager[516]: <info> VPN: loaded org.freedesktop.NetworkManager.pptp
    Aug 13 20:17:23 Primat NetworkManager[516]: <info> VPN: loaded org.freedesktop.NetworkManager.openconnect
    Aug 13 20:17:23 Primat dbus-daemon[527]: dbus[527]: [system] Activating service name='org.freedesktop.PolicyKit1' (using servicehelper)
    Aug 13 20:17:23 Primat dbus[527]: [system] Activating service name='org.freedesktop.PolicyKit1' (using servicehelper)
    Aug 13 20:17:23 Primat bluetoothd[497]: bluetoothd[497]: input-headset driver probe failed for device 6C:9B:02:FD:**:**
    Aug 13 20:17:23 Primat bluetoothd[497]: input-headset driver probe failed for device 6C:9B:02:FD:**:**
    Aug 13 20:17:23 Primat bluetoothd[497]: bluetoothd[497]: input-headset driver probe failed for device 00:1B:DC:04:**:**
    Aug 13 20:17:23 Primat bluetoothd[497]: input-headset driver probe failed for device 00:1B:DC:04:**:**
    Aug 13 20:17:23 Primat bluetoothd[497]: bluetoothd[497]: input-headset driver probe failed for device BC:B1:F3:C8:**:**
    Aug 13 20:17:23 Primat bluetoothd[497]: input-headset driver probe failed for device BC:B1:F3:C8:**:**
    Aug 13 20:17:23 Primat smartd[522]: Device: /dev/sda [SAT], is SMART capable. Adding to "monitor" list.
    Aug 13 20:17:23 Primat smartd[522]: Monitoring 1 ATA and 0 SCSI devices
    Aug 13 20:17:23 Primat bluetoothd[497]: bluetoothd[497]: Adapter /org/bluez/497/hci0 has been enabled
    Aug 13 20:17:23 Primat bluetoothd[497]: Adapter /org/bluez/497/hci0 has been enabled
    Aug 13 20:17:24 Primat smartd[522]: Device: /dev/sda [SAT], previous self-test was interrupted by the host with a reset
    Aug 13 20:17:24 Primat dbus-daemon[527]: dbus[527]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
    Aug 13 20:17:24 Primat dbus[527]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
    Aug 13 20:17:24 Primat NetworkManager[516]: <info> Loaded plugin keyfile: (c) 2007 - 2010 Red Hat, Inc. To report bugs please use the NetworkManager mailing list.
    Aug 13 20:17:24 Primat NetworkManager[516]: keyfile: parsing *** ...
    Aug 13 20:17:25 Primat acpid[505]: client connected from 849[0:0]
    Aug 13 20:17:25 Primat acpid[505]: 1 client rule loaded
    Aug 13 20:17:27 Primat dbus-daemon[527]: dbus[527]: [system] Activating via systemd: service name='org.freedesktop.ColorManager' unit='colord.service'
    Aug 13 20:17:27 Primat dbus[527]: [system] Activating via systemd: service name='org.freedesktop.ColorManager' unit='colord.service'
    Aug 13 20:17:28 Primat dbus-daemon[527]: dbus[527]: [system] Successfully activated service 'org.freedesktop.ColorManager'
    Aug 13 20:17:28 Primat dbus[527]: [system] Successfully activated service 'org.freedesktop.ColorManager'
    Aug 13 20:17:29 Primat dbus-daemon[527]: dbus[527]: [system] Activating via systemd: service name='org.freedesktop.Accounts' unit='accounts-daemon.service'
    Aug 13 20:17:29 Primat dbus[527]: [system] Activating via systemd: service name='org.freedesktop.Accounts' unit='accounts-daemon.service'
    Aug 13 20:17:29 Primat dbus-daemon[527]: dbus[527]: [system] Successfully activated service 'org.freedesktop.Accounts'
    Aug 13 20:17:29 Primat dbus[527]: [system] Successfully activated service 'org.freedesktop.Accounts'
    Aug 13 20:17:29 Primat dbus-daemon[527]: dbus[527]: [system] Activating via systemd: service name='org.freedesktop.ConsoleKit' unit='console-kit-daemon.service'
    Aug 13 20:17:29 Primat dbus[527]: [system] Activating via systemd: service name='org.freedesktop.ConsoleKit' unit='console-kit-daemon.service'
    Aug 13 20:17:29 Primat console-kit-daemon[887]: missing action
    Aug 13 20:17:29 Primat dbus-daemon[527]: dbus[527]: [system] Successfully activated service 'org.freedesktop.ConsoleKit'
    Aug 13 20:17:29 Primat dbus[527]: [system] Successfully activated service 'org.freedesktop.ConsoleKit'
    Aug 13 20:17:30 Primat systemd-logind[525]: New session 1 of user gdm.
    Aug 13 20:17:30 Primat systemd-logind[525]: Linked /tmp/.X11-unix/X0 to /run/user/120/X11-display.
    Aug 13 20:17:30 Primat dbus-daemon[527]: dbus[527]: [system] Activating via systemd: service name='org.freedesktop.colord-sane' unit='colord-sane.service'
    Aug 13 20:17:30 Primat dbus[527]: [system] Activating via systemd: service name='org.freedesktop.colord-sane' unit='colord-sane.service'
    Aug 13 20:17:31 Primat dbus-daemon[527]: dbus[527]: [system] Successfully activated service 'org.freedesktop.colord-sane'
    Aug 13 20:17:31 Primat dbus[527]: [system] Successfully activated service 'org.freedesktop.colord-sane'
    Aug 13 20:17:32 Primat dbus-daemon[527]: dbus[527]: [system] Activating via systemd: service name='org.freedesktop.UPower' unit='upower.service'
    Aug 13 20:17:32 Primat dbus[527]: [system] Activating via systemd: service name='org.freedesktop.UPower' unit='upower.service'
    Aug 13 20:17:32 Primat dbus-daemon[527]: dbus[527]: [system] Successfully activated service 'org.freedesktop.UPower'
    Aug 13 20:17:32 Primat dbus[527]: [system] Successfully activated service 'org.freedesktop.UPower'
    Aug 13 20:17:36 Primat dbus-daemon[527]: dbus[527]: [system] Activating via systemd: service name='org.freedesktop.RealtimeKit1' unit='rtkit-daemon.service'
    Aug 13 20:17:36 Primat dbus[527]: [system] Activating via systemd: service name='org.freedesktop.RealtimeKit1' unit='rtkit-daemon.service'
    Aug 13 20:17:36 Primat systemd[1]: Failed to create cgroup cpu:/: No such file or directory
    Aug 13 20:17:40 Primat dbus-daemon[527]: dbus[527]: [system] Successfully activated service 'org.freedesktop.RealtimeKit1'
    Aug 13 20:17:40 Primat dbus[527]: [system] Successfully activated service 'org.freedesktop.RealtimeKit1'
    Aug 13 20:17:40 Primat bluetoothd[497]: bluetoothd[497]: Endpoint registered: sender=:1.29 path=/MediaEndpoint/HFPAG
    Aug 13 20:17:40 Primat bluetoothd[497]: bluetoothd[497]: Endpoint registered: sender=:1.29 path=/MediaEndpoint/HFPHS
    Aug 13 20:17:40 Primat bluetoothd[497]: bluetoothd[497]: Endpoint registered: sender=:1.29 path=/MediaEndpoint/A2DPSource
    Aug 13 20:17:40 Primat bluetoothd[497]: bluetoothd[497]: Endpoint registered: sender=:1.29 path=/MediaEndpoint/A2DPSink
    Aug 13 20:17:40 Primat bluetoothd[497]: Endpoint registered: sender=:1.29 path=/MediaEndpoint/HFPAG
    Aug 13 20:17:40 Primat bluetoothd[497]: Endpoint registered: sender=:1.29 path=/MediaEndpoint/HFPHS
    Aug 13 20:17:40 Primat bluetoothd[497]: Endpoint registered: sender=:1.29 path=/MediaEndpoint/A2DPSource
    Aug 13 20:17:40 Primat bluetoothd[497]: Endpoint registered: sender=:1.29 path=/MediaEndpoint/A2DPSink
    Aug 13 20:17:42 Primat dbus-daemon[527]: dbus[527]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.31" (uid=120 pid=1629 comm="gnome-shell --gdm-mode ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.14" (uid=0 pid=887 comm="/usr/sbin/console-kit-daemon --no-daemon ")
    Aug 13 20:17:42 Primat dbus[527]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.31" (uid=120 pid=1629 comm="gnome-shell --gdm-mode ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.14" (uid=0 pid=887 comm="/usr/sbin/console-kit-daemon --no-daemon ")
    Aug 13 20:18:26 Primat systemd[1]: Job dev-mapper-vg_Primat\x2dlv_Home.device/start timed out.
    Aug 13 20:18:26 Primat systemd[1]: Job home.mount/start failed with result 'dependency'.
    Aug 13 20:18:26 Primat systemd[1]: Job systemd-fsck@dev-mapper-vg_Primat\x2dlv_Home.service/start failed with result 'dependency'.
    Aug 13 20:18:26 Primat systemd[1]: Job dev-mapper-vg_Primat\x2dlv_Home.device/start failed with result 'timeout'.
    Aug 13 20:18:38 Primat acpid[505]: client 849[0:0] has disconnected
    Aug 13 20:18:52 Primat systemd[1]: NetworkManager.service operation timed out. Terminating.
    Aug 13 20:18:52 Primat NetworkManager[516]: <info> caught signal 15, shutting down normally.
    Aug 13 20:19:48 Primat acpid[505]: client connected from 849[0:0]
    Aug 13 20:19:48 Primat acpid[505]: 1 client rule loaded
    Aug 13 20:19:52 Primat acpid[505]: client 849[0:0] has disconnected
    Aug 13 20:19:55 Primat acpid[505]: client connected from 849[0:0]
    Aug 13 20:19:55 Primat acpid[505]: 1 client rule loaded
    Aug 13 20:19:58 Primat systemd-logind[525]: Power key pressed.
    Aug 13 20:19:58 Primat systemd-logind[525]: Refusing power-off, user is logged in.
    Aug 13 20:19:58 Primat systemd[1]: Job graphical.target/start failed with result 'dependency'.
    Aug 13 20:19:58 Primat bluetoothd[497]: bluetoothd[497]: Terminating
    Aug 13 20:19:58 Primat bluetoothd[497]: bluetoothd[497]: Endpoint unregistered: sender=:1.29 path=/MediaEndpoint/A2DPSink
    Aug 13 20:19:58 Primat bluetoothd[497]: bluetoothd[497]: Endpoint unregistered: sender=:1.29 path=/MediaEndpoint/A2DPSource
    Aug 13 20:19:58 Primat bluetoothd[497]: bluetoothd[497]: Endpoint unregistered: sender=:1.29 path=/MediaEndpoint/HFPAG
    Aug 13 20:19:58 Primat bluetoothd[497]: bluetoothd[497]: Endpoint unregistered: sender=:1.29 path=/MediaEndpoint/HFPHS
    Aug 13 20:19:58 Primat bluetoothd[497]: Terminating
    Aug 13 20:19:58 Primat bluetoothd[497]: Endpoint unregistered: sender=:1.29 path=/MediaEndpoint/A2DPSink
    Aug 13 20:19:58 Primat bluetoothd[497]: Endpoint unregistered: sender=:1.29 path=/MediaEndpoint/A2DPSource
    Aug 13 20:19:58 Primat bluetoothd[497]: Endpoint unregistered: sender=:1.29 path=/MediaEndpoint/HFPAG
    Aug 13 20:19:58 Primat bluetoothd[497]: Endpoint unregistered: sender=:1.29 path=/MediaEndpoint/HFPHS
    Aug 13 20:19:58 Primat dbus[527]: [system] Rejected send message, 3 matched rules; type="error", sender=":1.29" (uid=120 pid=1024 comm="/usr/bin/pulseaudio --start --log-target=syslog ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.1" (uid=0 pid=497 comm="/usr/sbin/bluetoothd -n ")
    Aug 13 20:19:58 Primat dbus[527]: [system] Rejected send message, 3 matched rules; type="error", sender=":1.29" (uid=120 pid=1024 comm="/usr/bin/pulseaudio --start --log-target=syslog ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.1" (uid=0 pid=497 comm="/usr/sbin/bluetoothd -n ")
    Aug 13 20:19:58 Primat dbus[527]: [system] Rejected send message, 3 matched rules; type="error", sender=":1.29" (uid=120 pid=1024 comm="/usr/bin/pulseaudio --start --log-target=syslog ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.1" (uid=0 pid=497 comm="/usr/sbin/bluetoothd -n ")
    Aug 13 20:19:58 Primat dbus[527]: [system] Rejected send message, 3 matched rules; type="error", sender=":1.29" (uid=120 pid=1024 comm="/usr/bin/pulseaudio --start --log-target=syslog ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.1" (uid=0 pid=497 comm="/usr/sbin/bluetoothd -n ")
    Aug 13 20:19:58 Primat avahi-daemon[501]: Got SIGTERM, quitting.
    Aug 13 20:19:58 Primat acpid[505]: exiting
    Aug 13 20:19:58 Primat dbus-daemon[527]: dbus[527]: [system] Rejected send message, 3 matched rules; type="error", sender=":1.29" (uid=120 pid=1024 comm="/usr/bin/pulseaudio --start --log-target=syslog ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.1" (uid=0 pid=497 comm="/usr/sbin/bluetoothd -n ")
    Aug 13 20:19:58 Primat dbus-daemon[527]: dbus[527]: [system] Rejected send message, 3 matched rules; type="error", sender=":1.29" (uid=120 pid=1024 comm="/usr/bin/pulseaudio --start --log-target=syslog ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.1" (uid=0 pid=497 comm="/usr/sbin/bluetoothd -n ")
    Aug 13 20:19:58 Primat dbus-daemon[527]: dbus[527]: [system] Rejected send message, 3 matched rules; type="error", sender=":1.29" (uid=120 pid=1024 comm="/usr/bin/pulseaudio --start --log-target=syslog ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.1" (uid=0 pid=497 comm="/usr/sbin/bluetoothd -n ")
    Aug 13 20:19:58 Primat dbus-daemon[527]: dbus[527]: [system] Rejected send message, 3 matched rules; type="error", sender=":1.29" (uid=120 pid=1024 comm="/usr/bin/pulseaudio --start --log-target=syslog ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.1" (uid=0 pid=497 comm="/usr/sbin/bluetoothd -n ")
    Aug 13 20:19:58 Primat iptables-flush[1693]: /usr/sbin/iptables
    Aug 13 20:19:58 Primat bluetoothd[497]: bluetoothd[497]: Stopping SDP server
    Aug 13 20:19:58 Primat bluetoothd[497]: bluetoothd[497]: Exit
    Aug 13 20:19:58 Primat avahi-daemon[501]: avahi-daemon 0.6.31 exiting.
    Aug 13 20:19:58 Primat bluetoothd[497]: Stopping SDP server
    Aug 13 20:19:58 Primat bluetoothd[497]: Exit
    Aug 13 20:20:10 Primat systemd[1]: Job dev-mapper-vg_Primat\x2dlv_Home.device/start timed out.
    Aug 13 20:20:10 Primat systemd[1]: Job systemd-fsck@dev-mapper-vg_Primat\x2dlv_Home.service/start failed with result 'dependency'.
    Aug 13 20:20:10 Primat systemd[1]: Job dev-mapper-vg_Primat\x2dlv_Home.device/start failed with result 'timeout'.
    Aug 13 20:20:22 Primat systemd[1]: NetworkManager.service stopping timed out (2). Killing.
    Aug 13 20:20:22 Primat systemd[1]: Unit NetworkManager.service entered failed state.
    Aug 13 20:21:28 Primat systemd[1]: Job dev-mapper-swap.device/stop timed out.
    Aug 13 20:21:28 Primat systemd[1]: Job dev-mapper-swap.device/stop failed with result 'timeout'.
    Aug 13 20:21:28 Primat systemd[1]: Job dev-disk-by\x2duuid-cbbb92b0\x2d02cb\x2d46c4\x2d8051\x2defa98b0669c8.device/stop timed out.
    Aug 13 20:21:28 Primat systemd[1]: Job dev-disk-by\x2duuid-cbbb92b0\x2d02cb\x2d46c4\x2d8051\x2defa98b0669c8.

    Your problem sounds similar to this one, except that they're using software raid rather than just pure LVM. If you're using an initrd, you may not have the appropriate modules installed. If you're not using an initrd, then the kernel probably needs LVM support compiled in (not as a module) and could be solved by fixing that. I have never used the ck-patchset, but this should give you an additional data point.
    Also comment=systemd.automount will be deprecated soon as I understand it; if you have a need for automounting, x-systemd.automount should be used instead.

  • Pacman: impossible to determine root mount point /

    Hi all.
    Last week I tried to do a full system upgrade but didn't notice I was out of space. Pacman told me and didn't update anything, so everything was fine.
    I freed up some GB in the root directory but now I get this error (freely translated from Italian):
    error: impossible to determine root mount point /
    error: free space on disk not sufficient
    error: impossible to archieve requested operation (unespected error)
    It does so whatever I try to install or upgrade. I'm really lost and I don't know where and how to fix this since I don't understand what causes it. In the last weeks I haven't fiddled with the system much so there's nothing I may have broken.
    Please help!
    I am more than ready to give whatever informatio about the system you may require.
    cheers!
    PS:
    For the last 4 or so months at the end of the shutdown phase I get something like:
    setting root filesystem read-only FAIL
    But it has never given any problem.
    I use squashfs for /usr and quick-init (yes I know it's dated, I need to try systemd) and some tweaks here and there, nothing major.

    Thanks all.
    This is the output of the required command:
    [adriano@myhost ~] sudo LC_ALL=C sudo pacman -S --debug p7zip
    Password:
    debug: config: attempting to read file /etc/pacman.conf
    debug: config: new section 'options'
    debug: config: HoldPkg: pacman
    debug: config: HoldPkg: glibc
    debug: config: SyncFirst: pacman
    debug: config: Architecture: x86_64
    debug: config: IgnorePkg:
    debug: config: IgnoreGroup:
    debug: config: showsize
    debug: config: usedelta
    debug: config: totaldownload
    debug: config: new section 'core'
    debug: registering sync database 'core'
    debug: config file /etc/pacman.conf, line 49: including /etc/pacman.d/mirrorlist
    debug: config: attempting to read file /etc/pacman.d/mirrorlist
    debug: adding new server URL to database 'core': http://archlinux.mirrors.ovh.net/archlinux/core/os/x86_64
    debug: adding new server URL to database 'core': http://ftp.uni-kl.de/pub/linux/archlinux/core/os/x86_64
    debug: adding new server URL to database 'core': http://archlinux.polymorf.fr/core/os/x86_64
    debug: adding new server URL to database 'core': ftp://archlinux.mirrors.ovh.net/archlinux/core/os/x86_64
    debug: adding new server URL to database 'core': ftp://ftp.uni-kl.de/pub/linux/archlinux/core/os/x86_64
    debug: setlibpaths() called
    debug: option 'cachedir' = /var/cache/pacman/pkg/
    debug: config: finished parsing /etc/pacman.d/mirrorlist
    debug: config: new section 'extra'
    debug: registering sync database 'extra'
    debug: config file /etc/pacman.conf, line 53: including /etc/pacman.d/mirrorlist
    debug: config: attempting to read file /etc/pacman.d/mirrorlist
    debug: adding new server URL to database 'extra': http://archlinux.mirrors.ovh.net/archlinux/extra/os/x86_64
    debug: adding new server URL to database 'extra': http://ftp.uni-kl.de/pub/linux/archlinux/extra/os/x86_64
    debug: adding new server URL to database 'extra': http://archlinux.polymorf.fr/extra/os/x86_64
    debug: adding new server URL to database 'extra': ftp://archlinux.mirrors.ovh.net/archlinux/extra/os/x86_64
    debug: adding new server URL to database 'extra': ftp://ftp.uni-kl.de/pub/linux/archlinux/extra/os/x86_64
    debug: config: finished parsing /etc/pacman.d/mirrorlist
    debug: config: new section 'community'
    debug: registering sync database 'community'
    debug: config file /etc/pacman.conf, line 61: including /etc/pacman.d/mirrorlist
    debug: config: attempting to read file /etc/pacman.d/mirrorlist
    debug: adding new server URL to database 'community': http://archlinux.mirrors.ovh.net/archlinux/community/os/x86_64
    debug: adding new server URL to database 'community': http://ftp.uni-kl.de/pub/linux/archlinux/community/os/x86_64
    debug: adding new server URL to database 'community': http://archlinux.polymorf.fr/community/os/x86_64
    debug: adding new server URL to database 'community': ftp://archlinux.mirrors.ovh.net/archlinux/community/os/x86_64
    debug: adding new server URL to database 'community': ftp://ftp.uni-kl.de/pub/linux/archlinux/community/os/x86_64
    debug: config: finished parsing /etc/pacman.d/mirrorlist
    debug: config: new section 'multilib'
    debug: registering sync database 'multilib'
    debug: config file /etc/pacman.conf, line 64: including /etc/pacman.d/mirrorlist
    debug: config: attempting to read file /etc/pacman.d/mirrorlist
    debug: adding new server URL to database 'multilib': http://archlinux.mirrors.ovh.net/archlinux/multilib/os/x86_64
    debug: adding new server URL to database 'multilib': http://ftp.uni-kl.de/pub/linux/archlinux/multilib/os/x86_64
    debug: adding new server URL to database 'multilib': http://archlinux.polymorf.fr/multilib/os/x86_64
    debug: adding new server URL to database 'multilib': ftp://archlinux.mirrors.ovh.net/archlinux/multilib/os/x86_64
    debug: adding new server URL to database 'multilib': ftp://ftp.uni-kl.de/pub/linux/archlinux/multilib/os/x86_64
    debug: config: finished parsing /etc/pacman.d/mirrorlist
    debug: config: new section 'kde4-eyecandy-64'
    debug: registering sync database 'kde4-eyecandy-64'
    debug: adding new server URL to database 'kde4-eyecandy-64': http://archlinuxgr.tiven.org/kde4-eyecandy/x86_64
    debug: config: finished parsing /etc/pacman.conf
    debug: loading package cache for repository 'local'
    debug: database path for tree local set to /var/lib/pacman/local/
    debug: adding 'gksu' to package cache for db 'local'
    debug: adding 'sip' to package cache for db 'local'
    debug: adding 'kdebase-plasma' to package cache for db 'local'
    debug: adding 'kdeplasma-addons-containments' to package cache for db 'local'
    debug: adding 'libtextcat' to package cache for db 'local'
    debug: adding 'kdesdk-poxml' to package cache for db 'local'
    debug: adding 'pango-perl' to package cache for db 'local'
    debug: adding 'ntrack' to package cache for db 'local'
    debug: adding 'kdeplasma-addons-applets-paste' to package cache for db 'local'
    debug: adding 'fortune-mod-it' to package cache for db 'local'
    debug: adding 'vorbis-tools' to package cache for db 'local'
    debug: adding 'ca-certificates-java' to package cache for db 'local'
    debug: adding 'vala' to package cache for db 'local'
    debug: adding 'cyrus-sasl-sql' to package cache for db 'local'
    debug: adding 'xorg-xev' to package cache for db 'local'
    debug: adding 'conky' to package cache for db 'local'
    debug: adding 'ulatencyd' to package cache for db 'local'
    debug: adding 'libnl' to package cache for db 'local'
    debug: adding 'make' to package cache for db 'local'
    debug: adding 'hal' to package cache for db 'local'
    debug: adding 'lm_sensors' to package cache for db 'local'
    debug: adding 'lib32-libxdamage' to package cache for db 'local'
    debug: adding 'libglade' to package cache for db 'local'
    debug: adding 'libproxy' to package cache for db 'local'
    debug: adding 'gstreamer0.10-bad-plugins' to package cache for db 'local'
    debug: adding 'cpufreqd' to package cache for db 'local'
    debug: adding 'lucene' to package cache for db 'local'
    debug: adding 'cairo-perl' to package cache for db 'local'
    debug: adding 'libfontenc' to package cache for db 'local'
    debug: adding 'tree' to package cache for db 'local'
    debug: adding 'lib32-qt' to package cache for db 'local'
    debug: adding 'mlocate' to package cache for db 'local'
    debug: adding 'qscintilla' to package cache for db 'local'
    debug: adding 'lib32-libstdc++5' to package cache for db 'local'
    debug: adding 'fontconfig' to package cache for db 'local'
    debug: adding 'libogg' to package cache for db 'local'
    debug: adding 'gpgme' to package cache for db 'local'
    debug: adding 'psmisc' to package cache for db 'local'
    debug: adding 'diffstat' to package cache for db 'local'
    debug: adding 'libcanberra' to package cache for db 'local'
    debug: adding 'kdegames-kbattleship' to package cache for db 'local'
    debug: adding 'kdeplasma-playwolf-elements' to package cache for db 'local'
    debug: adding 'kdeedu-kalgebra' to package cache for db 'local'
    debug: adding 'cdparanoia' to package cache for db 'local'
    debug: adding 'xdg-utils' to package cache for db 'local'
    debug: adding 'fortune-mod-archlinux' to package cache for db 'local'
    debug: adding 'mkinitcpio' to package cache for db 'local'
    debug: adding 'libreoffice-extension-diagram' to package cache for db 'local'
    debug: adding 'python' to package cache for db 'local'
    debug: adding 'syslinux' to package cache for db 'local'
    debug: adding 'texlive-latexextra' to package cache for db 'local'
    debug: adding 'zenity' to package cache for db 'local'
    debug: adding 'lib32-util-linux' to package cache for db 'local'
    debug: adding 'enca' to package cache for db 'local'
    debug: adding 'gdk-pixbuf2' to package cache for db 'local'
    debug: adding 'libreoffice-extension-ct2n' to package cache for db 'local'
    debug: adding 'flashplugin-beta' to package cache for db 'local'
    debug: adding 'randrproto' to package cache for db 'local'
    debug: adding 'rpmextract' to package cache for db 'local'
    debug: adding 'pstoedit' to package cache for db 'local'
    debug: adding 'kdesdk-kompare' to package cache for db 'local'
    debug: adding 'kdeplasma-addons-applets-social-news' to package cache for db 'local'
    debug: adding 'ed' to package cache for db 'local'
    debug: adding 'kdeplasma-addons-applets-calculator' to package cache for db 'local'
    debug: adding 'kdeplasma-addons-applets-bookmarks' to package cache for db 'local'
    debug: adding 'libjpeg-turbo' to package cache for db 'local'
    debug: adding 'kdegames-kolf' to package cache for db 'local'
    debug: adding 'lib32-libgl' to package cache for db 'local'
    debug: adding 'kdepim-akonadiconsole' to package cache for db 'local'
    debug: adding 'kdetoys-kweather' to package cache for db 'local'
    debug: adding 'pmtools' to package cache for db 'local'
    debug: adding 'kdeplasma-addons-runners-events' to package cache for db 'local'
    debug: adding 'qgit' to package cache for db 'local'
    debug: adding 'kdegames-kmahjongg' to package cache for db 'local'
    debug: adding 'libpcap' to package cache for db 'local'
    debug: adding 'pm-utils' to package cache for db 'local'
    debug: adding 'kdeaccessibility-kmousetool' to package cache for db 'local'
    debug: adding 'downgrade' to package cache for db 'local'
    debug: adding 'automake' to package cache for db 'local'
    debug: adding 'pkgstats' to package cache for db 'local'
    debug: adding 'libidl2' to package cache for db 'local'
    debug: adding 'kdocker' to package cache for db 'local'
    debug: adding 'kdeplasma-addons-applets-nowplaying' to package cache for db 'local'
    debug: adding 'zlib' to package cache for db 'local'
    debug: adding 'openal' to package cache for db 'local'
    debug: adding 'sl' to package cache for db 'local'
    debug: adding 'apr' to package cache for db 'local'
    debug: adding 'gtk3' to package cache for db 'local'
    debug: adding 'gtk-engines' to package cache for db 'local'
    debug: adding 'glib2' to package cache for db 'local'
    debug: adding 'gcc-multilib' to package cache for db 'local'
    debug: adding 'lib32-readline' to package cache for db 'local'
    debug: adding 'libsm' to package cache for db 'local'
    debug: adding 'perl-error' to package cache for db 'local'
    debug: adding 'lib32-expat' to package cache for db 'local'
    debug: adding 'kdeutils-kcalc' to package cache for db 'local'
    debug: adding 'kdewebdev-kommander' to package cache for db 'local'
    debug: adding 'xorg-luit' to package cache for db 'local'
    debug: adding 'libpulse' to package cache for db 'local'
    debug: adding 'vlc' to package cache for db 'local'
    debug: adding 'unixodbc' to package cache for db 'local'
    debug: adding 'lib32-xcb-util' to package cache for db 'local'
    debug: adding 'libxkbfile' to package cache for db 'local'
    debug: adding 'dhclient' to package cache for db 'local'
    debug: adding 'libxml2' to package cache for db 'local'
    debug: adding 'preload' to package cache for db 'local'
    debug: adding 'lcms' to package cache for db 'local'
    debug: adding 'kdeplasma-addons-applets-charselect' to package cache for db 'local'
    debug: adding 'kdeplasma-addons-applets-notes' to package cache for db 'local'
    debug: adding 'libavc1394' to package cache for db 'local'
    debug: adding 'kdegraphics-ksnapshot' to package cache for db 'local'
    debug: adding 'kdeplasma-addons-applets-filewatcher' to package cache for db 'local'
    debug: adding 'gtk2+extra' to package cache for db 'local'
    debug: adding 'kdegraphics-kruler' to package cache for db 'local'
    debug: adding 'kdeplasma-addons-applets-fuzzy-clock' to package cache for db 'local'
    debug: adding 'oxygen-transparent-git' to package cache for db 'local'
    debug: adding 'kdeplasma-addons-applets-kimpanel' to package cache for db 'local'
    debug: adding 'xf86-input-synaptics' to package cache for db 'local'
    debug: adding 'bespin-kdm-svn' to package cache for db 'local'
    debug: adding 'libreoffice-extension-numbertext' to package cache for db 'local'
    debug: adding 'kdebase-workspace' to package cache for db 'local'
    debug: adding 'cpuburn' to package cache for db 'local'
    debug: adding 'kdeplasma-addons-wallpapers-marble' to package cache for db 'local'
    debug: adding 'libgpod' to package cache for db 'local'
    debug: adding 'archlinux-themes-kde' to package cache for db 'local'
    debug: adding 'sdl_ttf' to package cache for db 'local'
    debug: adding 'git' to package cache for db 'local'
    debug: adding 'gawk' to package cache for db 'local'
    debug: adding 'kdesdk-kate' to package cache for db 'local'
    debug: adding 'glib-networking' to package cache for db 'local'
    debug: adding 'mplayer' to package cache for db 'local'
    debug: adding 'pixman' to package cache for db 'local'
    debug: adding 'sdl_pango' to package cache for db 'local'
    debug: adding 'kdegames-kdiamond' to package cache for db 'local'
    debug: adding 'libiodbc' to package cache for db 'local'
    debug: adding 'xorg-xcmsdb' to package cache for db 'local'
    debug: adding 'libsigsegv' to package cache for db 'local'
    debug: adding 'keyutils' to package cache for db 'local'
    debug: adding 'conky-email' to package cache for db 'local'
    debug: adding 'kdeplasma-addons-applets-showdesktop' to package cache for db 'local'
    debug: adding 'lib32-libcups' to package cache for db 'local'
    debug: adding 'hwinfo' to package cache for db 'local'
    debug: adding 'libxcomposite' to package cache for db 'local'
    debug: adding 'kdeplasma-addons-applets-fifteenpuzzle' to package cache for db 'local'
    debug: adding 'lib32-libxss' to package cache for db 'local'
    debug: adding 'scrnsaverproto' to package cache for db 'local'
    debug: adding 'xorg-xdriinfo' to package cache for db 'local'
    debug: adding 'htop' to package cache for db 'local'
    debug: adding 'kdeplasma-addons-runners-spellchecker' to package cache for db 'local'
    debug: adding 'kdegames-bomber' to package cache for db 'local'
    debug: adding 'libdc1394' to package cache for db 'local'
    debug: adding 'ode' to package cache for db 'local'
    debug: adding 'libwpd' to package cache for db 'local'
    debug: adding 'kdenetwork-kppp' to package cache for db 'local'
    debug: adding 'dmxproto' to package cache for db 'local'
    debug: adding 'hunspell-it' to package cache for db 'local'
    debug: adding 'docbook-xsl' to package cache for db 'local'
    debug: adding 'ppl' to package cache for db 'local'
    debug: adding 'subtitleeditor' to package cache for db 'local'
    debug: adding 'gsm' to package cache for db 'local'
    debug: adding 'desktop-file-utils' to package cache for db 'local'
    debug: adding 'xorg-xwd' to package cache for db 'local'
    debug: adding 'cairomm' to package cache for db 'local'
    debug: adding 'libreoffice-writer' to package cache for db 'local'
    debug: adding 'togglecompositing-plasmoid' to package cache for db 'local'
    debug: adding 'kdegames-killbots' to package cache for db 'local'
    debug: adding 'kmozillahelper' to package cache for db 'local'
    debug: adding 'xorg-xinput' to package cache for db 'local'
    debug: adding 'ruby-pango' to package cache for db 'local'
    debug: adding 'perl-gtk2-sexy' to package cache for db 'local'
    debug: adding 'antlr2' to package cache for db 'local'
    debug: adding 'qimageblitz' to package cache for db 'local'
    debug: adding 'gdbm' to package cache for db 'local'
    debug: adding 'xorg-xwininfo' to package cache for db 'local'
    debug: adding 'kdeutils-kremotecontrol' to package cache for db 'local'
    debug: adding 'links' to package cache for db 'local'
    debug: adding 'cloog-ppl' to package cache for db 'local'
    debug: adding 'run-parts' to package cache for db 'local'
    debug: adding 'xf86-video-vesa' to package cache for db 'local'
    debug: adding 'kdeplasma-addons-applets-unitconverter' to package cache for db 'local'
    debug: adding 'fuseiso' to package cache for db 'local'
    debug: adding 'most' to package cache for db 'local'
    debug: adding 'kdewebdev-kfilereplace' to package cache for db 'local'
    debug: adding 'kdemultimedia-mplayerthumbs' to package cache for db 'local'
    debug: adding 'libmusicbrainz3' to package cache for db 'local'
    debug: adding 'enblend-enfuse' to package cache for db 'local'
    debug: adding 'lib32-libx11' to package cache for db 'local'
    debug: adding 'binutils-multilib' to package cache for db 'local'
    debug: adding 'smpeg' to package cache for db 'local'
    debug: adding 'libxtst' to package cache for db 'local'
    debug: adding 'alsa-plugins' to package cache for db 'local'
    debug: adding 'procps' to package cache for db 'local'
    debug: adding 'xorg-xkbcomp' to package cache for db 'local'
    debug: adding 'prison' to package cache for db 'local'
    debug: adding 'lib32-dbus-core' to package cache for db 'local'
    debug: adding 'lib32-lcms' to package cache for db 'local'
    debug: adding 'wicd' to package cache for db 'local'
    debug: adding 'kde-media-player' to package cache for db 'local'
    debug: adding 'xorg-fonts-75dpi' to package cache for db 'local'
    debug: adding 'neon-splash' to package cache for db 'local'
    debug: adding 'kdegames-kjumpingcube' to package cache for db 'local'
    debug: adding 'rtmpdump' to package cache for db 'local'
    debug: adding 'netcfg' to package cache for db 'local'
    debug: adding 'ftgl' to package cache for db 'local'
    debug: adding 'lib32-freetype2' to package cache for db 'local'
    debug: adding 'libmal' to package cache for db 'local'
    debug: adding 'kdelibs' to package cache for db 'local'
    debug: adding 'kdepim-libkdepim' to package cache for db 'local'
    debug: adding 'pacmatic' to package cache for db 'local'
    debug: adding 'quick-init' to package cache for db 'local'
    debug: adding 'perl-list-moreutils' to package cache for db 'local'
    debug: adding 'docbook-xml' to package cache for db 'local'
    debug: adding 'xbill' to package cache for db 'local'
    debug: adding 'sdl_mixer' to package cache for db 'local'
    debug: adding 'libxss' to package cache for db 'local'
    debug: adding 'libdvdcss' to package cache for db 'local'
    debug: adding 'kdeutils-kwallet' to package cache for db 'local'
    debug: adding 'sudo' to package cache for db 'local'
    debug: adding 'kdeedu-klettres' to package cache for db 'local'
    debug: adding 'patch' to package cache for db 'local'
    debug: adding 'lib32-libgpg-error' to package cache for db 'local'
    debug: adding 'libxcursor' to package cache for db 'local'
    debug: adding 'sane' to package cache for db 'local'
    debug: adding 'libxfont' to package cache for db 'local'
    debug: adding 'kile' to package cache for db 'local'
    debug: adding 'tidyhtml' to package cache for db 'local'
    debug: adding 'pinentry' to package cache for db 'local'
    debug: adding 'libqzeitgeist' to package cache for db 'local'
    debug: adding 'freemind' to package cache for db 'local'
    debug: adding 'pylorcon' to package cache for db 'local'
    debug: adding 'beshadowed' to package cache for db 'local'
    debug: adding 'gstreamer0.10-base' to package cache for db 'local'
    debug: adding 'util-linux' to package cache for db 'local'
    debug: adding 'wget' to package cache for db 'local'
    debug: adding 'e2fsprogs' to package cache for db 'local'
    debug: adding 'cowsay' to package cache for db 'local'
    debug: adding 'gnupg' to package cache for db 'local'
    debug: adding 'libreoffice-draw' to package cache for db 'local'
    debug: adding 'kdegames-kshisen' to package cache for db 'local'
    debug: adding 'wavpack' to package cache for db 'local'
    debug: adding 'xfsprogs' to package cache for db 'local'
    debug: adding 'kdeplasma-addons-runners-contacts' to package cache for db 'local'
    debug: adding 'stalonetray' to package cache for db 'local'
    debug: adding 'jfsutils' to package cache for db 'local'
    debug: adding 'kdeplasma-addons-applets-smooth-tasks-kde-sc-46-hg' to package cache for db 'local'
    debug: adding 'libreoffice-extension-nlpsolver' to package cache for db 'local'
    debug: adding 'texlive-core' to package cache for db 'local'
    debug: adding 'python2-cairo' to package cache for db 'local'
    debug: adding 'libwebkit' to package cache for db 'local'
    debug: adding 'smplayer' to package cache for db 'local'
    debug: adding 'kdegames-kbounce' to package cache for db 'local'
    debug: adding 'poppler-qt' to package cache for db 'local'
    debug: adding 'aldm' to package cache for db 'local'
    debug: adding 'bedropped' to package cache for db 'local'
    debug: adding 'bc' to package cache for db 'local'
    debug: adding 'obexftp' to package cache for db 'local'
    debug: adding 'vigra' to package cache for db 'local'
    debug: adding 'lib32-libjpeg-turbo' to package cache for db 'local'
    debug: adding 'gocr' to package cache for db 'local'
    debug: adding 'nightmode' to package cache for db 'local'
    debug: adding 'gtk2' to package cache for db 'local'
    debug: adding 'rp-pppoe' to package cache for db 'local'
    debug: adding 'opencore-amr' to package cache for db 'local'
    debug: adding 'lib32-libpciaccess' to package cache for db 'local'
    debug: adding 'mjpegtools' to package cache for db 'local'
    debug: adding 'cln' to package cache for db 'local'
    debug: adding 'aspell' to package cache for db 'local'
    debug: adding 'libgl' to package cache for db 'local'
    debug: adding 'kdeplasma-addons-runners-characters' to package cache for db 'local'
    debug: adding 'libxslt' to package cache for db 'local'
    debug: adding 'epson-inkjet-printer-escpr' to package cache for db 'local'
    debug: adding 'kdeadmin-ksystemlog' to package cache for db 'local'
    debug: adding 'xorg-server' to package cache for db 'local'
    debug: adding 'yakuake-skin-pixelnine' to package cache for db 'local'
    debug: adding 'sdl_net' to package cache for db 'local'
    debug: adding 'elfutils' to package cache for db 'local'
    debug: adding 'vbetool' to package cache for db 'local'
    debug: adding 'xorg-res-utils' to package cache for db 'local'
    debug: adding 'gnutls' to package cache for db 'local'
    debug: adding 'ca-certificates' to package cache for db 'local'
    debug: adding 'libxcb' to package cache for db 'local'
    debug: adding 'perl-class-inspector' to package cache for db 'local'
    debug: adding 'bison' to package cache for db 'local'
    debug: adding 'pilot-link' to package cache for db 'local'
    debug: adding 'libx86emu' to package cache for db 'local'
    debug: adding 'libldap' to package cache for db 'local'
    debug: adding 'kernel26' to package cache for db 'local'
    debug: adding 'ntp' to package cache for db 'local'
    debug: adding 'db' to package cache for db 'local'
    debug: adding 'kdegraphics-kcolorchooser' to package cache for db 'local'
    debug: adding 'fontconfig-lcd' to package cache for db 'local'
    debug: adding 'ttf-dejavu' to package cache for db 'local'
    debug: adding 'bespin-svn-kde4style' to package cache for db 'local'
    debug: adding 'libmysqlclient' to package cache for db 'local'
    debug: adding 'orc' to package cache for db 'local'
    debug: adding 'fontsproto' to package cache for db 'local'
    debug: adding 'dhcpcd' to package cache for db 'local'
    debug: adding 'kdepimlibs' to package cache for db 'local'
    debug: adding 'polkit' to package cache for db 'local'
    debug: adding 'kdegames-kfourinline' to package cache for db 'local'
    debug: adding 'usbmuxd' to package cache for db 'local'
    debug: adding 'grep' to package cache for db 'local'
    debug: adding 'geogebra' to package cache for db 'local'
    debug: adding 'xvidcore' to package cache for db 'local'
    debug: adding 'glib-perl' to package cache for db 'local'
    debug: adding 'plasma-theme-produkt' to package cache for db 'local'
    debug: adding 'libofa' to package cache for db 'local'
    debug: adding 'kdesdk-kdeaccounts-plugin' to package cache for db 'local'
    debug: adding 'netcfggui' to package cache for db 'local'
    debug: adding 'v4l-utils' to package cache for db 'local'
    debug: adding 'kdeaccessibility-kmouth' to package cache for db 'local'
    debug: adding 'kdeplasma-addons-applets-dict' to package cache for db 'local'
    debug: adding 'libreoffice-impress' to package cache for db 'local'
    debug: adding 'mutagen' to package cache for db 'local'
    debug: adding 'kdemultimedia-kmix' to package cache for db 'local'
    debug: adding 'bash-xyne-common_functions' to package cache for db 'local'
    debug: adding 'kfilebox' to package cache for db 'local'
    debug: adding 'audiofile' to package cache for db 'local'
    debug: adding 'yaourt' to package cache for db 'local'
    debug: adding 'pm-utils-screen-lock' to package cache for db 'local'
    debug: adding 'easytag' to package cache for db 'local'
    debug: adding 'ebook-tools' to package cache for db 'local'
    debug: adding 'xbitmaps' to package cache for db 'local'
    debug: adding 'gphoto2' to package cache for db 'local'
    debug: adding 'freetype2' to package cache for db 'local'
    debug: adding 'xf86-input-evdev' to package cache for db 'local'
    debug: adding 'bash-completion' to package cache for db 'local'
    debug: adding 'libggz' to package cache for db 'local'
    debug: adding 'oxygen-icons' to package cache for db 'local'
    debug: adding 'mime-types' to package cache for db 'local'
    debug: adding 'pmount' to package cache for db 'local'
    debug: adding 'luaposix' to package cache for db 'local'
    debug: adding 'pyrit' to package cache for db 'local'
    debug: adding 'dboxfe2' to package cache for db 'local'
    debug: adding 'phonon' to package cache for db 'local'
    debug: adding 'libltdl' to package cache for db 'local'
    debug: adding 'lib32-nspr' to package cache for db 'local'
    debug: adding 'laptop-mode-tools' to package cache for db 'local'
    debug: adding 'logrotate' to package cache for db 'local'
    debug: adding 'openldap' to package cache for db 'local'
    debug: adding 'kdeplasma-addons-applets-frame' to package cache for db 'local'
    debug: adding 'rrdtool' to package cache for db 'local'
    debug: adding 'kdesdk-strigi-analyzer' to package cache for db 'local'
    debug: adding 'talloc' to package cache for db 'local'
    debug: adding 'libusb-beta' to package cache for db 'local'
    debug: adding 'cdrkit' to package cache for db 'local'
    debug: adding 'eigen2' to package cache for db 'local'
    debug: adding 'lib32-libxi' to package cache for db 'local'
    debug: adding 'popt' to package cache for db 'local'
    debug: adding 'kdepim-kontact' to package cache for db 'local'
    debug: adding 'lib32-gnutls' to package cache for db 'local'
    debug: adding 'dri2proto' to package cache for db 'local'
    debug: adding 'autoconf' to package cache for db 'local'
    debug: adding 'firefox' to package cache for db 'local'
    debug: adding 'icu' to package cache for db 'local'
    debug: adding 'python-imaging' to package cache for db 'local'
    debug: adding 'kdeartwork-desktopthemes' to package cache for db 'local'
    debug: adding 'id3lib' to package cache for db 'local'
    debug: adding 'lib32-atk' to package cache for db 'local'
    debug: adding 'giflib' to package cache for db 'local'
    debug: adding 'sg3_utils' to package cache for db 'local'
    debug: adding 'exiv2' to package cache for db 'local'
    debug: adding 'xorg-xrandr' to package cache for db 'local'
    debug: adding 'shadow' to package cache for db 'local'
    debug: adding 'kdebase-kwrite' to package cache for db 'local'
    debug: adding 'wireless_tools' to package cache for db 'local'
    debug: adding 'libimobiledevice' to package cache for db 'local'
    debug: adding 'kdeutils-filelight' to package cache for db 'local'
    debug: adding 'beanshell' to package cache for db 'local'
    debug: adding 'lib32-pixman' to package cache for db 'local'
    debug: adding 'unzip' to package cache for db 'local'
    debug: adding 'squashfs-tools' to package cache for db 'local'
    debug: adding 'pacman-contrib' to package cache for db 'local'
    debug: adding 'lib32-libdrm' to package cache for db 'local'
    debug: adding 'xorg-xsetroot' to package cache for db 'local'
    debug: adding 'kdegames-kblocks' to package cache for db 'local'
    debug: adding 'kdeartwork-colorschemes' to package cache for db 'local'
    debug: adding 'xf86-video-intel' to package cache for db 'local'
    debug: adding 'hdf5' to package cache for db 'local'
    debug: adding 'ktorrent' to package cache for db 'local'
    debug: adding 'kdeaccessibility-kmag' to package cache for db 'local'
    debug: adding 'hunspell' to package cache for db 'local'
    debug: adding 'kdesdk-kdepalettes' to package cache for db 'local'
    debug: adding 'silverlight-media-pack' to package cache for db 'local'
    debug: adding 'perl-capture-tiny' to package cache for db 'local'
    debug: adding 'kdesdk-kapptemplate' to package cache for db 'local'
    debug: adding 'ncurses' to package cache for db 'local'
    debug: adding 'pm-quirks' to package cache for db 'local'
    debug: adding 'plasma-theme-atelier' to package cache for db 'local'
    debug: adding 'kdegames-klines' to package cache for db 'local'
    debug: adding 'fortune-mod-chucknorris' to package cache for db 'local'
    debug: adding 'libvisual' to package cache for db 'local'
    debug: adding 'dbus' to package cache for db 'local'
    debug: adding 'kde-agent' to package cache for db 'local'
    debug: adding 'libbsd' to package cache for db 'local'
    debug: adding 'ifplugd' to package cache for db 'local'
    debug: adding 'gstreamer0.10-good-plugins' to package cache for db 'local'
    debug: adding 'lib32-libglapi' to package cache for db 'local'
    debug: adding 'xorg-server-common' to package cache for db 'local'
    debug: adding 'hsqldb-java' to package cache for db 'local'
    debug: adding 'lib32-attr' to package cache for db 'local'
    debug: adding 'kdeedu-step' to package cache for db 'local'
    debug: adding 'libstdc++5' to package cache for db 'local'
    debug: adding 'kdeplasma-addons-applets-previewer' to package cache for db 'local'
    debug: adding 'kdepim-runtime' to package cache for db 'local'
    debug: adding 'curl' to package cache for db 'local'
    debug: adding 'sentinella' to package cache for db 'local'
    debug: adding 'perl-xml-parser' to package cache for db 'local'
    debug: adding 'videoproto' to package cache for db 'local'
    debug: adding 'cpufrequtils' to package cache for db 'local'
    debug: adding 'cracklib' to package cache for db 'local'
    debug: adding 'ksplash-theme-generator' to package cache for db 'local'
    debug: adding 'mpg123' to package cache for db 'local'
    debug: adding 'kdepim-kresources' to package cache for db 'local'
    debug: adding 'less' to package cache for db 'local'
    debug: adding 'libgpg-error' to package cache for db 'local'
    debug: adding 'compositeproto' to package cache for db 'local'
    debug: adding 'libgraphite' to package cache for db 'local'
    debug: adding 'libreoffice-math' to package cache for db 'local'
    debug: adding 'libreoffice-extension-presentation-minimizer' to package cache for db 'local'
    debug: adding 'libart-lgpl' to package cache for db 'local'
    debug: adding 'kdeartwork-kscreensaver' to package cache for db 'local'
    debug: adding 'kdeedu-kwordquiz' to package cache for db 'local'
    debug: adding 'nettle' to package cache for db 'local'
    debug: adding 'fortune-mod-hitchhiker' to package cache for db 'local'
    debug: adding 'smplayer-themes' to package cache for db 'local'
    debug: adding 'kdesdk-kmtrace' to package cache for db 'local'
    debug: adding 'redland' to package cache for db 'local'
    debug: adding 'xorg-bdftopcf' to package cache for db 'local'
    debug: adding 'libcroco' to package cache for db 'local'
    debug: adding 'kdeedu-cantor' to package cache for db 'local'
    debug: adding 'openslp' to package cache for db 'local'
    debug: adding 'raptor1' to package cache for db 'local'
    debug: adding 'kdepim-wizards' to package cache for db 'local'
    debug: adding 'lib32-libxrandr' to package cache for db 'local'
    debug: adding 'normalize' to package cache for db 'local'
    debug: adding 'polkit-kde' to package cache for db 'local'
    debug: adding 'kdeplasma-addons-applets-leavenote' to package cache for db 'local'
    debug: adding 'ntfsprogs' to package cache for db 'local'
    debug: adding 'qrencode' to package cache for db 'local'
    debug: adding 'kdeplasma-addons-runners-datetime' to package cache for db 'local'
    debug: adding 'libsoup-gnome' to package cache for db 'local'
    debug: adding 'nano' to package cache for db 'local'
    debug: adding 'archgames-mirrorlist' to package cache for db 'local'
    debug: adding 'verynice' to package cache for db 'local'
    debug: adding 'kdeartwork-sounds' to package cache for db 'local'
    debug: adding 'freeglut' to package cache for db 'local'
    debug: adding 'perl-tie-simple' to package cache for db 'local'
    debug: adding 'tdb' to package cache for db 'local'
    debug: adding 'kdeplasma-addons-applets-timer' to package cache for db 'local'
    debug: adding 'autojump' to package cache for db 'local'
    debug: adding 'plasma-icontasks' to package cache for db 'local'
    debug: adding 'asciidoc' to package cache for db 'local'
    debug: adding 'heirloom-mailx' to package cache for db 'local'
    debug: adding 'libssh2' to package cache for db 'local'
    debug: adding 'xorg-xpr' to package cache for db 'local'
    debug: adding 'module-init-tools' to package cache for db 'local'
    debug: adding 'lib32-fontconfig' to package cache for db 'local'
    debug: adding 'libmpc' to package cache for db 'local'
    debug: adding 'lib32-libgcrypt' to package cache for db 'local'
    debug: adding 'libreoffice-extension-typo' to package cache for db 'local'
    debug: adding 'kdeedu-khangman' to package cache for db 'local'
    debug: adding 'xkeyboard-config' to package cache for db 'local'
    debug: adding 'tar' to package cache for db 'local'
    debug: adding 'ktechlab' to package cache for db 'local'
    debug: adding 'kdeplasma-addons-runners-converter' to package cache for db 'local'
    debug: adding 'ksplasherx' to package cache for db 'local'
    debug: adding 'kdeedu-parley' to package cache for db 'local'
    debug: adding 'raptor' to package cache for db 'local'
    debug: adding 'libfakekey' to package cache for db 'local'
    debug: adding 'kdesdk-kprofilemethod' to package cache for db 'local'
    debug: adding 'libreoffice-extension-scripting-javascript' to package cache for db 'local'
    debug: adding 'pygobject2-devel' to package cache for db 'local'
    debug: adding 'kdebase-runtime' to package cache for db 'local'
    debug: adding 'lame' to package cache for db 'local'
    debug: adding 'kdeedu-kig' to package cache for db 'local'
    debug: adding 'orbit2' to package cache for db 'local'
    debug: adding 'libiec61883' to package cache for db 'local'
    debug: adding 'blackglass-kdm' to package cache for db 'local'
    debug: adding 'iana-etc' to package cache for db 'local'
    debug: adding 'lua' to package cache for db 'local'
    debug: adding 'kdegames-ksquares' to package cache for db 'local'
    debug: adding 'libgsf' to package cache for db 'local'
    debug: adding 'quilt' to package cache for db 'local'
    debug: adding 'libfetch' to package cache for db 'local'
    debug: adding 'xorg-xauth' to package cache for db 'local'
    debug: adding 'libirman' to package cache for db 'local'
    debug: adding 'libmspack' to package cache for db 'local'
    debug: adding 'kdeplasma-addons-wallpapers-mandelbrot' to package cache for db 'local'
    debug: adding 'poppler-data' to package cache for db 'local'
    debug: adding 'libgnome-keyring' to package cache for db 'local'
    debug: adding 'bootchart' to package cache for db 'local'
    debug: adding 'jasper' to package cache for db 'local'
    debug: adding 'xorg-mkfontdir' to package cache for db 'local'
    debug: adding 'alsa-utils' to package cache for db 'local'
    debug: adding 'avahi' to package cache for db 'local'
    debug: adding 'lzo2' to package cache for db 'local'
    debug: adding 'disktrim' to package cache for db 'local'
    debug: adding 'xorg-xkb-utils' to package cache for db 'local'
    debug: adding 'python2' to package cache for db 'local'
    debug: adding 'libxmu' to package cache for db 'local'
    debug: adding 'kdeutils-kdf' to package cache for db 'local'
    debug: adding 'gstreamer0.10-good' to package cache for db 'local'
    debug: adding 'expac-git' to package cache for db 'local'
    debug: adding 'krename' to package cache for db 'local'
    debug: adding 'xorg-xinit' to package cache for db 'local'
    debug: adding 'beclock' to package cache for db 'local'
    debug: adding 'libass' to package cache for db 'local'
    debug: adding 'libtiff' to package cache for db 'local'
    debug: adding 'sqlite3' to package cache for db 'local'
    debug: adding 'yakuake' to package cache for db 'local'
    debug: adding 'glassified-splash' to package cache for db 'local'
    debug: adding 'kdeplasma-addons-applets-binary-clock' to package cache for db 'local'
    debug: adding 'libxrender' to package cache for db 'local'
    debug: adding 'lcms2' to package cache for db 'local'
    debug: adding 'kdegames-bovo' to package cache for db 'local'
    debug: adding 'skype' to package cache for db 'local'
    debug: adding 'libcddb' to package cache for db 'local'
    debug: adding 'sysfsutils' to package cache for db 'local'
    debug: adding 'eject' to package cache for db 'local'
    debug: adding 'kdeplasma-addons-applets-showdashboard' to package cache for db 'local'
    debug: adding 'libgksu' to package cache for db 'local'
    debug: adding 'partitionmanager' to package cache for db 'local'
    debug: adding 'cifs-utils' to package cache for db 'local'
    debug: adding 'x264' to package cache for db 'local'
    debug: adding 'glibmm' to package cache for db 'local'
    debug: adding 'libjpeg6' to package cache for db 'local'
    debug: adding 'autopano-sift-c' to package cache for db 'local'
    debug: adding 'ttf-liberation' to package cache for db 'local'
    debug: adding 'gstreamer0.10-bad' to package cache for db 'local'
    debug: adding 'bzip2' to package cache for db 'local'
    debug: adding 'archlinux-themes-kdm' to package cache for db 'local'
    debug: adding 'libshout' to package cache for db 'local'
    debug: adding 'chmlib' to package cache for db 'local'
    debug: adding 'filesystem' to package cache for db 'local'
    debug: adding 'grub-gfx' to package cache for db 'local'
    debug: adding 'libsoup' to package cache for db 'local'
    debug: adding 'xorg-xbacklight' to package cache for db 'local'
    debug: adding 'libftdi' to package cache for db 'local'
    debug: adding 'kdeedu-marble' to package cache for db 'local'
    debug: adding 'pacman-mirrorlist' to package cache for db 'local'
    debug: adding 'libmp4v2' to package cache for db 'local'
    debug: adding 'kdeutils-printer-applet' to package cache for db 'local'
    debug: adding 'gvolwheel' to package cache for db 'local'
    debug: adding 'libkexiv2' to package cache for db 'local'
    debug: adding 'ruby-rcairo' to package cache for db 'local'
    debug: adding 'gstreamer0.10' to package cache for db 'local'
    debug: adding 'cyrus-sasl-ldap' to package cache for db 'local'
    debug: adding 'pcmciautils' to package cache for db 'local'
    debug: adding 'perl-exiftool' to package cache for db 'local'
    debug: adding 'vi' to package cache for db 'local'
    debug: adding 'coreutils' to package cache for db 'local'
    debug: adding 'gconf' to package cache for db 'local'
    debug: adding 'kdeplasma-addons-wallpapers-weather' to package cache for db 'local'
    debug: adding 'pangomm' to package cache for db 'local'
    debug: adding 'python-notify' to package cache for db 'local'
    debug: adding 'lesspipe' to package cache for db 'local'
    debug: adding 'lib32-pango' to package cache for db 'local'
    debug: adding 'musicbrainz' to package cache for db 'local'
    debug: adding 'xorg-xrdb' to package cache for db 'local'
    debug: adding 'netpbm' to package cache for db 'local'
    debug: adding 'libdvdnav' to package cache for db 'local'
    debug: adding 'kdegraphics-kamera' to package cache for db 'local'
    debug: adding 'mediainfo' to package cache for db 'local'
    debug: adding 'syslog-ng' to package cache for db 'local'
    debug: adding 'texinfo' to package cache for db 'local'
    debug: adding 'libktorrent' to package cache for db 'local'
    debug: adding 'kdegames-palapeli' to package cache for db 'local'
    debug: adding 'msr-tools' to package cache for db 'local'
    debug: adding 'openssl' to package cache for db 'local'
    debug: adding 'hal-info' to package cache for db 'local'
    debug: adding 'kdebase-dolphin' to package cache for db 'local'
    debug: adding 'pth' to package cache for db 'local'
    debug: adding 'tzdata' to package cache for db 'local'
    debug: adding 'networkmanager' to package cache for db 'local'
    debug: adding 'thinkwatt' to package cache for db 'local'
    debug: adding 'kdeplasma-addons-applets-comic' to package cache for db 'local'
    debug: adding 'kdegames-ktron' to package cache for db 'local'
    debug: adding 'paconky' to package cache for db 'local'
    debug: adding 'groff' to package cache for db 'local'
    debug: adding 'libreoffice-common' to package cache for db 'local'
    debug: adding 'copypath-servicemenu-kde4' to package cache for db 'local'
    debug: adding 'plasma-themes' to package cache for db 'local'
    debug: adding 'gtk2-perl' to package cache for db 'local'
    debug: adding 'faad2' to package cache for db 'local'
    debug: adding 'python-pygame' to package cache for db 'local'
    debug: adding 'perl-regexp-common' to package cache for db 'local'
    debug: adding 'libreoffice-calc' to package cache for db 'local'
    debug: adding 'libreoffice-extension-scripting-python' to package cache for db 'local'
    debug: adding 'akonadi' to package cache for db 'local'
    debug: adding 'cloog' to package cache for db 'local'
    debug: adding 'flac' to package cache for db 'local'
    debug: adding 'audiothumbs' to package cache for db 'local'
    debug: adding 'kdm-theme-generator' to package cache for db 'local'
    debug: adding 'startup-notification' to package cache for db 'local'
    debug: adding 'libdrm' to package cache for db 'local'
    debug: adding 'lib32-libxv' to package cache for db 'local'
    debug: adding 'ttf-ubuntu-font-family' to package cache for db 'local'
    debug: adding 'libusb' to package cache for db 'local'
    debug: adding 'kdegames-kiriki' to package cache for db 'local'
    debug: adding 'gpm' to package cache for db 'local'
    debug: adding 'ntfs-3g' to package cache for db 'local'
    debug: adding 'wiper' to package cache for db 'local'
    debug: adding 'libdbusmenu-qt' to package cache for db 'local'
    debug: adding 'pkg-config' to package cache for db 'local'
    debug: adding 'kdeedu-blinken' to package cache for db 'local'
    debug: adding 'rsync' to package cache for db 'local'
    debug: adding 'kdetoys-kteatime' to package cache for db 'local'
    debug: adding 'libxklavier' to package cache for db 'local'
    debug: adding 'glproto' to package cache for db 'local'
    debug: adding 'lib32-bzip2' to package cache for db 'local'
    debug: adding 'udev' to package cache for db 'local'
    debug: adding 'kdeplasma-addons-wallpapers-pattern' to package cache for db 'local'
    debug: adding 'neon' to package cache for db 'local'
    debug: adding 'xaw3d' to package cache for db 'local'
    debug: adding 'kdegraphics-gwenview' to package cache for db 'local'
    debug: adding 'kdeplasma-addons-applets-rememberthemilk' to package cache for db 'local'
    debug: adding 'usbutils' to package cache for db 'local'
    debug: adding 'glibc' to package cache for db 'local'
    debug: adding 'libgme' to package cache for db 'local'
    debug: adding 'libplist' to package cache for db 'local'
    debug: adding 'ttf-bitstream-vera' to package cache for db 'local'
    debug: adding 'kdeplasma-addons-applets-magnifique' to package cache for db 'local'
    debug: adding 'kdesdk-umbrello' to package cache for db 'local'
    debug: adding 'kdebase-kdepasswd' to package cache for db 'local'
    debug: adding 'lib32-libxext' to package cache for db 'local'
    debug: adding 'lib32-glibc' to package cache for db 'local'
    debug: adding 'kernel26-headers' to package cache for db 'local'
    debug: adding 'kdeedu-kturtle' to package cache for db 'local'
    debug: adding 'mercurial' to package cache for db 'local'
    debug: adding 'kdesdk-kioslave' to package cache for db 'local'
    debug: adding 'kdeedu-ktouch' to package cache for db 'local'
    debug: adding 'qjson' to package cache for db 'local'
    debug: adding 'kdepim-kalarm' to package cache for db 'local'
    debug: adding 'libreoffice-base' to package cache for db 'local'
    debug: adding 'libtirpc' to package cache for db 'local'
    debug: adding 'live-media' to package cache for db 'local'
    debug: adding 'kdegames-kapman' to package cache for db 'local'
    debug: adding 'gd' to package cache for db 'local'
    debug: adding 'rtfreader' to package cache for db 'local'
    debug: adding 'libxml++' to package cache for db 'local'
    debug: adding 'hyphen-it' to package cache for db 'local'
    debug: adding 'xcursor-themes' to package cache for db 'local'
    debug: adding 'kdegames-granatier' to package cache for db 'local'
    debug: adding 'a52dec' to package cache for db 'local'
    debug: adding 'newessence-splash' to package cache for db 'local'
    debug: adding 'kbd' to package cache for db 'local'
    debug: adding 'openssh' to package cache for db 'local'
    debug: adding 'kdegames-ksirk' to package cache for db 'local'
    debug: adding 'libacpi' to package cache for db 'local'
    debug: adding 'libdiscid' to package cache for db 'local'
    debug: adding 'libmpeg2' to package cache for db 'local'
    debug: adding 'jack' to package cache for db 'local'
    debug: adding 'abs' to package cache for db 'local'
    debug: adding 'gstreamer0.10-base-plugins' to package cache for db 'local'
    debug: adding 'qtgstreamer-git' to package cache for db 'local'
    debug: adding 'kdegraphics-kgamma' to package cache for db 'local'
    debug: adding 'kde-l10n-it' to package cache for db 'local'
    debug: adding 'lib32-libxfixes' to package cache for db 'local'
    debug: adding 'speex' to package cache for db 'local'
    debug: adding 'esound' to package cache for db 'local'
    debug: adding 'libgssglue' to package cache for db 'local'
    debug: adding 'kdegames-kblackbox' to package cache for db 'local'
    debug: adding 'kdeplasma-addons-applets-pastebin' to package cache for db 'local'
    debug: adding 'kdeplasma-addons-applets-rssnow' to package cache for db 'local'
    debug: adding 'iscan-data' to package cache for db 'local'
    debug: adding 'acl' to package cache for db 'local'
    debug: adding 'lib32-libxft' to package cache for db 'local'
    debug: adding 'lib32-openssl' to package cache for db 'local'
    debug: adding 'shared-mime-info' to package cache for db 'local'
    debug: adding 'kdeplasma-addons-wallpapers-virus' to package cache for db 'local'
    debug: adding 'fftw' to package cache for db 'local'
    debug: adding 'enchant' to package cache for db 'local'
    debug: adding 'lib32-libogg' to package cache for db 'local'
    debug: adding 'libqalculate' to package cache for db 'local'
    debug: adding 'facile' to package cache for db 'local'
    debug: adding 'faac' to package cache for db 'local'
    debug: adding 'kdeadmin-kuser' to package cache for db 'local'
    debug: adding 'hwdetect' to package cache for db 'local'
    debug: adding 'plotutils' to package cache for db 'local'
    debug: adding 'libreoffice-extension-validator' to package cache for db 'local'
    debug: adding 'kdesdk-lokalize' to package cache for db 'local'
    debug: adding 'lib32-gdk-pixbuf2' to package cache for db 'local'
    debug: adding 'qca' to package cache for db 'local'
    debug: adding 'gputils' to package cache for db 'local'
    debug: adding 'fixesproto' to package cache for db 'local'
    debug: adding 'mythes-it' to package cache for db 'local'
    debug: adding 'lib32-libasyncns' to package cache for db 'local'
    debug: adding 'gobject-introspection' to package cache for db 'local'
    debug: adding 'kdegames-ksudoku' to package cache for db 'local'
    debug: adding 'libxaw' to package cache for db 'local'
    debug: adding 'linux-firmware' to package cache for db 'local'
    debug: adding 'mysql-clients' to package cache for db 'local'
    debug: adding 'conky-kde4-transparency' to package cache for db 'local'
    debug: adding 'libpng12' to package cache for db 'local'
    debug: adding 'nss' to package cache for db 'local'
    debug: adding 'libxvmc' to package cache for db 'local'
    debug: adding 'mdk3' to package cache for db 'local'
    debug: adding 'mdadm' to package cache for db 'local'
    debug: adding 'kdewebdev-klinkstatus' to package cache for db 'local'
    debug: adding 'libxfixes' to package cache for db 'local'
    debug: adding 'xorg-fonts-100dpi' to package cache for db 'local'
    debug: adding 'googsystray' to package cache for db 'local'
    debug: adding 'python2-gobject2' to package cache for db 'local'
    debug: adding 'lib32-libldap' to package cache for db 'local'
    debug: adding 'libdmx' to package cache for db 'local'
    debug: adding 'xorg-xkbevd' to package cache for db 'local'
    debug: adding 'mupdf' to package cache for db 'local'
    debug: adding 'zip' to package cache for db 'local'
    debug: adding 'libreoffice-extension-scripting-beanshell' to package cache for db 'local'
    debug: adding 'apache-ant' to package cache for db 'local'
    debug: adding 'getmediainfo-servicemenu-kde4' to package cache for db 'local'
    debug: adding 'stress' to package cache for db 'local'
    debug: adding 'shared-desktop-ontologies' to package cache for db 'local'
    debug: adding 'befaded' to package cache for db 'local'
    debug: adding 'atkmm' to package cache for db 'local'
    debug: adding 'xdelta' to package cache for db 'local'
    debug: adding 'firefox-i18n-it' to package cache for db 'local'
    debug: adding 'xorg-fonts-misc' to package cache for db 'local'
    debug: adding 'lib32-libtiff' to package cache for db 'local'
    debug: adding 'libgcrypt' to package cache for db 'local'
    debug: adding 'yakuake-skin-noname' to package cache for db 'local'
    debug: adding 'crypto++' to package cache for db 'local'
    debug: adding 'xorg-apps' to package cache for db 'local'
    debug: adding 'rtkit' to package cache for db 'local'
    debug: adding 'kdeutils-ktimer' to package cache for db 'local'
    debug: adding 'recordproto' to package cache for db 'local'
    debug: adding 'cryptsetup' to package cache for db 'local'
    debug: adding 'scons' to package cache for db 'local'
    debug: adding 'libreoffice-it' to package cache for db 'local'
    debug: adding 'findutils' to package cache for db 'local'
    debug: adding 'kdeplasma-addons-applets-bball' to package cache for db 'local'
    debug: adding 'libidn' to package cache for db 'local'
    debug: adding 'openjpeg' to package cache for db 'local'
    debug: adding 'rootactions-servicemenu-kde4' to package cache for db 'local'
    debug: adding 'lib32-krb5' to package cache for db 'local'
    debug: adding 'libcdaudio' to package cache for db 'local'
    debug: adding 'libreoffice-extension-wiki-publisher' to package cache for db 'local'
    debug: adding 'xproto' to package cache for db 'local'
    debug: adding 'ghostscript' to package cache for db 'local'
    debug: adding 'yajl' to package cache for db 'local'
    debug: adding 'librsvg' to package cache for db 'local'
    debug: adding 'kdeplasma-addons-applets-spellcheck' to package cache for db 'local'
    debug: adding 'python2-udev' to package cache for db 'local'
    debug: adding 'libzip' to package cache for db 'local'
    debug: adding 'man-pages' to package cache for db 'local'
    debug: adding 'mcpp' to package cache for db 'local'
    debug: adding 'libedit' to package cache for db 'local'
    debug: adding 'libpciaccess' to package cache for db 'local'
    debug: adding 'gnuplot' to package cache for db 'local'
    debug: adding 'kdedecor-aurorae-cupertino' to package cache for db 'local'
    debug: adding 'xorg-font-utils' to package cache for db 'local'
    debug: adding 'perl' to package cache for db 'local'
    debug: adding 'lib32-libxau' to package cache for db 'local'
    debug: adding 'kdeedu-kbruch' to package cache for db 'local'
    debug: adding 'libksba' to package cache for db 'local'
    debug: adding 'kde-login-themes-dont-wear' to package cache for db 'local'
    debug: adding 'cmatrix' to package cache for db 'local'
    debug: adding 'system-config-printer-common' to package cache for db 'local'
    debug: adding 'sed' to package cache for db 'local'
    debug: adding 'consolekit' to package cache for db 'local'
    debug: adding 'xorg-twm' to package cache for db 'local'
    debug: adding 'lib32-libsm' to package cache for db 'local'
    debug: adding 'xorg-mkfontscale' to package cache for db 'local'
    debug: adding 'automoc4' to package cache for db 'local'
    debug: adding 'kdenetwork-kdnssd' to package cache for db 'local'
    debug: adding 'playwolf-plasmoid' to package cache for db 'local'
    debug: adding 'mozilla-common' to package cache for db 'local'
    debug: adding 'hwd' to package cache for db 'local'
    debug: adding 'kdeplasma-addons-applets-life' to package cache for db 'local'
    debug: adding 'openobex' to package cache for db 'local'
    debug: adding 'gettext' to package cache for db 'local'
    debug: adding 'lib32-libxinerama' to package cache for db 'local'
    debug: adding 'libcups' to package cache for db 'local'
    debug: adding 'isl' to package cache for db 'local'
    debug: adding 'cpio' to package cache for db 'local'
    debug: adding 'libical' to package cache for db 'local'
    debug: adding 'ruby-cairo' to package cache for db 'local'
    debug: adding 'kdegames-kollision' to package cache for db 'local'
    debug: adding 'ppp' to package cache for db 'local'
    debug: adding 'chromium-stable-libpdf' to package cache for db 'local'
    debug: adding 'libvpx' to package cache for db 'local'
    debug: adding 'xcursor-archcursorblue' to package cache for db 'local'
    debug: adding 'cyrus-sasl-gssapi' to package cache for db 'local'
    debug: adding 'dcron' to package cache for db 'local'
    debug: adding 'libraw1394' to package cache for db 'local'
    debug: adding 'fortunoid-plasmoid' to package cache for db 'local'
    debug: adding 'kdeplasma-addons-runners-mediawiki' to package cache for db 'local'
    debug: adding 'libxi' to package cache for db 'local'
    debug: adding 'kdeadmin-kcron' to package cache for db 'local'
    debug: adding 'libdatrie' to package cache for db 'local'
    debug: adding 'libreoffice-extension-hunart' to package cache for db 'local'
    debug: adding 'arch-artwork' to package cache for db 'local'
    debug: adding 'i2c-tools' to package cache for db 'local'
    debug: adding 'liblrdf' to package cache for db 'local'
    debug: adding 'lib32-flac' to package cache for db 'local'
    debug: adding 'apr-util' to package cache for db 'local'
    debug: adding 'libebml' to package cache for db 'local'
    debug: adding 'pysmbc' to package cache for db 'local'
    debug: adding 'kdesdk-kuiviewer' to package cache for db 'local'
    debug: adding 'kdeplasma-addons-applets-microblog' to package cache for db 'local'
    debug: adding 'lib32-jack' to package cache for db 'local'
    debug: adding 'gdb' to package cache for db 'local'
    debug: adding 'kdeplasma-addons-applets-knowledgebase' to package cache for db 'local'
    debug: adding 'libmng' to package cache for db 'local'
    debug: adding 'libcaca' to package cache for db 'local'
    debug: adding 'kwebkitpart' to package cache for db 'local'
    debug: adding 'xorg-docs' to package cache for db 'local'
    debug: adding 'kdewebdev-kimagemapeditor' to package cache for db 'local'
    debug: adding 'gtkmm' to package cache for db 'local'
    debug: adding 'eggdbus' to package cache for db 'local'
    debug: adding 'libkipi' to package cache for db 'local'
    debug: adding 'xorg-iceauth' to package cache for db 'local'
    debug: adding 'kdeutils-sweeper' to package cache for db 'local'
    debug: adding 'libmtp' to package cache for db 'local'
    debug: adding 'kdeplasma-addons-applets-systemloadviewer' to package cache for db 'local'
    debug: adding 'libtasn1' to package cache for db 'local'
    debug: adding 'powertop-git' to package cache for db 'local'
    debug: adding 'perl-sdl' to package cache for db 'local'
    debug: adding 'lib32-libmng' to package cache for db 'local'
    debug: adding 'libarchive' to package cache for db 'local'
    debug: adding 'lib32-libvorbis' to package cache for db 'local'
    debug: adding 'dropbox-servicemenu' to package cache for db 'local'
    debug: adding 'kdeplasma-addons-applets-weatherstation' to package cache for db 'local'
    debug: adding 'crunch' to package cache for db 'local'
    debug: adding 'kdeplasma-addons-runners-konsolesessions' to package cache for db 'local'
    debug: adding 'eventlog' to package cache for db 'local'
    debug: adding 'licenses' to package cache for db 'local'
    debug: adding 'schroedinger' to package cache for db 'local'
    debug: adding 'kdemultimedia-kioslave' to package cache for db 'local'
    debug: adding 'imlib2' to package cache for db 'local'
    debug: adding 'kdeplasma-addons-applets-luna' to package cache for db 'local'
    debug: adding 'plymouth-git' to package cache for db 'local'
    debug: adding 'printproto' to package cache for db 'local'
    debug: adding 'lirc-utils' to package cache for db 'local'
    debug: adding 'phonon-vlc' to package cache for db 'local'
    debug: adding 'sysvinit' to package cache for db 'local'
    debug: adding 'quick-usb-formatter' to package cache for db 'local'
    debug: adding 'gperf' to package cache for db 'local'
    debug: adding 'kdegames-kbreakout' to package cache for db 'local'
    debug: adding 'libreoffice-extension-oooblogger' to package cache for db 'local'
    debug: adding 'ruby-libnotify' to package cache for db 'local'
    debug: adding 'perl-params-util' to package cache for db 'local'
    debug: adding 'libmpcdec' to package cache for db 'local'
    debug: adding 'unrar' to package cache for db 'local'
    debug: adding 'customizable-weather-plasmoid' to package cache for db 'local'
    debug: adding 'gen-init-cpio' to package cache for db 'local'
    debug: adding 'lib32-libxcb' to package cache for db 'local'
    debug: adding 'lib32-ncurses' to package cache for db 'local'
    debug: adding 'libevent' to package cache for db 'local'
    debug: adding 'intel-dri' to package cache for db 'local'
    debug: adding 'sdl_gfx' to package cache for db 'local'
    debug: adding 'kdebindings-smoke' to package cache for db 'local'
    debug: adding 'libassuan' to package cache for db 'local'
    debug: adding 'cabextract' to package cache for db 'local'
    debug: adding 'xorg-xrefresh' to package cache for db 'local'
    debug: adding 'clucene' to package cache for db 'local'
    debug: adding 'xorg-server-utils' to package cache for db 'local'
    debug: adding 'libgphoto2' to package cache for db 'local'
    debug: adding 'lvm2' to package cache for db 'local'
    debug: adding 'net-tools' to package cache for db 'local'
    debug: adding 'libglapi' to package cache for db 'local'
    debug: adding 'libieee1284' to package cache for db 'local'
    debug: adding 'soprano' to package cache for db 'local'
    debug: adding 'lib32-libsasl' to package cache for db 'local'
    debug: adding 'archlinux-modern-ksplash' to package cache for db 'local'
    debug: adding 'inputproto' to package cache for db 'local'
    debug: adding 'obex-data-server' to package cache for db 'local'
    debug: adding 'acpid' to package cache for db 'local'
    debug: adding 'perl-alien-sdl' to package cache for db 'local'
    debug: adding 'libsndfile' to package cache for db 'local'
    debug: adding 'saxon' to package cache for db 'local'
    debug: adding 'kdesdk-kstartperf' to package cache for db 'local'
    debug: adding 'dvd+rw-tools' to package cache for db 'local'
    debug: adding 'gstreamermm' to package cache for db 'local'
    debug: adding 'kdegames-kpatience' to package cache for db 'local'
    debug: adding 'wxgtk' to package cache for db 'local'
    debug: adding 'xsensors' to package cache for db 'local'
    debug: adding 'imake' to package cache for db 'local'
    debug: adding 'libsexy' to package cache for db 'local'
    debug: adding 'mesa' to package cache for db 'local'
    debug: adding 'aalib' to package cache for db 'local'
    debug: adding 'acct' to package cache for db 'local'
    debug: adding 'fortune-mod-montypython' to package cache for db 'local'
    debug: adding 'phonon-gstreamer' to package cache for db 'local'
    debug: adding 'lib32-sqlite3' to package cache for db 'local'
    debug: adding 'archlinux-special-wallpapers' to package cache for db 'local'
    debug: adding 'libxdamage' to package cache for db 'local'
    debug: adding 'pcre' to package cache for db 'local'
    debug: adding 'imagemagick' to package cache for db 'local'
    debug: adding 'kdesdk-kbugbuster' to package cache for db 'local'
    debug: adding 'wpa_supplicant' to package cache for db 'local'
    debug: adding 'mtools' to package cache for db 'local'
    debug: adding 'file' to package cache for db 'local'
    debug: adding 'libxext' to package cache for db 'local'
    debug: adding 'gzip' to package cache for db 'local'
    debug: adding 'strigi' to package cache for db 'local'
    debug: adding 'kdeartwork-emoticons' to package cache for db 'local'
    debug: adding 'lib32-libxslt' to package cache for db 'local'
    debug: adding 'lib32-libltdl' to package cache for db 'local'
    debug: adding 'kdeutils-ark' to package cache for db 'local'
    debug: adding 'libreoffice-extension-report-builder' to package cache for db 'local'
    debug: adding 'kdegames-libkmahjongg' to package cache for db 'local'
    debug: adding 'kdegames-libkdegames' to package cache for db 'local'
    debug: adding 'flex' to package cache for db 'local'
    debug: adding 'attica' to package cache for db 'local'
    debug: adding 'libtool-multilib' to package cache for db 'local'
    debug: adding 'xmlrpc-c' to package cache for db 'local'
    debug: adding 'nspr' to package cache for db 'local'
    debug: adding 'lapack' to package cache for db 'local'
    debug: adding 'python2-sip' to package cache for db 'local'
    debug: adding 'freealut' to package cache for db 'local'
    debug: adding 'lib32-glib2' to package cache for db 'local'
    debug: adding 'terminus-font' to package cache for db 'local'
    debug: adding 'polkit-qt' to package cache for db 'local'
    debug: adding 'carbon-splash' to package cache for db 'local'
    debug: adding 'g95' to package cache for db 'local'
    debug: adding 'kdegames-katomic' to package cache for db 'local'
    debug: adding 'feh' to package cache for db 'local'
    debug: adding 'taglib' to package cache for db 'local'
    debug: adding 'mysql' to package cache for db 'local'
    debug: adding 'postgresql-libs' to package cache for db 'local'
    debug: adding 'gmp' to package cache for db 'local'
    debug: adding 'lib32-libxdmcp' to package cache for db 'local'
    debug: adding 'openoffice-thumbnail-plugin' to package cache for db 'local'
    debug: adding 'dosbox' to package cache for db 'local'
    debug: adding 'acpi' to package cache for db 'local'
    debug: adding 'qt' to package cache for db 'local'
    debug: adding 'ggz-client-libs' to package cache for db 'local'
    debug: adding 'libxpm' to package cache for db 'local'
    debug: adding 'cups-pdf' to package cache for db 'local'
    debug: adding 'sdl_perl-old' to package cache for db 'local'
    debug: adding 'tcp_wrappers' to package cache for db 'local'
    debug: adding 'perl-io-stty' to package cache for db 'local'
    debug: adding 'libx86' to package cache for db 'local'
    debug: adding 'audiokonverter' to package cache for db 'local'
    debug: adding 'kdegames-klickety' to package cache for db 'local'
    debug: adding 'texlive-bin' to package cache for db 'local'
    debug: adding 'liboil' to package cache for db 'local'
    debug: adding 'lib32-alsa-lib' to package cache for db 'local'
    debug: adding 'libdv' to package cache for db 'local'
    debug: adding 'bluez' to package cache for db 'local'
    debug: adding 'p7zip' to package cache for db 'local'
    debug: adding 'perl-file-sharedir' to package cache for db 'local'
    debug: adding 'pciutils' to package cache for db 'local'
    debug: adding 'libmodplug' to package cache for db 'local'
    debug: adding 'kdesdk-kpartloader' to package cache for db 'local'
    debug: adding 'dash' to package cache for db 'local'
    debug: adding 'ruby-gtk2' to package cache for db 'local'
    debug: adding 'compat-wireless-patched' to package cache for db 'local'
    debug: adding 'blackglass-splash' to package cache for db 'local'
    debug: adding 'libcdio' to package cache for db 'local'
    debug: adding 'xcb-proto' to package cache for db 'local'
    debug: adding 'read-edid' to package cache for db 'local'
    debug: adding 'fuse' to package cache for db 'local'
    debug: adding 'ethtool' to package cache for db 'local'
    debug: adding 'yakuake-skin-plasma-oxygen-panel' to package cache for db 'local'
    debug: adding 'kdebase-konsole' to package cache for db 'local'
    debug: adding 'lib32-libxrender' to package cache for db 'local'
    debug: adding 'kdeutils-kgpg' to package cache for db 'local'
    debug: adding 'kdegames-kmines' to package cache for db 'local'
    debug: adding 'qtcurve-kde4' to package cache for db 'local'
    debug: adding 'pygtk' to package cache for db 'local'
    debug: adding 'pycups' to package cache for db 'local'
    debug: adding 'gcc-fortran' to package cache for db 'local'
    debug: adding 'libx11' to package cache for db 'local'
    debug: adding 'kdeartwork-styles' to package cache for db 'local'
    debug: adding 'python2-distribute' to package cache for db 'local'
    debug: adding 'kdebase-kfind' to package cache for db 'local'
    debug: adding 'dosfstools' to package cache for db 'local'
    debug: adding 'libmikmod' to package cache for db 'local'
    debug: adding 'xorg-xcursorgen' to package cache for db 'local'
    debug: adding 'rasqal' to package cache for db 'local'
    debug: adding 'kdepim-console' to package cache for db 'local'
    debug: adding 'which' to package cache for db 'local'
    debug: adding 'pangzero' to package cache for db 'local'
    debug: adding 'perl-io-tty' to package cache for db 'local'
    debug: adding 'kdeplasma-addons-applets-bubblemon' to package cache for db 'local'
    debug: adding 'iproute2' to package cache for db 'local'
    debug: adding 'iputils' to package cache for db 'local'
    debug: adding 'iso-codes' to package cache for db 'local'
    debug: adding 'blas' to package cache for db 'local'
    debug: adding 'xorg-xlsclients' to package cache for db 'local'
    debug: adding 'libdvbpsi' to package cache for db 'local'
    debug: adding 'kdeplasma-addons-runners-audioplayercontrol' to package cache for db 'local'
    debug: adding 'aurvote' to package cache for db 'local'
    debug: adding 'kdeutils-kcharselect' to package cache for db 'local'
    debug: adding 'libsamplerate' to package cache for db 'local'
    debug: adding 'djvulibre' to package cache for db 'local'
    debug: adding 'hugin' to package cache for db 'local'
    debug: adding 'lib32-gtk2' to package cache for db 'local'
    debug: adding 'diffutils' to package cache for db 'local'
    debug: adding 'k3b' to package cache for db 'local'
    debug: adding 'kdeadmin-system-config-printer-kde' to package cache for db 'local'
    debug: adding 'kdeplasma-addons-applets-community' to package cache for db 'local'
    debug: adding 'pam' to package cache for db 'local'
    debug: adding 'ddcxinfo-a

  • Zim desktop wiki (written in Perl) don't work anymore

    Hi,
    Recently I experience a problem with the Zim desktop wiki (package zim in AUR) that stopped working. In the console I can see that it segfault.
    In fact it works only when the configuration is erased ... and the next time it breaks again. Very annoying. (Well, in fact if you know how zim works, when the repository list is empty, it works, when there is one item it breaks. I also noticed that the spell plugin doesn't work either. But I suppose that was because of some outdated perl-gtk2-spell module, built from AUR)
    It seems a Perl issue (that's why I report it there) since a Perl script shouldn't (at least from my point of view) segfault.
    The gdb backtrace is:
    #0 0x080a4558 in Perl_av_clear ()
    #1 0x080db9df in Perl_leave_scope ()
    #2 0x080dba2c in Perl_pop_scope ()
    #3 0x080e74c7 in Perl_pp_return ()
    #4 0x080ae2eb in Perl_runops_standard ()
    #5 0x080a8e05 in Perl_call_sv ()
    #6 0x080991cc in Perl_magic_setpack ()
    #7 0x0809c1b5 in Perl_mg_set ()
    #8 0x080b5274 in Perl_pp_aassign ()
    #9 0x080ae2eb in Perl_runops_standard ()
    #10 0x080a99eb in perl_run ()
    #11 0x08063dcd in main ()
    My Perl package installed are as follow:
    yaourt -Ss perl | grep installed
    core/pcre 7.6-3 [installed]
    core/perl 5.10.0-3 [installed]
    extra/perl-extutils-pkgconfig 1.07-3 [installed]
    extra/perl-libwww 5.808-2 [installed]
    extra/gtk2-perl 1.162-1 [installed]
    extra/perl-uri 1.35-3 [installed]
    extra/cairo-perl 1.044-1 [installed]
    extra/perl-html-tagset 3.10-3 [installed]
    extra/perl-error 0.17011-1 [installed]
    extra/glib-perl 1.162-1 [installed]
    extra/perl-file-mimeinfo 0.14-3 [installed]
    extra/perl-xml-simple 2.18-2 [installed]
    extra/perl-html-parser 3.56-3 [installed]
    extra/perl-file-desktopentry 0.04-2 [installed]
    extra/perl-file-basedir 0.03-2 [installed]
    extra/perlxml 2.36-1 [installed]
    extra/perl-locale-gettext 1.05-3 [installed]
    extra/perl-extutils-depends 0.205-3 [installed]
    community/perl-crypt-ssleay 0.57-2 [installed]
    community/perl-gtk2-trayicon 0.06-3 [installed]
    aur/perl-gtk2-spell
    If you have any idea, I would be glad to hear about it.
    Thanks.
    Mildred

    It's my understanding (and I can't find the link, sorry) that perl modules should now be located in
    /usr/lib/perl5/core_perl
    /usr/lib/perl5/site_perl
    /usr/lib/perl5/vendor_perl
    So if the AUR packages are placing modules in the old location, they won't be found.  Same if Zim has hard-coded perl location.

  • [Request] RubyTorrent

    http://benclarke.ca/rubytorrent/
    RubyTorrentan easy to use torrent creator for Linux/UNIX
    Features
        * Works in CLI mode, optionally with no output at all
        * Comes with a GTK2 user interface for those more desktop-oriented
        * AJAX HTML user interface for those looking to create torrents remotely
        * Full multiple tracker support
        * Written entirely in the Ruby programming language
        * Released under open source MIT license

    Ok, I think I will not be able to do it.
    I asked for help but nobody seem to have an idea how to answer me.
    I don't really know how to handle the html folder and if I must install .rb in /usr/bin
    or build it somehow...
    You can do this:
    * Download 0.07: http://benclarke.ca/rubytorrent/rubytorrent-0.07.tar.gz
    * Install its dependencies with pacman: pacman -Sy ruby ruby-gtk2
    * Uncompress rubytorrent
    * Enter the directory and use it
    Sorry bionnaki

  • Rubyripper hangs at startup

    Installed rubyripper from pacman. When I try and run it in KDEmod, it tries to load but eventually just gives up... no error message nothing, it just disappears after a minute or so of watching the icon bouncing on the mouse cursor.
    What would usually cause programs to behave in this manner?
    I really want to FLAC my CDs using what's natively available (as opposed to Wine EAC), can anyone help? cheers.

    I don't think its to do with rubyripper, my laptop has no problems with rubyripper/ruby-gtk2 (arch32 on using [core] and [extra]) whereas on my desktop, if I use the version in [community], gives me:
    [rich@karhide ~]$ rrip_gui
    ruby: symbol lookup error: /usr/lib/ruby/site_ruby/1.8/x86_64-linux/gtk2.so: undefined symbol: gtk_file_system_error_quark
    if I re-build with ABS it fixes it.
    My desktop runs arch64 [testing] so I suspect there is some hidden dependency of ruby-gtk2 that has a newer version in [testing], since [testing] has gnome 2.24.
    Alternatively its a 64-bit only issue.

  • Ctrl+Alt+F1 problem

    Hi after last update I'm unable to get login prompt after I press Ctrl+Alt+F1. The only thing I get after I press this keys combination ist this "-" clipping.

    pacman
    [2010-03-31 02:55] synchronizing package lists
    [2010-03-31 02:55] starting full system upgrade
    [2010-04-02 21:14] synchronizing package lists
    [2010-04-05 19:11] synchronizing package lists
    [2010-04-05 19:11] starting full system upgrade
    [2010-04-05 19:22] synchronizing package lists
    [2010-04-05 19:22] starting full system upgrade
    [2010-04-05 19:29] removed devicekit-power (013-1)
    [2010-04-05 19:29] removed devicekit-disks (009-5)
    [2010-04-05 19:29] upgraded linux-api-headers (2.6.32.5-2 -> 2.6.33.1-1)
    [2010-04-05 19:29] upgraded tzdata (2010e-1 -> 2010g-1)
    [2010-04-05 19:29] Generating locales...
    [2010-04-05 19:29] en_US.UTF-8... done
    [2010-04-05 19:29] en_US.ISO-8859-1... done
    [2010-04-05 19:29] ro_RO.UTF-8... done
    [2010-04-05 19:29] ro_RO.ISO-8859-2... done
    [2010-04-05 19:29] Generation complete.
    [2010-04-05 19:29] upgraded glibc (2.11.1-1 -> 2.11.1-2)
    [2010-04-05 19:29] upgraded gcc-libs (4.4.3-1 -> 4.4.3-2)
    [2010-04-05 19:30] upgraded pcre (8.01-1 -> 8.02-1)
    [2010-04-05 19:30] upgraded glib2 (2.22.5-1 -> 2.24.0-1)
    [2010-04-05 19:30] installed libffi (3.0.9-1)
    [2010-04-05 19:30] upgraded pygobject (2.20.0-1 -> 2.21.1-1)
    [2010-04-05 19:30] upgraded pygtk (2.16.0-2 -> 2.17.0-1)
    [2010-04-05 19:30] upgraded gnome-menus (2.28.0.1-1 -> 2.30.0-1)
    [2010-04-05 19:30] upgraded atk (1.28.0-1 -> 1.30.0-1)
    [2010-04-05 19:30] upgraded pango (1.26.2-1 -> 1.28.0-1)
    [2010-04-05 19:30] upgraded libcups (1.4.2-5 -> 1.4.3-1)
    [2010-04-05 19:30] upgraded gtk2 (2.18.9-2 -> 2.20.0-1)
    [2010-04-05 19:30] upgraded libxml2 (2.7.6-2 -> 2.7.7-1)
    [2010-04-05 19:30] upgraded libidl2 (0.8.13-1 -> 0.8.14-1)
    [2010-04-05 19:30] upgraded orbit2 (2.14.17-1 -> 2.14.18-1)
    [2010-04-05 19:30] upgraded gconf (2.28.0-1 -> 2.28.1-1)
    [2010-04-05 19:30] upgraded gnome-keyring (2.28.2-1 -> 2.30.0-1)
    [2010-04-05 19:30] installed libgnome-keyring (2.30.0-1)
    [2010-04-05 19:30] upgraded libsoup (2.28.2-1 -> 2.30.0-1)
    [2010-04-05 19:30] upgraded gnome-icon-theme (2.28.0-1 -> 2.30.0-1)
    [2010-04-05 19:30] upgraded libsoup-gnome (2.28.2-1 -> 2.30.0-1)
    [2010-04-05 19:30] upgraded libgweather (2.28.0-1 -> 2.30.0-1)
    [2010-04-05 19:30] upgraded evolution-data-server (2.28.3.1-1 -> 2.30.0-1)
    [2010-04-05 19:30] upgraded libwnck (2.28.0-1 -> 2.30.0-1)
    [2010-04-05 19:30] upgraded gnome-desktop (2.28.2-1 -> 2.30.0-1)
    [2010-04-05 19:30] upgraded bluez (4.62-1 -> 4.63-1)
    [2010-04-05 19:30] upgraded device-mapper (2.02.60-3 -> 2.02.61-1)
    [2010-04-05 19:30] installed lsof (4.83-1)
    [2010-04-05 19:30] installed udisks (1.0.0-2)
    [2010-04-05 19:30] upgraded libunique (1.1.6-1 -> 1.1.6-2)
    [2010-04-05 19:30] upgraded gnome-disk-utility (2.28.1-1 -> 2.30.1-1)
    [2010-04-05 19:30] upgraded gvfs (1.4.3-1 -> 1.6.0-1)
    [2010-04-05 19:30] upgraded gnome-vfs (2.24.2-2 -> 2.24.3-1)
    [2010-04-05 19:30] upgraded libbonobo (2.24.2-1 -> 2.24.3-1)
    [2010-04-05 19:30] upgraded libgnome (2.28.0-2 -> 2.30.0-1)
    [2010-04-05 19:30] upgraded libart-lgpl (2.3.20-1 -> 2.3.21-1)
    [2010-04-05 19:30] upgraded libgnomecanvas (2.26.0-1 -> 2.30.1-1)
    [2010-04-05 19:30] upgraded libbonoboui (2.24.2-1 -> 2.24.3-1)
    [2010-04-05 19:30] upgraded librsvg (2.26.0-2 -> 2.26.2-1)
    [2010-04-05 19:30] upgraded gnome-panel (2.28.0-2 -> 2.30.0-1)
    [2010-04-05 19:30] upgraded libgnomeui (2.24.2-1 -> 2.24.3-1)
    [2010-04-05 19:30] upgraded gnome-python (2.28.0-1 -> 2.28.1-1)
    [2010-04-05 19:30] upgraded alacarte (0.12.4-2 -> 0.13.1-1)
    [2010-04-05 19:30] upgraded at-spi (1.28.1-1 -> 1.30.0-1)
    [2010-04-05 19:30] upgraded libgl (7.7-1 -> 7.7.1-0.1)
    [2010-04-05 19:30] upgraded ati-dri (7.7-1 -> 7.7.1-0.1)
    [2010-04-05 19:30] upgraded binutils (2.20-3 -> 2.20.1-1)
    [2010-04-05 19:30] upgraded bison (2.4.1-1 -> 2.4.2-1)
    [2010-04-05 19:30] upgraded gmp (4.3.2-1 -> 5.0.1-1)
    [2010-04-05 19:30] upgraded ppl (0.10.2-2 -> 0.10.2-3)
    [2010-04-05 19:30] upgraded cloog-ppl (0.15.7-1 -> 0.15.8-1)
    [2010-04-05 19:30] upgraded coreutils (8.4-1 -> 8.4-2)
    [2010-04-05 19:30] upgraded cups (1.4.2-5 -> 1.4.3-1)
    [2010-04-05 19:31] upgraded libsigc++2.0 (2.2.4.2-1 -> 2.2.5-1)
    [2010-04-05 19:31] upgraded libtorrent-rasterbar (0.14.9-3 -> 0.15.0-1)
    [2010-04-05 19:31] >>> Deluge's daemon is running default with the "deluge" user. The default download directory is /srv/deluge/.
    [2010-04-05 19:31] You can change the user by editing /etc/conf.d/deluged
    [2010-04-05 19:31] upgraded deluge (1.2.2-1 -> 1.2.3-1)
    [2010-04-05 19:31] installed upower (0.9.1-1)
    [2010-04-05 19:31] upgraded e2fsprogs (1.41.10-1 -> 1.41.11-1)
    [2010-04-05 19:31] upgraded evince (2.28.2-1 -> 2.30.0-1)
    [2010-04-05 19:31] upgraded file-roller (2.28.2-1 -> 2.30.0-1)
    [2010-04-05 19:31] upgraded gcalctool (5.28.2-1 -> 5.30.0-1)
    [2010-04-05 19:31] upgraded mpfr (2.4.2-1 -> 2.4.2-2)
    [2010-04-05 19:31] upgraded gcc (4.4.3-1 -> 4.4.3-2)
    [2010-04-05 19:31] upgraded gconf-editor (2.28.0-1 -> 2.30.0-1)
    [2010-04-05 19:31] upgraded libxklavier (4.0-1 -> 5.0-1)
    [2010-04-05 19:31] upgraded gnome-session (2.28.0-1 -> 2.30.0-1)
    [2010-04-05 19:31] warning: /etc/gdm/custom.conf installed as /etc/gdm/custom.conf.pacnew
    [2010-04-05 19:31] warning: directory permissions differ on var/run/gdm/
    filesystem: 1775 package: 711
    [2010-04-05 19:31] warning: directory permissions differ on var/log/gdm/
    filesystem: 1770 package: 755
    [2010-04-05 19:31] upgraded gdm (2.28.2-1 -> 2.30.0-1)
    [2010-04-05 19:31] upgraded gtksourceview2 (2.8.2-1 -> 2.10.0-1)
    [2010-04-05 19:31] upgraded pygtksourceview2 (2.8.0-1 -> 2.10.0-1)
    [2010-04-05 19:31] upgraded gedit (2.28.3-1 -> 2.30.0-1)
    [2010-04-05 19:31] upgraded glibmm (2.22.1-1 -> 2.24.0-1)
    [2010-04-05 19:31] upgraded gucharmap (2.28.2-1 -> 2.30.0-1)
    [2010-04-05 19:31] upgraded libgtop (2.28.0-1 -> 2.28.1-1)
    [2010-04-05 19:32] upgraded gnome-applets (2.28.0-2 -> 2.30.0-1)
    [2010-04-05 19:32] upgraded libgnomekbd (2.28.2-1 -> 2.30.0-1)
    [2010-04-05 19:32] upgraded gnome-settings-daemon (2.28.2-1 -> 2.30.0-1)
    [2010-04-05 19:32] upgraded zenity (2.28.0-1 -> 2.30.0-1)
    [2010-04-05 19:32] upgraded metacity (2.28.1-1 -> 2.30.0-2)
    [2010-04-05 19:32] upgraded gnome-control-center (2.28.1-1 -> 2.30.0-1)
    [2010-04-05 19:32] upgraded vte (0.22.5-1 -> 0.24.0-2)
    [2010-04-05 19:32] upgraded gtkhtml (3.28.3-1 -> 3.30.0-1)
    [2010-04-05 19:32] upgraded gnome-desktop-sharp (2.26.0-3 -> 2.26.0-5)
    [2010-04-05 19:32] upgraded gnome-media (2.28.5-1 -> 2.30.0-2)
    [2010-04-05 19:32] upgraded gnome-power-manager (2.28.3-1 -> 2.30.0-1)
    [2010-04-05 19:32] upgraded gnome-python-desktop (2.28.0-3 -> 2.30.0-1)
    [2010-04-05 19:32] upgraded gnome-screensaver (2.28.3-1 -> 2.30.0-1)
    [2010-04-05 19:32] upgraded gtkmm (2.18.2-1 -> 2.20.0-1)
    [2010-04-05 19:32] upgraded gnome-system-monitor (2.28.0-1 -> 2.28.1-1)
    [2010-04-05 19:32] ==> Daemon method deprecated. Now is starting automatically at login
    [2010-04-05 19:32] ==> Remove stbd from DAEMONS list
    [2010-04-05 19:32] upgraded system-tools-backends (2.8.3-1 -> 2.10.0-1)
    [2010-04-05 19:32] upgraded liboobs (2.22.2-1 -> 2.30.0-1)
    [2010-04-05 19:32] upgraded nautilus (2.28.4-1 -> 2.30.0-1)
    [2010-04-05 19:32] upgraded gnome-system-tools (2.28.2-1 -> 2.30.0-2)
    [2010-04-05 19:33] upgraded gnome-terminal (2.28.2-1 -> 2.30.0-1)
    [2010-04-05 19:33] upgraded gnome-utils (2.28.3-1 -> 2.30.0-1)
    [2010-04-05 19:33] upgraded grep (2.5.4-3 -> 2.6.2-1)
    [2010-04-05 19:33] upgraded gtk-engines (2.18.5-1 -> 2.20.0-1)
    [2010-04-05 19:33] upgraded libgail-gnome (1.20.1-1 -> 1.20.2-1)
    [2010-04-05 19:33] upgraded lvm2 (2.02.60-3 -> 2.02.61-1)
    [2010-04-05 19:33] upgraded mesa (7.7-1 -> 7.7.1-0.1)
    [2010-04-05 19:33] upgraded mlocate (0.22.3-1 -> 0.22.4-1)
    [2010-04-05 19:33] upgraded nautilus-share (0.7.2-4 -> 0.7.2-5)
    [2010-04-05 19:33] upgraded network-manager-applet (0.8-2 -> 0.8-3)
    [2010-04-05 19:33] when you use a non-reparenting window manager
    [2010-04-05 19:33] set _JAVA_AWT_WM_NONREPARENTING=1 in
    [2010-04-05 19:33] /etc/profile.d/openjdk6.sh
    [2010-04-05 19:33] upgraded openjdk6 (6.b17_1.7.1-1 -> 6.b17_1.7.3-1)
    [2010-04-05 19:33] upgraded pixman (0.16.6-1 -> 0.18.0-1)
    [2010-04-05 19:33] upgraded pycrypto (2.0.1-3 -> 2.0.1-4)
    [2010-04-05 19:33] upgraded seahorse (2.28.1-1 -> 2.30.0-1)
    [2010-04-05 19:33] upgraded seahorse-plugins (2.28.1-1 -> 2.30.0-1)
    [2010-04-05 19:33] upgraded wine (1.1.41-1 -> 1.1.42-1)
    [2010-04-05 20:05] installed taglib-sharp (2.0.3.7-1)
    [2010-04-05 20:05] installed podsleuth (0.6.4-1)
    [2010-04-05 20:05] installed ipod-sharp (0.8.5-1)
    [2010-04-05 20:05] installed boo (0.9.2.3383-2)
    [2010-04-05 20:05] installed mono-zeroconf (0.9.0-1)
    [2010-04-05 20:05] installed libwebkit (1.1.90-1)
    [2010-04-05 20:05] installed webkit-sharp (0.3-1)
    [2010-04-05 20:05] installed banshee (1.6.0-1)
    [2010-04-05 20:48] installed mpg123 (1.12.1-1)
    [2010-04-05 20:48] installed libao (0.8.8-2)
    [2010-04-05 20:48] installed libsamplerate (0.1.7-1)
    [2010-04-05 20:48] installed sox (14.3.0-3)
    [2010-04-05 20:48] installed vorbis-tools (1.2.0-4)
    [2010-04-05 20:51] installed google-gdata-sharp (1.4.0.2-1)
    [2010-04-05 21:06] removed google-gdata-sharp (1.4.0.2-1)
    [2010-04-05 21:06] removed libbeagle (0.3.9-1)
    [2010-04-05 21:06] removed libtracker (0.6.95-1)
    [2010-04-05 21:06] removed mpg123 (1.12.1-1)
    [2010-04-05 21:06] removed sox (14.3.0-3)
    [2010-04-05 21:06] removed libsamplerate (0.1.7-1)
    [2010-04-05 21:07] removed vorbis-tools (1.2.0-4)
    [2010-04-05 21:07] removed libao (0.8.8-2)
    [2010-04-05 22:09] installed libevent (1.4.13-1)
    [2010-04-05 22:09] installed chromium (5.0.342.8-3)
    [2010-04-05 22:17] removed chromium (5.0.342.8-3)
    [2010-04-05 22:17] removed libevent (1.4.13-1)
    [2010-04-06 00:03] removed banshee (1.6.0-1)
    [2010-04-06 00:03] removed webkit-sharp (0.3-1)
    [2010-04-06 00:03] removed libwebkit (1.1.90-1)
    [2010-04-06 00:03] removed taglib-sharp (2.0.3.7-1)
    [2010-04-06 00:03] removed mono-zeroconf (0.9.0-1)
    [2010-04-06 00:03] removed ipod-sharp (0.8.5-1)
    [2010-04-06 00:03] removed podsleuth (0.6.4-1)
    [2010-04-06 00:03] removed boo (0.9.2.3383-2)
    [2010-04-06 10:13] installed cmake (2.8.1-1)
    [2010-04-06 10:13] installed libupnp (1.6.6-2)
    [2010-04-06 10:25] installed eiskaltdcpp (2.0-1)
    [2010-04-06 11:04] removed eiskaltdcpp (2.0-1)
    [2010-04-06 11:04] removed libupnp (1.6.6-2)
    [2010-04-06 11:05] removed cmake (2.8.1-1)
    [2010-04-06 11:06] installed linuxdcpp (1.0.3-2)
    [2010-04-06 11:14] removed linuxdcpp (1.0.3-2)
    [2010-04-06 11:40] installed perl-error (0.17016-1)
    [2010-04-06 11:40] installed git (1.7.0.3-1)
    [2010-04-06 11:40] installed perl-html-tagset (3.20-1)
    [2010-04-06 11:40] installed perl-html-parser (3.64-1)
    [2010-04-06 11:40] installed perl-uri (1.54-1)
    [2010-04-06 11:40] installed perl-libwww (5.834-2)
    [2010-04-06 11:40] installed perl-http-response-encoding (0.06-1)
    [2010-04-06 11:40] installed perl-http-server-simple (0.42-1)
    [2010-04-06 11:40] installed perl-tree-dag-node (1.06-1)
    [2010-04-06 11:40] installed perl-sub-uplevel (0.22-1)
    [2010-04-06 11:40] installed perl-test-warn (0.21-2)
    [2010-04-06 11:40] installed perl-www-mechanize (1.60-1)
    [2010-04-06 11:40] installed perl-universal-require (0.13-1)
    [2010-04-06 11:40] installed get-flash-videos-git (20100406-1)
    [2010-04-07 17:23] installed stfl (0.21-2)
    [2010-04-07 17:23] ==> If you're not satisfied by the information "man newsbeuter" provides,
    [2010-04-07 17:23] ==> have a look at /usr/share/doc/newsbeuter/newsbeuter.html
    [2010-04-07 17:23] installed newsbeuter (2.2-1)
    [2010-04-07 17:26] removed newsbeuter (2.2-1)
    [2010-04-07 17:26] removed stfl (0.21-2)
    [2010-04-07 17:27] synchronizing package lists
    [2010-04-07 17:27] starting full system upgrade
    [2010-04-07 17:42] Place menu.xml, rc.xml and autostart.sh in ~/.config/openbox
    [2010-04-07 17:42] They can be found in /etc/xdg/openbox
    [2010-04-07 17:42] installed openbox (3.4.11.1-1)
    [2010-04-07 17:50] installed obmenu (1.0-6)
    [2010-04-07 18:00] installed menumaker (0.99.7-5)
    [2010-04-07 18:08] removed menumaker (0.99.7-5)
    [2010-04-07 18:09] installed obconf (2.0.3-3)
    [2010-04-07 18:32] installed python-xlib (0.15rc1-2)
    [2010-04-07 18:32] installed pypanel (2.4-4)
    [2010-04-07 19:05] installed fbpanel (6.0-1)
    [2010-04-07 21:20] removed pypanel (2.4-4)
    [2010-04-07 21:20] removed python-xlib (0.15rc1-2)
    [2010-04-07 21:20] removed fbpanel (6.0-1)
    [2010-04-07 21:20] installed tint2 (0.9-3)
    [2010-04-08 00:54] installed ob-autostart (1-1)
    [2010-04-08 01:09] installed glib-perl (1.222-1)
    [2010-04-08 01:09] installed cairo-perl (1.061-1)
    [2010-04-08 01:09] installed pango-perl (1.221-1)
    [2010-04-08 01:09] installed gtk2-perl (1.221-1)
    [2010-04-08 01:09] installed perl-gtk2-trayicon (0.06-3)
    [2010-04-08 01:09] installed volwheel (0.2.7-2)
    [2010-04-08 01:20] installed python-distutils-extra (2.16-1)
    [2010-04-08 01:20] installed python-imaging (1.1.7-1)
    [2010-04-08 01:20] installed oblogout (0.2-4)
    [2010-04-08 01:39] installed libxfce4util (4.6.1-1)
    [2010-04-08 01:39] installed xfconf (4.6.1-3)
    [2010-04-08 01:39] installed libxfcegui4 (4.6.3-1)
    [2010-04-08 01:39] installed exo (0.3.106-1)
    [2010-04-08 01:39] installed xfce4-panel (4.6.3-1)
    [2010-04-08 01:44] removed xfce4-panel (4.6.3-1)
    [2010-04-08 01:44] removed libxfcegui4 (4.6.3-1)
    [2010-04-08 01:44] removed xfconf (4.6.1-3)
    [2010-04-08 01:44] removed exo (0.3.106-1)
    [2010-04-08 01:44] removed libxfce4util (4.6.1-1)
    [2010-04-08 01:52] installed libxfce4util (4.6.1-1)
    [2010-04-08 01:52] installed xfconf (4.6.1-3)
    [2010-04-08 01:52] installed libxfcegui4 (4.6.3-1)
    [2010-04-08 01:52] installed exo (0.3.106-1)
    [2010-04-08 01:52] installed xfce4-panel (4.6.3-1)
    [2010-04-08 07:38] installed nitrogen (1.5.1-1)
    [2010-04-08 07:43] installed lxappearance (0.4.0-2)
    [2010-04-08 07:49] installed menu-cache (0.3.2-1)
    [2010-04-08 07:49] installed lxmenu-data (0.1.1-1)
    [2010-04-08 07:49] installed lxpanel (0.5.5-3)
    [2010-04-08 08:05] removed nitrogen (1.5.1-1)
    [2010-04-08 08:05] installed nitrogen (1.5.1-1)
    [2010-04-08 08:44] installed xorg-apps (7.5-3)
    [2010-04-08 08:44] installed xterm (256-1)
    [2010-04-08 11:34] installed xdotool (1.20100318.2737-1)
    [2010-04-08 11:44] removed xdotool (1.20100318.2737-1)
    [2010-04-08 11:44] installed obkey-git (20100408-1)
    [2010-04-08 12:03] installed gsimplecal (25-1)
    [2010-04-08 12:10] installed axkb-git (20100408-1)
    [2010-04-08 12:22] removed axkb-git (20100408-1)
    [2010-04-08 12:22] removed lxpanel (0.5.5-3)
    [2010-04-08 12:22] removed xfce4-panel (4.6.3-1)
    [2010-04-08 12:25] removed libxfcegui4 (4.6.3-1)
    [2010-04-08 12:25] removed xfconf (4.6.1-3)
    [2010-04-08 12:25] removed lxmenu-data (0.1.1-1)
    [2010-04-08 12:26] removed menu-cache (0.3.2-1)
    [2010-04-08 12:26] removed exo (0.3.106-1)
    [2010-04-08 12:26] removed libxfce4util (4.6.1-1)
    [2010-04-08 12:39] installed xcompmgr (1.1.5-1)
    [2010-04-08 12:52] installed lxterminal (0.1.7-1)
    [2010-04-08 21:19] installed transset (20050711-3)
    [2010-04-08 21:33] synchronizing package lists
    [2010-04-08 21:33] starting full system upgrade
    [2010-04-09 00:09] installed htop (0.8.3-1)
    [2010-04-09 00:39] installed conky (1.8.0-1)
    [2010-04-09 19:02] ==>
    [2010-04-09 19:02] ==>
    [2010-04-09 19:02] ==> PLEASE read the README in /usr/share/conkyforecast/
    [2010-04-09 19:02] ==>
    [2010-04-09 19:02] ==> It takes a little effort to get this to work.
    [2010-04-09 19:02] ==>
    [2010-04-09 19:02] ==>
    [2010-04-09 19:02] installed conky-forecast (2.09-1)
    [2010-04-10 00:42] installed parcellite (0.9.2-1)
    [2010-04-10 00:50] installed docky-bzr (1174-1)
    [2010-04-10 00:53] removed docky-bzr (1174-1)
    [2010-04-10 00:57] installed glipper-old (0.95.1-3)
    [2010-04-10 01:07] removed parcellite (0.9.2-1)
    [2010-04-10 01:07] installed menumaker (0.99.7-5)
    [2010-04-10 01:09] removed menumaker (0.99.7-5)
    [2010-04-10 10:22] synchronizing package lists
    [2010-04-10 10:37] starting full system upgrade
    [2010-04-10 10:47] synchronizing package lists
    [2010-04-10 10:48] starting full system upgrade
    [2010-04-10 10:52] removed glipper-old (0.95.1-3)
    [2010-04-10 10:52] installed parcellite (0.9.2-1)
    [2010-04-10 17:13] warning: /etc/makepkg.conf installed as /etc/makepkg.conf.pacnew
    [2010-04-10 17:13] upgraded pacman (3.3.3-1 -> 3.3.3-5)
    [2010-04-10 17:25] upgraded packer (20100217-1 -> 20100410-1)
    [2010-04-10 19:29] upgraded transset (20050711-3 -> 20050711-3)
    [2010-04-10 23:20] removed transset (20050711-3)
    [2010-04-10 23:20] synchronizing package lists
    [2010-04-10 23:20] starting full system upgrade
    [2010-04-10 23:30] upgraded libdrm (2.4.18-2 -> 2.4.19-1)
    [2010-04-10 23:30] upgraded libgl (7.7.1-0.1 -> 7.7.1-1)
    [2010-04-10 23:30] upgraded ati-dri (7.7.1-0.1 -> 7.7.1-1)
    [2010-04-10 23:30] upgraded bash (4.1.002-2 -> 4.1.005-1)
    [2010-04-10 23:30] upgraded openssl (0.9.8n-1 -> 1.0.0-2)
    [2010-04-10 23:30] Clearing symlinks in /etc/ssl/certs...done.
    [2010-04-10 23:30] Updating certificates in /etc/ssl/certs... 141 added, 0 removed; done.
    [2010-04-10 23:30] Running hooks in /etc/ca-certificates/update.d....
    [2010-04-10 23:30] updating keystore /etc/ssl/certs/java/cacerts...
    [2010-04-10 23:30] added: /etc/ssl/certs/brasil.gov.br.pem
    [2010-04-10 23:30] added: /etc/ssl/certs/cacert.org.pem
    [2010-04-10 23:30] added: /etc/ssl/certs/ca.pem
    [2010-04-10 23:30] added: /etc/ssl/certs/cert_igca_dsa.pem
    [2010-04-10 23:30] added: /etc/ssl/certs/cert_igca_rsa.pem
    [2010-04-10 23:30] added: /etc/ssl/certs/ABAecom_=sub.__Am._Bankers_Assn.=_Root_CA.pem
    [2010-04-10 23:30] added: /etc/ssl/certs/AOL_Time_Warner_Root_Certification_Authority_1.pem
    [2010-04-10 23:30] added: /etc/ssl/certs/AOL_Time_Warner_Root_Certification_Authority_2.pem
    [2010-04-10 23:30] added: /etc/ssl/certs/AddTrust_External_Root.pem
    [2010-04-10 23:30] added: /etc/ssl/certs/AddTrust_Low-Value_Services_Root.pem
    [2010-04-10 23:30] added: /etc/ssl/certs/AddTrust_Public_Services_Root.pem
    [2010-04-10 23:30] added: /etc/ssl/certs/AddTrust_Qualified_Certificates_Root.pem
    [2010-04-10 23:30] added: /etc/ssl/certs/America_Online_Root_Certification_Authority_1.pem
    [2010-04-10 23:30] added: /etc/ssl/certs/America_Online_Root_Certification_Authority_2.pem
    [2010-04-10 23:30] added: /etc/ssl/certs/Baltimore_CyberTrust_Root.pem
    [2010-04-10 23:30] added: /etc/ssl/certs/COMODO_Certification_Authority.pem
    [2010-04-10 23:30] ignored import, signature not available: /etc/ssl/certs/COMODO_ECC_Certification_Authority.pem
    [2010-04-10 23:30] keytool error: java.security.NoSuchAlgorithmException: SHA384withECDSA Signature not available
    [2010-04-10 23:30] added: /etc/ssl/certs/Camerfirma_Chambers_of_Commerce_Root.pem
    [2010-04-10 23:30] added: /etc/ssl/certs/Camerfirma_Global_Chambersign_Root.pem
    [2010-04-10 23:30] added: /etc/ssl/certs/Certplus_Class_2_Primary_CA.pem
    [2010-04-10 23:30] added: /etc/ssl/certs/Certum_Root_CA.pem
    [2010-04-10 23:30] added: /etc/ssl/certs/Comodo_AAA_Services_root.pem
    [2010-04-10 23:30] added: /etc/ssl/certs/Comodo_Secure_Services_root.pem
    [2010-04-10 23:30] added: /etc/ssl/certs/Comodo_Trusted_Services_root.pem
    [2010-04-10 23:30] added: /etc/ssl/certs/DST_ACES_CA_X6.pem
    [2010-04-10 23:30] added: /etc/ssl/certs/DST_Root_CA_X3.pem
    [2010-04-10 23:30] added: /etc/ssl/certs/DigiCert_Assured_ID_Root_CA.pem
    [2010-04-10 23:30] added: /etc/ssl/certs/DigiCert_Global_Root_CA.pem
    [2010-04-10 23:30] added: /etc/ssl/certs/DigiCert_High_Assurance_EV_Root_CA.pem
    [2010-04-10 23:30] added: /etc/ssl/certs/DigiNotar_Root_CA.pem
    [2010-04-10 23:30] added: /etc/ssl/certs/Digital_Signature_Trust_Co._Global_CA_1.pem
    [2010-04-10 23:30] added: /etc/ssl/certs/Digital_Signature_Trust_Co._Global_CA_2.pem
    [2010-04-10 23:30] added: /etc/ssl/certs/Digital_Signature_Trust_Co._Global_CA_3.pem
    [2010-04-10 23:30] added: /etc/ssl/certs/Digital_Signature_Trust_Co._Global_CA_4.pem
    [2010-04-10 23:30] added: /etc/ssl/certs/Entrust.net_Global_Secure_Personal_CA.pem
    [2010-04-10 23:30] added: /etc/ssl/certs/Entrust.net_Global_Secure_Server_CA.pem
    [2010-04-10 23:30] added: /etc/ssl/certs/Entrust.net_Premium_2048_Secure_Server_CA.pem
    [2010-04-10 23:30] added: /etc/ssl/certs/Entrust.net_Secure_Personal_CA.pem
    [2010-04-10 23:30] added: /etc/ssl/certs/Entrust.net_Secure_Server_CA.pem
    [2010-04-10 23:30] added: /etc/ssl/certs/Entrust_Root_Certification_Authority.pem
    [2010-04-10 23:31] added: /etc/ssl/certs/Equifax_Secure_CA.pem
    [2010-04-10 23:31] added: /etc/ssl/certs/Equifax_Secure_Global_eBusiness_CA.pem
    [2010-04-10 23:31] added: /etc/ssl/certs/Equifax_Secure_eBusiness_CA_1.pem
    [2010-04-10 23:31] added: /etc/ssl/certs/Equifax_Secure_eBusiness_CA_2.pem
    [2010-04-10 23:31] added: /etc/ssl/certs/Firmaprofesional_Root_CA.pem
    [2010-04-10 23:31] added: /etc/ssl/certs/GTE_CyberTrust_Global_Root.pem
    [2010-04-10 23:31] added: /etc/ssl/certs/GTE_CyberTrust_Root_CA.pem
    [2010-04-10 23:31] added: /etc/ssl/certs/GeoTrust_Global_CA.pem
    [2010-04-10 23:31] added: /etc/ssl/certs/GeoTrust_Global_CA_2.pem
    [2010-04-10 23:31] added: /etc/ssl/certs/GeoTrust_Primary_Certification_Authority.pem
    [2010-04-10 23:31] added: /etc/ssl/certs/GeoTrust_Universal_CA.pem
    [2010-04-10 23:31] added: /etc/ssl/certs/GeoTrust_Universal_CA_2.pem
    [2010-04-10 23:31] added: /etc/ssl/certs/GlobalSign_Root_CA.pem
    [2010-04-10 23:31] added: /etc/ssl/certs/GlobalSign_Root_CA_-_R2.pem
    [2010-04-10 23:31] added: /etc/ssl/certs/Go_Daddy_Class_2_CA.pem
    [2010-04-10 23:31] added: /etc/ssl/certs/IPS_CLASE1_root.pem
    [2010-04-10 23:31] added: /etc/ssl/certs/IPS_CLASE3_root.pem
    [2010-04-10 23:31] added: /etc/ssl/certs/IPS_CLASEA1_root.pem
    [2010-04-10 23:31] added: /etc/ssl/certs/IPS_CLASEA3_root.pem
    [2010-04-10 23:31] added: /etc/ssl/certs/IPS_Chained_CAs_root.pem
    [2010-04-10 23:31] added: /etc/ssl/certs/IPS_Servidores_root.pem
    [2010-04-10 23:31] added: /etc/ssl/certs/IPS_Timestamping_root.pem
    [2010-04-10 23:31] added: /etc/ssl/certs/NetLock_Business_=Class_B=_Root.pem
    [2010-04-10 23:31] added: /etc/ssl/certs/NetLock_Express_=Class_C=_Root.pem
    [2010-04-10 23:31] added: /etc/ssl/certs/NetLock_Notary_=Class_A=_Root.pem
    [2010-04-10 23:31] added: /etc/ssl/certs/NetLock_Qualified_=Class_QA=_Root.pem
    [2010-04-10 23:31] added: /etc/ssl/certs/Network_Solutions_Certificate_Authority.pem
    [2010-04-10 23:31] added: /etc/ssl/certs/QuoVadis_Root_CA.pem
    [2010-04-10 23:31] added: /etc/ssl/certs/QuoVadis_Root_CA_2.pem
    [2010-04-10 23:31] added: /etc/ssl/certs/QuoVadis_Root_CA_3.pem
    [2010-04-10 23:31] added: /etc/ssl/certs/RSA_Root_Certificate_1.pem
    [2010-04-10 23:31] added: /etc/ssl/certs/RSA_Security_1024_v3.pem
    [2010-04-10 23:31] added: /etc/ssl/certs/RSA_Security_2048_v3.pem
    [2010-04-10 23:31] added: /etc/ssl/certs/SecureTrust_CA.pem
    [2010-04-10 23:31] added: /etc/ssl/certs/Secure_Global_CA.pem
    [2010-04-10 23:31] added: /etc/ssl/certs/Security_Communication_Root_CA.pem
    [2010-04-10 23:31] added: /etc/ssl/certs/Sonera_Class_1_Root_CA.pem
    [2010-04-10 23:31] added: /etc/ssl/certs/Sonera_Class_2_Root_CA.pem
    [2010-04-10 23:31] added: /etc/ssl/certs/Staat_der_Nederlanden_Root_CA.pem
    [2010-04-10 23:31] added: /etc/ssl/certs/Starfield_Class_2_CA.pem
    [2010-04-10 23:31] added: /etc/ssl/certs/StartCom_Certification_Authority.pem
    [2010-04-10 23:31] added: /etc/ssl/certs/StartCom_Ltd..pem
    [2010-04-10 23:31] added: /etc/ssl/certs/SwissSign_Gold_CA_-_G2.pem
    [2010-04-10 23:31] added: /etc/ssl/certs/SwissSign_Platinum_CA_-_G2.pem
    [2010-04-10 23:31] added: /etc/ssl/certs/SwissSign_Silver_CA_-_G2.pem
    [2010-04-10 23:31] added: /etc/ssl/certs/Swisscom_Root_CA_1.pem
    [2010-04-10 23:31] added: /etc/ssl/certs/TC_TrustCenter__Germany__Class_2_CA.pem
    [2010-04-10 23:31] added: /etc/ssl/certs/TC_TrustCenter__Germany__Class_3_CA.pem
    [2010-04-10 23:31] added: /etc/ssl/certs/TDC_Internet_Root_CA.pem
    [2010-04-10 23:31] added: /etc/ssl/certs/TDC_OCES_Root_CA.pem
    [2010-04-10 23:31] added: /etc/ssl/certs/TURKTRUST_Certificate_Services_Provider_Root_1.pem
    [2010-04-10 23:31] added: /etc/ssl/certs/TURKTRUST_Certificate_Services_Provider_Root_2.pem
    [2010-04-10 23:31] added: /etc/ssl/certs/Taiwan_GRCA.pem
    [2010-04-10 23:31] added: /etc/ssl/certs/Thawte_Personal_Basic_CA.pem
    [2010-04-10 23:31] added: /etc/ssl/certs/Thawte_Personal_Freemail_CA.pem
    [2010-04-10 23:31] added: /etc/ssl/certs/Thawte_Personal_Premium_CA.pem
    [2010-04-10 23:31] added: /etc/ssl/certs/Thawte_Premium_Server_CA.pem
    [2010-04-10 23:31] added: /etc/ssl/certs/Thawte_Server_CA.pem
    [2010-04-10 23:31] added: /etc/ssl/certs/Thawte_Time_Stamping_CA.pem
    [2010-04-10 23:32] added: /etc/ssl/certs/UTN-USER_First-Network_Applications.pem
    [2010-04-10 23:32] added: /etc/ssl/certs/UTN_DATACorp_SGC_Root_CA.pem
    [2010-04-10 23:32] added: /etc/ssl/certs/UTN_USERFirst_Email_Root_CA.pem
    [2010-04-10 23:32] added: /etc/ssl/certs/UTN_USERFirst_Hardware_Root_CA.pem
    [2010-04-10 23:32] added: /etc/ssl/certs/ValiCert_Class_1_VA.pem
    [2010-04-10 23:32] added: /etc/ssl/certs/ValiCert_Class_2_VA.pem
    [2010-04-10 23:32] added: /etc/ssl/certs/VeriSign_Class_3_Public_Primary_Certification_Authority_-_G5.pem
    [2010-04-10 23:32] added: /etc/ssl/certs/Verisign_Class_1_Public_Primary_Certification_Authority.pem
    [2010-04-10 23:32] added: /etc/ssl/certs/Verisign_Class_1_Public_Primary_Certification_Authority_-_G2.pem
    [2010-04-10 23:32] added: /etc/ssl/certs/Verisign_Class_1_Public_Primary_Certification_Authority_-_G3.pem
    [2010-04-10 23:32] added: /etc/ssl/certs/Verisign_Class_2_Public_Primary_Certification_Authority.pem
    [2010-04-10 23:32] added: /etc/ssl/certs/Verisign_Class_2_Public_Primary_Certification_Authority_-_G2.pem
    [2010-04-10 23:32] added: /etc/ssl/certs/Verisign_Class_2_Public_Primary_Certification_Authority_-_G3.pem
    [2010-04-10 23:32] added: /etc/ssl/certs/Verisign_Class_3_Public_Primary_Certification_Authority.pem
    [2010-04-10 23:32] added: /etc/ssl/certs/Verisign_Class_3_Public_Primary_Certification_Authority_-_G2.pem
    [2010-04-10 23:32] added: /etc/ssl/certs/Verisign_Class_3_Public_Primary_Certification_Authority_-_G3.pem
    [2010-04-10 23:32] added: /etc/ssl/certs/Verisign_Class_4_Public_Primary_Certification_Authority_-_G2.pem
    [2010-04-10 23:32] added: /etc/ssl/certs/Verisign_Class_4_Public_Primary_Certification_Authority_-_G3.pem
    [2010-04-10 23:32] added: /etc/ssl/certs/Verisign_RSA_Secure_Server_CA.pem
    [2010-04-10 23:32] added: /etc/ssl/certs/Verisign_Time_Stamping_Authority_CA.pem
    [2010-04-10 23:32] added: /etc/ssl/certs/Visa_International_Global_Root_2.pem
    [2010-04-10 23:32] added: /etc/ssl/certs/Visa_eCommerce_Root.pem
    [2010-04-10 23:32] added: /etc/ssl/certs/WellsSecure_Public_Root_Certificate_Authority.pem
    [2010-04-10 23:32] added: /etc/ssl/certs/Wells_Fargo_Root_CA.pem
    [2010-04-10 23:32] added: /etc/ssl/certs/XRamp_Global_CA_Root.pem
    [2010-04-10 23:32] added: /etc/ssl/certs/beTRUSTed_Root_CA-Baltimore_Implementation.pem
    [2010-04-10 23:32] added: /etc/ssl/certs/beTRUSTed_Root_CA.pem
    [2010-04-10 23:32] added: /etc/ssl/certs/beTRUSTed_Root_CA_-_Entrust_Implementation.pem
    [2010-04-10 23:32] added: /etc/ssl/certs/beTRUSTed_Root_CA_-_RSA_Implementation.pem
    [2010-04-10 23:32] added: /etc/ssl/certs/thawte_Primary_Root_CA.pem
    [2010-04-10 23:32] added: /etc/ssl/certs/signet_ca1_pem.pem
    [2010-04-10 23:32] added: /etc/ssl/certs/signet_ca2_pem.pem
    [2010-04-10 23:32] added: /etc/ssl/certs/signet_ca3_pem.pem
    [2010-04-10 23:32] added: /etc/ssl/certs/signet_ocspklasa2_pem.pem
    [2010-04-10 23:32] added: /etc/ssl/certs/signet_ocspklasa3_pem.pem
    [2010-04-10 23:32] added: /etc/ssl/certs/signet_pca2_pem.pem
    [2010-04-10 23:32] added: /etc/ssl/certs/signet_pca3_pem.pem
    [2010-04-10 23:32] added: /etc/ssl/certs/signet_rootca_pem.pem
    [2010-04-10 23:32] added: /etc/ssl/certs/signet_tsa1_pem.pem
    [2010-04-10 23:32] added: /etc/ssl/certs/spi-ca-2003.pem
    [2010-04-10 23:32] added: /etc/ssl/certs/spi-cacert-2008.pem
    [2010-04-10 23:32] added: /etc/ssl/certs/deutsche-telekom-root-ca-2.pem
    [2010-04-10 23:32] done.
    [2010-04-10 23:32] done.
    [2010-04-10 23:32] upgraded ca-certificates (20090814-2 -> 20090814-3)
    [2010-04-10 23:32] upgraded cpio (2.10-1 -> 2.11-2)
    [2010-04-10 23:32] upgraded heimdal (1.3.1-3 -> 1.3.2-1)
    [2010-04-10 23:32] upgraded libcups (1.4.3-1 -> 1.4.3-2)
    [2010-04-10 23:32] upgraded openslp (1.2.1-2 -> 1.2.1-3)
    [2010-04-10 23:32] upgraded cups (1.4.3-1 -> 1.4.3-2)
    [2010-04-10 23:32] upgraded curl (7.20.0-1 -> 7.20.0-4)
    [2010-04-10 23:32] upgraded libldap (2.4.21-1 -> 2.4.21-2)
    [2010-04-10 23:32] upgraded postgresql-libs (8.4.3-1 -> 8.4.3-2)
    [2010-04-10 23:32] upgraded cyrus-sasl-plugins (2.1.23-1 -> 2.1.23-2)
    [2010-04-10 23:32] upgraded python (2.6.5-2 -> 2.6.5-3)
    [2010-04-10 23:32] upgraded dbus-python (0.83.0-2 -> 0.83.1-1)
    [2010-04-10 23:32] upgraded evolution-data-server (2.30.0-1 -> 2.30.0-2)
    [2010-04-10 23:32] upgraded exaile (0.3.1.0-1 -> 0.3.1.1-1)
    [2010-04-10 23:32] upgraded git (1.7.0.3-1 -> 1.7.0.4-1)
    [2010-04-10 23:32] upgraded smbclient (3.5.1-1 -> 3.5.2-1)
    [2010-04-10 23:33] upgraded gnome-vfs (2.24.3-1 -> 2.24.3-2)
    [2010-04-10 23:33] upgraded grep (2.6.2-1 -> 2.6.3-1)
    [2010-04-10 23:33] upgraded gstreamer0.10-bad (0.10.18-2 -> 0.10.18-3)
    [2010-04-10 23:33] upgraded jack (0.116.2-1 -> 0.118.0-2)
    [2010-04-10 23:33] upgraded libmodplug (0.8.7-1 -> 0.8.8-1)
    [2010-04-10 23:33] upgraded neon (0.28.6-2 -> 0.28.6-4)
    [2010-04-10 23:33] upgraded gstreamer0.10-bad-plugins (0.10.18-2 -> 0.10.18-3)
    [2010-04-10 23:33] upgraded gtk2 (2.20.0-1 -> 2.20.0-2)
    [2010-04-10 23:33] upgraded icu (4.2.1-1 -> 4.4-1)
    [2010-04-10 23:33] upgraded kernel26-firmware (2.6.32.10-1 -> 2.6.33.2-1)
    [2010-04-10 23:33] >>> Updating module dependencies. Please wait ...
    [2010-04-10 23:33] >>> MKINITCPIO SETUP
    [2010-04-10 23:33] >>> ----------------
    [2010-04-10 23:33] >>> If you use LVM2, Encrypted root or software RAID,
    [2010-04-10 23:33] >>> Ensure you enable support in /etc/mkinitcpio.conf .
    [2010-04-10 23:33] >>> More information about mkinitcpio setup can be found here:
    [2010-04-10 23:33] >>> http://wiki.archlinux.org/index.php/Mkinitcpio
    [2010-04-10 23:33]
    [2010-04-10 23:33] >>> Generating initial ramdisk, using mkinitcpio. Please wait...
    [2010-04-10 23:33] ==> Building image "default"
    [2010-04-10 23:33] ==> Running command: /sbin/mkinitcpio -k 2.6.33-ARCH -c /etc/mkinitcpio.conf -g /boot/kernel26.img
    [2010-04-10 23:33] :: Begin build
    [2010-04-10 23:33] :: Parsing hook [base]
    [2010-04-10 23:33] :: Parsing hook [udev]
    [2010-04-10 23:33] :: Parsing hook [autodetect]
    [2010-04-10 23:33] :: Parsing hook [pata]
    [2010-04-10 23:33] :: Parsing hook [scsi]
    [2010-04-10 23:33] :: Parsing hook [sata]
    [2010-04-10 23:33] :: Parsing hook [filesystems]
    [2010-04-10 23:33] :: Generating module dependencies
    [2010-04-10 23:33] :: Generating image '/boot/kernel26.img'...SUCCESS
    [2010-04-10 23:33] ==> SUCCESS
    [2010-04-10 23:33] ==> Building image "fallback"
    [2010-04-10 23:33] ==> Running command: /sbin/mkinitcpio -k 2.6.33-ARCH -c /etc/mkinitcpio.conf -g /boot/kernel26-fallback.img -S autodetect
    [2010-04-10 23:33] :: Begin build
    [2010-04-10 23:33] :: Parsing hook [base]
    [2010-04-10 23:33] :: Parsing hook [udev]
    [2010-04-10 23:33] :: Parsing hook [pata]
    [2010-04-10 23:33] :: Parsing hook [scsi]
    [2010-04-10 23:34] :: Parsing hook [sata]
    [2010-04-10 23:34] :: Parsing hook [filesystems]
    [2010-04-10 23:34] :: Generating module dependencies
    [2010-04-10 23:34] :: Generating image '/boot/kernel26-fallback.img'...SUCCESS
    [2010-04-10 23:34] ==> SUCCESS
    [2010-04-10 23:34] upgraded kernel26 (2.6.32.10-1 -> 2.6.33.2-1)
    [2010-04-10 23:34] upgraded libarchive (2.8.3-1 -> 2.8.3-3)
    [2010-04-10 23:34] upgraded libfetch (2.30-1 -> 2.30-3)
    [2010-04-10 23:34] upgraded libtorrent-rasterbar (0.15.0-1 -> 0.15.0-3)
    [2010-04-10 23:34] upgraded mesa (7.7.1-0.1 -> 7.7.1-1)
    [2010-04-10 23:34] upgraded metacity (2.30.0-2 -> 2.30.1-1)
    [2010-04-10 23:35] * check /etc/profile.d/openoffice.sh, then relogin or "source" the file
    [2010-04-10 23:35] * see http://wiki.archlinux.org/index.php/Openoffice
    [2010-04-10 23:35] how to use extensions, e.g. for spell checking
    [2010-04-10 23:35] see /usr/lib/openoffice/share/extension/install what
    [2010-04-10 23:35] is shipped with this package
    [2010-04-10 23:35] * make sure you have installed a ttf font (ttf-dejavu recommended)
    [2010-04-10 23:35] upgraded openoffice-base (3.2.0-1 -> 3.2.0-3)
    [2010-04-10 23:35] upgraded pyopenssl (0.10-1 -> 0.10-2)
    [2010-04-10 23:35] upgraded qt (4.6.2-2 -> 4.6.2-3)
    [2010-04-10 23:35] upgraded samba (3.5.1-1 -> 3.5.2-1)
    [2010-04-10 23:35] upgraded syslog-ng (3.0.4-3 -> 3.0.4-4)
    [2010-04-10 23:35] upgraded upower (0.9.1-1 -> 0.9.2-2)
    [2010-04-10 23:35] upgraded wget (1.12-1 -> 1.12-2)
    [2010-04-10 23:35] upgraded wpa_supplicant (0.6.10-1 -> 0.6.10-2)
    [2010-04-10 23:35] upgraded xf86-video-ati (6.12.4-3 -> 6.12.192-1)
    [2010-04-10 23:35] upgraded xf86-video-vesa (2.2.1-1 -> 2.3.0-1)
    [2010-04-10 23:35] upgraded xorg-server (1.7.5.902-1 -> 1.7.6-3)
    [2010-04-10 23:35] upgraded xorg-xinit (1.2.0-1 -> 1.2.1-1)
    [2010-04-11 10:28] synchronizing package lists
    [2010-04-11 10:29] starting full system upgrade
    [2010-04-11 10:30] upgraded gtkmm (2.20.0-1 -> 2.20.1-1)
    [2010-04-11 10:30] upgraded sqlite3 (3.6.23-1 -> 3.6.23.1-1)
    [2010-04-11 10:30] upgraded taglib (1.6.1-1 -> 1.6.2-1)
    [2010-04-11 10:30] upgraded texlive-bin (2009.5-2 -> 2009.5-3)
    [2010-04-11 10:30] upgraded tzdata (2010g-1 -> 2010h-1)
    [2010-04-11 10:30] upgraded udisks (1.0.0-2 -> 1.0.1-1)
    [2010-04-11 11:42] installed openbox-themes (1.0.2-1)
    [2010-04-11 12:19] removed conky-forecast (2.09-1)
    [2010-04-11 12:19] ==>
    [2010-04-11 12:19] ==>
    [2010-04-11 12:19] ==> PLEASE read the README found here: /usr/share/conkyforecast/README
    [2010-04-11 12:19] ==>
    [2010-04-11 12:19] ==>
    [2010-04-11 12:19] installed conkyforecast-bzr (42-1)
    [2010-04-11 12:29] synchronizing package lists
    [2010-04-11 12:30] removed conkyforecast-bzr (42-1)
    [2010-04-11 12:30] ==>
    [2010-04-11 12:30] ==>
    [2010-04-11 12:30] ==> PLEASE read the README in /usr/share/conkyforecast/
    [2010-04-11 12:30] ==>
    [2010-04-11 12:30] ==> It takes a little effort to get this to work.
    [2010-04-11 12:30] ==>
    [2010-04-11 12:30] ==>
    [2010-04-11 12:30] installed conky-forecast (2.09-1)
    [2010-04-11 21:16] installed xxkb (1.11-3)
    [2010-04-11 21:19] removed xxkb (1.11-3)
    [2010-04-12 13:11] installed libxfce4util (4.6.1-1)
    [2010-04-12 13:11] installed exo (0.3.106-1)
    [2010-04-12 13:11] installed thunar (1.0.1-5)
    [2010-04-12 13:19] removed thunar (1.0.1-5)
    [2010-04-12 13:19] removed exo (0.3.106-1)
    [2010-04-12 13:19] removed libxfce4util (4.6.1-1)
    [2010-04-12 13:19] installed gnome-common (2.28.0-1)
    [2010-04-12 13:19] installed docbook-xml (4.5-4)
    [2010-04-12 13:19] installed docbook-xsl (1.75.2-1)
    [2010-04-12 13:19] installed rarian (0.8.1-1)
    [2010-04-12 13:19] installed gnome-doc-utils (0.20.0-1)
    [2010-04-12 13:19] installed gtk-doc (1.14-1)
    [2010-04-12 13:30] removed redland (1.0.10-2)
    [2010-04-12 13:30] removed unixodbc (2.2.14-2)
    [2010-04-12 13:30] removed rasqal (0.9.19-1)
    [2010-04-12 13:30] removed perl-universal-require (0.13-1)
    [2010-04-12 13:30] removed gtk-doc (1.14-1)
    [2010-04-12 13:30] removed gnome-doc-utils (0.20.0-1)
    [2010-04-12 13:30] removed rarian (0.8.1-1)
    [2010-04-12 13:30] removed docbook-xsl (1.75.2-1)
    [2010-04-12 13:30] removed docbook-xml (4.5-4)
    [2010-04-12 13:30] removed gnome-common (2.28.0-1)
    [2010-04-12 13:30] removed git (1.7.0.4-1)
    [2010-04-12 13:30] removed perl-error (0.17016-1)
    [2010-04-12 13:40] installed libxfce4util (4.6.1-1)
    [2010-04-12 13:40] installed exo (0.3.106-1)
    [2010-04-12 13:40] installed thunar (1.0.1-5)
    [2010-04-12 14:46]
    [2010-04-12 14:46]
    [2010-04-12 14:46] Do not use prelink on /usr/lib/SpiderOak/*
    [2010-04-12 14:46] done
    [2010-04-12 14:46] installed spideroak (9629-1)
    [2010-04-12 14:47] removed spideroak (9629-1)
    [2010-04-12 15:07] installed gmrun (0.9.2-3)
    [2010-04-12 15:08] removed gmrun (0.9.2-3)
    [2010-04-12 15:09] removed lxterminal (0.1.7-1)
    [2010-04-12 15:14] installed gmrun (0.9.2-3)
    [2010-04-12 15:17] removed gmrun (0.9.2-3)
    [2010-04-12 15:30] installed aumix-gtk (2.8-4)
    [2010-04-12 15:52] removed openbox-themes (1.0.2-1)
    [2010-04-12 15:57] removed obconf (2.0.3-3)
    [2010-04-12 15:58] installed obconf (2.0.3-3)
    [2010-04-12 16:00] removed lxappearance (0.4.0-2)
    [2010-04-12 16:00] installed lxappearance (0.4.0-2)
    [2010-04-12 16:43] removed fam (2.7.0-14)
    [2010-04-12 16:43] installed gamin (0.1.10-1)
    [2010-04-12 23:15] synchronizing package lists
    [2010-04-12 23:15] starting full system upgrade
    [2010-04-13 21:43] synchronizing package lists
    [2010-04-13 21:43] starting full system upgrade
    [2010-04-13 21:48] installed python-feedparser (4.1-4)
    [2010-04-13 21:48]
    [2010-04-13 21:48] It is safe to ignore the SCHEMA warnings below
    [2010-04-13 21:48]
    [2010-04-13 21:48] installed avant-window-navigator (0.3.2.1-2)
    [2010-04-13 21:57]
    [2010-04-13 21:57] It is safe to ignore the SCHEMA warnings below
    [2010-04-13 21:57]
    [2010-04-13 21:57] removed avant-window-navigator (0.3.2.1-2)
    [2010-04-13 21:57] removed python-feedparser (4.1-4)
    [2010-04-13 23:15] installed searchmonkey (0.8.1-2)
    [2010-04-13 23:38]
    [2010-04-13 23:38] NOTE for thunar-archive-plugin:
    [2010-04-13 23:38] ----
    [2010-04-13 23:38] ==> please install xarchiver, squeeze, file-roller or ark to use the plugin
    [2010-04-13 23:38] installed thunar-archive-plugin (0.2.4-5)
    [2010-04-13 23:38] installed thunar-volman (0.3.80-1)
    [2010-04-14 01:26] upgraded thunar (1.0.1-5 -> 1.0.1-5)
    [2010-04-14 01:56] removed searchmonkey (0.8.1-2)
    [2010-04-14 12:06] Install at least one of the following search backends for catfish:
    [2010-04-14 12:06] 'findutils', 'slocate', 'tracker', 'beagle', 'strigi' or 'pinot'
    [2010-04-14 12:06] installed catfish (0.3.2-3)
    [2010-04-14 14:16] removed gnome-media-player (20100130-3)
    [2010-04-14 14:16] removed vlc (1.0.5-5)
    [2010-04-14 14:16] removed zvbi (0.2.33-2)
    [2010-04-14 14:17] Updating font cache... done.
    [2010-04-14 14:17] removed ttf-freefont (20090104-2)
    [2010-04-14 14:17] removed sdl_image (1.2.10-2)
    [2010-04-14 14:17] removed lua (5.1.4-4)
    [2010-04-14 14:17] removed libmtp (1.0.2-1)
    [2010-04-14 14:17] removed libmatroska (0.8.1-2)
    [2010-04-14 14:17] removed libebml (0.7.8-2)
    [2010-04-14 14:17] removed libdvbpsi (0.1.6-3)
    [2010-04-14 14:17] removed libass (0.9.9-1)
    [2010-04-14 14:17] removed enca (1.13-1)
    [2010-04-14 14:17] removed recode (3.6-3)
    [2010-04-14 14:17] removed fribidi (0.19.2-1)
    [2010-04-14 14:17] removed fluidsynth (1.1.1-2)
    [2010-04-14 14:18] installed fluidsynth (1.1.1-2)
    [2010-04-14 14:18] installed libmtp (1.0.2-1)
    [2010-04-14 14:18] installed libdvbpsi (0.1.6-3)
    [2010-04-14 14:18] installed sdl_image (1.2.10-2)
    [2010-04-14 14:18] installed lua (5.1.4-4)
    [2010-04-14 14:18] installed libebml (0.7.8-2)
    [2010-04-14 14:18] installed libmatroska (0.8.1-2)
    [2010-04-14 14:18] installed zvbi (0.2.33-2)
    [2010-04-14 14:18] installed fribidi (0.19.2-1)
    [2010-04-14 14:19] Updating font cache... done.
    [2010-04-14 14:19] installed ttf-freefont (20090104-2)
    [2010-04-14 14:19] installed recode (3.6-3)
    [2010-04-14 14:19] installed enca (1.13-1)
    [2010-04-14 14:19] installed libass (0.9.9-1)
    [2010-04-14 14:19] installed vlc (1.0.5-6)
    [2010-04-14 14:20] installed gnome-media-player (20100130-3)
    [2010-04-14 20:46] removed volwheel (0.2.7-2)
    [2010-04-14 20:46] removed perl-gtk2-trayicon (0.06-3)
    [2010-04-14 20:46] removed gtk2-perl (1.221-1)
    [2010-04-14 20:46] removed pango-perl (1.221-1)
    [2010-04-14 20:46] removed glib-perl (1.222-1)
    [2010-04-14 20:46] removed cairo-perl (1.061-1)
    [2010-04-14 23:15] installed gnome-alsamixer (0.9.6-3)
    [2010-04-14 23:15] installed glib (1.2.10-8)
    [2010-04-14 23:15] installed gtk (1.2.10-10)
    [2010-04-14 23:15] installed obmixer (0.11-1)
    [2010-04-14 23:20] removed obmixer (0.11-1)
    [2010-04-14 23:20] removed gtk (1.2.10-10)
    [2010-04-14 23:20] removed glib (1.2.10-8)
    [2010-04-14 23:20] removed gnome-alsamixer (0.9.6-3)
    [2010-04-15 00:17] synchronizing package lists
    [2010-04-15 00:17] starting full system upgrade
    [2010-04-15 00:30] installed gmrun (0.9.2-3)
    [2010-04-15 00:47] installed launchy (2.5-1)
    [2010-04-15 00:53] removed gmrun (0.9.2-3)
    [2010-04-15 00:53] removed launchy (2.5-1)
    [2010-04-15 10:43] synchronizing package lists
    [2010-04-15 10:52] synchronizing package lists
    [2010-04-15 10:52] synchronizing package lists
    [2010-04-15 10:57] synchronizing package lists
    [2010-04-15 10:57] starting full system upgrade
    [2010-04-15 10:58] synchronizing package lists
    [2010-04-15 11:06] synchronizing package lists
    [2010-04-15 15:25] installed thunar-shares-plugin (0.2.0-4)
    [2010-04-15 15:51] installed thunar-media-tags-plugin (0.1.2-5)
    [2010-04-15 17:28]
    [2010-04-15 17:28] Please run 'chmod +s /sbin/mount.cifs /sbin/umount.cifs'
    [2010-04-15 17:28] as root to be able to mount shares as a non-root user'
    [2010-04-15 17:28]
    [2010-04-15 17:28] installed pyneighborhood (0.5.0-2)
    [2010-04-15 18:36] -- To use rc-script you should:
    [2010-04-15 18:36] -- * set user_allow_other option in /etc/fuse.conf
    [2010-04-15 18:36] -- * check permissions for nobody to /mnt/smbnet and /etc/smbnetfs
    [2010-04-15 18:36] installed smbnetfs (0.5.2-1)
    [2010-04-15 19:22] removed pyneighborhood (0.5.0-2)
    [2010-04-15 19:23] removed smbnetfs (0.5.2-1)
    [2010-04-15 19:34] -- To use rc-script you should:
    [2010-04-15 19:34] -- * set user_allow_other option in /etc/fuse.conf
    [2010-04-15 19:34] -- * check permissions for nobody to /mnt/smbnet and /etc/smbnetfs
    [2010-04-15 19:34] installed smbnetfs (0.5.2-1)
    [2010-04-15 23:40] installed python-pyalsaaudio (0.6-1)
    [2010-04-15 23:41] installed volti (0.2.0-1)
    [2010-04-15 23:45] removed volti (0.2.0-1)
    [2010-04-15 23:45] removed python-pyalsaaudio (0.6-1)
    [2010-04-15 23:45] synchronizing package lists
    [2010-04-15 23:48] installed python-pyalsaaudio (0.6-1)
    [2010-04-15 23:48] installed volti (0.2.0-1)
    [2010-04-15 23:51] removed aumix-gtk (2.8-4)
    [2010-04-15 23:51] synchronizing package lists
    [2010-04-16 11:07] Updating desktop and mime database ...
    [2010-04-16 11:07] installed gxmessage (2.6.2-4)
    [2010-04-16 11:07] installed dmenu (4.0-2)
    [2010-04-16 11:35] removed oblogout (0.2-4)
    [2010-04-16 11:35] removed python-imaging (1.1.7-1)
    [2010-04-16 11:35] removed python-distutils-extra (2.16-1)
    [2010-04-16 11:36] removed gxmessage (2.6.2-4)
    [2010-04-16 11:58]
    [2010-04-16 11:58] Add slim to the DAEMONS array in /etc/rc.conf or update /etc/inittab.
    [2010-04-16 11:58]
    [2010-04-16 11:58] installed slim (1.3.1-7)
    [2010-04-16 14:41] removed slim (1.3.1-7)
    [2010-04-16 14:46]
    [2010-04-16 14:46] Add slim to the DAEMONS array in /etc/rc.conf or update /etc/inittab.
    [2010-04-16 14:46]
    [2010-04-16 14:46] installed slim (1.3.1-7)
    [2010-04-16 15:09] removed slim (1.3.1-7)
    [2010-04-16 15:20] installed python-imaging (1.1.7-1)
    [2010-04-16 15:20] installed gdm2setup (0.5.2-4)
    [2010-04-16 15:30] removed gdm2setup (0.5.2-4)
    [2010-04-16 15:30] removed python-imaging (1.1.7-1)
    [2010-04-16 23:56] installed libao (1.0.0-1)
    [2010-04-16 23:56] installed libsamplerate (0.1.7-1)
    [2010-04-16 23:56] ==> mpd: Create a config under /etc/mpd.conf before using MPD (Example: /etc/mpd.conf.example)
    [2010-04-16 23:56] installed mpd (0.15.9-2)
    [2010-04-17 00:31] installed python-mpd (0.2.1-2)
    [2010-04-17 00:31] installed sonata (1.6.2.1-1)
    [2010-04-17 01:22] removed mpd (0.15.9-2)
    [2010-04-17 01:22] removed libsamplerate (0.1.7-1)
    [2010-04-17 01:22] removed libao (1.0.0-1)
    [2010-04-17 01:25] installed libao (1.0.0-1)
    [2010-04-17 01:25] installed libsamplerate (0.1.7-1)
    [2010-04-17 01:25] ==> mpd: Create a config under /etc/mpd.conf before using MPD (Example: /etc/mpd.conf.example)
    [2010-04-17 01:25] installed mpd (0.15.9-2)
    [2010-04-17 01:43] installed libmpd (0.19.0-1)
    [2010-04-17 01:43] installed gmpc (0.19.1-1)
    [2010-04-17 02:03] removed gmpc (0.19.1-1)
    [2010-04-17 02:03] removed libmpd (0.19.0-1)
    [2010-04-17 02:07] removed mpd (0.15.9-2)
    [2010-04-17 02:07] removed libsamplerate (0.1.7-1)
    [2010-04-17 02:07] removed libao (1.0.0-1)
    [2010-04-17 02:07] removed sonata (1.6.2.1-1)
    [2010-04-17 02:07] removed python-mpd (0.2.1-2)
    [2010-04-17 14:43] upgraded x264 (20100312-1 -> 20100410-1)
    [2010-04-17 14:43] upgraded gstreamer0.10-ugly-plugins (0.10.14-2 -> 0.10.14-3)
    [2010-04-17 14:44] installed libftdi (0.16-1)
    [2010-04-17 14:44] installed lirc-utils (0.8.6-3)
    [2010-04-17 14:44] installed mplayer (31029-1)
    [2010-04-17 14:44] synchronizing package lists
    [2010-04-17 14:44] starting full system upgrade
    [2010-04-17 14:49] upgraded acl (2.2.48-1 -> 2.2.49-1)
    [2010-04-17 14:49] upgraded curl (7.20.0-4 -> 7.20.1-1)
    [2010-04-17 14:49] upgraded db (4.8.26-1 -> 4.8.26-2)
    [2010-04-17 14:49] upgraded dhcpcd (5.2.1-1 -> 5.2.2-1)
    [2010-04-17 14:49] upgraded hunspell (1.2.8-2 -> 1.2.9-1)
    [2010-04-17 14:49] upgraded enchant (1.5.0-3 -> 1.6.0-1)
    [2010-04-17 14:49] upgraded libvorbis (1.2.3-1 -> 1.3.1-1)
    [2010-04-17 14:49] upgraded ffmpeg (22511-1 -> 22837-2)
    [2010-04-17 14:50] when you use a non-reparenting window manager
    [2010-04-17 14:50] set _JAVA_AWT_WM_NONREPARENTING=1 in
    [2010-04-17 14:50] /etc/profile.d/openjdk6.sh
    [2010-04-17 14:50] upgraded openjdk6 (6.b17_1.7.3-1 -> 6.b18_1.8-1)
    [2010-04-17 14:50] upgraded frostwire (4.20.3-2 -> 4.20.5-1)
    [2010-04-17 14:50] upgraded gstreamer0.10-ugly (0.10.14-2 -> 0.10.14-3)
    [2010-04-17 14:50] upgraded hsqldb-java (1.8.1.1-1 -> 1.8.1.2-1)
    [2010-04-17 14:50] upgraded hyphen (2.4-1 -> 2.5-1)
    [2010-04-17 14:50] upgraded intltool (0.41.0-1 -> 0.41.1-1)
    [2010-04-17 14:50] upgraded kbd (1.15.1-1 -> 1.15.2-1)
    [2010-04-17 14:50] upgraded libdrm (2.4.19-1 -> 2.4.19-2)
    [2010-04-17 14:50] upgraded libtorrent-rasterbar (0.15.0-3 -> 0.15.0-4)
    [2010-04-17 14:50] upgraded libzip (0.9-1 -> 0.9.3-1)
    [2010-04-17 14:50] upgraded mdadm (3.1.1-2 -> 3.1.2-2)
    [2010-04-17 14:50] upgraded mkinitcpio-busybox (1.15.3-5 -> 1.16.1-1)
    [2010-04-17 14:50] upgraded mplayer (31029-1 -> 31040-1)
    [2010-04-17 14:50] upgraded neon (0.28.6-4 -> 0.29.3-2)
    [2010-04-17 14:50] upgraded perl-www-mechanize (1.60-1 -> 1.62-1)
    [2010-04-17 14:50] upgraded pm-utils (1.2.6.1-4 -> 1.3.0-1)
    [2010-04-17 14:50] upgraded syslog-ng (3.0.4-4 -> 3.1.0-1)
    [2010-04-17 14:50] upgraded thunar (1.0.1-5 -> 1.0.1-6)
    [2010-04-17 14:50] upgraded util-linux-ng (2.17.1-1 -> 2.17.2-1)
    [2010-04-18 00:30] installed tintwizard (0.3.3-1)
    [2010-04-18 00:36] installed python-feedparser (4.1-4)
    [2010-04-18 00:36] installed libdesktop-agnostic (0.3.90-1)
    [2010-04-18 00:36]
    [2010-04-18 00:36] It is safe to ignore the SCHEMA warnings below
    [2010-04-18 00:36]
    [2010-04-18 00:37] installed avant-window-navigator (0.4.0-5)
    [2010-04-18 00:47]
    [2010-04-18 00:47] It is safe to ignore the SCHEMA warnings below
    [2010-04-18 00:47]
    [2010-04-18 00:47] removed avant-window-navigator (0.4.0-5)
    [2010-04-18 00:47] removed python-feedparser (4.1-4)
    [2010-04-18 00:47] removed libdesktop-agnostic (0.3.90-1)
    [2010-04-18 00:48] removed rpcbind (0.2.0-1)
    [2010-04-18 00:48] removed libtirpc (0.2.1-1)
    [2010-04-18 00:48] removed libgssglue (0.1-2)
    [2010-04-18 13:11] synchronizing package lists
    [2010-04-18 13:11] starting full system upgrade
    [2010-04-18 13:11] upgraded device-mapper (2.02.61-1 -> 2.02.62-1)
    [2010-04-18 13:11] upgraded libgnome-keyring (2.30.0-1 -> 2.30.0-2)
    [2010-04-18 13:11] upgraded gnome-power-manager (2.30.0-1 -> 2.30.0-2)
    [2010-04-18 13:12] upgraded libpcap (1.0.0-1 -> 1.1.1-1)
    [2010-04-18 13:12] upgraded lvm2 (2.02.61-1 -> 2.02.62-1)
    [2010-04-18 13:12] installed pm-quirks (0.20100316-1)
    [2010-04-18 13:12] upgraded pm-utils (1.3.0-1 -> 1.3.0-2)
    [2010-04-18 13:12] upgraded sudo (1.7.2p5-1 -> 1.7.2p6-1)
    [2010-04-18 13:30] installed obmenugen-bin (0.4.3-1)
    [2010-04-18 14:28] removed obmenugen-bin (0.4.3-1)
    [2010-04-18 21:15] installed links (2.2-4)
    [2010-04-18 21:18] removed links (2.2-4)
    [2010-04-18 21:18] installed lynx (2.8.7-2)
    [2010-04-18 21:35] removed lynx (2.8.7-2)
    [2010-04-18 21:36] installed mime-types (1.0-2)
    [2010-04-18 21:36] installed xulrunner (1.9.2.3-1)
    [2010-04-18 21:36] installed kazehakase (0.5.8-2)
    [2010-04-18 21:38] removed kazehakase (0.5.8-2)
    [2010-04-18 21:38] removed xulrunner (1.9.2.3-1)
    [2010-04-18 21:38] removed mime-types (1.0-2)
    [2010-04-18 21:39] installed links-g (2.2-5)
    [2010-04-18 21:40] removed links-g (2.2-5)
    [2010-04-18 21:44] installed spidermonkey (1.7.0-3)
    [2010-04-18 21:44] installed elinks (0.11.7-3)
    [2010-04-18 21:47] removed elinks (0.11.7-3)
    [2010-04-18 21:47] removed spidermonkey (1.7.0-3)
    [2010-04-18 21:48] installed links-g (2.2-5)
    [2010-04-18 21:53] removed links-g (2.2-5)
    [2010-04-18 21:55] installed libwebkit (1.2.0-1)
    [2010-04-18 21:55] installed midori (0.2.4-1)
    [2010-04-18 21:58] removed midori (0.2.4-1)
    [2010-04-18 21:58] removed libwebkit (1.2.0-1)
    [2010-04-18 22:24] installed lxterminal (0.1.7-1)
    [2010-04-18 22:26] synchronizing package lists
    [2010-04-18 22:26] starting full system upgrade
    [2010-04-19 10:00] synchronizing package lists
    [2010-04-19 10:00] starting full system upgrade
    [2010-04-19 17:51] synchronizing package lists
    [2010-04-19 17:51] starting full system upgrade
    [2010-04-19 18:00] upgraded gksu (2.0.2-2 -> 2.0.2-2)
    [2010-04-20 11:14] removed nautilus-dropbox (0.6.1-1)
    [2010-04-20 11:55] removed pacman-color (3.3.3-1)
    [2010-04-20 12:13] installed pacman-color (3.3.3-1)
    [2010-04-20 12:33] removed pacman-color (3.3.3-1)
    [2010-04-20 12:43] installed pacman-color (3.3.3-1)
    [2010-04-20 21:56] synchronizing package lists
    [2010-04-20 21:56] starting full system upgrade
    [2010-04-20 23:12] installed libevent (1.4.13-1)
    [2010-04-20 23:12] installed chromium (5.0.342.9-1)
    [2010-04-20 23:20] installed scons (1.3.0-1)
    [2010-04-20 23:20] installed apr (1.4.2-1)
    [2010-04-20 23:20] installed unixodbc (2.2.14-2)
    [2010-04-20 23:20] installed apr-util (1.3.9-4)
    [2010-04-20 23:20] installed subversion (1.6.9-5)
    [2010-04-20 23:30] installed freedcpp (114-1)
    [2010-04-21 10:30] installed xosd (2.2.14-3)
    [2010-04-21 10:30] installed tpb (0.6.4-2)
    [2010-04-21 10:31] upgraded tpb (0.6.4-2 -> 0.6.4-2)
    [2010-04-21 10:45] removed tpb (0.6.4-2)
    [2010-04-21 10:45] removed xosd (2.2.14-3)
    [2010-04-21 10:46] removed subversion (1.6.9-5)
    [2010-04-21 10:46] removed apr-util (1.3.9-4)
    [2010-04-21 10:46] removed unixodbc (2.2.14-2)
    [2010-04-21 10:46] removed apr (1.4.2-1)
    [2010-04-21 10:46] removed scons (1.3.0-1)
    [2010-04-21 11:08] synchronizing package lists
    [2010-04-21 11:08] starting full system upgrade
    [2010-04-21 11:08] upgraded winetricks (20091213-2 -> 20100317-2)
    [2010-04-21 11:09] upgraded wine (1.1.42-1 -> 1.1.43-1)
    [2010-04-21 13:07] removed winetricks (20100317-2)
    [2010-04-21 14:23] removed wine (1.1.43-1)
    [2010-04-21 14:23] installed wine (1.1.43-1)
    [2010-04-21 14:29] removed openoffice-base (3.2.0-3)
    [2010-04-21 14:29] removed vigra (1.6.0-2)
    [2010-04-21 14:29] removed saxon (9.2.0.6-1)
    [2010-04-21 14:29] removed lucene (2.9.2-1)
    [2010-04-21 14:29] removed lpsolve (5.5.0.15-1)
    [2010-04-21 14:29] removed libwpd (0.8.14-1)
    [2010-04-21 14:29] removed libmspack (0.0.20060920alpha-1)
    [2010-04-21 14:29] removed libgraphite (2.3.1-1)
    [2010-04-21 14:29] removed icu (4.4-1)
    [2010-04-21 14:29] removed hyphen (2.5-1)
    [2010-04-21 14:29] removed hsqldb-java (1.8.1.2-1)
    [2010-04-21 14:29] removed beanshell (2.0b4-1)
    [2010-04-21 14:36] removed wine (1.1.43-1)
    [2010-04-21 14:42] installed wine (1.1.43-1)
    [2010-04-21 15:04] installed wv (1.2.4-4)
    [2010-04-21 15:04] installed libgsf-gnome (1.14.16-1)
    [2010-04-21 15:04] installed abiword (2.8.4-1)
    [2010-04-21 15:07] removed abiword (2.8.4-1)
    [2010-04-21 15:07] removed wv (1.2.4-4)
    [2010-04-21 15:07] removed libgsf-gnome (1.14.16-1)
    [2010-04-21 17:57] installed wv (1.2.4-4)
    [2010-04-21 17:57] installed libgsf-gnome (1.14.16-1)
    [2010-04-21 17:57] installed abiword (2.8.4-1)
    [2010-04-21 19:57] installed slang (2.2.1-1)
    [2010-04-21 19:57] installed mime-types (1.0-3)
    [2010-04-21 19:57]
    [2010-04-21 19:57] --> to support gpg, please use the following line in your ~/.muttrc
    [2010-04-21 19:57]
    [2010-04-21 19:57] source /etc/Muttrc.gpg.dist
    [2010-04-21 19:57]
    [2010-04-21 19:57] installed mutt (1.5.20-4)
    [2010-04-21 22:27] removed mutt (1.5.20-4)
    [2010-04-21 22:27] removed slang (2.2.1-1)
    [2010-04-21 22:27] removed mime-types (1.0-3)
    [2010-04-21 22:29] synchronizing package lists
    [2010-04-21 22:29] starting full system upgrade
    [2010-04-22 13:22] synchronizing package lists
    [2010-04-22 13:22] starting full system upgrade
    [2010-04-22 23:07] installed seamonkey (2.0.4-1)
    [2010-04-22 23:23] removed seamonkey (2.0.4-1)
    [2010-04-23 10:35] synchronizing package lists
    [2010-04-23 10:35] starting full system upgrade
    [2010-04-23 15:44] installed gnaural2 (0.1.20080229b8-1)
    [2010-04-23 15:48] removed gnaural2 (0.1.20080229b8-1)
    rc.conf
    # /etc/rc.conf - Main Configuration for Arch Linux
    # LOCALIZATION
    # LOCALE: available languages can be listed with the 'locale -a' command
    # HARDWARECLOCK: set to "UTC" or "localtime", any other value will result
    # in the hardware clock being left untouched (useful for virtualization)
    # TIMEZONE: timezones are found in /usr/share/zoneinfo
    # KEYMAP: keymaps are found in /usr/share/kbd/keymaps
    # CONSOLEFONT: found in /usr/share/kbd/consolefonts (only needed for non-US)
    # CONSOLEMAP: found in /usr/share/kbd/consoletrans
    # USECOLOR: use ANSI color sequences in startup messages
    LOCALE="en_US.UTF-8"
    HARDWARECLOCK="UTC"
    TIMEZONE="Europe/Bucharest"
    KEYMAP="us"
    CONSOLEFONT=
    CONSOLEMAP=
    USECOLOR="yes"
    # HARDWARE
    # MOD_AUTOLOAD: Allow autoloading of modules at boot and when needed
    # MOD_BLACKLIST: Prevent udev from loading these modules
    # MODULES: Modules to load at boot-up. Prefix with a ! to blacklist.
    # NOTE: Use of 'MOD_BLACKLIST' is deprecated. Please use ! in the MODULES array.
    MOD_AUTOLOAD="yes"
    #MOD_BLACKLIST=() #deprecated
    #MODULES=(ac battery button processor thermal video cdrom agpgart intel-agp !intel-rng lp nvram ppdev drm radeon ttm i2c-algo-bit i2c-i801 i2c-core evdev joydev pcspkr psmouse serio_raw led-class parport parport_pc pci_hotplug shpchp thinkpad_acpi rtc-cmos rtc-core rtc-lib output iTCO_vendor_support iTCO_wdt crc-ccitt ac97_bus snd-mixer-oss snd-pcm-oss snd snd-page-alloc snd-pcm snd-timer snd-ac97-codec snd-intel8x0 snd-intel8x0m soundcore scsi_mod ata_piix e1000 irtty-sir nsc-ircc sir-dev ppp_generic slhc irda rfkill ipw2100 libipw lib80211 pcmcia_core rsrc_nonstatic yenta_socket usb-storage usbcore ehci-hcd uhci-hcd sd_mod sr_mod st)
    # Scan for LVM volume groups at startup, required if you use LVM
    USELVM="no"
    # NETWORKING
    # HOSTNAME: Hostname of machine. Should also be put in /etc/hosts
    HOSTNAME="arch"
    # Use 'ifconfig -a' or 'ls /sys/class/net/' to see all available interfaces.
    # Interfaces to start at boot-up (in this order)
    # Declare each interface then list in INTERFACES
    # - prefix an entry in INTERFACES with a ! to disable it
    # - no hyphens in your interface names - Bash doesn't like it
    # DHCP: Set your interface to "dhcp" (eth0="dhcp")
    # Wireless: See network profiles below
    #Static IP example
    #eth0="eth0 192.168.0.2 netmask 255.255.255.0 broadcast 192.168.0.255"
    eth0="dhcp"
    INTERFACES=(eth0 eth1)
    # Routes to start at boot-up (in this order)
    # Declare each route then list in ROUTES
    # - prefix an entry in ROUTES with a ! to disable it
    gateway="default gw 192.168.0.1"
    ROUTES=(!gateway)
    # Enable these network profiles at boot-up. These are only useful
    # if you happen to need multiple network configurations (ie, laptop users)
    # - set to 'menu' to present a menu during boot-up (dialog package required)
    # - prefix an entry with a ! to disable it
    # Network profiles are found in /etc/network.d
    # This now requires the netcfg package
    #NETWORKS=(main)
    # DAEMONS
    # Daemons to start at boot-up (in this order)
    # - prefix a daemon with a ! to disable it
    # - prefix a daemon with a @ to start it up in the background
    DAEMONS=(syslog-ng !network netfs crond alsa cups hal networkmanager !fam samba gdm avahi-daemon)
    rc.local
    #!/bin/bash
    # /etc/rc.local: Local multi-user startup script.

Maybe you are looking for