Can I remove these packages after installation?

Hi,
I checked packages installed on my laptop. The followings are explicitly installed but I do not know whether they are useful to me. So I am wondering whether I can remove them without affecting my work. Can anyone give me some advices?
xfsprogs 2.10.1-1
mlocate 0.21-1
mdadm 2.6.7-1
mailx 8.1.1-5
lvm2 2.02.43-1
lzo2 2.02-3
licenses 2.4-1
jfsutils 1.1.13-1
gettext 0.17-2
dmapi 2.2.8-3
dash 0.5.4-4
cpio 2.9-3
cryptsetup 1.0.6-2

cpio might me needed to update the kernel, at least the name sounds familiar. I would definitely remove mlocate or at least disable the cron job, so far the only use I have for it is to slowdown my system (a lot).
xfsprogs: not needed if you don't use xfs file systems
mlocate: I dont like, chmod -x on the cron job, didn't remove it though
mdadm: no idea of what it does
mailx: no idea of what it does
lvm2: not needed if you don't use lvm volumes
lzo2: I think is a compression/decompression utility, I would keep it
licenses: no idea of what it does
jfsutils: not needed if you don't use jfs file systems
gettext: no idea of what it does
dmapi: no idea of what it does
dash: no idea of what it does
cpio: I believe it is needed to update the kernel
cryptsetup: no idea of what it does
When in doubt, don't remove things because they might be needed later :d

Similar Messages

  • I cannot install the latest version of itunes as I have old versions of bonjour and quicktime. I can't remove these programs either. Help please as I have tried almost everything I have found so far on the the web.

    I cannot install the latest version of itunes as I have old versions of bonjour and quicktime. I can't remove these programs either. Help please as I have tried almost everything I have found so far on the the web.

    Unfortunately, this sort of trouble has gotten more complicated to deal with ever since Microsoft pulled the Windows Installer CleanUp utility from their Download Center on June 25. First we have to find a copy of the utility.
    Let's try Googling. (Best not to use Bing, I think.) Look for a working download site for at least version 3.0 of the Windows Installer CleanUp utility. (The results from mydigitallife and Major Geeks are worth checking.)
    After downloading the utility installer file (msicuu2.exe), scan the file for malware, just in case. (I use the free version of Malwarebytes AntiMalware to do single-file scans for that.)
    If the file is clean, to install the utility, doubleclick the msicuu2.exe file you've downloaded.
    Now run the utility ("Start > All Programs > Windows Install Clean Up"). In the list of programs that appears in CleanUp, select any Bonjour and QuickTime entries and click "Remove".
    Quit out of CleanUp. Restart the PC, and try another iTunes install. Does it go through properly this time?

  • [SOLVED] Pacman cleanup - safe to remove these packages?

    Hi
    I'm cleaning up a bit, and saw some gnome stuff I diden't want.. upon doing pacman -Rns  gnome-disk-utility gvfs (gnome-disk-u depends on this) libgnome I get the following:
    [michael@swamp ~]$ pacman -Rns gnome-disk-utility gvfs libgnome
    checking dependencies...
    Remove (17): libgnome-2.32.0-1 libcanberra-0.25-1 libbonobo-2.32.0-1
    gnome-vfs-2.24.4-1 gnome-mime-data-2.18.0-4 gvfs-1.6.5-2
    libsoup-gnome-2.32.0-1 libproxy-0.4.6-2 libcdio-0.82-1 libcddb-1.3.2-2
    gnome-disk-utility-2.32.0-2 libgnome-keyring-2.32.0-1 udisks-1.0.1-5
    sg3_utils-1.29-1 parted-2.3-1 libatasmart-0.17-1 libunique-1.1.6-3
    Total Removed Size: 45.89 MB
    Do you want to remove these packages? [Y/n]
    Stuff like udisks and libatasmart and parted sounds troublesom to me. Is it safe to hit Y?
    I shouldn't have any gnome applications installed.
    Thanks
    Last edited by valvet (2010-11-08 11:00:29)

    I'm no expert but i wouldn't uninstall libgnome...
    What is the specific app you want to uninstall?
    If you want to uninstall an application you just have to type:
    pacman -Rcs package_name
    And let pacman do the rest.
    You can specify the dependencies in the command for more specific reasons...
    You can also do this:
    pacman -Qdt
    to see the packages that are installed, but they are no requiered by other installed packages.
    That cleans the system a bit.
    Good Luck!
    Last edited by Hyugga (2010-11-08 02:59:31)

  • Can I remove photoshop cs2 after I have upgraded from cs2 to cs5?

    Can I remove Photoshop CS2 after I have upgraded from CS2 to CS5?  I upgraded from CS2 to CS5 quite a while ago and I have never removed CS2.  Will it affect CS5 to remove the old CS2 if it was an upgrade?

    If I were you I would just delete the installed  Adobe CS2 folder. Adobe CS2 uninstaller my remove settind CS5 made to your system after CS2.   The CS2 uninstaller may try to restore settings to a point in time where there was no Photoshop installed on your system.  If you do a CS un-install you may need to then Install CS5 on top of itself the update cs5 for the install will not have the updates you will be back at CS5 level .

  • How can I remove asm and ocr installation in AIX?

    Hi,
    I try to install single instance with using ASM in AIX.
    But I did not make successfully.
    Now I want to remove ASM and OCR installation then
    I will plan to make new clear installation.
    How can I remove asm and ocr ??
    Or How can I control my removing is fully correct ?

    1) ASM Instance Clean-Up Procedures
    Stop all of the databases that use the ASM instance that is running from the Oracle home that is on the node that you are deleting.
    On the node that you are deleting, if this is the Oracle home which from which the ASM instance runs, then remove the ASM configuration by completing the following steps. Run the command srvctl stop asm -n node_name for all of the nodes on which this Oracle home exists. Run the command srvctl remove asm -n node for all nodes on which this Oracle home exists. If there are databases on this node that use ASM, then use DBCA Disk Group Management to create an ASM instance on one of the existing Oracle homes on the node, restart the databases if you stopped them.
    If you are using a cluster file system for your ASM Oracle home, then ensure that your local node has the $ORACLE_BASE and $ORACLE_HOME environment variables set correctly. Run the following commands from a node other than the node that you are deleting, where node_number is the node number of the node that you are deleting:
    rm -r $ORACLE_BASE/admin/+ASMnode_number
    rm -f $ORACLE_HOME/dbs/*ASMnode_number
    If you are not using a cluster file system for your ASM Oracle home, then run the rm or delete commands mentioned in the previous step on each node on which the Oracle home exists.
    2) Deleting an Oracle Clusterware Home Using OUI in Silent Mode
    !!! Oracle recommends that you back up your voting disk and OCR files after you complete the node deletion process.
    If you ran the Oracle Interface Configuration Tool (OIFCFG) with the -global flag during the installation, then skip this step. Otherwise, from a node that is going to remain in your cluster, from the CRS_home/bin directory, run the following command where node2 is the name of the node that you are deleting:
    ./oifcfg delif –node node2
    Obtain the remote port number, which you will use in the next step, using the following command from the CRS_home/opmn/conf directory:
    cat ons.config
    From CRS_home/bin on a node that is going to remain in the cluster, run the Oracle Notification Service Utility (RACGONS) as in the following example where remote_port is the ONS remote port number that you obtained in the previous step and node2 is the name of the node that you are deleting:
    ./racgons remove_config node2:remote_port
    On the node to be deleted, run rootdelete.sh as the root user from the CRS_home/install directory. If you are deleting more than one node, then perform this step on all of the other nodes that you are deleting.
    From any node that you are not deleting, run the following command from the CRS_home/install directory as the root user where node2,node2-number represents the node and the node number that you want to delete:
    ./rootdeletenode.sh node2,node2-number
    If necessary, identify the node number using the following command on the node that you are deleting:
    CRS_home/bin/olsnodes -n
    Perform this step only if your are using a non-shared Oracle home. On the node or nodes to be deleted, run the following command from the CRS_home/oui/bin directory where node_to_be_deleted is the name of the node that you are deleting:
    ./runInstaller -updateNodeList ORACLE_HOME=CRS_home
    "CLUSTER_NODES={node_to_be_deleted}"
    CRS=TRUE -local
    Deinstall the Oracle Clusterware home from the node that you are deleting using OUI as follows by running the following command from the Oracle_home/oui/bin directory, where CRS_home is the name defined for the Oracle Clusterware home:
    ./runInstaller -deinstall –silent "REMOVE_HOMES={CRS_home}"
    Perform step 9 from the previous section about using OUI interactively under the heading "Deleting an Oracle Clusterware Home Using OUI in Interactive Mode".

  • Can't use iworks9.0 after installation... HELP SOS!

    i just buy the iworks9.0, but can't use after installation, i ask the technical that because of i download the iworks trial version and update OSX10.6.8 before...
    the technician said that i should reinstall the OS from boxset can fixed, but everything need back up...
    can anyone help with another method except reinstall the OS, OMG
    thx all imac fans... can anyone give me a big hand?

    Understandable, but it also says "Intel"...... actually, as far as I remember, iWork came about when Mac went Intel replacing Appleworks which is PowerPC only.
    Now, back to the actual problem.....
    I've never had the trial versions, so i can't address that problem specifically. I have always used the retail versions (DVD in a box). But, I am guessing that there was a problem because you had the trial version installed and then tried to install from the DVD again. You see, the trial version is a full version except it will only act like a full version if you enter a registration code. The new version (09) does not require a code.
    If you cannot delete the applications, then reinstalling the OS from scratch is the next best idea. That means erasing your hard drive which is why tech support said you need to make a backup first so you don't lose your files. It also means you must have your install disk. After that, if those trial versions still show up, I would delete them BEFORE opening them (right after the new install) and then try to install from the DVD again.

  • Can't find photoshop cc after installation

    just downloaded photoshop cc from the cloud and i can't find it anywhere on my pc.  i installed premier pro and after effects on the same computer without problems.  any ideas? thanks.

    Did you look in
    C:\Program Files (x86)\Adobe\Adobe Photoshop CC
            or
    C:\Program Files\Adobe\Adobe Photoshop CC (64 Bit)
    and then look for the Photoshop.exe
    Usually after installation it should be listed somewhere near the top on the All Programs menu.

  • CAN'T ABLE TO STARTUP AFTER INSTALLATION

    Dear Legends,
    I have a new THINKPAD EDGE430 COREi5 64bit WITH 8GB RAM AND 500GB HDD, am trying to install ORACLE ENTERPRISE LINUX 5.7 in this machine and then I have to install a VISION INSTANCE 12.1.1.
    ISSUE
    ====
    1. After installation it asks for an restart and it has been restarted and i can see the starting flash screen and the naming "ORACLE ENTERPRISE LINUX SERVER 5.7" is being started, but after that i couldn't see any login screen or anything else.
    2. So i have given a long press of my POWER BUTTON and made a restart for 3 - 5 times but the symptoms are same and each time i get a different colored screen such as green, white, blue and pink after the boot startup screen goes.
    3. I couldn't proceed further to login.
    4. At the same time I could see 2 options in the GRUB MENU loader at start such as (a) ORACLE ENTERPRISE LINUX.... and (b) ORACLE ENTERPRISE LINUX BASE...
    5. Memory for crash kernel(0x0) (0x0) not within permissible range -- What does it means?
    6. I have tried using both of the menu options but the result it same - no login screen or cant able to proceed further
    NOTE: I have installed the same OS in another P4 and CORE2DUO MACHINES it works fine.
    QUESTIONS
    =======
    1. Whether this configuration would be supporting OEL, RHEL 5?
    2. Anyother OS will be working for this configuration?
    3. Any drivers to be downloaded for this? since it is a FRESH one.
    Any kind of help would be appreciated greatly
    Thanks a lot in advance
    Regards,
    Karthik Singh

    Hi Dude,
    Thanks a lot for your reply, I thought the OS might be the problem but i think some VIDEO DRIVER or some thing should be enable into the BIOS. So i have re-installed RHEL 5 X86_64 but it also shows the same. as a try i have done pressing 'e' and it shows 3 parameters like
    root (hd0,0)
    kernel /boot/vmlinuz-2.6.18-128.el5 ro root=LABEL=/1 rhgb quiet --> i have selected this one and pressed again 'e' and added "nomodeset" at the last
    initrd /boot/initrd-2.6.18-128.el5.img
    but i dont know what it is happening to start? because even in my P4 which has 2GB RAM it will load faster but as soon as it starts the kernel to read some 2 lines and "MY SCREEN GOES SOMEWHAT CRASH" and the same colors are appearing either blue, white, pink and violet.
    I have tried CHANGING
    1. DISPLAY MODE from LCD TO VGA -- VICE VERSA
    2. CHANGED AHCI TO COMPATIBILITY -- VICE VERSA
    IS there anything else that i have to do? am searching for a VIDEO DRIVER which will support for linux. and found a link whether i dont know it will help or not http://download.lenovo.com/ibmdl/pub/pc/pccbbs/thinkvantage_en/linux-bootable-cd-16.txt
    http://support.lenovo.com/en_US/downloads/detail.page?DocID=DS025448
    Please can anyone provide any solution which would fix this issue for me.
    Thanks a lot

  • Can't see Exchange Server after installation

    I know it must be simple, but after installation of Exchange Server 2013 on Server 2012 R2 and getting the "successful" installation message, I can't find the server. It was not problem on Server 2008 and Exchange 2010.
    Any ideas as to where I should go to look for Exchange?  I can't even setup mailboxes???!!!
    I really am lost on this one.

    Hello,
    In addition to above: make sure that Exchange 2013 is installed correctly. Check Exchange installation logs and run the Get-ExchangeServer command using Exchange Management Shell on the new server. You should see both Exchange 2010 and Exchange 2013 servers.
    Hope it helps,
    Adam
    CodeTwo: Software solutions for Exchange and Office 365
    If this post helps resolve your issue, please click the "Mark as Answer" or "Helpful" button at the top of this message. By marking a post as Answered, or Helpful you help others find the answer faster.

  • Can I remove Adobe 9 after I installed 11.2?

    Can I remove Adobe Reader 9 after I installed XI?

    You shouldn't have two different versions installed anyway - so yes. You may find it best to uninstall both, then put Reader XI back.

  • How can I remove these Warnings?/

    Hi all,
      I am getting these Warnings in my Report:1)"Field string ZERTAB is not referenced statically in the program".
    2)"No read access to field L_DUMMY"
    Please help me out in this,How can I remove this warning??
    Regards,
    Shashank.

    Hi Shashank,
    Don't worry about these warnings, still you can activate your program and run. There will not be any difference in the your output.
    1) "Field string <field1> is not referenced statically in the program", you will get this warning if you declare any variable and you are not using that variable in any part of your program. The solution for this is you can remove that variable if it is unusual or
    Sol1: declare the variable like this
             DATA : ZERTAB LIKE (or you can use TYPE) ERTAB.       "#EC *
    "#EC *  is used to suppress the SAP warning messages
    Sol2: declare the variable like this
             SET EXTENDED CHECK OFF.
             DATA : ZERTAB LIKE (or you can use TYPE) ERTAB
             SET EXTENDED CHECK ON.
    2) "No read access to field L_DUMMY", for this use "#EC NEEDED in the line of declaration (or) use SET EXTENDED command as above.
    Hope this will help you.
    Regards,
    Venkat.

  • I have all the anti-tracking addons so when I found 5 downloads in my "my computer"download files I was puzzled so how can I remove these that got past the addons without deleting the whole folder?

    about a week ago or more I added all the Firefox addons to prevent tracking on facebook and google then when I was sharing a picture from my "my documents" under the files in the "my downloads" on my desk top and I didn't download them. Is there a way to remove those files and prevent a third party from downloading to my files? I can not remove the folder as its the one with all my downloads like family pictures?

    What were the names of the files? To my knowledge there is no way files can automatically download themselves unless they are told to do so by a addon, virus or malware. Are you sure another family member didn't download those files?
    It may turn out the files are not dangerous.

  • Ios7 - how can i remove the "passcode" after swipe screen?

    I just upgraded to iOS7and don't want to enter a passcode everytime I turn on my iphone.  How can I remove this passcode?

    Settings>General>Passcode Lock. Enter your passcode lock, turn passcode off, it will prompt for the passcode again and it will then be off.

  • Can't install CC package after failed initial installation - Mac OS X

    Hi,
    Recently my institution took the plunge and made the move to adopt Creative Cloud. As part of the switchover from CS5, I'm being used as one of the guinea pigs.
    Upon first-time installation of the provided Creative Cloud package (which has installed correctly for others in my office), my iMac shut down, this obviously interrupting the installation. After restarting I Googled what to do and found forum entries on what files to remove (as there were some left over form the first installation) and followed them.
    Unfortunately, when I try to install the package it fails with a generic message, and nothing is installed. I also can't run the uninstaller (same error).
    Any help I can get would be greatly appreciated!

    Correct diagnosis. When I went back and downloaded the PowerPC version, it worked fine. The Intel version works fine on my MacBook Pro, too!

  • Can't upgrade AUR packages after removal of /var/lib/pacman/local

    Hi guys, i accidentally deleted the content of /var/lib/pacman/local but fortunately i restored it following the wiki.
    But, in this way, i only restored base packages and so no one of the packages i've installed from AUR is shown in the list of the installed packages....i thought to install them again one by one, but installation is not successful because files already exist and, beside this, i don't rember the name of all the AUR packages....
    Any suggestion?
    Thanks
    Last edited by TheImmortalPhoenix (2012-07-23 19:54:46)

    WorMzy wrote:
    Unless you have a backup of /var/lib/pacman/local, I think you're going to have to manually remove files provided by AUR packages, then reunstall them. Or you could try forcing the install (see man pacman), but take care not to break other packages in the process.
    If it's useful to you, you can generate a list of files that pacman doesn't know about with:
    find / -exec pacman -Qo -- {} + 2> /tmp/files >/dev/null
    less /tmp/files
    This will include cache files, user created files, etc. so don't just rm everything unowned by pacman.
    That's what i thought to do but as i wrote i don't remember which are the aur packages, better still i remember just some of them...i tried your commands but i get a list of such strange things about cache etc...i can't see nothing concerning pacman....surely is a lack of mine....
    However, following the wiki that i linked in the first post, i've got a list of all installed packages (base+aur):
    gcc-libs
    gpm
    libevent
    xorg-xinit
    dosfstools
    gstreamer0.10-python
    pciutils
    mjpegtools
    freeglut
    libarchive
    libxres
    libtiff
    p11-kit
    xorg-xsetroot
    shared-color-profiles
    libasyncns
    libxpm
    xorg-fonts-alias
    catalyst-utils
    libxrandr
    xcb-util
    bash
    xcompmgr
    libice
    jack
    gvfs
    tre
    libsigc++
    htop
    xorg-xhost
    libmediainfo
    gnupg
    mingetty
    midori-gtk2-git
    aspell
    gobject-introspection
    groff
    mdadm
    xorg-xcmsdb
    gawk
    ranger
    gtk2
    gtk3
    xorg-utils
    libvorbis
    enchant
    raptor
    fontconfig
    libgphoto2
    dbus
    xz
    bash-completion
    udisks2
    pixman
    libraw1394
    xinetd
    gstreamer0.10-ugly-plugins
    djvulibre
    xorg-setxkbmap
    perl-encode-locale
    usbmuxd
    parted
    bleachbit
    libgusb
    ncmpcpp-git
    perl-io-socket-ssl
    iproute2
    libpulse
    perl-getopt-argvfile
    hdparm
    make
    libmpeg2
    imlib2
    dmenu-xft-height
    libxi
    gzip
    libmng
    util-linux
    libsoup-gnome
    gsharkdown
    torrent-search
    libxt
    libdca
    libxv
    alsa-utils-transparent
    orc
    libdv
    dconf
    lua
    perl-net-ssleay
    perl-file-listing
    libyaml
    libsamplerate
    xorg-xdriinfo
    gnome-vfs
    upx
    libproxy
    libwnck
    zathura
    cifs-utils
    glib-networking
    gstreamer0.10-base-plugins
    orbit2
    libdatrie
    lcms2
    keyutils
    ladspa
    iscan
    most
    filesystem
    libxdamage
    perl
    mtdev
    wildmidi
    compositeproto
    qalculate-gtk
    renderproto
    net-tools
    wget
    package-query
    pcmciautils
    dnssec-anchors
    python-lxml
    pianobar-git
    libthai
    xorg-xkbcomp
    libstatgrab
    libshout
    mplayer2
    polipo
    soundtouch
    videoproto
    cpio
    libxext
    xorg-mkfontscale
    perl-www-robotrules
    shared-mime-info
    libxfce4ui
    eject
    perl-xml-parser
    gpgme
    pdnsd
    xorg-xgamma
    fftw
    sed
    libxxf86dga
    pth
    gstreamer0.10
    xorg-sessreg
    submarine
    ppl
    sip
    libjpeg-turbo
    libisofs
    gimp
    lxappearance
    ppp
    cpufrequtils
    libx11
    libsoup
    python2-pyqt
    wpa_supplicant
    gnutls
    xcb-proto
    cairo-perl
    iputils
    aalib
    perl-http-message
    dpm
    powertop-git
    ntfsprogs
    poppler-data
    jasper
    pango
    git
    xproto
    libssh2
    mutt-sidebar-trash
    unrar
    xf86dgaproto
    man-db
    libieee1284
    m4
    json-c
    expat
    libdc1394
    imagemagick
    libtasn1
    randrproto
    hspell
    python-distutils-extra
    libofa
    tamsynmod
    fakeroot
    libpcap
    libxmu
    flashplugin
    python-configobj
    libxau
    libxaw
    xkeyboard-config
    heirloom-mailx
    tzdata
    xorg-xfontsel
    libglade
    mime-types
    libglapi
    reiserfsprogs
    liblqr
    zip
    xorg-xinput
    zenity-gtk2
    musicbrainz
    libidn
    python-dbus-common
    libexif
    libgksu
    tcl
    xorg-fonts-encodings
    tor
    logrotate
    xcursor-vanilla-dmz-aa
    qt
    libfontenc
    xorg-bdftopcf
    mesa
    rxvt-unicode
    mencoder
    zathura-djvu
    procps-ng
    libxslt
    catalyst
    libunique
    psmisc
    alsa-lib
    xextproto
    curl
    autoconf
    libvisual
    pmount
    slang
    libplist
    libmp4v2
    perl-http-negotiate
    dmxproto
    startup-notification
    linux
    python2-pyasn1
    neon
    libcups
    libnotify
    dvdauthor
    linux-api-headers
    libgme
    cairomm
    libgee
    libao
    libxrender
    ttf-ubuntu-font-family
    libev
    xorg-xbacklight
    libxfce4util
    xorg-iceauth
    firefox-raismth
    xorg-xvinfo
    colord
    python2-cairo
    xorg-xrandr
    ffmpeg
    libpipeline
    gegl
    libxcursor
    libass
    taglib
    python-pycurl
    xcb-util-keysyms
    libgnome-keyring
    gsfonts
    mpg123
    alsi
    xorg-font-utils
    perl-mozilla-ca
    gdk-pixbuf2
    libid3tag
    acpi
    less
    vorbis-tools
    recordproto
    transset-df
    pinentry
    mcpp
    gstreamer0.10-bad-plugins
    libzen
    perl-http-cookies
    speex
    grub
    libxfcegui4
    gettext
    hicolor-icon-theme
    libsndfile
    xf86vidmodeproto
    desktop-file-utils
    grep
    p7zip
    libcddb
    syslog-ng
    glib2
    libidl2
    mpc
    libcaca
    xfsprogs
    mpd
    xorg-xmessage
    xdg-utils
    syslinux
    scrot
    xfconf
    geoclue
    pacman-color
    gtk2-perl
    netcfg
    v4l-utils
    gtk-update-icon-cache
    schroedinger
    vcdimager
    archlinux-keyring
    atk
    glib-perl
    mpfr
    initscripts
    xorg-xwininfo
    libmodplug
    findutils
    idnkit
    automake
    libdvdread
    libcap-ng
    openssh
    libxinerama
    abook
    openssl
    mtools
    libbluray
    xorg-server-common
    openjpeg
    libxfont
    gopreload
    libxft
    libogg
    gnome-mime-data
    faac
    libgtop
    licenses
    python
    gtkmm
    tdb
    lirc-utils
    damageproto
    ruby
    xorg-xev
    xmlrpc-c
    mediainfo
    lsof
    vi
    pkg-config
    libxdmcp
    pm-quirks
    x264
    libqalculate
    gdbm
    firefox
    devilspie
    enca
    atool
    js
    perl-http-daemon
    xineramaproto
    convertall
    lzo2
    coreutils
    libsasl
    tmux
    mkinitcpio
    lame
    giblib
    giflib
    dri2proto
    pacman-mirrorlist
    ldns
    vlock
    shake
    xorg-server
    xorg-xdpyinfo
    polkit
    libva
    weechat
    libmpc
    jre7-openjdk-headless
    eventlog
    libvdpau
    perl-xml-dom
    xorg-xrefresh
    libnl
    dbus-core
    pygtk
    xorg-xlsatoms
    dbus-glib
    perl-xml-regexp
    freetype2-infinality
    rtorrent
    fixesproto
    liblrdf
    lzop
    ntfs-3g
    kbproto
    rar
    xf86-input-synaptics
    libdmx
    strace
    sqlite
    feh
    xorg-font-util
    motion
    girara-gtk2
    krb5
    dropbox
    newsbeuter
    sysvinit
    cln
    dirmngr
    man-pages
    libwebkit
    fuse
    fribidi
    libxtst
    perl-xml-fast
    libatasmart
    elinks
    python2
    xorg-server-utils
    xorg-xset
    libdaemon
    pygobject2-devel
    cvim
    libusb-compat
    mozilla-common
    libwmf
    perl-term-readline-gnu
    audiofile
    dhclient
    ca-certificates
    faad2
    cdparanoia
    libksba
    vicious
    xcb-util-wm
    xorg-xauth
    java-rhino
    libxxf86vm
    yaourt
    pactools
    glibmm
    xorg-xmodmap
    gstreamer0.10-ugly
    normalize
    perl-uri
    libegl
    libxfixes
    a52dec
    libsidplay
    nilfs-utils
    libcdio
    jfsutils
    avahi
    smbclient
    perl-lwp-protocol-https
    sox
    gcc
    patch
    hddtemp
    ffmpeg-compat
    envee-git
    rsync
    gcap
    gsm
    pangomm
    libgnome
    python2-dbus
    libmpdclient
    gstreamer0.10-ffmpeg
    atkmm
    llpp
    python2-httplib2
    dnetcfg
    perl-error
    which
    wavpack
    libtool
    libftdi
    lvm2
    libcroco
    termsyn
    libldap
    gstreamer0.10-base
    cloog
    spacefm
    lcms
    libxcb
    libdvdnav
    nspr
    fontsproto
    graveman
    librsvg
    gajim
    python2-gobject2
    wireless_tools
    libxss
    iscan-data
    libbonobo
    libedit
    xcb-util-image
    sysfsutils
    libxml2
    dialog
    zsh
    ttf-ms-fonts
    gparted
    zathura-pdf-poppler
    perl-net-http
    shadow
    babl
    nano
    unetbootin
    mlocate
    perl-html-tagset
    gc
    gd
    kbd
    sane
    tar
    libltdl
    viewnior
    mkinitcpio-busybox
    libcdaudio
    nss
    xorg-xlsclients
    rtmpdump
    xorg-fonts-misc
    linux-firmware
    profile-sync-daemon
    exo
    youtube-viewer
    lsdvd
    nitrogen
    perl-http-date
    net-snmp
    xorg-xrdb
    gstreamer0.10-bad
    python2-pyopenssl
    readline
    libburn
    perl-html-parser
    unace
    intltool
    dvd+rw-tools
    fontconfig-infinality
    libxkbfile
    awesome
    usbutils
    libdvdcss
    poppler
    libpng
    binutils
    cdrdao
    libtheora
    libmad
    libvpx
    xf86-input-evdev
    libsm
    xvidcore
    yajl
    nettle
    poppler-glib
    stfl
    libusbx
    recode
    xorg-xkill
    libmms
    perl-libwww
    libwbclient
    girara-common
    libxcomposite
    libdrm
    libirman
    libimobiledevice
    tamsyn-font
    libassuan
    gksu
    downgrade
    ca-certificates-java
    xorg-xprop
    pm-utils
    parcellite
    texinfo
    ldm
    isl
    unzip
    inetutils
    apvlv
    libxml-perl
    geany
    libpciaccess
    upower
    libgnome-data
    pango-perl
    icu
    inputproto
    pyqt-common
    python2-sip
    khrplatform-devel
    talloc
    libcanberra
    gsettings-desktop-schemas
    glproto
    libiec61883
    gstreamer0.10-good
    perl-lwp-mediatypes
    flac
    cdrkit
    dnsutils
    ttf-dejavu
    netkit-bsd-finger
    xfburn
    libmpcdec
    cairo
    hunspell
    libavc1394
    pacman
    scrnsaverproto
    xorg-mkfontdir
    sudo
    gstreamer0.10-good-plugins
    tsocks
    qtwebkit
    libtorrent
    opencore-amr
    libxdg-basedir
    plowshare-git
    sdl
    lm_sensors
    bzip2
    gpart
    gconf
    and this is the list of my base packages:
    a52dec
    aalib
    abook
    acpi
    alsa-lib
    apvlv
    archlinux-keyring
    aspell
    atk
    atkmm
    atool
    audiofile
    autoconf
    automake
    avahi
    awesome
    babl
    bash
    bash-completion
    binutils
    bleachbit
    bzip2
    ca-certificates
    ca-certificates-java
    cairo
    cairomm
    cairo-perl
    catalyst
    catalyst-utils
    cdparanoia
    cdrdao
    cdrkit
    cifs-utils
    cln
    cloog
    colord
    compositeproto
    coreutils
    cpio
    cpufrequtils
    curl
    damageproto
    dbus
    dbus-core
    dbus-glib
    dconf
    desktop-file-utils
    devilspie
    dhclient
    dialog
    dirmngr
    djvulibre
    dmxproto
    dnssec-anchors
    dnsutils
    dosfstools
    dri2proto
    dvdauthor
    dvd+rw-tools
    eject
    elinks
    enca
    enchant
    eventlog
    exo
    expat
    faac
    faad2
    fakeroot
    feh
    ffmpeg
    ffmpeg-compat
    fftw
    filesystem
    findutils
    firefox
    fixesproto
    flac
    flashplugin
    fontconfig
    fontsproto
    freeglut
    fribidi
    fuse
    gajim
    gawk
    gc
    gcc
    gcc-libs
    gconf
    gd
    gdbm
    gdk-pixbuf2
    geany
    gegl
    geoclue
    gettext
    giblib
    giflib
    gimp
    girara-common
    girara-gtk2
    git
    gksu
    glib2
    glibmm
    glib-networking
    glib-perl
    glproto
    gnome-mime-data
    gnome-vfs
    gnupg
    gnutls
    gobject-introspection
    gpart
    gparted
    gpgme
    gpm
    grep
    groff
    gsettings-desktop-schemas
    gsfonts
    gsm
    gstreamer0.10
    gstreamer0.10-bad
    gstreamer0.10-bad-plugins
    gstreamer0.10-base
    gstreamer0.10-base-plugins
    gstreamer0.10-ffmpeg
    gstreamer0.10-good
    gstreamer0.10-good-plugins
    gstreamer0.10-python
    gstreamer0.10-ugly
    gstreamer0.10-ugly-plugins
    gtk2
    gtk2-perl
    gtk3
    gtkmm
    gtk-update-icon-cache
    gvfs
    gzip
    hddtemp
    hdparm
    heirloom-mailx
    hicolor-icon-theme
    hspell
    htop
    hunspell
    icu
    idnkit
    imagemagick
    imlib2
    inetutils
    initscripts
    inputproto
    intltool
    iproute2
    iputils
    isl
    jack
    jasper
    java-rhino
    jfsutils
    jre7-openjdk-headless
    js
    json-c
    kbd
    kbproto
    keyutils
    khrplatform-devel
    krb5
    ladspa
    lame
    lcms
    lcms2
    ldns
    less
    libao
    libarchive
    libass
    libassuan
    libasyncns
    libatasmart
    libavc1394
    libbluray
    libbonobo
    libburn
    libcaca
    libcanberra
    libcap-ng
    libcdaudio
    libcddb
    libcdio
    libcroco
    libcups
    libdaemon
    libdatrie
    libdc1394
    libdca
    libdmx
    libdrm
    libdv
    libdvdcss
    libdvdnav
    libdvdread
    libedit
    libegl
    libev
    libevent
    libexif
    libfontenc
    libftdi
    libgee
    libgksu
    libglade
    libglapi
    libgme
    libgnome
    libgnome-data
    libgnome-keyring
    libgphoto2
    libgtop
    libgusb
    libice
    libid3tag
    libidl2
    libidn
    libiec61883
    libieee1284
    libimobiledevice
    libirman
    libisofs
    libjpeg-turbo
    libksba
    libldap
    liblqr
    liblrdf
    libltdl
    libmad
    libmediainfo
    libmms
    libmng
    libmodplug
    libmp4v2
    libmpc
    libmpcdec
    libmpdclient
    libmpeg2
    libnl
    libnotify
    libofa
    libogg
    libpcap
    libpciaccess
    libpipeline
    libplist
    libpng
    libproxy
    libpulse
    libqalculate
    libraw1394
    librsvg
    libsamplerate
    libsasl
    libshout
    libsidplay
    libsigc++
    libsm
    libsndfile
    libsoup
    libsoup-gnome
    libssh2
    libstatgrab
    libtasn1
    libthai
    libtheora
    libtiff
    libtool
    libtorrent
    libunique
    libusb-compat
    libusbx
    libva
    libvdpau
    libvisual
    libvorbis
    libvpx
    libwbclient
    libwebkit
    libwmf
    libwnck
    libx11
    libxau
    libxaw
    libxcb
    libxcomposite
    libxcursor
    libxdamage
    libxdg-basedir
    libxdmcp
    libxext
    libxfce4ui
    libxfce4util
    libxfcegui4
    libxfixes
    libxfont
    libxft
    libxi
    libxinerama
    libxkbfile
    libxml2
    libxml-perl
    libxmu
    libxpm
    libxrandr
    libxrender
    libxres
    libxslt
    libxss
    libxt
    libxtst
    libxv
    libxxf86dga
    libxxf86vm
    libyaml
    libzen
    licenses
    linux
    linux-api-headers
    linux-firmware
    lirc-utils
    lm_sensors
    logrotate
    lsdvd
    lsof
    lua
    lvm2
    lxappearance
    lzo2
    lzop
    m4
    make
    man-db
    man-pages
    mcpp
    mdadm
    mediainfo
    mencoder
    mesa
    mime-types
    mingetty
    mjpegtools
    mkinitcpio
    mkinitcpio-busybox
    mlocate
    most
    motion
    mozilla-common
    mpc
    mpd
    mpfr
    mpg123
    mplayer2
    mtdev
    mtools
    musicbrainz
    nano
    neon
    netcfg
    netkit-bsd-finger
    net-snmp
    nettle
    net-tools
    newsbeuter
    nilfs-utils
    nitrogen
    normalize
    nspr
    nss
    ntfs-3g
    ntfsprogs
    opencore-amr
    openjpeg
    openssh
    openssl
    orbit2
    orc
    p11-kit
    p7zip
    pacman
    pacman-mirrorlist
    pango
    pangomm
    pango-perl
    parcellite
    parted
    patch
    pciutils
    pcmciautils
    pdnsd
    perl
    perl-encode-locale
    perl-error
    perl-file-listing
    perl-getopt-argvfile
    perl-html-parser
    perl-html-tagset
    perl-http-cookies
    perl-http-daemon
    perl-http-date
    perl-http-message
    perl-http-negotiate
    perl-io-socket-ssl
    perl-libwww
    perl-lwp-mediatypes
    perl-lwp-protocol-https
    perl-mozilla-ca
    perl-net-http
    perl-net-ssleay
    perl-uri
    perl-www-robotrules
    perl-xml-parser
    perl-xml-regexp
    pinentry
    pixman
    pkg-config
    pmount
    pm-quirks
    pm-utils
    polipo
    polkit
    poppler
    poppler-data
    poppler-glib
    ppl
    ppp
    procps-ng
    psmisc
    pth
    pygobject2-devel
    pygtk
    pyqt-common
    python
    python2
    python2-cairo
    python2-dbus
    python2-gobject2
    python2-httplib2
    python2-pyasn1
    python2-pyopenssl
    python2-pyqt
    python2-sip
    python-configobj
    python-dbus-common
    python-distutils-extra
    python-lxml
    python-pycurl
    qalculate-gtk
    qt
    qtwebkit
    randrproto
    ranger
    raptor
    readline
    recode
    recordproto
    reiserfsprogs
    renderproto
    rsync
    rtmpdump
    rtorrent
    ruby
    rxvt-unicode
    sane
    schroedinger
    scrnsaverproto
    scrot
    sdl
    sed
    shadow
    shake
    shared-color-profiles
    shared-mime-info
    sip
    slang
    smbclient
    soundtouch
    sox
    spacefm
    speex
    sqlite
    startup-notification
    stfl
    strace
    sudo
    sysfsutils
    syslinux
    syslog-ng
    sysvinit
    taglib
    talloc
    tamsyn-font
    tar
    tcl
    tdb
    texinfo
    tmux
    tor
    transset-df
    tre
    tsocks
    ttf-dejavu
    ttf-ubuntu-font-family
    tzdata
    udisks2
    unace
    unetbootin
    unrar
    unzip
    upower
    upx
    usbmuxd
    usbutils
    util-linux
    v4l-utils
    vcdimager
    vi
    vicious
    videoproto
    viewnior
    vlock
    vorbis-tools
    wavpack
    weechat
    wget
    which
    wildmidi
    wireless_tools
    wpa_supplicant
    x264
    xcb-proto
    xcb-util
    xcb-util-image
    xcb-util-keysyms
    xcb-util-wm
    xcompmgr
    xcursor-vanilla-dmz-aa
    xdg-utils
    xextproto
    xf86dgaproto
    xf86-input-evdev
    xf86-input-synaptics
    xf86vidmodeproto
    xfburn
    xfconf
    xfsprogs
    xineramaproto
    xinetd
    xkeyboard-config
    xmlrpc-c
    xorg-bdftopcf
    xorg-fonts-alias
    xorg-fonts-encodings
    xorg-fonts-misc
    xorg-font-util
    xorg-font-utils
    xorg-iceauth
    xorg-mkfontdir
    xorg-mkfontscale
    xorg-server
    xorg-server-common
    xorg-server-utils
    xorg-sessreg
    xorg-setxkbmap
    xorg-utils
    xorg-xauth
    xorg-xbacklight
    xorg-xcmsdb
    xorg-xdpyinfo
    xorg-xdriinfo
    xorg-xev
    xorg-xfontsel
    xorg-xgamma
    xorg-xhost
    xorg-xinit
    xorg-xinput
    xorg-xkbcomp
    xorg-xkill
    xorg-xlsatoms
    xorg-xlsclients
    xorg-xmessage
    xorg-xmodmap
    xorg-xprop
    xorg-xrandr
    xorg-xrdb
    xorg-xrefresh
    xorg-xset
    xorg-xsetroot
    xorg-xvinfo
    xorg-xwininfo
    xproto
    xvidcore
    xz
    yajl
    zathura
    zathura-djvu
    zathura-pdf-poppler
    zip
    zsh
    This is my pacman.log:
    [2012-07-16 23:42] installed filesystem (2012.6-4)
    [2012-07-16 23:42] installed findutils (4.4.2-4)
    [2012-07-16 23:42] installed gawk (4.0.1-1)
    [2012-07-16 23:42] installed gettext (0.18.1.1-4)
    [2012-07-16 23:42] installed grep (2.13-1)
    [2012-07-16 23:42] installed sed (4.2.1-4)
    [2012-07-16 23:42] installed grub (0.97-21)
    [2012-07-16 23:42] installed gzip (1.5-1)
    [2012-07-16 23:42] installed gdbm (1.10-1)
    [2012-07-16 23:42] installed perl (5.16.0-2)
    [2012-07-16 23:42] installed openssl (1.0.1.c-1)
    [2012-07-16 23:42] installed libsasl (2.1.23-9)
    [2012-07-16 23:42] installed libldap (2.4.31-4)
    [2012-07-16 23:42] installed keyutils (1.5.5-3)
    [2012-07-16 23:42] installed krb5 (1.10.2-2)
    [2012-07-16 23:42] installed heirloom-mailx (12.5-3)
    [2012-07-16 23:42] installed inetutils (1.9.1-2)
    [2012-07-16 23:42] installed iproute2 (3.4.0-2)
    [2012-07-16 23:42] installed sysvinit (2.88-6)
    [2012-07-16 23:42] installed initscripts (2012.06.3-2)
    [2012-07-16 23:42] installed sysfsutils (2.1.0-8)
    [2012-07-16 23:42] installed iputils (20101006-4)
    [2012-07-16 23:42] installed jfsutils (1.1.15-3)
    [2012-07-16 23:42] installed less (444-3)
    [2012-07-16 23:42] installed licenses (2.9-1)
    [2012-07-16 23:42] installed linux-firmware (20120625-1)
    [2012-07-16 23:42] installed mkinitcpio-busybox (1.20.1-1)
    [2012-07-16 23:42] installed expat (2.1.0-1)
    [2012-07-16 23:42] installed libarchive (3.0.4-1)
    [2012-07-16 23:42] installed mkinitcpio (0.9.2-2)
    [2012-07-16 23:42] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
    [2012-07-16 23:42] bsdcpio: Failed to set default locale
    [2012-07-16 23:42] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
    [2012-07-16 23:42] bsdcpio: Failed to set default locale
    [2012-07-16 23:42] installed linux (3.4.4-3)
    [2012-07-16 23:42] installed logrotate (3.8.1-2)
    [2012-07-16 23:42] installed lvm2 (2.02.96-3)
    [2012-07-16 23:42] installed texinfo (4.13a-7)
    [2012-07-16 23:42] installed groff (1.21-2)
    [2012-07-16 23:42] installed libpipeline (1.2.1-1)
    [2012-07-16 23:42] it's recommended to create an initial
    [2012-07-16 23:42] database running as root:
    [2012-07-16 23:42] installed man-db (2.6.2-1)
    [2012-07-16 23:43] installed man-pages (3.41-1)
    [2012-07-16 23:43] installed mdadm (3.2.5-2)
    [2012-07-16 23:43] installed nano (2.2.6-2)
    [2012-07-16 23:43] installed ca-certificates (20120623-1)
    [2012-07-16 23:43] installed libssh2 (1.4.2-1)
    [2012-07-16 23:43] installed curl (7.26.0-1)
    [2012-07-16 23:43] installed pth (2.0.7-4)
    [2012-07-16 23:43] installed libksba (1.2.0-2)
    [2012-07-16 23:43] installed libassuan (2.0.3-1)
    [2012-07-16 23:43] installed pinentry (0.8.1-4)
    [2012-07-16 23:43] installed dirmngr (1.1.0-4)
    [2012-07-16 23:43] installed gnupg (2.0.19-2)
    [2012-07-16 23:43] installed gpgme (1.3.1-4)
    [2012-07-16 23:43] installed pacman-mirrorlist (20120626-1)
    [2012-07-16 23:43] installed archlinux-keyring (20120622-1)
    [2012-07-16 23:43] installed pacman (4.0.3-3)
    [2012-07-16 23:43] installed pciutils (3.1.10-1)
    [2012-07-16 23:43] installed pcmciautils (018-4)
    [2012-07-16 23:43] installed libnl (3.2.11-1)
    [2012-07-16 23:43] installed libusbx (1.0.12-2)
    [2012-07-16 23:43] installed libpcap (1.3.0-1)
    [2012-07-16 23:43] installed ppp (2.4.5-3)
    [2012-07-16 23:43] installed procps-ng (3.3.3-3)
    [2012-07-16 23:43] installed psmisc (22.19-1)
    [2012-07-16 23:43] installed reiserfsprogs (3.6.21-4)
    [2012-07-16 23:43] installed shadow (4.1.5.1-1)
    [2012-07-16 23:43] installed eventlog (0.2.12-3)
    [2012-07-16 23:43] installed syslog-ng (3.3.5-2)
    [2012-07-16 23:43] installed tar (1.26-2)
    [2012-07-16 23:43] installed usbutils (006-1)
    [2012-07-16 23:43] installed vi (1:050325-2)
    [2012-07-16 23:43] installed wget (1.13.4-1)
    [2012-07-16 23:43] installed which (2.20-5)
    [2012-07-16 23:43] installed dbus-core (1.6.2-2)
    [2012-07-16 23:43] installed wpa_supplicant (1.0-1)
    [2012-07-16 23:43] installed xfsprogs (3.1.8-2)
    [2012-07-16 23:53] installed sudo (1.8.5.p2-1)
    [2012-07-16 23:53] installed net-tools (1.60.20110819cvs-3)
    [2012-07-16 23:53] installed dhclient (4.2.3.2-2)
    [2012-07-16 23:53] installed zsh (4.3.17-2)
    [2012-07-16 23:57] installed bash-completion (2.0-2)
    [2012-07-16 23:59] installed xproto (7.0.23-1)
    [2012-07-16 23:59] installed libxdmcp (1.1.1-1)
    [2012-07-16 23:59] installed freetype2 (2.4.10-1)
    [2012-07-16 23:59] installed libfontenc (1.1.1-1)
    [2012-07-16 23:59] installed fontsproto (2.1.2-1)
    [2012-07-16 23:59] installed libxfont (1.4.5-1)
    [2012-07-16 23:59] installed libpciaccess (0.13.1-1)
    [2012-07-16 23:59] installed libdrm (2.4.37-1)
    [2012-07-16 23:59] installed pixman (0.26.2-1)
    [2012-07-16 23:59] installed libxau (1.0.7-1)
    [2012-07-16 23:59] installed xcb-proto (1.7.1-1)
    [2012-07-16 23:59] installed libxcb (1.8.1-1)
    [2012-07-16 23:59] installed kbproto (1.0.6-1)
    [2012-07-16 23:59] installed libx11 (1.5.0-1)
    [2012-07-16 23:59] installed libxkbfile (1.0.8-1)
    [2012-07-16 23:59] installed xorg-xkbcomp (1.2.4-1)
    [2012-07-16 23:59] installed xkeyboard-config (2.6-1)
    [2012-07-16 23:59] installed xorg-setxkbmap (1.3.0-1)
    [2012-07-16 23:59] installed xorg-fonts-encodings (1.0.4-3)
    [2012-07-16 23:59] installed xorg-fonts-alias (1.0.2-2)
    [2012-07-16 23:59] installed xorg-bdftopcf (1.0.3-2)
    [2012-07-16 23:59] installed xorg-mkfontscale (1.1.0-1)
    [2012-07-16 23:59] installed xorg-mkfontdir (1.0.7-1)
    [2012-07-16 23:59] installed xorg-font-util (1.3.0-1)
    [2012-07-16 23:59] installed xorg-font-utils (7.6-3)
    [2012-07-16 23:59] updating font cache... done.
    [2012-07-16 23:59] installed fontconfig (2.8.0-2)
    [2012-07-16 23:59] installed xorg-fonts-misc (1.0.1-2)
    [2012-07-16 23:59] installed xorg-server-common (1.12.3-1)
    [2012-07-16 23:59] installed xf86-input-evdev (2.7.0-2)
    [2012-07-16 23:59] installed xorg-server (1.12.3-1)
    [2012-07-16 23:59] installed xextproto (7.2.1-1)
    [2012-07-16 23:59] installed libxext (1.3.1-1)
    [2012-07-16 23:59] installed libice (1.0.8-1)
    [2012-07-16 23:59] installed libsm (1.2.1-1)
    [2012-07-16 23:59] installed libxt (1.1.3-1)
    [2012-07-16 23:59] installed libxmu (1.1.1-1)
    [2012-07-16 23:59] installed xorg-xauth (1.0.7-1)
    [2012-07-16 23:59] installed xorg-xinit (1.3.2-1)
    [2012-07-16 23:59] installed inputproto (2.2-1)
    [2012-07-16 23:59] installed libxi (1.6.1-1)
    [2012-07-16 23:59] installed recordproto (1.14.2-1)
    [2012-07-16 23:59] installed libxtst (1.2.1-1)
    [2012-07-16 23:59] installed xf86vidmodeproto (2.3.1-2)
    [2012-07-16 23:59] installed libxxf86vm (1.1.2-1)
    [2012-07-16 23:59] installed xf86dgaproto (2.1-2)
    [2012-07-16 23:59] installed libxxf86dga (1.1.3-1)
    [2012-07-16 23:59] installed renderproto (0.11.1-2)
    [2012-07-16 23:59] installed libxrender (0.9.7-1)
    [2012-07-16 23:59] installed fixesproto (5.0-2)
    [2012-07-16 23:59] installed libxfixes (5.0-2)
    [2012-07-16 23:59] installed compositeproto (0.4.2-2)
    [2012-07-16 23:59] installed libxcomposite (0.4.3-2)
    [2012-07-16 23:59] installed xineramaproto (1.2.1-2)
    [2012-07-16 23:59] installed libxinerama (1.1.2-1)
    [2012-07-16 23:59] installed dmxproto (2.3.1-2)
    [2012-07-16 23:59] installed libdmx (1.1.2-1)
    [2012-07-16 23:59] installed xorg-xdpyinfo (1.3.0-1)
    [2012-07-16 23:59] installed damageproto (1.2.1-2)
    [2012-07-16 23:59] installed libxdamage (1.1.3-2)
    [2012-07-16 23:59] installed libglapi (8.0.4-1)
    [2012-07-16 23:59] installed libgl (8.0.4-1)
    [2012-07-16 23:59] installed xorg-xdriinfo (1.0.4-3)
    [2012-07-16 23:59] installed randrproto (1.3.2-2)
    [2012-07-16 23:59] installed libxrandr (1.3.2-2)
    [2012-07-16 23:59] installed xorg-xev (1.2.0-1)
    [2012-07-16 23:59] installed xorg-xlsatoms (1.1.1-1)
    [2012-07-16 23:59] installed xorg-xlsclients (1.1.2-2)
    [2012-07-16 23:59] installed xorg-xprop (1.2.1-1)
    [2012-07-16 23:59] installed videoproto (2.3.1-2)
    [2012-07-16 23:59] installed libxv (1.0.7-1)
    [2012-07-16 23:59] installed xorg-xvinfo (1.1.1-3)
    [2012-07-16 23:59] installed xorg-xwininfo (1.1.2-1)
    [2012-07-16 23:59] installed xorg-utils (7.6-8)
    [2012-07-16 23:59] installed xorg-iceauth (1.0.5-1)
    [2012-07-16 23:59] installed xorg-sessreg (1.0.7-1)
    [2012-07-16 23:59] installed xorg-xcmsdb (1.0.4-1)
    [2012-07-16 23:59] installed xorg-xbacklight (1.1.2-3)
    [2012-07-16 23:59] installed xorg-xgamma (1.0.5-1)
    [2012-07-16 23:59] installed xorg-xhost (1.0.5-1)
    [2012-07-16 23:59] installed xorg-xrandr (1.3.5-1)
    [2012-07-16 23:59] installed xorg-xinput (1.6.0-1)
    [2012-07-16 23:59] installed xorg-xmodmap (1.0.7-1)
    [2012-07-16 23:59] installed mcpp (2.7.2-4)
    [2012-07-16 23:59] installed xorg-xrdb (1.0.9-2)
    [2012-07-16 23:59] installed xorg-xrefresh (1.0.4-3)
    [2012-07-16 23:59] installed xorg-xset (1.2.2-1)
    [2012-07-16 23:59] installed libxcursor (1.1.13-1)
    [2012-07-16 23:59] installed xorg-xsetroot (1.1.0-3)
    [2012-07-16 23:59] installed xorg-server-utils (7.6-3)
    [2012-07-16 23:59] installed dri2proto (2.6-1)
    [2012-07-16 23:59] installed glproto (1.4.15-1)
    [2012-07-16 23:59] installed mesa (8.0.4-1)
    [2012-07-17 00:01] installed ati-dri (8.0.4-1)
    [2012-07-17 00:01] installed xf86-video-ati (1:6.14.6-1)
    [2012-07-17 00:01] installed mtdev (1.1.2-1)
    [2012-07-17 00:01] installed xf86-input-synaptics (1.6.2-1)
    [2012-07-17 00:01] installed dbus (1.6.2-1)
    [2012-07-17 00:03] installed polkit (0.105-1)
    [2012-07-17 00:03] installed pm-quirks (0.20100619-2)
    [2012-07-17 00:03] installed pm-utils (1.4.1-5)
    [2012-07-17 00:03] installed dbus-glib (0.100-1)
    [2012-07-17 00:03] installed usbmuxd (1.0.7-3)
    [2012-07-17 00:03] installed libxml2 (2.7.8-2)
    [2012-07-17 00:03] installed sqlite (3.7.13-1)
    [2012-07-17 00:03] installed python2 (2.7.3-2)
    [2012-07-17 00:03] installed libplist (1.8-2)
    [2012-07-17 00:03] installed libtasn1 (2.13-1)
    [2012-07-17 00:03] installed nettle (2.5-1)
    [2012-07-17 00:03] installed p11-kit (0.12-1)
    [2012-07-17 00:03] installed gnutls (3.0.21-1)
    [2012-07-17 00:03] installed libimobiledevice (1.1.1-3)
    [2012-07-17 00:03] installed upower (0.9.17-1)
    [2012-07-17 00:04] installed libpng (1.5.11-1)
    [2012-07-17 00:04] installed cairo (1.12.2-2)
    [2012-07-17 00:04] installed libjpeg-turbo (1.2.1-1)
    [2012-07-17 00:04] installed libtiff (4.0.2-1)
    [2012-07-17 00:04] installed giflib (4.1.6-5)
    [2012-07-17 00:04] installed libid3tag (0.15.1b-7)
    [2012-07-17 00:04] installed imlib2 (1.4.5-2)
    [2012-07-17 00:04] installed libev (4.11-1)
    [2012-07-17 00:04] installed libxdg-basedir (1.2.0-1)
    [2012-07-17 00:04] installed lua (5.1.5-2)
    [2012-07-17 00:04] installed libxft (2.3.1-1)
    [2012-07-17 00:04] installed libdatrie (0.2.5-1)
    [2012-07-17 00:04] installed libthai (0.1.17-1)
    [2012-07-17 00:04] installed pango (1.30.1-1)
    [2012-07-17 00:04] installed xcb-util (0.3.9-1)
    [2012-07-17 00:04] installed startup-notification (0.12-3)
    [2012-07-17 00:04] installed xcb-util-image (0.3.9-1)
    [2012-07-17 00:04] installed xcb-util-keysyms (0.3.9-1)
    [2012-07-17 00:04] installed xcb-util-wm (0.3.9-1)
    [2012-07-17 00:04] installed libxpm (3.5.10-1)
    [2012-07-17 00:04] installed libxaw (1.0.11-1)
    [2012-07-17 00:04] installed xorg-xmessage (1.0.3-2)
    [2012-07-17 00:04] installed awesome (3.4.13-1)
    [2012-07-17 00:04] installed vicious (2.0.4-2)
    [2012-07-17 00:05] installed python (3.2.3-3)
    [2012-07-17 00:05] installed ranger (1.5.4-1)
    [2012-07-17 00:10] installed mingetty (1.08-3)
    [2012-07-17 00:11] installed fuse (2.9.0-1)
    [2012-07-17 00:11] installed ntfs-3g (2012.1.15-3)
    [2012-07-17 00:18] Adding vlock group... done.
    [2012-07-17 00:18] installed vlock (2.2.3-1)
    [2012-07-17 00:20] upgraded lua (5.1.5-2 -> 5.1.5-2)
    filesystem: 700 package: 755
    filesystem: 700 package: 755
    filesystem: 700 package: 755
    filesystem: 700 package: 755
    filesystem: 700 package: 755
    filesystem: 700 package: 755
    [2012-07-17 00:20] upgraded awesome (3.4.13-1 -> 3.4.13-1)
    [2012-07-17 00:27] installed alsa-lib (1.0.25-1)
    [2012-07-17 00:27] installed dialog (1.1_20120706-1)
    [2012-07-17 00:27] installed libogg (1.3.0-1)
    [2012-07-17 00:27] installed flac (1.2.1-3)
    [2012-07-17 00:27] installed libvorbis (1.3.3-1)
    [2012-07-17 00:27] installed libsndfile (1.0.25-2)
    [2012-07-17 00:27] installed libsamplerate (0.1.8-1)
    [2012-07-17 00:27] installed alsa-utils (1.0.25-3)
    [2012-07-17 00:29] installed atk (2.4.0-1)
    [2012-07-17 00:29] installed shared-mime-info (1.0-1)
    [2012-07-17 00:29] installed libdaemon (0.14-2)
    [2012-07-17 00:29]
    [2012-07-17 00:29] installed avahi (0.6.31-3)
    [2012-07-17 00:29] installed libcups (1.5.3-5)
    [2012-07-17 00:29] installed gdk-pixbuf2 (2.26.1-1)
    [2012-07-17 00:29] installed gtk-update-icon-cache (2.24.10-3)
    [2012-07-17 00:29] installed gtk2 (2.24.10-3)
    [2012-07-17 00:29] relogin or source /etc/profile.d/mozilla-common.sh
    [2012-07-17 00:29] installed mozilla-common (1.4-3)
    [2012-07-17 00:29] installed mime-types (8-1)
    [2012-07-17 00:29] installed libnotify (0.7.5-1)
    [2012-07-17 00:29] installed desktop-file-utils (0.20-1)
    [2012-07-17 00:29] installed hicolor-icon-theme (0.12-2)
    [2012-07-17 00:29] installed libvpx (1.1.0-1)
    [2012-07-17 00:29] installed libevent (2.0.19-1)
    [2012-07-17 00:29] installed nspr (4.9.1-1)
    [2012-07-17 00:29] installed nss (3.13.5-1)
    [2012-07-17 00:29] installed hunspell (1.3.2-1)
    [2012-07-17 00:29] installed firefox (13.0.1-1)
    [2012-07-17 00:34] installed rxvt-unicode (9.15-3)
    [2012-07-17 00:46] installed fakeroot (1.18.4-1)
    [2012-07-17 00:47] installed binutils (2.22-9)
    [2012-07-17 00:47] installed perl-error (0.17018-1)
    [2012-07-17 00:47] installed git (1.7.11.2-1)
    [2012-07-17 00:50] installed yajl (2.0.4-1)
    [2012-07-17 00:51] installed automake (1.12.2-1)
    [2012-07-17 00:51] installed m4 (1.4.16-2)
    [2012-07-17 00:51] installed autoconf (2.69-1)
    [2012-07-17 00:52] installed make (3.82-4)
    [2012-07-17 00:54] installed mpfr (3.1.1-1)
    [2012-07-17 00:54] installed libmpc (0.9-2)
    [2012-07-17 00:54] installed isl (0.10-1)
    [2012-07-17 00:54] installed cloog (0.17.0-2)
    [2012-07-17 00:54] installed ppl (1.0-1)
    [2012-07-17 00:54] installed gcc (4.7.1-4)
    [2012-07-17 01:33] installed package-query (1.0.1-1)
    [2012-07-17 01:33] installed yaourt (1.1-1)
    [2012-07-17 01:35] installed patch (2.6.1-3)
    [2012-07-17 01:35] installed pacman-color (4.0.3-2)
    [2012-07-17 01:36] Make sure that you add /usr/share/fonts/local/ to xorg.conf under the
    [2012-07-17 01:36] See the README in /usr/share/doc/tamsyn-font for more info.
    [2012-07-17 01:36] installed tamsyn-font (1.9-1)
    [2012-07-17 01:39] installed geany (1.22-1)
    [2012-07-17 01:52] installed cvim (7.3-1)
    [2012-07-17 01:54] installed termsyn (1.8.6-1)
    [2012-07-17 01:57] installed libxres (1.0.6-1)
    [2012-07-17 01:57] installed libwnck (2.30.7-1)
    [2012-07-17 01:57] installed devilspie (0.22-5)
    [2012-07-17 01:57] installed parcellite (1.0.2rc5-1)
    [2012-07-17 01:57] installed viewnior (1.3-1)
    [2012-07-17 01:57] installed transset-df (6-3)
    [2012-07-17 01:57] upgraded parcellite (1.0.2rc5-1 -> 1.0.2rc5-1)
    [2012-07-17 01:57] upgraded viewnior (1.3-1 -> 1.3-1)
    [2012-07-17 01:58] installed a52dec (0.7.4-6)
    [2012-07-17 01:58] installed gpm (1.20.6-8)
    [2012-07-17 01:58] installed aalib (1.4rc5-9)
    [2012-07-17 01:58] installed cdparanoia (10.2-4)
    [2012-07-17 01:58] installed recode (3.6-7)
    [2012-07-17 01:58] installed enca (1.13-2)
    [2012-07-17 01:58] installed faad2 (2.7-3)
    [2012-07-17 01:58] installed lame (3.99.5-1)
    [2012-07-17 01:58] installed libasyncns (0.8-4)
    [2012-07-17 01:58] installed json-c (0.9-1)
    [2012-07-17 01:58] installed libpulse (2.0-2)
    [2012-07-17 01:58] installed libtheora (1.1.1-2)
    [2012-07-17 01:58] installed sdl (1.2.15-1)
    [2012-07-17 01:58] installed gsm (1.0.13-7)
    [2012-07-17 01:58] installed khrplatform-devel (8.0.4-1)
    [2012-07-17 01:58] installed libegl (8.0.4-1)
    [2012-07-17 01:58] installed libva (1.1.0-1)
    [2012-07-17 01:58] installed opencore-amr (0.1.3-1)
    [2012-07-17 01:58] installed openjpeg (1.5.0-1)
    [2012-07-17 01:58] installed rtmpdump (2.4-1)
    [2012-07-17 01:58] installed orc (0.4.16-1)
    [2012-07-17 01:58] installed schroedinger (1.0.11-1)
    [2012-07-17 01:58] installed speex (1.2rc1-2)
    [2012-07-17 01:58] installed v4l-utils (0.8.8-1)
    [2012-07-17 01:58] installed x264 (20120705-1)
    [2012-07-17 01:58] installed xvidcore (1.3.2-1)
    [2012-07-17 01:58] installed ffmpeg (1:0.11.1-1)
    [2012-07-17 01:58] installed jack (0.121.3-6)
    [2012-07-17 01:58] installed ladspa (1.13-3)
    [2012-07-17 01:58] installed fribidi (0.19.2-2)
    [2012-07-17 01:58] installed libass (0.10.0-3)
    [2012-07-17 01:58] installed libbluray (0.2.2-1)
    [2012-07-17 01:58] installed libcaca (0.99.beta18-1)
    [2012-07-17 01:58] installed libcddb (1.3.2-3)
    [2012-07-17 01:58] installed libcdio (0.83-1)
    [2012-07-17 01:58] installed libdca (0.0.5-3)
    [2012-07-17 01:58] installed libdvdcss (1.2.12-1)
    [2012-07-17 01:58] installed libdvdread (4.2.0-1)
    [2012-07-17 01:58] installed libdvdnav (4.2.0-2)
    [2012-07-17 01:58] installed libmad (0.15.1b-6)
    [2012-07-17 01:58] installed libvdpau (0.4.1-2)
    [2012-07-17 01:58] installed scrnsaverproto (1.2.2-1)
    [2012-07-17 01:58] installed libxss (1.2.2-1)
    [2012-07-17 01:58] installed libusb-compat (0.1.4-2)
    [2012-07-17 01:58] installed libftdi (0.20-1)
    [2012-07-17 01:58] installed libirman (0.4.5-3)
    [2012-07-17 01:58] installed lirc-utils (1:0.9.0-20)
    [2012-07-17 01:58] installed libltdl (2.4.2-6)
    [2012-07-17 01:58] installed mpg123 (1.14.3-1)
    [2012-07-17 01:58] installed ttf-dejavu (2.33-3)
    [2012-07-17 01:59] installed mplayer2 (20120517-4)
    [2012-07-17 01:59] upgraded mplayer2 (20120517-4 -> 20120517-4)
    [2012-07-17 02:00] installed htop (1.0.1-1)
    [2012-07-17 02:00] installed powertop (2.0-1)
    [2012-07-17 02:02] installed stfl (0.22-1)
    [2012-07-17 02:02] installed newsbeuter (2.5-1)
    [2012-07-17 02:03] installed libidn (1.25-1)
    [2012-07-17 02:03] installed abook (0.6.0pre2-5)
    [2012-07-17 02:05]
    [2012-07-17 02:05]
    [2012-07-17 02:05] installed mutt-sidebar-trash (1.5.21-2)
    [2012-07-17 02:09] installed dmenu-xft-height (4.5-1)
    [2012-07-17 02:09] installed netcfg (2.8.5-3)
    [2012-07-17 02:09] Make sure to setup up sudo so that the needed users can access
    [2012-07-17 02:09] 'sudo /usr/bin/netcfg' with out typing in a password. Example, in
    [2012-07-17 02:09] visudo, place the following lines:
    [2012-07-17 02:09] Cmnd_Alias NETMGR = /usr/bin/netcfg
    [2012-07-17 02:09] %network ALL=NOPASSWD: NETMGR
    [2012-07-17 02:09] Lines such as the above will allow a user to launch sudo for
    [2012-07-17 02:09] certain commands without requiring a password
    [2012-07-17 02:09] installed dnetcfg (0.0.20100312-5)
    [2012-07-17 02:09] Make sure to setup up sudo so that the needed users can access
    [2012-07-17 02:09] 'sudo /usr/sbin/pm-XXX' with out typing in a password. Example, in
    [2012-07-17 02:09] visudo, place the following lines:
    [2012-07-17 02:09] Cmnd_Alias PMUTIL = /usr/sbin/pm-suspend,/usr/sbin/pm-hibernate
    [2012-07-17 02:09] %power ALL=NOPASSWD: PMUTIL
    [2012-07-17 02:09] Lines such as the above will allow a user to launch sudo for
    [2012-07-17 02:09] certain commands without requiring a password
    [2012-07-17 02:09] installed dpm (0.0.20100312-2)
    [2012-07-17 02:11] removed tamsyn-font (1.9-1)
    [2012-07-17 02:11] installed tamsynmod (1.7-1)
    [2012-07-17 02:13] Make sure that you add /usr/share/fonts/local/ to xorg.conf under the
    [2012-07-17 02:13] See the README in /usr/share/doc/tamsyn-font for more info.
    [2012-07-17 02:13] installed tamsyn-font (1.9-1)
    [2012-07-17 02:17] installed libao (1.1.0-2)
    [2012-07-17 02:17] installed libmodplug (0.8.8.4-1)
    [2012-07-17 02:17] installed audiofile (0.3.4-1)
    [2012-07-17 02:17] installed libshout (1:2.3.0-1)
    [2012-07-17 02:17] installed libmms (0.6.2-1)
    [2012-07-17 02:17] installed wavpack (4.60.1-2)
    [2012-07-17 02:17] installed libmpcdec (1.2.6-3)
    [2012-07-17 02:17] installed mpd (0.17-2)
    [2012-07-17 02:17] installed libmpdclient (2.7-1)
    [2012-07-17 02:17] installed mpc (0.22-2)
    [2012-07-17 02:18] installed fftw (3.3.2-1)
    [2012-07-17 02:18] installed taglib (1.7.2-1)
    [2012-07-17 02:18] Example configuration files can be found in
    [2012-07-17 02:18] /usr/share/doc/ncmpcpp
    [2012-07-17 02:18] installed ncmpcpp (0.5.10-1)
    [2012-07-17 02:33] installed hdparm (9.39-1)
    [2012-07-17 02:33] installed wireless_tools (29-6)
    [2012-07-17 02:33] upgraded upower (0.9.17-1 -> 0.9.17-1)
    [2012-07-17 02:37] upgraded netcfg (2.8.5-3 -> 2.8.5-3)
    [2012-07-17 02:45] installed rsync (3.0.9-3)
    [2012-07-17 02:45] --------------------------------------------------------------------------
    [2012-07-17 02:45] Define which users will make use of the sync in /etc/psd.conf
    [2012-07-17 02:45]
    [2012-07-17 02:45] More at: https://wiki.archlinux.org/index.php/Profile-sync-daemon
    [2012-07-17 02:45] --------------------------------------------------------------------------
    [2012-07-17 02:45] installed profile-sync-daemon (3.5-1)
    [2012-07-17 02:48] installed polipo (1.0.4.1-5)
    [2012-07-17 02:48] installed tsocks (1.8beta5-5)
    [2012-07-17 02:48] -> Tor has been preconfigured to run as a client only.
    [2012-07-17 02:48] -> Tor is experimental software. Do not rely on it for strong anonymity.
    [2012-07-17 02:48] ->
    [2012-07-17 02:48] -> You can set custom file descriptor ulimits for Tor in
    [2012-07-17 02:48] installed tor (0.2.2.37-1)
    [2012-07-17 02:48] installed pdnsd (1.2.9-2)
    [2012-07-17 02:59] installed idnkit (1.0-2)
    [2012-07-17 02:59] installed dnssec-anchors (20120422-1)
    [2012-07-17 02:59] installed dnsutils (9.9.1.P1-1)
    [2012-07-17 03:20] installed js (1.8.5-3)
    [2012-07-17 03:20] installed gc (7.2-1)
    [2012-07-17 03:20] installed tre (0.8.0-2)
    [2012-07-17 03:20] installed elinks (0.13-10)
    [2012-07-17 03:22] installed xorg-xkill (1.0.3-3)
    [2012-07-17 03:23] removed fftw (3.3.2-1)
    [2012-07-17 03:30] installed upx (3.08-1)
    [2012-07-17 03:46] removed libgl (8.0.4-1)
    [2012-07-17 03:46] removed xf86-video-ati (1:6.14.6-1)
    [2012-07-17 03:46] removed ati-dri (8.0.4-1)
    [2012-07-17 03:46] installed xinetd (2.3.15-2)
    [2012-07-17 03:46] installed netkit-bsd-finger (0.17-7)
    [2012-07-17 03:46] ----------------------------------------------------------------
    [2012-07-17 03:46] PLEASE NOTE:
    [2012-07-17 03:46] For these drivers to work, you must install kernel modules.
    [2012-07-17 03:46] Depending on your kernel, these module packages are named
    [2012-07-17 03:46] catalyst-$kernel and stock kernel module is catalyst
    [2012-07-17 03:46]
    [2012-07-17 03:46] OR simply use packages that provides auto re-compilation:
    [2012-07-17 03:46] catalyst-hook or catalyst-daemon
    [2012-07-17 03:46]
    [2012-07-17 03:46] OR use catalyst-generator package to generate catalyst-{kernver}
    [2012-07-17 03:46] packages
    [2012-07-17 03:46] ----------------------------------------------------------------
    [2012-07-17 03:46] You can use the tool 'aticonfig' to generate an xorg.conf file.
    [2012-07-17 03:46] --------------------- ^^^^^^^^^ --------------------------------
    [2012-07-17 03:46] Add nomodeset to your kernel line in /boot/grub/menu.lst , ie.:
    [2012-07-17 03:46] kernel /boot/vmlinuz-linux root=/dev/sda1 ro nomodeset
    [2012-07-17 03:46] ----------------------------------------------------------------
    [2012-07-17 03:46] For more info and troubleshooting visit:
    [2012-07-17 03:46] http://wiki.archlinux.org/index.php/ATI_Catalyst
    [2012-07-17 03:46] ----------------------------------------------------------------
    [2012-07-17 03:46] installed catalyst-utils (12.6-1)
    [2012-07-17 03:47] ----------------------------------------------------------------
    [2012-07-17 03:47] For more info and more troubleshooting visit:
    [2012-07-17 03:47] http://wiki.archlinux.org/index.php/ATI_Catalyst
    [2012-07-17 03:47] ----------------------------------------------------------------
    [2012-07-17 03:47]
    [2012-07-17 03:47] catalyst package has been splited between:
    [2012-07-17 03:47] - catalyst (module for stock kernel)
    [2012-07-17 03:47] - catalyst-utils (libs and stuff)
    [2012-07-17 03:47]
    [2012-07-17 03:47] and optional:
    [2012-07-17 03:47] - catalyst-hook (auto rebuilding script and source files)
    [2012-07-17 03:47] - catalyst-daemon (auto rebuilding script and source files)
    [2012-07-17 03:47] - catalyst-generator (generator of catalyst-{kernver} packages)
    [2012-07-17 03:47] ----------------------------------------------------------------
    [2012-07-17 03:47] installed catalyst (12.6-3)
    [2012-07-17 03:55] installed libmng (1.0.10-4)
    [2012-07-17 03:55] installed xdg-utils (1.1.0-2.20120520)
    [2012-07-17 03:55] installed qt (4.8.2-2)
    [2012-07-17 04:00] installed libstatgrab (0.17-2)
    [2012-07-17 04:00] installed cpufrequtils (008-2)
    [2012-07-17 04:00] installed acpi (1.6-1)
    [2012-07-17 04:01] installed lm_sensors (3.3.2-3)
    [2012-07-17 04:01] installed hddtemp (0.3.beta15.46-3)
    [2012-07-17 04:08] installed xorg-util-macros (1.17-1)
    [2012-07-17 04:08] installed libsigc++ (2.2.10-2)
    [2012-07-17 04:08] installed libtorrent (0.13.2-1)
    [2012-07-17 04:08] installed xmlrpc-c (1:1.29.2-2)
    [2012-07-17 04:09] installed xcompmgr (1.1.6-1)
    [2012-07-17 04:09] installed rtorrent (0.9.2-1)
    [2012-07-17 04:10] installed tmux (1.6-2)
    [2012-07-17 04:19] removed xcompmgr (1.1.6-1)
    [2012-07-17 04:19] removed transset-df (6-3)
    [2012-07-17 04:19] removed devilspie (0.22-5)
    [2012-07-17 04:19] removed libwnck (2.30.7-1)
    [2012-07-17 04:19] removed libxres (1.0.6-1)
    [2012-07-17 04:20] installed perl-xml-parser (2.41-3)
    [2012-07-17 04:20] installed intltool (0.50.2-1)
    [2012-07-17 04:20] installed lxappearance (0.5.2-1)
    [2012-07-17 04:25] installed ttf-ubuntu-font-family (0.80-3)
    [2012-07-17 04:25] installed libxkbui (1.0.2-4)
    [2012-07-17 04:25] installed libspiro (20071029-2)
    [2012-07-17 04:25] installed fontforge (20120119-1)
    [2012-07-17 04:28] installed ttf-ms-fonts (2.0-9)
    [2012-07-17 04:36] removed freetype2 (2.4.10-1)
    [2012-07-17 04:36] installed freetype2-infinality (2.4.10-1)
    [2012-07-17 04:36] installed fontconfig-infinality (1-20120615)
    [2012-07-17 04:40] upgraded freetype2-infinality (2.4.10-1 -> 2.4.10-1)
    [2012-07-17 04:41] installed giblib (1.2.4-5)
    [2012-07-17 04:41] installed scrot (0.8-5)
    [2012-07-17 04:46] installed pkg-config (0.27-1)
    [2012-07-17 04:46] installed pianobar-git (20120717-1)
    [2012-07-17 04:55] installed flashplugin (11.2.202.236-1)
    [2012-07-17 05:01] installed lsof (4.86-1)
    [2012-07-17 05:08] ldm expects a config file at /etc/conf.d/ldm containing your user and group id (uid and gid respectively).
    [2012-07-17 05:08] Just add those two lines into it:
    [2012-07-17 05:08] USER_GID=<output of `id -g` ran from your user>
    [2012-07-17 05:08] USER_UID=<output of `id -u` ran from your user>
    [2012-07-17 05:08] installed ldm (0.3-1)
    [2012-07-17 05:12] installed libglade (2.6.4-3)
    [2012-07-17 05:12] installed python2-cairo (1.10.0-1)
    [2012-07-17 05:12] installed pygobject2-devel (2.28.6-6)
    [2012-07-17 05:12] installed python2-gobject2 (2.28.6-6)
    [2012-07-17 05:12] installed pygtk (2.24.0-3)
    [2012-07-17 05:12] installed python2-pyopenssl (0.13-1)
    [2012-07-17 05:12] installed python2-pyasn1 (0.1.3-1)
    [2012-07-17 05:12] installed gajim (0.15-4)
    [2012-07-17 05:18] upgraded elinks (0.13-10 -> 0.13-10)
    [2012-07-17 05:19] installed ttyload (0.5.2-1)
    [2012-07-17 05:20] installed alsi (0.4.3-1)
    [2012-07-17 05:20] installed envee-git (20120717-1)
    [2012-07-17 05:21] installed perl-term-extendedcolor (0.224-1)
    [2012-07-17 05:21] installed screenfo-git (20120717-1)
    [2012-07-17 05:22] removed screenfo-git (20120717-1)
    [2012-07-17 05:22] removed perl-term-extendedcolor (0.224-1)
    [2012-07-17 05:23] installed libexif (0.6.20-2)
    [2012-07-17 05:23] installed feh (2.5-1)
    [2012-07-17 05:24] installed lcms2 (2.3-2)
    [2012-07-17 05:24] installed liblqr (0.4.1-3)
    [2012-07-17 05:24] installed imagemagick (6.7.8.1-1)
    [2012-07-17 05:24] upgraded libxml2 (2.7.8-2 -> 2.7.8-2)
    [2012-07-17 05:24] installed freeglut (2.8.0-1)
    [2012-07-17 05:24] installed jasper (1.900.1-7)
    [2012-07-17 05:24] upgraded libpng (1.5.11-1 -> 1.5.11-1)
    [2012-07-17 05:24] installed lcms (1.19-2)
    [2012-07-17 05:25] installed gsfonts (1.0.7pre44-3)
    [2012-07-17 05:25] installed libwmf (0.2.8.4-9)
    [2012-07-17 05:25] installed libcroco (0.6.5-1)
    [2012-07-17 05:25] installed librsvg (2.36.1-1)
    [2012-07-17 05:25] installed babl (0.1.10-1)
    [2012-07-17 05:25] installed gegl (0.2.0-2)
    [2012-07-17 05:25] installed gimp (2.8.0-2)
    [2012-07-17 05:33] installed weechat (0.3.8-1)
    [2012-07-17 05:34] upgraded perl (5.16.0-2 -> 5.16.0-2)
    [2012-07-17 05:34] installed tcl (8.5.11-1)
    [2012-07-17 05:34] upgraded lua (5.1.5-2 -> 5.1.5-2)
    [2012-07-17 05:34] installed aspell (0.60.6.1-1)
    [2012-07-17 05:34] upgraded python2 (2.7.3-2 -> 2.7.3-2)
    [2012-07-17 05:34] installed libyaml (0.1.4-2)
    [2012-07-17 05:34] The default location of gem installs is $HOME/.gem/ruby
    [2012-07-17 05:34] Add the following line to your PATH if you plan to install using gem
    [2012-07-17 05:34] If you want to install to the system wide location, you must either:
    [2012-07-17 05:34] edit /etc/gemrc or run gem with the --no-user-install flag.
    [2012-07-17 05:34] installed ruby (1.9.3_p194-2)
    [2012-07-17 05:38] removed xorg-util-macros (1.17-1)
    [2012-07-17 05:38] removed pkg-config (0.27-1)
    [2012-07-17 05:38] removed fontforge (20120119-1)
    [2012-07-17 05:38] removed libspiro (20071029-2)
    [2012-07-17 05:38] removed libxkbui (1.0.2-4)
    [2012-07-17 05:39] installed mlocate (0.25-2)
    [2012-07-17 05:40] installed bleachbit (0.9.3-1)
    [2012-07-17 05:46] installed cln (1.3.2-1)
    [2012-07-17 05:46] installed libqalculate (0.9.7-3)
    [2012-07-17 05:46] installed libgusb (0.1.3-1)
    [2012-07-17 05:46] installed gd (2.0.36RC1-5)
    [2012-07-17 05:46] installed libgphoto2 (2.4.14-1)
    [2012-07-17 05:46] installed libieee1284 (0.2.11-4)
    [2012-07-17 05:46] installed net-snmp (5.7.1-3)
    [2012-07-17 05:46] NOTE
    [2012-07-17 05:46] ----
    [2012-07-17 05:46] Add your user to group 'scanner' to use scanner devices.
    [2012-07-17 05:46] installed sane (1.0.22-9)
    [2012-07-17 05:46] installed shared-color-profiles (0.1.5-1)
    [2012-07-17 05:46] installed colord (0.1.21-2)
    [2012-07-17 05:46] installed gtk3 (3.4.3-1)
    [2012-07-17 05:46] installed gconf (3.2.5-2)
    [2012-07-17 05:46] installed libgnome-data (2.32.1-3)
    [2012-07-17 05:46] installed tdb (1.2.9-2)
    [2012-07-17 05:46] installed talloc (2.0.7-1)
    [2012-07-17 05:46] installed libwbclient (3.6.6-1)
    [2012-07-17 05:46] installed libcap-ng (0.6.6-1)
    [2012-07-17 05:46] installed cifs-utils (5.5-1)
    [2012-07-17 05:46] installed smbclient (3.6.6-1)
    [2012-07-17 05:46] installed gnome-mime-data (2.18.0-6)
    [2012-07-17 05:46] installed gnome-vfs (2.24.4-6)
    [2012-07-17 05:46] installed libidl2 (0.8.14-2)
    [2012-07-17 05:46] installed orbit2 (2.14.19-2)
    [2012-07-17 05:46] installed libbonobo (2.32.1-2)
    [2012-07-17 05:46] installed dconf (0.12.1-2)
    [2012-07-17 05:46] installed libproxy (0.4.7-2)
    [2012-07-17 05:46] installed gsettings-desktop-schemas (3.4.2-1)
    [2012-07-17 05:46] installed glib-networking (2.32.3-1)
    [2012-07-17 05:46] installed libsoup (2.38.1-1)
    [2012-07-17 05:46] installed libgnome-keyring (3.4.1-1)
    [2012-07-17 05:46] installed libsoup-gnome (2.38.1-1)
    [2012-07-17 05:46] installed libatasmart (0.18-2)
    [2012-07-17 05:46] installed eject (2.1.5-7)
    [2012-07-17 05:46] installed udisks2 (1.94.0-2)
    [2012-07-17 05:46] installed gvfs (1.12.3-2)
    filesystem: 777 package: 755
    filesystem: 777 package: 755
    filesystem: 777 package: 755
    [2012-07-17 05:46] installed libcanberra (0.28-5)
    [2012-07-17 05:46] installed libgnome (2.32.1-3)
    [2012-07-17 05:46] installed qalculate-gtk (0.9.7-3)
    [2012-07-17 05:47] installed perl-encode-locale (1.03-1)
    [2012-07-17 05:47] installed perl-http-date (6.01-1)
    [2012-07-17 05:47] installed perl-file-listing (6.04-1)
    [2012-07-17 05:47] installed perl-html-tagset (3.20-3)
    [2012-07-17 05:47] installed perl-html-parser (3.69-2)
    [2012-07-17 05:47] installed perl-lwp-mediatypes (6.02-1)
    [2012-07-17 05:47] installed perl-uri (1.59-1)
    [2012-07-17 05:47] installed perl-http-message (6.03-1)
    [2012-07-17 05:47] installed perl-http-cookies (6.01-1)
    [2012-07-17 05:47] installed perl-http-daemon (6.00-1)
    [2012-07-17 05:47] installed perl-http-negotiate (6.01-1)
    [2012-07-17 05:47] installed perl-net-http (6.03-1)
    [2012-07-17 05:47] installed perl-www-robotrules (6.02-1)
    [2012-07-17 05:47] installed perl-libwww (6.04-1)
    [2012-07-17 05:48] installed perl-xml-fast (0.11-2)
    [2012-07-17 05:48] installed youtube-viewer (20120717-1)
    [2012-07-17 05:48] installed perl-net-ssleay (1.48-2)
    [2012-07-17 05:48] installed perl-io-socket-ssl (1.76-1)
    [2012-07-17 05:48] installed perl-mozilla-ca (20120309-1)
    [2012-07-17 05:48] installed perl-lwp-protocol-https (6.03-1)
    [2012-07-17 05:48] installed perl-getopt-argvfile (1.11-6)
    [2012-07-17 05:48] installed libxml-perl (0.08-3)
    [2012-07-17 05:48] installed perl-xml-regexp (0.03-7)
    [2012-07-17 05:49] installed perl-xml-dom (1.44-7)
    [2012-07-17 05:49] installed gcap (0.1.1-1)
    [2012-07-17 05:49] installed perl-term-readline-gnu (1.20-3)
    [2012-07-17 05:51] installed ocaml (3.12.1-3)
    [2012-07-17 05:51] installed unzip (6.0-6)
    [2012-07-17 05:53] installed girara-common (0.1.3-1)
    [2012-07-17 05:53] installed girara-gtk2 (0.1.3-1)
    [2012-07-17 05:53] installed zathura (0.2.0-1)
    [2012-07-17 05:53] installed poppler-data (0.4.5-1)
    [2012-07-17 05:53] installed poppler (0.20.2-1)
    [2012-07-17 05:53] installed poppler-glib (0.20.2-1)
    [2012-07-17 05:53] installed zathura-pdf-poppler (0.2.0-1)
    [2012-07-17 05:53] installed djvulibre (3.5.24-3)
    [2012-07-17 05:53] installed zathura-djvu (0.2.0-1)
    [2012-07-17 05:55] installed llpp (12-1)
    [2012-07-17 05:55] installed zip (3.0-3)
    [2012-07-17 05:55] installed unrar (4.2.4-1)
    [2012-07-17 05:55] upgraded unzip (6.0-6 -> 6.0-6)
    [2012-07-17 05:56] installed rar (4.1.1-1)
    [2012-07-17 06:03] installed libzen (0.4.26-1)
    [2012-07-17 06:03] installed libmediainfo (0.7.58-1)
    [2012-07-17 06:03] installed mediainfo (0.7.58-1)
    [2012-07-17 06:23] installed xcompmgr (1.1.6-1)
    [2012-07-17 06:23] installed transset-df (6-3)
    [2012-07-17 06:24] installed libxres (1.0.6-1)
    [2012-07-17 06:24] installed libwnck (2.30.7-1)
    [2012-07-17 06:24] installed devilspie (0.22-5)
    [2012-07-17 06:55] installed python-dbus-common (1.1.1-1)
    [2012-07-17 06:55] installed python2-dbus (1.1.1-1)
    [2012-07-17 06:55] installed gstreamer0.10 (0.10.36-1)
    [2012-07-17 06:55] installed gstreamer0.10-base (0.10.36-1)
    [2012-07-17 06:56] installed gstreamer0.10-python (0.10.22-1)
    [2012-07-17 06:56] installed python-pycurl (7.19.0-6)
    [2012-07-17 06:56] installed python-configobj (4.7.2-4)
    [2012-07-17 06:56]
    [2012-07-17 06:56]
    [2012-07-17 06:56] installed gsharkdown (0.7.0-1)
    [2012-07-17 07:48] installed qtwebkit (2.2.2-1)
    [2012-07-17 07:48] installed sip (4.13.3-2)
    [2012-07-17 07:48] installed python2-sip (4.13.3-2)
    [2012-07-17 07:48] installed pyqt-common (4.9.4-1)
    [2012-07-17 07:48] installed python2-pyqt (4.9.4-1)
    [2012-07-17 07:49] installed convertall (0.5.2-2)
    [2012-07-17 07:51] installed libxslt (1.1.26-3)
    [2012-07-17 07:51] installed python-lxml (2.3.4-2)
    [2012-07-17 07:51] installed python2-httplib2 (0.7.4-1)
    [2012-07-17 07:52] installed syslinux (4.05-4)
    [2012-07-17 07:52] installed p7zip (9.20.1-6)
    [2012-07-17 07:52] installed mtools (4.0.17-2)
    [2012-07-17 07:52] installed unetbootin (577-1)
    [2012-07-17 07:52] installed torrent-search (0.11.2-1)
    [2012-07-17 08:14] installed xcursor-vanilla-dmz (0.4.3-1)
    [2012-07-17 08:15] installed spacefm (0.7.9-1)
    [2012-07-17 08:16] upgraded wget (1.13.4-1 -> 1.13.4-1)
    [2012-07-17 08:16] installed libgtop (2.28.4-1)
    [2012-07-17 08:16] installed libgksu (2.0.12-5)
    [2012-07-17 08:16] installed gksu (2.0.2-4)
    [2012-07-17 08:16] upgraded lsof (4.86-1 -> 4.86-1)
    [2012-07-17 08:16] upgraded eject (2.1.5-7 -> 2.1.5-7)
    [2012-07-17 08:18] installed pmount (0.9.23-4)
    [2012-07-17 08:24] installed xcursor-vanilla-dmz-aa (0.4.3-1)
    [2012-07-17 08:28] removed xcursor-vanilla-dmz (0.4.3-1)
    [2012-07-17 08:31] installed xorg-xcursorgen (1.0.5-1)
    [2012-07-17 08:31] installed xcursor-mac (1-2)
    [2012-07-17 08:40] removed feh (2.5-1)
    [2012-07-17 08:40] installed glibmm (2.32.0-1)
    [2012-07-17 08:40] installed cairomm (1.10.0-2)
    [2012-07-17 08:40] installed pangomm (2.28.4-1)
    [2012-07-17 08:40] installed atkmm (2.22.6-1)
    [2012-07-17 08:40] installed gtkmm (2.24.2-2)
    [2012-07-17 08:40] installed nitrogen (1.5.2-1)
    [2012-07-17 09:08] upgraded gpm (1.20.6-8 -> 1.20.6-10)
    [2012-07-17 09:08] removed xorg-xcursorgen (1.0.5-1)
    [2012-07-17 09:08] removed unzip (6.0-6)
    [2012-07-17 09:08] removed ocaml (3.12.1-3)
    [2012-07-17 09:10] installed slang (2.2.4-2)
    [2012-07-17 09:10] installed most (5.0.0a-4)
    [2012-07-17 09:35] installed unzip (6.0-6)
    [2012-07-17 09:38] removed rxvt-unicode (9.15-3)
    [2012-07-17 09:38] installed rxvt-unicode-patched (9.15-5)
    [2012-07-17 09:48] installed urxvtcd (2-2)
    [2012-07-17 09:57] removed urxvtcd (2-2)
    [2012-07-17 09:59] installed xorg-xfontsel (1.0.4-1)
    [2012-07-17 10:08] removed rxvt-unicode-patched (9.15-5)
    [2012-07-17 10:08] installed rxvt-unicode (9.15-3)
    [2012-07-17 10:12] removed rxvt-unicode (9.15-3)
    [2012-07-17 10:12] installed rxvt-unicode-patched (9.15-5)
    [2012-07-17 10:12] removed rxvt-unicode-patched (9.15-5)
    [2012-07-17 10:12] installed rxvt-unicode (9.15-3)
    [2012-07-17 10:40] installed ffmpeg-compat (20120509-1)
    [2012-07-17 10:40] installed motion (3.2.12-6)
    [2012-07-17 12:19] removed xcursor-mac (1-2)
    [2012-07-17 16:16] installed cdrkit (1.1.11-2)
    [2012-07-17 16:16] installed dvd+rw-tools (7.1-4)
    [2012-07-17 16:16] installed libvisual (0.4.0-4)
    [2012-07-17 16:16] installed gstreamer0.10-base-plugins (0.10.36-1)
    [2012-07-17 16:16] installed docbook-xml (4.5-5)
    [2012-07-17 16:16] installed docbook-xsl (1.77.1-2)
    [2012-07-17 16:16] installed rarian (0.8.1-2)
    [2012-07-17 16:16] installed gnome-doc-utils (0.20.10-1)
    [2012-07-17 16:16] installed gtk-doc (1.18-1)
    [2012-07-17 16:16] installed cdrdao (1.2.3-6)
    [2012-07-17 16:19] removed gtk-doc (1.18-1)
    [2012-07-17 16:19] removed gstreamer0.10-base-plugins (0.10.36-1)
    [2012-07-17 16:19] removed docbook-xsl (1.77.1-2)
    [2012-07-17 16:19] removed gnome-doc-utils (0.20.10-1)
    [2012-07-17 16:19] removed libvisual (0.4.0-4)
    [2012-07-17 16:19] removed docbook-xml (4.5-5)
    [2012-07-17 16:19] removed rarian (0.8.1-2)
    [2012-07-17 16:19] upgraded cdrkit (1.1.11-2 -> 1.1.11-2)
    [2012-07-17 16:20] upgraded cdrdao (1.2.3-6 -> 1.2.3-6)
    [2012-07-17 16:20] removed cdrkit (1.1.11-2)
    [2012-07-17 16:20] To allow other users than root execute rscsi add an entry
    [2012-07-17 16:20]
    [2012-07-17 16:20] The manual loading (or loading using rc.conf)
    [2012-07-17 16:20] of the 'sg' module is no longer necessary.
    [2012-07-17 16:20] It is automatically loaded during boot by systemd-tools (udev 185).
    [2012-07-17 16:20] installed cdrtools (3.01a07-4)
    [2012-07-17 16:22] removed cdrtools (3.01a07-4)
    [2012-07-17 16:22] installed cdrkit (1.1.11-2)
    [2012-07-17 16:29] upgraded dvd+rw-tools (7.1-4 -> 7.1-4)
    [2012-07-17 16:49] installed sg3_utils (1.33-1)
    [2012-07-17 16:49] installed parted (3.1-1)
    [2012-07-17 16:49] installed udisks (1.0.4-4)
    [2012-07-17 16:49] installed python-notify (0.1.1-11)
    [2012-07-17 16:49] installed python2-udiskie (0.4.1-1)
    [2012-07-17 16:52] removed python2-udiskie (0.4.1-1)
    [2012-07-17 16:52] removed python-notify (0.1.1-11)
    [2012-07-17 16:52] removed udisks (1.0.4-4)
    [2012-07-17 16:52] removed parted (3.1-1)
    [2012-07-17 16:52] removed sg3_utils (1.33-1)
    [2012-07-18 10:10] upgraded lsof (4.86-1 -> 4.86-1)
    [2012-07-18 10:10] installed dropbox (1.4.11-1)
    [2012-07-18 10:21] installed python2-feedparser (5.1.2-1)
    [2012-07-18 10:22] installed djl (1.2.20-2)
    [2012-07-18 10:53] removed djl (1.2.20-2)
    [2012-07-18 10:53] removed python2-feedparser (5.1.2-1)
    [2012-07-18 12:36] upgraded coreutils (8.17-1 -> 8.17-3)
    [2012-07-18 12:36] upgraded firefox (13.0.1-1 -> 14.0.1-1)
    [2012-07-18 12:36] upgraded grep (2.13-1 -> 2.13-2)
    [2012-07-18 12:36] upgraded hddtemp (0.3.beta15.46-3 -> 0.3.beta15.52-1)
    [2012-07-18 12:36] upgraded kbd (1.15.3-2 -> 1.15.3-3)
    [2012-07-18 12:36] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
    [2012-07-18 12:36] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
    [2012-07-18 12:37] upgraded linux (3.4.4-3 -> 3.4.5-1)
    [2012-07-18 12:37] upgraded lirc-utils (1:0.9.0-20 -> 1:0.9.0-21)
    [2012-07-18 12:37] upgraded pyqt-common (4.9.4-1 -> 4.9.4-2)
    [2012-07-18 12:37] upgraded python2-pyqt (4.9.4-1 -> 4.9.4-2)
    [2012-07-18 15:25] installed shake (0.999-2)
    [2012-07-18 15:54] installed docbook-xml (4.5-5)
    [2012-07-18 15:54] installed docbook-xsl (1.77.1-2)
    [2012-07-18 15:54] installed rarian (0.8.1-2)
    [2012-07-18 15:54] installed gnome-doc-utils (0.20.10-1)
    [2012-07-18 15:54] installed gtk-doc (1.18-1)
    [2012-07-18 15:54] upgraded gnome-doc-utils (0.20.10-1 -> 0.20.10-1)
    [2012-07-18 16:12] installed zenity (3.4.0-1)
    [2012-07-18 16:14] removed gtk-doc (1.18-1)
    [2012-07-18 16:14] removed docbook-xsl (1.77.1-2)
    [2012-07-18 16:14] removed gnome-doc-utils (0.20.10-1)
    [2012-07-18 16:14] removed docbook-xml (4.5-5)
    [2012-07-18 16:14] removed rarian (0.8.1-2)
    [2012-07-18 17:22] removed powertop (2.0-1)
    [2012-07-18 17:24] installed perl-yaml-syck (1.20-2)
    [2012-07-18 17:24] installed perl-test-pod (1.45-1)
    [2012-07-18 17:24] installed xmlto (0.0.25-2)
    [2012-07-18 17:24] installed docbook-xml (4.5-5)
    [2012-07-18 17:24] installed docbook-xsl (1.77.1-2)
    [2012-07-18 17:25] removed alsa-utils (1.0.25-3)
    [2012-07-18 17:25] installed alsa-utils-transparent (1.0.25-3)
    [2012-07-18 17:25] removed xmlto (0.0.25-2)
    [2012-07-18 17:25] removed docbook-xsl (1.77.1-2)
    [2012-07-18 17:25] removed perl-test-pod (1.45-1)
    [2012-07-18 17:25] removed perl-yaml-syck (1.20-2)
    [2012-07-18 17:25] removed docbook-xml (4.5-5)
    [2012-07-18 17:26] Install /usr/share/mybashburn/etc/mybashburnrc to /root/.mybashburnrc
    [2012-07-18 17:26] installed mybashburn (1.0.2-3)
    [2012-07-18 17:33] installed bashburn (3.1.0-1)
    [2012-07-18 17:34] upgraded flac (1.2.1-3 -> 1.2.1-3)
    [2012-07-18 17:34] upgraded dvd+rw-tools (7.1-4 -> 7.1-4)
    [2012-07-18 17:34] installed vorbis-tools (1.4.0-3)
    [2012-07-18 17:34] upgraded mpg123 (1.14.3-1 -> 1.14.3-1)
    [2012-07-18 17:34] installed normalize (0.7.7-6)
    [2012-07-18 17:34] upgraded cdparanoia (10.2-4 -> 10.2-4)
    [2012-07-18 17:47] installed recorder (1.4.5-2)
    [2012-07-18 17:48] installed vcdimager (0.7.24-2)
    [2012-07-18 17:49] installed sox (14.4.0-3)
    [2012-07-18 17:49] removed recorder (1.4.5-2)
    [2012-07-18 17:49] removed dvd+rw-tools (7.1-4)
    [2012-07-18 17:50] installed pkg-config (0.27-1)
    [2012-07-18 17:50] installed dvd+rw-tools (7.1-4)
    [2012-07-18 17:51] installed graveman (0.3.12.5-5)
    [2012-07-18 17:54] installed libvisual (0.4.0-4)
    [2012-07-18 17:54] installed gstreamer0.10-base-plugins (0.10.36-1)
    [2012-07-18 17:54] installed gmime (2.6.10-1)
    [2012-07-18 17:54] installed libquvi-scripts (0.4.6-1)
    [2012-07-18 17:54] installed libquvi (0.4.1-1)
    [2012-07-18 17:54] installed totem-plparser (3.4.2-1)
    [2012-07-18 17:54] installed icu (49.1.2-1)
    [2012-07-18 17:54] installed libtracker-sparql (0.14.1-1)
    [2012-07-18 17:54] installed brasero (3.4.1-1)
    [2012-07-18 17:54] installed libburn (1.2.2-1)
    [2012-07-18 17:54] installed dvdauthor (0.7.0-4)
    [2012-07-18 17:55] removed brasero (3.4.1-1)
    [2012-07-18 17:55] removed gstreamer0.10-base-plugins (0.10.36-1)
    [2012-07-18 17:55] removed libtracker-sparql (0.14.1-1)
    [2012-07-18 17:55] removed totem-plparser (3.4.2-1)
    [2012-07-18 17:55] removed libvisual (0.4.0-4)
    [2012-07-18 17:55] removed icu (49.1.2-1)
    [2012-07-18 17:55] removed gmime (2.6.10-1)
    [2012-07-18 17:55] removed libquvi (0.4.1-1)
    [2012-07-18 17:55] removed libquvi-scripts (0.4.6-1)
    [2012-07-18 17:55] installed libisofs (1.2.2-1)
    [2012-07-18 17:55] installed libxfce4util (4.10.0-1)
    [2012-07-18 17:55] installed xfconf (4.10.0-2)
    [2012-07-18 17:55] installed libxfcegui4 (4.10.0-1)
    [2012-07-18 17:55] installed libxfce4ui (4.10.0-1)
    [2012-07-18 17:55] installed exo (0.8.0-1)
    [2012-07-18 17:55] installed xfburn (0.4.3-6)
    [2012-07-18 18:00] removed mybashburn (1.0.2-3)
    [2012-07-18 18:00] removed bashburn (3.1.0-1)
    [2012-07-18 18:21] installed feh (2.5-1)
    [2012-07-18 21:30] installed iscan (2.28.1-6)
    [2012-07-18 21:31] installed iscan-data (1.13.0-1)
    [2012-07-19 12:27] removed grub (0.97-21)
    [2012-07-19 12:27] Generating grub.cfg.example config file...
    [2012-07-19 12:27] This may fail on some machines running a custom kernel.
    [2012-07-19 12:27] done.
    [2012-07-19 12:27] installed grub2-common (1:2.00rc1-1)
    [2012-07-19 12:27] installed grub2-bios (1:2.00rc1-1)
    [2012-07-19 12:34] removed grub2-bios (1:2.00rc1-1)
    [2012-07-19 12:34] removed grub2-common (1:2.00rc1-1)
    [2012-07-19 12:34] installed grub (0.97-21)
    [2012-07-19 13:39] upgraded glibmm (2.32.0-1 -> 2.32.1-1)
    [2012-07-19 13:39] upgraded imagemagick (6.7.8.1-1 -> 6.7.8.4-1)
    [2012-07-19 13:39] upgraded unetbootin (577-1 -> 578-1)
    [2012-07-19 13:39] upgraded xmlrpc-c (1:1.29.2-2 -> 1:1.31.02-1)
    [2012-07-19 13:55] installed parted (3.1-1)
    [2012-07-19 13:55] installed gparted (0.13.0-1)
    [2012-07-19 13:56] installed nilfs-utils (2.1.2-1)
    [2012-07-19 13:56] upgraded xfsprogs (3.1.8-2 -> 3.1.8-2)
    [2012-07-19 13:56] upgraded jfsutils (1.1.15-3 -> 1.1.15-3)
    [2012-07-19 13:56] upgraded reiserfsprogs (3.6.21-4 -> 3.6.21-4)
    [2012-07-19 13:56] installed dosfstools (3.0.12-1)
    [2012-07-19 13:56] upgraded mtools (4.0.17-2 -> 4.0.17-2)
    [2012-07-19 13:56] installed gpart (0.1h-5)
    [2012-07-19 13:56] installed ntfsprogs (2012.1.15-3)
    [2012-07-19 14:03] upgraded util-linux (2.21.2-5 -> 2.21.2-5)
    [2012-07-19 14:04] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
    [2012-07-19 14:04] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
    [2012-07-19 14:04] upgraded linux (3.4.5-1 -> 3.4.5-1)
    [2012-07-19 14:20] installed vala (0.16.1-1)
    [2012-07-19 14:20] installed libgee (0.6.4-1)
    [2012-07-19 14:22] installed gobject-introspection (1.32.1-2)
    [2012-07-19 14:22] installed libtool (2.4.2-6)
    [2012-07-19 14:23] installed submarine (0.1.3-1)
    [2012-07-19 14:25] removed ncmpcpp (0.5.10-1)
    [2012-07-19 14:25]
    [2012-07-19 14:25] installed ncmpcpp-git (20120719-1)
    [2012-07-19 14:25] upgraded curl (7.26.0-1 -> 7.26.0-1)
    [2012-07-19 14:25] installed fftw (3.3.2-1)
    [2012-07-19 14:25] upgraded taglib (1.7.2-1 -> 1.7.2-1)
    [2012-07-19 14:25] removed vala (0.16.1-1)
    [2012-07-19 14:25] removed taglib (1.7.2-1)
    [2012-07-19 14:25] installed taglib (1.7.2-1)
    [2012-07-19 15:06] installed ca-certificates-java (20120608-1)
    [2012-07-19 15:06] installed java-rhino (1.7R3-3)
    [2012-07-19 15:06] done.
    [2012-07-19 15:06] installed jre7-openjdk-headless (7.u5_2.2.1-1)
    [2012-07-19 15:06] when you use a non-reparenting window manager
    [2012-07-19 15:06] set _JAVA_AWT_WM_NONREPARENTING=1 in
    [2012-07-19 15:06] /etc/profile.d/jre.sh
    [2012-07-19 15:06] installed jre7-openjdk (7.u5_2.2.1-1)
    [2012-07-19 15:06] installed jdk7-openjdk (7.u5_2.2.1-1)
    [2012-07-19 15:06] installed apache-ant (1.8.4-1)
    [2012-07-19 15:06] installed neon (0.29.6-4)
    [2012-07-19 15:06] installed apr (1.4.6-1)
    [2012-07-19 15:06] installed unixodbc (2.3.1-1)
    [2012-07-19 15:06] installed apr-util (1.4.1-1)
    [2012-07-19 15:06] installed subversion (1.7.5-2)
    [2012-07-19 15:10] installed ruby-msgpack (0.4.6-1)
    [2012-07-19 15:10] installed postgresql-libs (9.1.4-1)
    [2012-07-19 15:11] installed ruby-pg (0.13.2-1)
    [2012-07-19 15:20] installed metasploit (4.3.0-2)
    [2012-07-19 15:21]
    [2012-07-19 15:21] Please refer to armitage's documentation for usage informations:
    [2012-07-19 15:21] http://www.fastandeasyhacking.com/manual
    [2012-07-19 15:21]
    [2012-07-19 15:21] installed armitage-svn (850-1)
    [2012-07-19 15:21] removed subversion (1.7.5-2)
    [2012-07-19 15:21] removed apache-ant (1.8.4-1)
    [2012-07-19 15:21] removed apr-util (1.4.1-1)
    [2012-07-19 15:21] removed neon (0.29.6-4)
    [2012-07-19 15:21] removed apr (1.4.6-1)
    [2012-07-19 15:21] removed unixodbc (2.3.1-1)
    [2012-07-19 15:29] removed armitage-svn (850-1)
    [2012-07-19 15:29] removed jdk7-openjdk (7.u5_2.2.1-1)
    [2012-07-19 15:29] removed metasploit (4.3.0-2)
    [2012-07-19 15:29] removed jre7-openjdk (7.u5_2.2.1-1)
    [2012-07-19 15:29] removed ruby-msgpack (0.4.6-1)
    [2012-07-19 15:29] removed ruby-pg (0.13.2-1)
    [2012-07-19 15:29] removed postgresql-libs (9.1.4-1)
    [2012-07-19 17:28] installed atool (0.39.0-1)
    [2012-07-19 17:29] upgraded bzip2 (1.0.6-4 -> 1.0.6-4)
    [2012-07-19 17:29] upgraded xz (5.0.4-1 -> 5.0.4-1)
    [2012-07-19 17:29] upgraded gzip (1.5-1 -> 1.5-1)
    [2012-07-19 17:29] upgraded tar (1.26-2 -> 1.26-2)
    [2012-07-19 17:29] upgraded zip (3.0-3 -> 3.0-3)
    [2012-07-19 17:29] upgraded p7zip (9.20.1-6 -> 9.20.1-6)
    [2012-07-19 17:29] installed lzo2 (2.06-1)
    [2012-07-19 17:29] installed lzop (1.03-2)
    [2012-07-19 17:29] installed cpio (2.11-3)
    [2012-07-19 17:29] upgraded unzip (6.0-6 -> 6.0-6)
    [2012-07-19 17:29]
    [2012-07-19 17:29]
    [2012-07-19 17:29] installed unace (2.5-7)
    [2012-07-19 17:40] installed powertop-git (20120719-1)
    [2012-07-20 07:24] upgraded libpulse (2.0-2 -> 2.1-1)
    [2012-07-20 07:25] installed ocaml (3.12.1-3)
    [2012-07-20 07:27] upgraded llpp (12-1 -> 12-2)
    [2012-07-20 07:29] removed ocaml (3.12.1-3)
    [2012-07-20 16:05] installed libvisual (0.4.0-4)
    [2012-07-20 16:05] installed gstreamer0.10-base-plugins (0.10.36-1)
    [2012-07-20 16:05] installed docbook-xml (4.5-5)
    [2012-07-20 16:05] installed docbook-xsl (1.77.1-2)
    [2012-07-20 16:05] installed rarian (0.8.1-2)
    [2012-07-20 16:05] installed gnome-doc-utils (0.20.10-1)
    [2012-07-20 16:05] installed gtk-doc (1.18-1)
    [2012-07-20 16:10] installed brasero-lite (3.4.1-1)
    [2012-07-20 16:11] installed gstreamer0.10-bad (0.10.23-2)
    [2012-07-20 16:11] installed libraw1394 (2.0.7-2)
    [2012-07-20 16:11] installed libdc1394 (2.1.3-2)
    [2012-07-20 16:11] installed neon (0.29.6-4)
    [2012-07-20 16:11] installed libmp4v2 (2.0.0-1)
    [2012-07-20 16:11] installed faac (1.28-4)
    [2012-07-20 16:11] installed musicbrainz (2.1.5-5)
    [2012-07-20 16:11] installed libcdaudio (0.99.12-6)
    [2012-07-20 16:11] installed libdv (1.0.0-4)
    [2012-07-20 16:11] installed mjpegtools (2.0.0-2)
    [2012-07-20 16:11] installed icu (49.1.2-1)
    [2012-07-20 16:11] installed raptor (2.0.8-1)
    [2012-07-20 16:11] installed liblrdf (0.5.0-1)
    [2012-07-20 16:11] installed libofa (0.9.3-4)
    [2012-07-20 16:11] installed soundtouch (1.6.0-1)
    [2012-07-20 16:11] installed libgme (0.6.0-2)
    [2012-07-20 16:11] installed wildmidi (0.2.3.5-2)
    [2012-07-20 16:11] installed gstreamer0.10-bad-plugins (0.10.23-2)
    [2012-07-20 16:11] upgraded dvdauthor (0.7.0-4 -> 0.7.0-4)
    [2012-07-20 16:12] installed gstreamer0.10-good (0.10.31-1)
    [2012-07-20 16:12] installed libavc1394 (0.5.4-1)
    [2012-07-20 16:12] installed libiec61883 (1.2.0-3)
    [2012-07-20 16:12] installed gstreamer0.10-good-plugins (0.10.31-1)
    [2012-07-20 16:12] installed gstreamer0.10-ugly (0.10.19-2)
    [2012-07-20 16:12] installed libmpeg2 (0.5.1-3)
    [2012-07-20 16:12] installed libsidplay (1.36.59-5)
    [2012-07-20 16:12] installed gstreamer0.10-ugly-plugins (0.10.19-2)
    [2012-07-20 16:12] installed gstreamer0.10-ffmpeg (0.10.13-1)
    [2012-07-20 16:12] removed gtk-doc (1.18-1)
    [2012-07-20 16:12] removed docbook-xsl (1.77.1-2)
    [2012-07-20 16:12] removed gnome-doc-utils (0.20.10-1)
    [2012-07-20 16:12] removed docbook-xml (4.5-5)
    [2012-07-20 16:12] removed rarian (0.8.1-2)
    [2012-07-20 16:13] removed brasero-lite (3.4.1-1)
    [2012-07-20 16:13] removed gstreamer0.10-base-plugins (0.10.36-1)
    [2012-07-20 16:13] removed libvisual (0.4.0-4)
    [2012-07-20 16:13] installed libvisual (0.4.0-4)
    [2012-07-20 16:13] installed gstreamer0.10-base-plugins (0.10.36-1)
    [2012-07-20 16:23] installed strace (4.7-1)
    [2012-07-20 16:23] > For usage, see: /usr/share/gopreload/README.
    [2012-07-20 16:23] installed gopreload (0.5-2)
    [2012-07-20 20:55] installed python-imaging (1.1.7-4)
    [2012-07-20 20:55] installed python2-distribute

Maybe you are looking for

  • HT2480 two devices on my itunes account, want different apps for each

    I have two devices on my itunes account, an ipad I use for business and an iphone I use mostly for personal.  I want to keep only business apps on my ipad and most/all apps on my phone, but every time I try to sync, itunes tries to reinstall all of m

  • Audio tracks no longer showing up on timeline

    Hi, I've been using Premier Pro for several months now with limited problems but just recently I'm no longer able to get audio tracks to show up on the timeline of my projects. When I go into older projects and import new AVIs, the audio won't show u

  • LDAP/Authentication infinite loop

    My authentication provider uses an LDAP call to retrieve a data source via JNDI. The LDAP call apparently triggers a security check/login which then calls my getLoginModuleConfiguration() which again attempts to retrieve the data source. Infinite loo

  • Recover deleted items from iOS 8

    I Deleted some videos taken on iPad that were not in the cloud I would like to know if it is possible to recover them and how

  • Detecting Connection Loss

    Hi All, I'm working with two computers that are each running a LV program to achieve TCP communication. Please see attached LLB. Both PCs are connected via a switch that is running a DHCP server. My plan was to watch the error cluster from the TCP Re