Please orphan my AUR packages

Since i don't have an machine running archlinux anymore, i am not able to maintain my aur packages. Furthermore i forgot my aur password so i cannot do on my own. My aur username is "stonerl".
Thanks
stonerl

stonerl wrote:
Since i don't have an machine running archlinux anymore, i am not able to maintain my aur packages. Furthermore i forgot my aur password so i cannot do on my own. My aur username is "stonerl".
Thanks
stonerl
May I ask why you changed and which one you picked?

Similar Messages

  • Please orphan 'craftbukkit' AUR package

    This package is almost 6 months old and, given the progress of Minecraft and Bukkit, horrendously out of date. I volunteer to update it.
    Additionally, I do tend to unadopt once updated to allow open collaboration. I feel that disallowing third-party updates makes me a sort of package dictator, which seems unfair seeing as I've provided AUR packages of projects I do not own.

    Schala wrote:Additionally, I do tend to unadopt once updated to allow open collaboration. I feel that disallowing third-party updates makes me a sort of package dictator, which seems unfair seeing as I've provided AUR packages of projects I do not own.
    Don't do that, if someone wants to update the package they can just leave a message/email for you. Disowning a package when you're actively using it doesn't really make sense, think of maintenance as a duty rather than a priviledge.

  • AUR package interface - sort criteria out of action

    The "search by" field on the main AUR package list (http://aur.archlinux.org/packages.php) now only contains name and maintainer.  There used to be at least 5 options, one of which was the ability to search by age.  Searches in reverse order are also no longer possible.
    Problem exists regardless of logged in status.
    Can this be corrected please.

    Snowman wrote:
    tomk wrote:
    Probably something to do with this.
    Post it on Flyspray.
    No. It's due to an AUR update: http://www.archlinux.org/blog/2005/10/21/aur-127/
    You need to click on the column headers to sort.
    So how are we supposed to sort by age? It seems like that's the only really important sorting need, to see the latest packages in aur (aside from the 10 listed on the front page).

  • Pbfetch - Please not another AUR frontend

    pbfetch is an AUR frontend and optionally a Pacman wrapper.
    Background and Motivation
    I originally intended to keep pbfetch private, as there are already so many AUR frontends but, after using it for a bit I've decided to let others use, change, belittle, mock, praise and/or look at it.
    pbfetch(PKGBUILD fetch) started as merely a script to download a PKGBUILD from the AUR. I usually like to edit and run makepkg myself for AUR packages, however, there are times where I like a simple
    automated approach. With all due respect to the developers, I found yaourt to be slow(especially on my old laptop). After seeing how complicated yaourt has become I decided to extend pbfetch to encompass most if not all
    my Arch package managment needs.
    Features
    [Current]
    - Can optionally wrap pacman functionality so one can use pbfetch for most pacman commands(eg. pbfetch -Sy, pbfetch -Qs, pbfetch -Rd)
    - Search AUR
    - Download and extract AUR tar.gz to build directory
    - Option to edit PKGBUILD after download
    - Option to make the package with or without installing
    - Dependecy checking(mostly complete, though removes versioning for dependencies not found in official repos)
    - Check for and install AUR updates
    - Option to choose which AUR updates to install
    - Optional color output
    - By default uses sudo where needed
    [Todo]
    - Refactoring for readabilty and speed(already much faster than yaourt)
    - Further ABS support(currently only copies local abs pkg directory to build directory)
    - Better commandline option parsing(possibly getopts)
    - Add edit PKGBUILD option to pacman fallback commands(currently auto-edit only with AUR specific commands)
    - Prettier text output
    - Willing to consider any requests
    Overview
    I had two types of users in mind as I made/make pbfetch.
    1.) Those who prefer to have 1 tool to manage AUR and official repositories
    2.) Those who prefer to keep their AUR frontend separate from Pacman
    As such there are two sets of command line options: those that are AUR specific, and optionally, commands that call the pacman binary and extend for AUR functions.
    I have chosen to call pacman directly where ever possible rather than reimpliment pacman's functions.
    The following is a copy of pbfetch's usage prompt:
    Usage: pbfetch [opiton] [package1] [package2] ....
    options:
    -d Download from aur and extract to build directory
    -de Download from aur, extract and edit PKGBUILD
    -m Download from aur, extract, and make the package(s)
    -me Download from aur, extract, edit PKGBUILD and
    make the package(s)
    -i Download from aur, extract, make and install package(s)
    -ie Download from aur, extract, edit PKGBUILD, make and
    install package(s)
    -s Search aur for any package given
    (Searches name and description)
    -sa Search repo and aur for any package given
    -u Check aur for package updates
    -ue Check aur for package updates and
    edit PKGBUILD before install
    -ua Check aur and official repos for updates
    -abs Copy from local abs folder to build directory
    -v Display version information
    Pacman Fallback(On by default)
    options:
    -S Attempt install with Pacman if package not found
    in repo then install from AUR
    -Ss Search Pacman repos and AUR
    -Sy Refresh database then install from repo or
    AUR if not found in repository
    -Syu --aur Refresh database and upgrade from repo and
    AUR
    Example: pbfetch -S xorg
    pbfetch -d nvidia-beta nvidia-utils-beta
    pbfetch will also pass any pacman related options to the
    pacman binary specifed in the script, eg. pbfetch -Qs
    [Configuration]
    The config file is stored in /etc/pbfetch.conf
    There you can set whether to enable color output, pacman fallback, various working directories etc.
    The pacman binary can be specified as well.(Tested with pacman and pacman-color)
    Default build directory is ~/build/
    [Notes]
    - pbfetch can be called just like pacman and it will pass the command line options untouch if you prefer. Or it can extend pacman's sync to include AUR processing. This is set in the configuration.
    - When checking for AUR updates (eg. pbfetch -u, or pbfetch -Syu --aur) you will be prompted to either accept the updates or you may opt to only choose certain updates. To choose, type the number as seen next
      to the corresponding update. Separate each respective package number by a space.
    [Known or potential caveats]
    - All verbose options such as "--needed" are passed to pacman untouched. However some of the short hand versions have not been implemented when using sync (eg. pbfetch -Sg xorg) in combination with the fallback option set.
    - I've written the script with sudo in mind. The script inserts sudo where needed.
    - Color output assumes dark terminal background. Color can either be turned off or individual colors and be changed in the config file
    - pbfetch was made in my limited free time over the last month so testing of features has been limited to say the least.
    [Development]
    - I have put pbfetch up on github @ http://github.com/dalingrin/pbfetch
    - Please feel free contribute or make requests
    Make no mistake, I have no dreams of pbfetch becoming the next popular AUR frontend like yaourt. I have had fun writing it so far (first bash script) and thought a few like minded individual(s) may enjoy using it as well.
    Package can be found @ http://aur.archlinux.org/packages.php?ID=33256
    Last edited by dalingrin (2010-09-13 21:58:27)

    I have disabled sudo, still I get the following error:
    pbfetch -me qhandbrake-git
    ==> qhandbrake-git [Downloaded]
    ==> qhandbrake-git [Extracted]
    -> qhandbrake-git [Edit complete]
    Checking package for AUR dependencies...
    ==> ERROR: Cannot find the sudo binary! Is sudo installed?
    Missing dependencies cannot be installed or removed as a normal user
    without sudo; install and configure sudo to auto-resolve dependencies.
    cat /etc/pbfetch.conf
    #!/bin/bash
    ################## !WARNING! ####################
    # This file must contain only valid bash syntax #
    #### Pacman sync fallback to AUR ####
    fallback=true
    #fallback=false
    #### Clean up after package building ####
    # if false then package along with source
    # will be left in the build directory
    clean=true
    #clean=false
    #### Colorize output ####
    color=true
    #color=false
    # default colors
    color1="\e[1;37m" # white
    color2="\e[1;34m" # blue
    color3="\e[1;31m" # red
    color4="\e[1;32m" # green
    color5="\e[1;33m" # yellow
    color6="\e[1;35m" # magenta
    #### Pacman binary ####
    pacmanBin="pacman"
    #pacmanBin="pacman-color" # Recommend if using color output
    #### Automatically use sudo when needed ####
    #useSudo=true
    useSudo=false
    #### PKGBUILD editor ####
    editor="nano"
    #editor="gvim"
    #### BUILD DIRECTORY ####
    buildDir=~/build
    #### PACMAN PACKAGE CACHE ####
    pkgCache=/var/cache/pacman/pkg/
    #### LOCAL abs DIRECTORY ####
    abs="/var/abs"
    #### aur URL ####
    aur="http://aur.archlinux.org/packages"

  • Customized license for an AUR package

    Hello community,
    yesterday I stumbled upon a very cool LaTeX package for creating commutative diagrams. I found it very useful and thus wanted to create an AUR package for it, but unfortunately it has a somewhat unusual license. Here it is:
    %% COPYRIGHT NOTICE: %
    %% This package may be copied and used freely for any academic %
    %% (not commercial or military) purpose, on condition that it %
    %% is not altered in any way, and that an acknowledgement is %
    %% included in any published work making substantial use of it. %
    %% IT IS SUPPLIED "AS IS", WITHOUT WARRANTY, EXPRESS OR IMPLIED. %
    %% If you are doing something where mistakes cost money (or where %
    %% success brings financial profit) then you must use commercial %
    %% software, not this package. In any case, please remember to %
    %% keep several backup copies of all files, and check everything %
    %% visually before sending final copy to the publishers. %
    %% You may use this package as a (substantial) aid to writing an %
    %% academic research or text book on condition that %
    %% (i) you contact me at a suitable time to ensure that you have %
    %% an up-to-date version (and any infelicities can be fixed), %
    %% (ii) you send me a copy of the book when it's published. %
    Also the source code is mostly kind of closed (you might take a look at http://www.paultaylor.eu/diagrams/diagrams.sty ). I contacted the author and asked whether it would be possible to change the license to some similar but more common license. Unfortunately it seems that the code needs much clean up before it can be published and the author doesn't have the time and resources to take care of it. Thus a closed license similar to the current license would be needed.
    So I'd like to ask whether there is a common license similar to the above and if not, whether I can still create an AUR package for it (and what license I should use in this case).
    Thanks,
    PhotonX
    Last edited by PhotonX (2012-07-06 08:42:42)

    I don't know if it is commonly used for software/code, but I don't think a creative commons license requires source distribution while an "Attribution + Noncommercial + NoDerivatives (by-nc-nd)" creative commons license seems to provide the restrictions the author is aiming for.  This would allow for the use of a clear and established license.
    Note: I just found a CC FAQ that advises against using it for software.  Though the reason seems to be that the license does not make any specific mention of source/object code thus it is not an open source license.  However, if one want's a closed license, that may do it ... it's at least worth considering.
    It also may be worth considering whether the code in this project uses previously GPL'ed code/tools which I'm pretty sure it would.  If that's the case then I believe it must also be GPL.  ("I beleive" = don't take my word on this ... but this should be looked into).
    EDIT: come to think of it, no actual "software" is being distributed as there is no compiled version of this.  What is being distributed is a document.  It is a style document with instructions that are interpreted by other software.  That other software could be, but need not be, a GPL'ed latex compiler.  It could be any sort of markup compiler that can work with latex-like instructions.  Anyhow, the point is what is to be protected is not a resulting program, but the text contents of the sty document itself.  Thefore a simpler document copyright would be more fitting than a software license, wouldn't it?  So, I would recommend a creative commons variant.  This allows others to use his sty document while (optionally) requiring attribution, disallowing modification of the sty document, and disallowing commercial use.
    EDIT2: following from the above, with a comparison - this is like distrubuting campaigns or other plugins for the GPL'ed game Battle for Wesnoth.  The artwork can be, and often is, under a more restrictive copyright of the author/creator.  A sty document seems more like the artwork and added levels of Wesnoth than additional software.
    EDIT3: another comparison would be distributed CSS styles.  These are (if anything) under document copyright not software license.
    Last edited by Trilby (2012-07-06 14:29:51)

  • [SOLVED] What are Git-type AUR packages?

    I read the ArchWiki Entry on Git, but I still don't really understand what it is in terms of Aur packages.
    I've seen this a couple of times, where there's a second git version of a package in AUR. For example, when I type 'prey' into Yaourt, I get a couple of results, among them:
    3 aur/prey-git 20100424-1 (5)
        Prey is a lightweight application that will help you track and find your laptop if it ever gets stolen.
    4 aur/prey-tracker 0.6.0-1 (100)
        Remote tracking and monitoring application for laptops, smartphones, and other electronic devices
    Either would install Prey on my computer, right? What are the differences and/or benefits of either?
    Last edited by Winston-Wolfe (2013-06-06 11:11:27)

    https://aur.archlinux.org/
    Statistics
    Packages     42851
    Orphan Packages     9729
    Packages added in the past 7 days     126
    Packages updated in the past 7 days     1052
    Packages updated in the past year     17219
    Packages never updated     10679
    Registered Users     46348
    Trusted Users     34
    x33a wrote:As someone mentioned on the forums recently, people should at least abandon the packages so others can take over.
    You can always e-mail the maintainer and if you don't get a response in two weeks, ask on the AUR ML to take that package over.
    In the meantime you can post a link to the updated PKGBUILD etc. in comments on the AUR page of that package.
    As with my posts, quantity != quality ;P

  • [SOLVED] Archiso : installing AUR packages on a live image

    Hi all,
    I'm quite an arch newbie, I'm trying to setup a live USB stick, with the help of archiso. My goal is to finally get an "audio oriented" system (with jack, ardour, qsampler, and so more...).
    During the setup everything was working very well, until I tried to add some AUR packages to the install.
    On the arch website, I found this tip, which gave me a great hope about this.
    I'm not so familiar with Arch package management, but ok, I try to make a test : adding the "qsampler" AUR package. It needs "linuxsampler", "qt4", and "liblscp" as dependencies. "linuxsampler" and "qt4" are official packages, so I just have to add them to packages.both in the archiso working directory. "liblscp" is an AUR package (with no dependency); so there is 2 AUR packages to install : "liblscp", and "qsampler".
    So I create a directory tree like described in the tip, download the two build packages from AUR, and for each of them I do (something) like described there :
    # tar -xvf tarball_filename.tar.gz
    # cd tarball_filename
    # makepkg --asroot
    # mv *.xz ..
    # cd ..
    # rm -r tarball_filename{,.tar.gz}
    And then:
    # repo-add customrepo.db.tar.gz *.xz
    (I'm staying as root because it's red written to stay as root for the image creation. I think it's stupid, but people make stupid things when they are desesperate. Sorry I didn't take the time to test the code above again, it's only memory, but it was very similar)
    I did the same for both architectures (i686 and x86_64), so that my custom repo looks like this:
    ~/liveusb/customrepo # ls -R
    i686 x86_64
    ./i686:
    customrepo.db customrepo.db.tar.gz liblscp-0.5.6-1-x86_64.pkg.tar.xz qsampler-0.2.3-1-x86_64.pkg.tar.xz
    ./x86_64:
    customrepo.db customrepo.db.tar.gz liblscp-0.5.6-1-x86_64.pkg.tar.xz qsampler-0.2.3-1-x86_64.pkg.tar.xz
    Oops... I just noticed I did wrong for i686 machines, but it doesn't matter for the moment, since I'm working on an x86_64 machine.
    As explained in the tip, I add the following lines to pacman.conf (in the archiso working directory):
    [customrepo]
    SigLevel = Optional TrustAll
    Server = file:///my/path/to/customrepo/$arch
    From my point of view, at this point, the USB stick is ready to be updated:
    ~/liveusb # ./build.sh -v
    and then (with /dev/sdf as my usb stick device):
    ~/liveusb # dd if=out/archlinux-2014.10.01-dual.iso of=/dev/sdf
    But when I boot on the USB stick, there's no trace of qsampler (linuxsampler, however, is present).
    Since it happened, I'm feeling like a lost, lonely man, on a desert island... Thinking about the "why", the "how"..., the meaning of life..., of package management... all this stuff
    I'm sure I did something wrong about the "custom repository", and the main reason is I don't deeply understand all the steps about this; that's why I'm looking for help
    Any idea?
    Many thanks
    Last edited by yolenoyer (2014-10-02 09:16:57)

    Thank you for the reply,
    I think I did a more trivial mistake :
    With archiso, the packages are automatically installed, from a package list file called "packages.both", and "packages.x86_64", "packages.i686" for architecture dependent packages. But they only use common repos by default. The "'qsampler" is not in official repos (that's why I choosed this one for my question).
    So, ok, I setup a common repo (with some mistakes but it was working), BUT...
    I just forgot to put the package name in the packages.both file...
    So, now that I did it, I just have an error about the package architecture, which I think possible to fix, just by rebuilding the common repo in a correct manner:
    ~/liveusb # ./build -v
    warning: vlc-2.1.5-3 is up to date -- reinstalling
    warning: mplayer-37224-2 is up to date -- reinstalling
    error: failed to prepare transaction (package architecture is not valid)
    :: package qsampler-0.2.3-1-x86_64 does not have a valid architecture
    ==> ERROR: Failed to install packages to new root
    Trilby wrote:Also, does this need to be a static iso image - is there a reason not to just do a persistent usb install?
    About the static iso image : the idea of building an iso image with all my personnal tools and config already installed on it is very pleasant to me, including the fact that you can burn it on a CD as well. The persistent acpect would be pleasant too, but in a secondary way.
    While I'm writing this message I really understand a bit more about all of this, since yesterday... Sometimes, simply posting a message in forums helps you to understand your own problem, because you have to be clear and concise!
    Thanks

  • [SOLVED] Any guidelines for changing AUR package name?

    I have TTWM in the AUR, and I'm changing the name to Alopex.
    I can revise the PKGBUILD to change the name, and put ttwm-git in the "replaces" and/or "conflicts" array, but when I submit this to the AUR will there then be two AUR packages?
    There is no need for the ttwm-git package to remain in the aur as they will be identical - it's just a name change.  I don't want to needlessly clutter the AUR, so if there are any guidelines or best practices for renaming AUR packages, let me know.
    Last edited by Trilby (2013-04-20 11:12:07)

    If the wiki is unclear, please edit it https://wiki.archlinux.org/index.php/AUR#Other_requests
    Package merging has been implemented, users still have to resubmit a package under a new name and may request merging of the old version's comments and votes on the mailing list.

  • AUR package not present in packer, why? [SOLVED]

    Dear all,
    first: I'm not really sure this topic should be here or in "pacman" section, please be patient.
    I have a quick and simple question: I have been using packer for years, and never happened to me that I couldn't install a AUR package with it. The problem is that I would like to install modipy-git:
    https://aur.archlinux.org/packages/mopidy-git/
    but a search for "modipy" returns no results.
    I'm puzzled.. what's wrong?
    Thanks in advance for any help (actually is just curiosity, I can "fix" this downloading the package, but I would like to stick with packer).
    MJ
    solution: you can't find something that does not exist!
    Last edited by MajinJoko (2013-05-08 09:52:53)

    Perhaps it's because the package is named "mopidy-git" (check your spelling)
    All the best,
    -HG

  • 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

  • Yaourt: Problems installing generated AUR packages [SOLVED]

    Hello.
    I'm using Archlinux and the system works flawessly. Sadly, there's a problem when trying to install AUR packages.
    The following happens installing any AUR package I tried lately.
    ==>  Continue installing wicked-git? [Y/n]
    ==>  [v]iew package contents [c]heck package with namcap
    ==>   ----------------------------------------------
    ==>y
    loading package data...
    error: './wicked-git-20090112-1-i686.pkg.tar.gz': cannot open package file
    ==> WARNING: Your package is saved in /tmp/yaourt-tmp-timofonic/wicked-git-20090112-1-i686.pkg.tar.gz
    cp: cannot stat `./wicked-git-20090112-1-i686.pkg.tar.gz': No such file or directory
    ==> WARNING: Unable to copy wicked-git-1-i686.pkg.tar.gz to /tmp/yaourt-tmp-timofonic/ directory
    Any idea about how to fix it? I tried using both an user with sudo and root, same problem.
    Regards.
    Last edited by timofonic (2009-07-14 19:52:53)

    lilsirecho wrote:
    Perhaps the method to use is given by the man pacman files.
    pacman -U (.pkg.tar.gz package ID found in the directory generating the package)
    For example:  ...pacman -U /var/local/kernel26-2.6.30-5-x86-64.pkg.tar.gz......since the pkg generated is in that directory for this theoretical case.
    Any locally generated package is loaded with ...pacman -U....
    What do you mean? The package doesn't exist, I double checked it.
    Maybe I need to check where yaourt writes it. Any suggestion about what util to use for that?
    EDIT: I used "lsof" command and found the file is there, but yaourt can't locate it and deletes the directory after
    $ ls /tmp/yaourt-tmp-root/aur-wicked-git/wicked-git/w*
    /tmp/yaourt-tmp-root/aur-wicked-git/wicked-git/wicked-git-20090708-1-i686.pkg.tar.gz
    /tmp/yaourt-tmp-root/aur-wicked-git/wicked-git/wicked-git-20090709-1-i686.pkg.tar.gz
    Please, could anyone help me to solve this problem?
    Last edited by timofonic (2009-07-09 22:08:47)

  • Cannot retrieve aur packages installed with yaourt

    I accidently deleted /var/lib/pacman folder while attempting to solve my update issues (updating system after a long time) . I restored my local pacman database with the excellent guide in the wiki using /var/log/pacman.log  http://wiki.archlinux.org/index.php/Pac … l_database. I was able to update and restore my system. However, yaourt is not listing my installed aur packages. I re-installed yaourt and tried packer as well but it is not able to find the aur packages I installed using yaourt earlier to my update ( It is able to install and list new aur packages) . I can run the old aur packages  but I am not able to remove or list them. How can I list these lost aur packages or remove them completely? Is there a way to retrieve the database for aur packages installed with yaourt?
    Thanks.

    Hi karol,
    Thanks for your response.
    Executing pacman -Qm only lists aur packages which were installed after I accidently deleted /var/lib/pacman. I am not able to list those aur packages that I installed with yaourt prior to my /var/lib/pacman deletion. I am not sure how the accidental deletion and this issue is related, but I would like to delete these old aur packages. One example of such an aur package installed through yaourt (prior to blunder of /var/lib/pacman deletion ) was chromium-browser. I am able to run chromium-browser, but since this package is very old I would like to remove it. However, neither pacman nor yaourt is able to remove it.
    # pacman -R chromium-browser
    chromium-browser not found, searching for group...
    error: 'chromium-browser': not found in local db
    $ yaourt -R chromium-browser
    You are not allowed to launch /usr/bin/pacman with sudo
    Please enter root password
    Password:
    chromium-browser not found, searching for group...
    error: 'chromium-browser': not found in local db
    However chromium-browser is present on my system and runs very well.
    $ locate chromium-browser
    /etc/chromium-browser
    /etc/chromium-browser/default
    /opt/chromium-browser
    /opt/chromium-browser/chrome
    /opt/chromium-browser/chrome-wrapper
    /opt/chromium-browser/chrome.pak
    /opt/chromium-browser/chrome_sandbox
    /opt/chromium-browser/libffmpegsumo.so
    /opt/chromium-browser/locales
    /opt/chromium-browser/product_logo_48.png
    /opt/chromium-browser/resources
    /opt/chromium-browser/xdg-settings
    /opt/chromium-browser/locales/am.pak
    /opt/chromium-browser/locales/ar.pak
    /opt/chromium-browser/locales/bg.pak
    /opt/chromium-browser/locales/bn.pak
    /opt/chromium-browser/locales/ca.pak
    /opt/chromium-browser/locales/cs.pak
    /opt/chromium-browser/locales/da.pak
    /opt/chromium-browser/locales/de.pak
    /opt/chromium-browser/locales/el.pak
    /opt/chromium-browser/locales/en-GB.pak
    /opt/chromium-browser/locales/en-US.pak
    /opt/chromium-browser/locales/es-419.pak
    /opt/chromium-browser/locales/es.pak
    /opt/chromium-browser/locales/et.pak
    /opt/chromium-browser/locales/fi.pak
    /opt/chromium-browser/locales/fil.pak
    /opt/chromium-browser/locales/fr.pak
    /opt/chromium-browser/locales/gu.pak
    /opt/chromium-browser/locales/he.pak
    /opt/chromium-browser/locales/hi.pak
    /opt/chromium-browser/locales/hr.pak
    /opt/chromium-browser/locales/hu.pak
    /opt/chromium-browser/locales/id.pak
    /opt/chromium-browser/locales/it.pak
    /opt/chromium-browser/locales/ja.pak
    /opt/chromium-browser/locales/kn.pak
    /opt/chromium-browser/locales/ko.pak
    /opt/chromium-browser/locales/lt.pak
    /opt/chromium-browser/locales/lv.pak
    /opt/chromium-browser/locales/ml.pak
    /opt/chromium-browser/locales/mr.pak
    /opt/chromium-browser/locales/nb.pak
    /opt/chromium-browser/locales/nl.pak
    /opt/chromium-browser/locales/or.pak
    /opt/chromium-browser/locales/pl.pak
    /opt/chromium-browser/locales/pt-BR.pak
    /opt/chromium-browser/locales/pt-PT.pak
    /opt/chromium-browser/locales/ro.pak
    /opt/chromium-browser/locales/ru.pak
    /opt/chromium-browser/locales/sk.pak
    /opt/chromium-browser/locales/sl.pak
    /opt/chromium-browser/locales/sr.pak
    /opt/chromium-browser/locales/sv.pak
    /opt/chromium-browser/locales/sw.pak
    /opt/chromium-browser/locales/ta.pak
    /opt/chromium-browser/locales/te.pak
    /opt/chromium-browser/locales/th.pak
    /opt/chromium-browser/locales/tr.pak
    /opt/chromium-browser/locales/uk.pak
    /opt/chromium-browser/locales/vi.pak
    /opt/chromium-browser/locales/zh-CN.pak
    /opt/chromium-browser/locales/zh-TW.pak
    /opt/chromium-browser/resources/inspector
    /opt/chromium-browser/resources/inspector/Images
    /opt/chromium-browser/resources/inspector/devtools.css
    /opt/chromium-browser/resources/inspector/devtools.html
    /opt/chromium-browser/resources/inspector/devtools.js
    /opt/chromium-browser/resources/inspector/inspector.css
    /opt/chromium-browser/resources/inspector/inspector.html
    /opt/chromium-browser/resources/inspector/inspectorSyntaxHighlight.css
    /opt/chromium-browser/resources/inspector/Images/back.png
    /opt/chromium-browser/resources/inspector/Images/checker.png
    /opt/chromium-browser/resources/inspector/Images/clearConsoleButtonGlyph.png
    /opt/chromium-browser/resources/inspector/Images/closeButtons.png
    /opt/chromium-browser/resources/inspector/Images/consoleButtonGlyph.png
    /opt/chromium-browser/resources/inspector/Images/consoleIcon.png
    /opt/chromium-browser/resources/inspector/Images/cookie.png
    /opt/chromium-browser/resources/inspector/Images/database.png
    /opt/chromium-browser/resources/inspector/Images/databaseTable.png
    /opt/chromium-browser/resources/inspector/Images/debuggerContinue.png
    /opt/chromium-browser/resources/inspector/Images/debuggerPause.png
    /opt/chromium-browser/resources/inspector/Images/debuggerStepInto.png
    /opt/chromium-browser/resources/inspector/Images/debuggerStepOut.png
    /opt/chromium-browser/resources/inspector/Images/debuggerStepOver.png
    /opt/chromium-browser/resources/inspector/Images/disclosureTriangleSmallDown.png
    /opt/chromium-browser/resources/inspector/Images/disclosureTriangleSmallDownBlack.png
    /opt/chromium-browser/resources/inspector/Images/disclosureTriangleSmallDownWhite.png
    /opt/chromium-browser/resources/inspector/Images/disclosureTriangleSmallRight.png
    /opt/chromium-browser/resources/inspector/Images/disclosureTriangleSmallRightBlack.png
    /opt/chromium-browser/resources/inspector/Images/disclosureTriangleSmallRightDown.png
    /opt/chromium-browser/resources/inspector/Images/disclosureTriangleSmallRightDownBlack.png
    /opt/chromium-browser/resources/inspector/Images/disclosureTriangleSmallRightDownWhite.png
    /opt/chromium-browser/resources/inspector/Images/disclosureTriangleSmallRightWhite.png
    /opt/chromium-browser/resources/inspector/Images/dockButtonGlyph.png
    /opt/chromium-browser/resources/inspector/Images/elementsIcon.png
    /opt/chromium-browser/resources/inspector/Images/enableOutlineButtonGlyph.png
    /opt/chromium-browser/resources/inspector/Images/enableSolidButtonGlyph.png
    /opt/chromium-browser/resources/inspector/Images/errorIcon.png
    /opt/chromium-browser/resources/inspector/Images/errorMediumIcon.png
    /opt/chromium-browser/resources/inspector/Images/errorRedDot.png
    /opt/chromium-browser/resources/inspector/Images/excludeButtonGlyph.png
    /opt/chromium-browser/resources/inspector/Images/focusButtonGlyph.png
    /opt/chromium-browser/resources/inspector/Images/forward.png
    /opt/chromium-browser/resources/inspector/Images/glossyHeader.png
    /opt/chromium-browser/resources/inspector/Images/glossyHeaderPressed.png
    /opt/chromium-browser/resources/inspector/Images/glossyHeaderSelected.png
    /opt/chromium-browser/resources/inspector/Images/glossyHeaderSelectedPressed.png
    /opt/chromium-browser/resources/inspector/Images/goArrow.png
    /opt/chromium-browser/resources/inspector/Images/graphLabelCalloutLeft.png
    /opt/chromium-browser/resources/inspector/Images/graphLabelCalloutRight.png
    /opt/chromium-browser/resources/inspector/Images/grayConnectorPoint.png
    /opt/chromium-browser/resources/inspector/Images/largerResourcesButtonGlyph.png
    /opt/chromium-browser/resources/inspector/Images/localStorage.png
    /opt/chromium-browser/resources/inspector/Images/nodeSearchButtonGlyph.png
    /opt/chromium-browser/resources/inspector/Images/paneBottomGrow.png
    /opt/chromium-browser/resources/inspector/Images/paneBottomGrowActive.png
    /opt/chromium-browser/resources/inspector/Images/paneGrowHandleLine.png
    /opt/chromium-browser/resources/inspector/Images/paneSettingsButtons.png
    /opt/chromium-browser/resources/inspector/Images/pauseOnExceptionButtonGlyph.png
    /opt/chromium-browser/resources/inspector/Images/percentButtonGlyph.png
    /opt/chromium-browser/resources/inspector/Images/profileGroupIcon.png
    /opt/chromium-browser/resources/inspector/Images/profileIcon.png
    /opt/chromium-browser/resources/inspector/Images/profileSmallIcon.png
    /opt/chromium-browser/resources/inspector/Images/profilesIcon.png
    /opt/chromium-browser/resources/inspector/Images/profilesSilhouette.png
    /opt/chromium-browser/resources/inspector/Images/radioDot.png
    /opt/chromium-browser/resources/inspector/Images/recordButtonGlyph.png
    /opt/chromium-browser/resources/inspector/Images/recordToggledButtonGlyph.png
    /opt/chromium-browser/resources/inspector/Images/reloadButtonGlyph.png
    /opt/chromium-browser/resources/inspector/Images/resourceCSSIcon.png
    /opt/chromium-browser/resources/inspector/Images/resourceDocumentIcon.png
    /opt/chromium-browser/resources/inspector/Images/resourceDocumentIconSmall.png
    /opt/chromium-browser/resources/inspector/Images/resourceJSIcon.png
    /opt/chromium-browser/resources/inspector/Images/resourcePlainIcon.png
    /opt/chromium-browser/resources/inspector/Images/resourcePlainIconSmall.png
    /opt/chromium-browser/resources/inspector/Images/resourcesIcon.png
    /opt/chromium-browser/resources/inspector/Images/resourcesSilhouette.png
    /opt/chromium-browser/resources/inspector/Images/resourcesSizeGraphIcon.png
    /opt/chromium-browser/resources/inspector/Images/resourcesTimeGraphIcon.png
    /opt/chromium-browser/resources/inspector/Images/scriptsIcon.png
    /opt/chromium-browser/resources/inspector/Images/scriptsSilhouette.png
    /opt/chromium-browser/resources/inspector/Images/searchSmallBlue.png
    /opt/chromium-browser/resources/inspector/Images/searchSmallBrightBlue.png
    /opt/chromium-browser/resources/inspector/Images/searchSmallGray.png
    /opt/chromium-browser/resources/inspector/Images/searchSmallWhite.png
    /opt/chromium-browser/resources/inspector/Images/segment.png
    /opt/chromium-browser/resources/inspector/Images/segmentChromium.png
    /opt/chromium-browser/resources/inspector/Images/segmentEnd.png
    /opt/chromium-browser/resources/inspector/Images/segmentHover.png
    /opt/chromium-browser/resources/inspector/Images/segmentHoverChromium.png
    /opt/chromium-browser/resources/inspector/Images/segmentHoverEnd.png
    /opt/chromium-browser/resources/inspector/Images/segmentHoverEndChromium.png
    /opt/chromium-browser/resources/inspector/Images/segmentSelected.png
    /opt/chromium-browser/resources/inspector/Images/segmentSelectedChromium.png
    /opt/chromium-browser/resources/inspector/Images/segmentSelectedEnd.png
    /opt/chromium-browser/resources/inspector/Images/segmentSelectedEndChromium.png
    /opt/chromium-browser/resources/inspector/Images/sessionStorage.png
    /opt/chromium-browser/resources/inspector/Images/splitviewDimple.png
    /opt/chromium-browser/resources/inspector/Images/splitviewDividerBackground.png
    /opt/chromium-browser/resources/inspector/Images/statusbarBackground.png
    /opt/chromium-browser/resources/inspector/Images/statusbarBackgroundChromium.png
    /opt/chromium-browser/resources/inspector/Images/statusbarBottomBackground.png
    /opt/chromium-browser/resources/inspector/Images/statusbarBottomBackgroundChromium.png
    /opt/chromium-browser/resources/inspector/Images/statusbarButtons.png
    /opt/chromium-browser/resources/inspector/Images/statusbarButtonsChromium.png
    /opt/chromium-browser/resources/inspector/Images/statusbarMenuButton.png
    /opt/chromium-browser/resources/inspector/Images/statusbarMenuButtonChromium.png
    /opt/chromium-browser/resources/inspector/Images/statusbarMenuButtonSelected.png
    /opt/chromium-browser/resources/inspector/Images/statusbarMenuButtonSelectedChromium.png
    /opt/chromium-browser/resources/inspector/Images/statusbarResizerHorizontal.png
    /opt/chromium-browser/resources/inspector/Images/statusbarResizerVertical.png
    /opt/chromium-browser/resources/inspector/Images/storageIcon.png
    /opt/chromium-browser/resources/inspector/Images/successGreenDot.png
    /opt/chromium-browser/resources/inspector/Images/timelineBarBlue.png
    /opt/chromium-browser/resources/inspector/Images/timelineBarGray.png
    /opt/chromium-browser/resources/inspector/Images/timelineBarGreen.png
    /opt/chromium-browser/resources/inspector/Images/timelineBarOrange.png
    /opt/chromium-browser/resources/inspector/Images/timelineBarPurple.png
    /opt/chromium-browser/resources/inspector/Images/timelineBarRed.png
    /opt/chromium-browser/resources/inspector/Images/timelineBarYellow.png
    /opt/chromium-browser/resources/inspector/Images/timelineCheckmarks.png
    /opt/chromium-browser/resources/inspector/Images/timelineDots.png
    /opt/chromium-browser/resources/inspector/Images/timelineHollowPillBlue.png
    /opt/chromium-browser/resources/inspector/Images/timelineHollowPillGray.png
    /opt/chromium-browser/resources/inspector/Images/timelineHollowPillGreen.png
    /opt/chromium-browser/resources/inspector/Images/timelineHollowPillOrange.png
    /opt/chromium-browser/resources/inspector/Images/timelineHollowPillPurple.png
    /opt/chromium-browser/resources/inspector/Images/timelineHollowPillRed.png
    /opt/chromium-browser/resources/inspector/Images/timelineHollowPillYellow.png
    /opt/chromium-browser/resources/inspector/Images/timelineIcon.png
    /opt/chromium-browser/resources/inspector/Images/timelinePillBlue.png
    /opt/chromium-browser/resources/inspector/Images/timelinePillGray.png
    /opt/chromium-browser/resources/inspector/Images/timelinePillGreen.png
    /opt/chromium-browser/resources/inspector/Images/timelinePillOrange.png
    /opt/chromium-browser/resources/inspector/Images/timelinePillPurple.png
    /opt/chromium-browser/resources/inspector/Images/timelinePillRed.png
    /opt/chromium-browser/resources/inspector/Images/timelinePillYellow.png
    /opt/chromium-browser/resources/inspector/Images/tipBalloon.png
    /opt/chromium-browser/resources/inspector/Images/tipBalloonBottom.png
    /opt/chromium-browser/resources/inspector/Images/tipIcon.png
    /opt/chromium-browser/resources/inspector/Images/tipIconPressed.png
    /opt/chromium-browser/resources/inspector/Images/toolbarItemSelected.png
    /opt/chromium-browser/resources/inspector/Images/treeDownTriangleBlack.png
    /opt/chromium-browser/resources/inspector/Images/treeDownTriangleWhite.png
    /opt/chromium-browser/resources/inspector/Images/treeRightTriangleBlack.png
    /opt/chromium-browser/resources/inspector/Images/treeRightTriangleWhite.png
    /opt/chromium-browser/resources/inspector/Images/treeUpTriangleBlack.png
    /opt/chromium-browser/resources/inspector/Images/treeUpTriangleWhite.png
    /opt/chromium-browser/resources/inspector/Images/undockButtonGlyph.png
    /opt/chromium-browser/resources/inspector/Images/userInputIcon.png
    /opt/chromium-browser/resources/inspector/Images/userInputPreviousIcon.png
    /opt/chromium-browser/resources/inspector/Images/userInputResultIcon.png
    /opt/chromium-browser/resources/inspector/Images/warningIcon.png
    /opt/chromium-browser/resources/inspector/Images/warningMediumIcon.png
    /opt/chromium-browser/resources/inspector/Images/warningOrangeDot.png
    /opt/chromium-browser/resources/inspector/Images/warningsErrors.png
    /opt/chromium-browser/resources/inspector/Images/whiteConnectorPoint.png
    /usr/bin/chromium-browser
    /usr/share/applications/chromium-browser.desktop
    /usr/share/licenses/chromium-browser-bin
    /usr/share/licenses/chromium-browser-bin/LICENSE.txt
    /usr/share/man/man1/chromium-browser.1.gz
    /usr/share/pixmaps/chromium-browser.png
    Chromium-browser is just one of the packages I remember having installed using yaourt prior to the /var/lib/pacman deletion. I would like to know if there is a way to find all such aur packages installed through yaourt prior to /var/lib/pacman deletion and if possible, delete them.
    Thanks.
    Last edited by billy123 (2010-04-05 16:35:35)

  • Systemd gurus-want include x.service in AUR packages. proof read plz

    I don't use systemd myself, but I want to expand the functionality of my AUR packages by including a x.service file for them.  Attached are the proposed ones which need someone with systemd experience to proof read and comment.
    Monitorix
    [Unit]
    Description=A lightweight system monitoring tool that uses rrd databases.
    Wants=local-fs.target
    [Service]
    Type=oneshot
    RemainAfterExit=yes
    ExecStart=/etc/rc.d/monitorix start
    ExecStop=/etc/rc.d/monitorix stop
    [Install]
    WantedBy=multi-user.target
    Monitorix-sync-daemon
    [Unit]
    Description=Symlinks and syncs monitorix databases to RAM thus reducing HDD/SDD calls and speeding-up monitorix.
    Wants=local-fs.target
    [Service]
    Type=oneshot
    RemainAfterExit=yes
    ExecStart=/etc/rc.d/msd start
    ExecStop=/etc/rc.d/msd stop
    [Install]
    WantedBy=multi-user.target

    Dheart wrote:...
    Someone should add this to "READ BEFORE POSTING"
    This is not Ubuntu forum. You shouldn't EVER post such howto on the forum, we have a wiki for that reason. That thing you've written should go the wiki and then post a topic at wiki discussions and ask for opinion.
    Please, don't do that again, just contribute to the wiki.
    Yes, I'm quite aware that the wiki exists. The reason I'm writing it here is that the GUI frontends will probably come quite soon, and overall this is an early version. I don't see a reason to contribute this to the wiki when it will probably be unneeded and out-of-date relatively soon.

  • Rewrite of aur package tor-browser-en

    Hi,
    some months ago I packaged tor-browser-en [1] and, until now, just bumped the package version. Today I tried to rewrite it's PKGBUILD and wrapper script to increase security. I want tor-browser to be installed in ~/ instead of /opt (where it's installed currently). I do not want tor-browser to store it's data and temporary files somewhere else than my encrypted home directory.
    To clarify: tor-browser's files need to be owned by the user running it, otherwise it won't work. Adjusting permissions for group-writing did not work.
    I borrowed the wrapper script from the jdownloader package and customized it to fit tor-browser's needs. There are still some issues and I'm still trying to get automatic signature checking to work (especially automatic key fetching).
    Did I miss anything? Is there anything absolutely wrong? Please, if possible, test and tell me what you found:
    http://khg-08.de/max/tor-browser-en-2.2 … src.tar.gz
    Just the wrapper script on pastebin: http://pastebin.com/HMEBJua1
    [1] https://aur.archlinux.org/packages.php?ID=53169 (old version)
    Last edited by Maxr (2012-03-10 21:23:28)

    Maxr wrote:That's what the wrapper script does. It will download the source archive and copy its contents to ~/... upon first call. The aur package contains the wrapper script, desktop entry & icon, etc. Until now, tor-brower is installed to /opt/tor-browser and has to be chmodded to USER:USER by a non-root user afterwards. It's only usable for this single user. I don't like both ways ... not really sure what's better, yet.
    As long as nothing gets copied into a user's home directory before that user has run a script, that's fine.
    Maxr wrote:Correct me if I'm wrong, but isn't there any other way than fetching the public key from a public keyserver to check the signature? Surely, comparing fingerprints would be good, but I think most users won't do this. Automatic checking would at least ensure technical integrity of the archive, just to replace md5/shaX which would be more complex to maintain. But I'll think about it, maybe that should be solved differently.
    Usually public keys are made available in several places so that the user can compare different sources to establish (probable) authenticity. My only point is that it should be left up to the user to accept the key. In a worst-case scenario, maybe the user can't trust his own connection and will have to rely on confirmation through other sources, such as calling a friend to have him check on a completely independent connection. Sure, this is unlikely to come up in most cases, but if the whole point of this is rigorous security, you may as well be rigorous.
    This is mostly a devil's advocate argument. A user who really needs that level of security will either know enough to check it independently, or will eventually get caught through some other mistake anyway.

  • [REQUEST] Some outdated AUR package

    Those packages are really outdated and don't seem to be any longer maintained:
    songwrite http://aur.archlinux.org/packages.php?ID=1537
    frobtads http://aur.archlinux.org/packages.php?ID=7409
    qtads http://aur.archlinux.org/packages.php?ID=7413
    They should be orphaned so other people could take care of them.
    abcm2ps-devel is orphaned but should be bring back to AUR:
    http://www.archlinux.org/packages/extra … 2ps-devel/

    I orphaned the three packages mentioned in the initial post, but the correct way would be
    * to contact the author via mail
    * if he does not answer or the mail adress is broken, contact aur-general.
    I this case the maintanence seems to be layed down for months now, so I think we can make an exception.

Maybe you are looking for

  • Relative Path Problem

    Simple problem, i have a file named gallery.swf in /site/gallery/ and when i launch the file swf from that directory the loading is going fine, im loading a xml file with this command "xmlReadGalleries.load("photo_galleries.xml")" so the file is load

  • How to configure for connecting remotely?

    Hi forum members, I installed oracle 10g and I created a database sucesfully on gentoo linux and solaris 10, On gentoo linux I made a connection between a test database and a java program using jdbc,but now I have to make a connection between a small

  • Conversion of hierarchy structure to flat structure

    Hi Gurus, I am mapping a multi node XML structure to flat structure to create the JDBC statements to Oracle database. I think JDBC DML statement can have only flat structure. Now how to convert the incoming multi node xml file to several flat structu

  • Regarding the clusters  in HR - ABAP

    Hi All,               Anybody is having the documents regarding the clusters. If so can u please share with me…? Thanks & Regards,   Suresh

  • Session Bean ejbCreate( parm ) Does Not Work in App Server 8  2005 Q2 Editi

    I have the following in my session bean: public class aauthfacadeBean implements SessionBean { public void ejbCreate() throws CreateException { public void ejbCreate( boolean logActivity, String dbCodedNameAauth, String uname, String pswd ) throws Cr