[SOLVED] PROJECT: Linux build w/ arch repo compatibility

Hi, I haven't been around in the linux world for too long, but I've fallen in love with the Arch philosophy (and the learning curve was a bit of a bonus) although there are a few adjustments that I, personally, would like to implement into the basic install system, and install system. So my question is, is it possible to compile an LFS (or build out of Arch, even, but I feel that LFS might be more specific to what I need) setup that is compatible with the archlinux package binaries and uses the pacman package manager?
And if so, would the developers and repository hosts receive it? or dislike it?
Last edited by novalight (2012-12-07 23:21:11)

oh.... thanks , sorry about the repost.... I would delete this post if I knew how..
Last edited by novalight (2012-08-04 20:04:01)

Similar Messages

  • [SOLVED] [mkinitcpio] initramfs "build error" messages since v.18-1

    Hi everybody,
    Since the update from mkinitcpio 17-1 to 18-1 I get those build error messages while running mkinitcpio:
    # mkinitcpio -p linux
    ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
    -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
    ==> Starting build: 3.15.8-1-ARCH
    -> Running build hook: [base]
    -> Running build hook: [udev]
    -> Running build hook: [autodetect]
    -> Running build hook: [modconf]
    -> Running build hook: [block]
    -> Running build hook: [keymap]
    -> Running build hook: [encrypt]
    -> Running build hook: [lvm2]
    -> Running build hook: [filesystems]
    -> Running build hook: [keyboard]
    -> Running build hook: [fsck]
    ==> Generating module dependencies
    ==> Creating gzip-compressed initcpio image: /boot/initramfs-linux.img
    ==> WARNING: errors were encountered during the build. The image may not be complete.
    ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
    -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
    ==> Starting build: 3.15.8-1-ARCH
    -> Running build hook: [base]
    -> Running build hook: [udev]
    -> Running build hook: [modconf]
    -> Running build hook: [block]
    ==> WARNING: Possibly missing firmware for module: aic94xx
    ==> WARNING: Possibly missing firmware for module: smsmdtv
    -> Running build hook: [keymap]
    -> Running build hook: [encrypt]
    -> Running build hook: [lvm2]
    -> Running build hook: [filesystems]
    -> Running build hook: [keyboard]
    -> Running build hook: [fsck]
    ==> Generating module dependencies
    ==> Creating gzip-compressed initcpio image: /boot/initramfs-linux-fallback.img
    ==> WARNING: errors were encountered during the build. The image may not be complete.
    However I can still boot and everything seems mostly fine. I haven't changed anything to my /etc/mkinitcpio.conf, here are the only customized parts:
    MODULES="i915 dm_snapshot"
    HOOKS="base udev autodetect modconf block keymap encrypt lvm2 filesystems keyboard fsck
    I'm using an encrypted root (ext4 over LVM over LUKS) and boot partition is contained in an (unencrypted) LVM logical volume. I also specify a few i915 module options in an /etc/modprobe.d/modprobe.conf file as per the Intel Graphics wiki page:
    # Intel graphics driver power-saving option :
    options i915 i915_enable_rc6=7 i915_enable_fbc=1 lvds_downclock=1
    Never had any such warnings before, but now it appears each and every time I update or reinstall my kernel (the default one). I went through Mkinitcpio wiki page, tried putting question marks after the listed modules and rebuilding but it didn't change anything... Any ideas?
    Btw, I don't use any specific compression option and had the regular lzo name change during the same full system upgrade that updated mkinitcpio and linux.
    Thanks
    Last edited by Neitsab (2014-08-04 11:51:19)

    Yes indeed, removing /etc/modprobe.d/modprobe.conf~ hidden backup file solved the warning issue. Strange but thanks ukhippo, I hadn't thought about checking other subforums!
    Last edited by Neitsab (2014-08-04 11:52:08)

  • [Solved] Need Assistance Cloning My Arch

    I have Arch installed on a 1 TB disk and I want to clone it to a 500 GB disk b/c the 1 TB is slightly defective it seems. I did this precise operation last year with a CloneZilla LiveCD and I have that very CD but my DVD now doesn't really work.
    So I have tuxboot and I got a fresh CloneZilla on a USB, but it won't let me copy because the target drive is smaller than the source. I found this post of someone saying the same thing--the new CloneZilla doesn't like different sized disks. There they say to use "icds" in the advanced parameters and I tried that but it still fails.
    I tried the "reduce partition table proportionally" option (or some such) and I think I tried it without that. I don't even recall now--I tried a LOT of things yesterday. Nothing would convince CloneZilla to proceed correctly.
    Then I used GParted to reduce my partitions on the 1 TB so it only uses 500 GB (all my data is backed up on a USB) but CloneZilla still won't do it. It does the first partition and then says it can't find the others (on /dev/sdb, the target--but I thought it was supposed to make them!) and so it skips them I think then it goes into resize2fs and I think it says it's reducing /dev/sdb1 (my target) but that doesn't make sense to me so I killed it. Anyway then it finishes and it doesn't do the other partitions.
    Here is what I have where /dev/sda is my source:
    [kirk@arch ~]$ lsblk
    NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
    sda 8:0 0 931.5G 0 disk
    ├─sda1 8:1 0 282.4M 0 part /boot
    ├─sda2 8:2 0 18.6G 0 part /
    ├─sda3 8:3 0 205.2G 0 part /home
    ├─sda4 8:4 0 1K 0 part
    └─sda5 8:5 0 210.9G 0 part /srv
    sdb 8:16 0 465.8G 0 disk
    └─sdb1 8:17 0 465.8G 0 part
    [kirk@arch ~]$ sudo fdisk -l /dev/sda
    Disk /dev/sda: 1000.2 GB, 1000204886016 bytes, 1953525168 sectors
    Units = sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disk identifier: 0x000cf18c
    Device Boot Start End Blocks Id System
    /dev/sda1 * 63 578339 289138+ 83 Linux
    /dev/sda2 578340 39648419 19535040 83 Linux
    /dev/sda3 39648420 470036479 215194030 83 Linux
    /dev/sda4 918548505 1360758783 221105139+ 5 Extended
    /dev/sda5 918548568 1360754687 221103060 83 Linux
    [kirk@arch ~]$ sudo fdisk -l /dev/sdb
    Disk /dev/sdb: 500.1 GB, 500107862016 bytes, 976773168 sectors
    Units = sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disk identifier: 0x000cf18c
    Device Boot Start End Blocks Id System
    /dev/sdb1 16065 976768064 488376000 83 Linux
    You can see from the Start and End of the /dev/sda disk that there are big empty spaces there--that's b/c I reduced the partition sizes, hoping CloneZilla would be happy. But alas, not.
    So what I think I could do is:
    1. Try G4L, but maybe it will also fail
    2. Reinstall Arch manually on my /dev/sdb drive
    3. Just buy a new 1T drive and clone onto that. The cost of a new drive is less than the value of the 5 hours it will take me to reinstall Arch plus all my apps plus all my settings plus all my plugins etc.
    Any other suggestions?
    Thanks.
    Last edited by CaptainKirk (2012-12-19 11:34:54)

    I had to rsync each partition separately, because if I setup /mnt as my new /home then rsync thinks it only has 20G space and so it can't copy.
    So I did
    $ sudo rsync -aAXv /* /mnt --exclude={/dev/*,/proc/*,/sys/*,/tmp/*,/run/*,/mnt/*,/media/*,/lost+found,/home/*/.gvfs,/home/*,/srv/*}
    to copy my system, without my data. Then this to copy the rest:
    $ sudo umount /mnt
    $ sudo rsync -aAXv /home/* /mnt/home --exclude={/home/*/.gvfs}
    $ sudo rsync -aAXv /srv/* /mnt/srv
    $ sudo rsync -aAXv /boot/* /mnt/ $ sudo rsync -aAXv /srv/* /mnt/srv
    Then I thought I would be tricky and just skip the grub installation. So I removed the old disk from the 0 SATA slot in the mobo and put the new disk from 1 into 0. Wouldn't boot. OK, no surprise.
    So I put the old disk into 1 and told it to use that disk for booting and it got to grub screen but then failed. Presumably because now it's hd1 not hd0. OK, again no surprise.
    I put them back old=0 and new=1 and ran
    sudo grub-mkconfig -o /mnt/boot/grub/grub.cfg
    and then checked /mnt/boot/grub/grub.cfg to make sure it has hd0 not hd1 and it does have hd0 only. I also of course manually edited my /mnt/etc/fstab to reflect the new correct mount points. I used /dev/sda1 etc. because I want this to be in slot 0 of my mobo.
    I then put new=0 and booted and no grub screen.
    I am wondering if this rsync I have done has put the MBR in on the new disk. I think not. So I ran
    sudo grub-install --target=i386-pc --recheck /dev/sdb
    sudo grub-mkconfig -o /mnt/boot/grub/grub.cfg
    I then put new=0 and booted and got something like
    Grug loading.
    Welcome to GRUB
    error: no such device: fb.......e3
    Here is my /mnt/boot/grub/grub.cfg :
    # DO NOT EDIT THIS FILE
    # It is automatically generated by grub-mkconfig using templates
    # from /etc/grub.d and settings from /etc/default/grub
    ### BEGIN /etc/grub.d/00_header ###
    insmod part_gpt
    insmod part_msdos
    if [ -s $prefix/grubenv ]; then
    load_env
    fi
    set default="0"
    if [ x"${feature_menuentry_id}" = xy ]; then
    menuentry_id_option="--id"
    else
    menuentry_id_option=""
    fi
    export menuentry_id_option
    if [ "${prev_saved_entry}" ]; then
    set saved_entry="${prev_saved_entry}"
    save_env saved_entry
    set prev_saved_entry=
    save_env prev_saved_entry
    set boot_once=true
    fi
    function savedefault {
    if [ -z "${boot_once}" ]; then
    saved_entry="${chosen}"
    save_env saved_entry
    fi
    function load_video {
    if [ x$feature_all_video_module = xy ]; then
    insmod all_video
    else
    insmod efi_gop
    insmod efi_uga
    insmod ieee1275_fb
    insmod vbe
    insmod vga
    insmod video_bochs
    insmod video_cirrus
    fi
    if [ x$feature_default_font_path = xy ] ; then
    font=unicode
    else
    insmod part_msdos
    insmod ext2
    set root='hd0,msdos2'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos2 --hint-efi=hd0,msdos2 --hint-baremetal=ahci0,msdos2 92d68525-22b2-4619-a35a-0ba35df05b89
    else
    search --no-floppy --fs-uuid --set=root 92d68525-22b2-4619-a35a-0ba35df05b89
    fi
    font="/usr/share/grub/unicode.pf2"
    fi
    if loadfont $font ; then
    set gfxmode=auto
    load_video
    insmod gfxterm
    set locale_dir=$prefix/locale
    set lang=en_US
    insmod gettext
    fi
    terminal_input console
    terminal_output gfxterm
    set timeout=5
    ### END /etc/grub.d/00_header ###
    ### BEGIN /etc/grub.d/10_linux ###
    menuentry 'Arch GNU/Linux, with Linux core repo kernel' --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-core repo kernel-true-92d68525-22b2-4619-a35a-0ba35df05b89' {
    load_video
    set gfxpayload=keep
    insmod gzio
    insmod part_msdos
    insmod ext2
    set root='hd0,msdos1'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 fb6f5666-6075-4cfc-9105-30052be224e3
    else
    search --no-floppy --fs-uuid --set=root fb6f5666-6075-4cfc-9105-30052be224e3
    fi
    echo 'Loading Linux core repo kernel ...'
    linux /vmlinuz-linux root=UUID=92d68525-22b2-4619-a35a-0ba35df05b89 ro quiet
    echo 'Loading initial ramdisk ...'
    initrd /initramfs-linux.img
    menuentry 'Arch GNU/Linux, with Linux core repo kernel (Fallback initramfs)' --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-core repo kernel-fallback-92d68525-22b2-4619-a35a-0ba35df05b89' {
    load_video
    set gfxpayload=keep
    insmod gzio
    insmod part_msdos
    insmod ext2
    set root='hd0,msdos1'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 fb6f5666-6075-4cfc-9105-30052be224e3
    else
    search --no-floppy --fs-uuid --set=root fb6f5666-6075-4cfc-9105-30052be224e3
    fi
    echo 'Loading Linux core repo kernel ...'
    linux /vmlinuz-linux root=UUID=92d68525-22b2-4619-a35a-0ba35df05b89 ro quiet
    echo 'Loading initial ramdisk ...'
    initrd /initramfs-linux-fallback.img
    ### END /etc/grub.d/10_linux ###
    ### BEGIN /etc/grub.d/20_linux_xen ###
    ### END /etc/grub.d/20_linux_xen ###
    ### BEGIN /etc/grub.d/20_memtest86+ ###
    ### END /etc/grub.d/20_memtest86+ ###
    ### BEGIN /etc/grub.d/30_os-prober ###
    ### END /etc/grub.d/30_os-prober ###
    ### BEGIN /etc/grub.d/40_custom ###
    # This file provides an easy way to add custom menu entries. Simply type the
    # menu entries you want to add after this comment. Be careful not to change
    # the 'exec tail' line above.
    ### END /etc/grub.d/40_custom ###
    ### BEGIN /etc/grub.d/41_custom ###
    if [ -f ${config_directory}/custom.cfg ]; then
    source ${config_directory}/custom.cfg
    elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
    source $prefix/custom.cfg;
    fi
    ### END /etc/grub.d/41_custom ###
    Perhaps I should boot up with a USB LiveArch with my new disk in slot 0 and then install Grub?

  • Setting up new Arch repo with old package backup?

    I love Arch and want to give something back. I can't program and don't have any luck finding questions on the forum that I know how to answer So I thought maybe I could set up an Arch repo. I looked around for a HOWTO on doing this but couldn't find anything. How do all the repo's get their packages from the main Arch repo?
    As of late I have been working with dav7 to set up an old package repo. More like a place to download old packages at http://schlunix.org/arch-linux/i686/ he supplied all the packages. There are a lot of them there but obviously it is only as complete as the packages he uses.
    So... 1, how would I got about setting up a repo? And 2, is there any kind of nifty script I could use to instead of deleting obsolete packages, just move them to an "old" folder so people could search it if they needed an old package?
    Thanks!
    Last edited by DeltaXFX (2008-06-26 22:45:36)

    Thats what I'm trying to do, make and keep a real backup mirror for the benefit of all Archers. My hosting account has 550GB space (grows 2GB/week) and 6TB monthly bandwidth (grows 40GB per week). I don't know if that will be enough... but I would imagine that would hold quite a few packages.
    I was checking out rsync, and when I do "rsync archlinux.org::" it does say that only authorized mirrors are allowed to access it. So right now I'm looking for another mirror that will let me use rsync. But in the meantime who would I talk to to find out if it would be possible/helpful to the community/worthwhile to become an official mirror vs just syncing off a mirror that syncs off of archlinux.org?
    Also, assuming I get this all working, how do I update the packages.txt file? Would I just use the one that I would get by rsync'ing off of whatever server I end up using? Trying to figure out what the easiest way to keep all the old packages would be. If I do what iphitus suggested and just not delete the old packages but leave them in the same directories as the current packages will that cause any problems (as far as people being able to do a "pacman -Syu" to my server)?

  • [SOLVED] Grub Problems Can boot Arch w/ grub edits only

    I had 3 Linux OS's installed on this computer, Arch and 2 versions of Ubuntu on one hard drive.
    The MBR belonged to Ubuntu, using grub2. I decided to get rid of the older Ubuntu (sda8 and 9) and add it's HDD space to my Arch home (sda12). Used the current Gparted live to modify the partitions and all went well, but of course, the numbers changed getting rid of 2 partitions.
    No boot upon restart so I decided to get Arch's grub back to the MBR with the new partition numbering scheme.
    Using a live CD, I used the grub shell, find /boot/grub/stage1.....etc, etc. and after a bit of fumbling, grub indicated success in the shell. When I was through though, a reboot was not successful, although the current stable grub was now written to the MBR.  I edited the lines using grub edit option, and got Arch to boot, and figured out the correct partition numbers. Next I edited the menu.lst to reflect the new sda numbers.
    Now rebooting results in a long delay when grub should be on the screen, and the numbers on the Arch entries reflect the old numbers still!! I double checked thinking I forgot to save the edits to the menu.lst file, but they are correct. I can boot Arch, but have to edit the lines each time.
    The current partitions are as follows. I edited the terminal output to show details.
    [jeff@Arch2009p2 ~]$ sudo fdisk -l
    Password:
    Disk /dev/sda: 750.2 GB, 750156374016 bytes
    255 heads, 63 sectors/track, 91201 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disk identifier: 0x000383e7
    Device Boot Start End Blocks Id System
    /dev/sda1 * 1 91201 732572001 5 Extended
    /dev/sda5 1 255 2048224+ 82 Linux swap / Solaris
    /dev/sda6 (ubuntu /) 256 1471 9767488+ 83 Linux
    /dev/sda7 (ubuntu /home) 1472 22321 167477593+ 83 Linux
    /dev/sda8 (arch boot) 22322 22325 32098+ 83 Linux
    /dev/sda9 (arch /) 22326 23627 10458283+ 83 Linux
    /dev/sda10 (arch /home) 23628 91201 542788123+ 83 Linux
    I have a few questions regarding a separate boot partition for Arch.
    Should the grub> root (hd0.0) command be directed to the root or boot partition.
    My handy printed emergency guide says: Set grubs root device to the partition containing the boot directory.
    OK.....Writing it out now, it seems clear, so I'll try reinstalling grub from a live CD.
    Why does grub have incorrect partition numbers even though the menu.lst is correct?
    There are only 2 OS's on this box now, and one contains grub2.
    Is current grub able to interact with grub 2 if I screwed something up on the install?
    Last edited by jeff story (2010-05-24 20:05:06)

    OK
    I managed to fix the problem of grub not reading/using the menu.lst file. Not sure WTF it was reading and where that file was located!
    The problem seems to have been the most insignificant detail.
    When using the grub terminal, I did not execute the quit command when I was through. I just closed the terminal and rebooted.
    After repeating the following code via live CD a few times:
    $ sudo grub
    grub> find /grub/stage1
    grub> root (hd0,7)
    grub> setup (hd0)
    Grub still didn't read the current menu.lst.
    This morning I got things to work correctly and grub to read the current menu.lst by adding a quit command and returning to the linux shell prior to rebooting.
    I used the following commands:
    $ sudo grub
    grub> find /grub/stage1
    grub> root (hd0,7)
    grub> setup (hd0)
    grub> quit

  • [svn:fx-trunk] 12087: Dev only. Checking in Flash Builder 4 " Library Projects" for building Flex SDK SWCs in trunk.

    Revision: 12087
    Revision: 12087
    Author:   [email protected]
    Date:     2009-11-21 20:56:09 -0800 (Sat, 21 Nov 2009)
    Log Message:
    Dev only. Checking in Flash Builder 4 "Library Projects" for building Flex SDK SWCs in trunk. These projects are easier to import and do not require linked resource variables to be specified.
    Note: although the trunk does not build textLayout.swc, there appears to be a legitimate compiler error in FlowGroupElement.as as a cast is missing. I'll follow up with TLF.
    QE notes: N/A
    Doc notes: N/A
    Bugs: N/A
    Reviewer: N/A
    Tests run: N/A
    Is noteworthy for integration: No
    Modified Paths:
        flex/sdk/trunk/build.xml
    Added Paths:
        flex/sdk/trunk/frameworks/projects/airframework/.actionScriptProperties
        flex/sdk/trunk/frameworks/projects/airframework/.flexLibProperties
        flex/sdk/trunk/frameworks/projects/airframework/.project
        flex/sdk/trunk/frameworks/projects/airframework/.settings/
        flex/sdk/trunk/frameworks/projects/airframework/.settings/org.eclipse.core.resources.pref s
        flex/sdk/trunk/frameworks/projects/airspark/.actionScriptProperties
        flex/sdk/trunk/frameworks/projects/airspark/.flexLibProperties
        flex/sdk/trunk/frameworks/projects/airspark/.project
        flex/sdk/trunk/frameworks/projects/airspark/.settings/
        flex/sdk/trunk/frameworks/projects/airspark/.settings/org.eclipse.core.resources.prefs
        flex/sdk/trunk/frameworks/projects/flex/.actionScriptProperties
        flex/sdk/trunk/frameworks/projects/flex/.flexLibProperties
        flex/sdk/trunk/frameworks/projects/flex/.project
        flex/sdk/trunk/frameworks/projects/flex/.settings/
        flex/sdk/trunk/frameworks/projects/flex/.settings/org.eclipse.core.resources.prefs
        flex/sdk/trunk/frameworks/projects/framework/.actionScriptProperties
        flex/sdk/trunk/frameworks/projects/framework/.flexLibProperties
        flex/sdk/trunk/frameworks/projects/framework/.project
        flex/sdk/trunk/frameworks/projects/framework/.settings/
        flex/sdk/trunk/frameworks/projects/framework/.settings/org.eclipse.core.resources.prefs
        flex/sdk/trunk/frameworks/projects/halo/.actionScriptProperties
        flex/sdk/trunk/frameworks/projects/halo/.flexLibProperties
        flex/sdk/trunk/frameworks/projects/halo/.project
        flex/sdk/trunk/frameworks/projects/halo/.settings/
        flex/sdk/trunk/frameworks/projects/halo/.settings/org.eclipse.core.resources.prefs
        flex/sdk/trunk/frameworks/projects/osmf/.actionScriptProperties
        flex/sdk/trunk/frameworks/projects/osmf/.flexLibProperties
        flex/sdk/trunk/frameworks/projects/osmf/.project
        flex/sdk/trunk/frameworks/projects/osmf/.settings/
        flex/sdk/trunk/frameworks/projects/osmf/.settings/org.eclipse.core.resources.prefs
        flex/sdk/trunk/frameworks/projects/rpc/.actionScriptProperties
        flex/sdk/trunk/frameworks/projects/rpc/.flexLibProperties
        flex/sdk/trunk/frameworks/projects/rpc/.project
        flex/sdk/trunk/frameworks/projects/rpc/.settings/
        flex/sdk/trunk/frameworks/projects/rpc/.settings/org.eclipse.core.resources.prefs
        flex/sdk/trunk/frameworks/projects/spark/.actionScriptProperties
        flex/sdk/trunk/frameworks/projects/spark/.flexLibProperties
        flex/sdk/trunk/frameworks/projects/spark/.project
        flex/sdk/trunk/frameworks/projects/spark/.settings/
        flex/sdk/trunk/frameworks/projects/spark/.settings/org.eclipse.core.resources.prefs
        flex/sdk/trunk/frameworks/projects/sparkskins/.actionScriptProperties
        flex/sdk/trunk/frameworks/projects/sparkskins/.flexLibProperties
        flex/sdk/trunk/frameworks/projects/sparkskins/.project
        flex/sdk/trunk/frameworks/projects/sparkskins/.settings/
        flex/sdk/trunk/frameworks/projects/sparkskins/.settings/org.eclipse.core.resources.prefs
        flex/sdk/trunk/frameworks/projects/textLayout/.actionScriptProperties
        flex/sdk/trunk/frameworks/projects/textLayout/.flexLibProperties
        flex/sdk/trunk/frameworks/projects/textLayout/.project
        flex/sdk/trunk/frameworks/projects/textLayout/.settings/
        flex/sdk/trunk/frameworks/projects/textLayout/.settings/org.eclipse.core.resources.prefs
        flex/sdk/trunk/frameworks/projects/wireframe/.actionScriptProperties
        flex/sdk/trunk/frameworks/projects/wireframe/.flexLibProperties
        flex/sdk/trunk/frameworks/projects/wireframe/.project
        flex/sdk/trunk/frameworks/projects/wireframe/.settings/
        flex/sdk/trunk/frameworks/projects/wireframe/.settings/org.eclipse.core.resources.prefs

    Status Update - don't know if this is a bug, design flaw, install problem or my misunderstanding.
    I got it to work by first changing my Flex library to 4.5.0 - still didn't work with current
    app and update mxml files using "2.6" for their namespace versions. But I did at least
    get the popup error number 16815 - indicating an error in the update version namespace.
    By leaving my application namespace version at "2.6" and changing the update version to "2.5" ... bingo!
    I got my new update installed autiomatically.
    Is this how it's supposed to work - or are my runtimes mixed up?
    Will this work the same using the Flex 4.5.1 SDK? I'll find out shortly
    Hope this helps others.

  • [SOLVED] Grub refuses to boot Arch on a dual boot

    Hi,
    After hours of trying things out and searching the web for answers, I finally gave up and joined this helpforum.
    I found several similar topics, but none seemed to work.
    So here's the deal.
    My HDD looks like this
    sda1 (/boot)
    sda2 (Windows7, bootflag)
    sda3 (/swap)
    sda5 (/)
    sda6 (NTFS ExtraData)
    So i'm trying to dual boot windows7 and arch.
    my menu.lst looks like this:
    # (0) Arch Linux
    title  Arch Linux
    root   (hd0,4)
    kernel /vmlinuz-linux root=/dev/sda5 ro
    initrd /initramfs-linux.img
    # (1) Arch Linux
    title  Arch Linux Fallback
    root   (hd0,4)
    kernel /vmlinuz-linux root=/dev/sda5 ro
    initrd /initramfs-linux-fallback.img
    # (2) Windows
    title Windows 7
    rootnoverify (hd0,1)
    makeactive
    chainloader +1
    Windows boots fine, but when I try to boot Arch I get this
    Booting 'Arch Linux'
    title  Arch Linux
    root   (hd0,4)
    kernel /vmlinuz-linux root=/dev/sda5 ro
    error 15: File not found
    Thanks,
    Chris
    Last edited by preute (2011-12-12 18:51:16)

    I think that the lines
    root (hd0,4)
    are wrong. They are for GRUB's root (which is /boot), not /. So I think it should be
    root (hd0,0)
    instead.

  • X3 Project Stops Building - Help!

    I'm back working in X3 - and it has been a few years. I have
    been tasked with updating a help system created by another author
    (and, of course I'm on a short deadline). When I try to build the
    HTML project, Robo APPEARS to be building and tells me it has
    completed, but the .CHM ends up being an empty file.
    I'm getting the following warnings that will probably be
    ridiculously easy for others, but I'm not catching the problem.
    HHC3003: Warning:
    setup_main.htm :
    The HTML tag "td" has invalid characters appearing before the
    closing angle bracket: ;
    style="width:62px;" width="62px" class="hcp3"
    She created a template to develop each page so this error
    appears on several pages.
    I'd appreciate any insight!
    In addition to the error I mentioned before, I'm also
    noticing the following behavior. I have recreated the project from
    scratch twice, imported the topics, and was able to add a TOC and
    still have the project continue building (including these files
    with the "td" error). But each time when I tried to add an Index,
    the project stopped building.
    Are there service packs I'm missing? Could I have something
    set wrong in the project?
    I really appreciate any help that anyone can provide!
    Thanks.
    Liz

    Ok well as I said I have not been using the software for long so I do not know if this was an easy fix or not, so I wasn't sure if all that information would be relevant, so forgive me. Here is the information you might need:
    Computer Specs:
    CPU: Intel Core i7 4790K
    Motherboard: Gigabyte Z97X
    RAM: 8GB
    Graphics: NVIDIA GeForce GTX 770
    OS: Windows 7
    Version of AE: CS6 (11.0.0.378)
    Composition Settings:
    http://i.cubeupload.com/k0bjpz.png
    Render Settings:
    http://i.cubeupload.com/TX2snP.png
    General Screenshot:
    http://i.cubeupload.com/C1LT6M.png
    Preferences:
    http://i.cubeupload.com/de1Ftq.png
    These may be the layers causing me issues:
    http://i.cubeupload.com/250mZn.png

  • Encore CS5 has started freezing on "Preparing project for build..." in disk burn attempt

    After routinely burning DVDs with Encore CS5, the program has started freezing after I choose my settings and click "BUILD" on a window that reads, "Preparing project for build..."
    I checked for solutions online and read about problems with Quicktime versions after 7.5.5.  So I uninstalled Quicktime and installed the 7.5.5 version.  Still had problem.
    I reinstalled Encore.  Still had problem.
    Further research suggested I install the Roxio patch
    PX Engine 4.18.16a   I installed the patch.  Still had problem.
    I reinstalled the latest version of Quicktime v 7.7.4  Still had problem
    On my desktop computer, I'm running
    Windows 7 ultimate 64 bit
    Intel i7 CPU  930 @ 2.80Ghz 2.80Ghz
    24 GB RAM
    nvidia Quadro GX 4800
    Raid config on my data drives
    Luckily, I also have Encore loaded as a part of the CS5 suite on a laptop computer, so I transfered the project files to the laptop, which burned the program without a problem.  This tells me the problem is with the program on my desktop and now with the project files.
    LAPTOP:
    Windows 7 Professional - 64 bit
    Intel i7 CPU  2620M  @  2.70 Ghz  2.70 Ghz
    4 GB RAM
    nvidia NVS 4200M
    I'd appreciate any suggestions about how to get my desktop to again burn DVDs in encore.
    Message was edited by: Dan 101 Just realized that when I reinstalled Encore, I got a message that instructed me to shut down two processes. One was related to Encore, the other was something like dynamiclink.exe. I couldn't find any such process running when I checked the Task Manager, so I couldn't shut it down before I continued with the installation.  Could this be related to the issue?

    I am not using any quicktime files.  I started with 1920 x 1080p avi files to build a number of Permiere projects (one for each chapter of a 50 minute DVD, then converted these segments into H.264 files, (with an .mp4 extension) and built a master Premiere project.  I used H.264 files because it seemed the best option to keep the quality as high as possible before converting to m2v files.  Then I converted the master Premiere project into  m2v and wav files which are being used by Encore.  Should I convert the individual projects into another format (rather than H.264) to build the master project?  Does Encore look at the files converted to m2v from  mp4 as Quicktime files?  Could I avoid this by converting to Microsoft AVI or Uncompressed Microsoft AVI to buld my master project?  I didn't built the entire project into one master premiere project from the start because I was concerned it would be too complex with all the elements and tracks.
    Now I can work with Encore and burn files, but the Encore program routinely freezes after I burn a disk.  The Quicktime thing is a puzzle, especially because I stopped getting the freeze when attempting to burn disks after I reinstalled Quicktime 7.6.5. I was trying a number of things and kept a log.  Now I'm trying to figure out why the program freezes after a disk has burned. I turned off Windows DVD Maker, Windows Media Center, and Windows Media Player, rebooted and turned the features on again, but that didn't seem to have an impact.  Also, when I attempt to make changes to a subtitle track, I see the changes in the subtitle track, but they don't appear in the burned disk -- unless I delete a subtitle and recreate it.
    Does the Roxio PX engine have any bearing on this?

  • Will Gnome Logs become available in the Arch repos?

    Hello,
    Recently there was GNOME Logs released which is a log viewer for the systemd journal.
    https://mail.gnome.org/archives/gnome-a … 00097.html
    Will it be made available in the official Arch repos or rather the AUR, if at all?

    orschiro wrote:
    @blackout23
    https://wiki.gnome.org/Apps/Logs
    I think mainly that it is based on GTK3.
    That's exactly the same thing I have:
    http://i.imgur.com/C4gO83P.png
    The difference is that the 3.10 version isn't as advanced but still picks up your pacman.log. Still it's GTK 3 as you can see from the headerbar.
    Last edited by blackout23 (2014-03-28 19:24:29)

  • Frameworks/projects/framework/build.xml

    This file is missing from the distribution. Was that a mistake or on purpose?
    A few other files are missing too I've noticed.
    One cannot build the source without these files.

    The build.xml that is meant for the "customers" to use to rebuild a swc is in sdk/frameworks.  The individual build.xml that might be in the source tree is used for building the SDK itself.<br /><br />Matt<br /><br /><br />On 5/22/08 7:07 PM, "Chris Hinkle" <[email protected]> wrote:<br /><br />A new discussion was started by Chris Hinkle in<br /><br />Developers --<br />  frameworks/projects/framework/build.xml<br /><br />This file is missing from the distribution.  Was that a mistake or on purpose?<br /><br />A few other files are missing too I've noticed.<br /><br />One cannot build the source without these files.<br /><br />________________________________<br />View/reply at frameworks/projects/framework/build.xml <a href=http://www.adobeforums.com/webx?13@@.59b5557e><a href=http://www.adobeforums.com/webx?13@@.59b5557e><br />Replies by email are OK.<br />Use the unsubscribe <a href=http://www.adobeforums.com/webx?280@@.59b5557e!folder=.3c060fa3><a href=http://www.adobeforums.com/webx?280@@.59b5557e!folder=.3c060fa3>  form to cancel your email subscription.

  • [SOLVED]How to build debian package source in Arch Linux?

    I'm porting openssl for sh4 arch.
    If I use Arch Linux PKGBUILD, it built failed. (I guess that's caused by there is no asm code for sh4 cpu).
    So, I decide use debian's source.
    But, is there any one know how to porting debian's package into Arch Linux?
    I can apt-get source openssl from other machine.  But I don't know what's the correct step to build it into Arch Linux' structure.
    Solution: refer brebs's PKGBUILD hint.
    Last edited by dlin (2013-02-26 09:44:16)

    The source is not hard to find. Look on Debian packages - each package has 2 files, the ".orig", and Debian's diff (which is sometimes not a diff, these days, thankfully because just having a simple "debian/patches" subdirectory available is a little bit easier for us).
    Edit: Here ya go, convenient links:
    http://packages.debian.org/sid/openssl
    http://ftp.de.debian.org/debian/pool/ma … ian.tar.gz
    Last edited by brebs (2013-02-26 09:42:10)

  • Suitability of Arch as a basis to OSE-specific Linux Build

    The guys at Open Source Ecology are considering the creation of a custom Linux distro to suit their needs:
    Any thoughts on how easier it would be to use ArchLinux instead of Ubuntu or Fedora as a starting point?
    From http://openfarmtech.org/index.php/OSE_Linux_Build :
    This build would contain:
    Prenstallation of all mission-critical software:
    Blender
    QCad - CAD, Architecture purposes
    Kdenlive
    Skype
    Linux CNC (this would require a dual boot installation where back versions of Linux are installed. For example, LinuxCNC works on Ubuntu 8.04 LTS, but not on Ubuntu 9.10. Whatever distribution of Linux is chosen, we need to make sure that LinuxCNC, one of the critical components of CNC machining - is accommodated
    Arduino Environment for programming the Arduino microcontroller
    Stereolithography file viewer
    Preinstalled libraries and Other Design Libraries
    QCad libraries for design files, house designs, other purposes
    Library of Pattern Language Icons for symbolic modeling of integrated agroecotechnological systems.
    Last edited by elifarley (2010-01-28 00:19:55)

    WOW! very nice! gonna keep an eye on it, I'm very interested in agroecology, bio-construction and FOSS!
    well, I think you must check the dependencies of the core softs, specially their versions...
    Since Arch follows rolling-release, only the latest stable versions of packages are in the repos (with some exceptions...). That can be good or bad, if the program have an active development, it's probably built with the most recent versions of libraries... and so it's easy to build them. If it's not so active, then maybe u have to patch sources, etc... but with ABS and AUR, it's not hard to install different versions of libraries, and also it's easy to build new packages from source and keep them up-to-date ( with the newest features, that sometimes is very nice in open-source, as programs evolve sometimes very fast). So, what I mean is that Arch is very flexible, and very simple to adapt and tweak. I would recommend it. ( I haven't seen informations about these apps you mentioned, sorry...I'll do as soon as I can.)
    edit: some errors, poor english, u know....
    Last edited by joaca_rj (2010-01-28 05:59:21)

  • [SOLVED] All applications lost in Arch Linux Gnome.

    All installed softwares are not accessible even through terminal
    I am not sure where I made the mistake. But the Gnome application menue was empty in my system. I was installing cairo dock when this happened.
    I added the following lines in /etc/pacman.conf
    [archlinuxfr]
    Server = http://repo.archlinux.fr/$arch/
    and run
    $ sudo pacman -Syy yaourt
    This made some error saying some signature issue. And roll backed the installation.
    When I restarted my system I was in the shell not in Gnome. I installed gnome again by using pacman. It did not download the packages again from the repo, but installed it.
    Now I can open gnome but all installed softwares are not accessible even through terminal
    Last edited by life-hack (2014-10-20 16:14:28)

    $ cat /var/log/pacman.log
    [2014-10-17 09:52] [PACMAN] Running 'pacman -r /mnt -Sy --cachedir=/mnt/var/cache/pacman/pkg base base-devel'
    [2014-10-17 09:52] [PACMAN] synchronizing package lists
    [2014-10-17 10:52] [PACMAN] installed linux-api-headers (3.16.2-1)
    [2014-10-17 10:52] [PACMAN] installed tzdata (2014h-1)
    [2014-10-17 10:52] [PACMAN] installed iana-etc (2.30-4)
    [2014-10-17 10:52] [PACMAN] installed filesystem (2014.07-1)
    [2014-10-17 10:52] [PACMAN] installed glibc (2.20-2)
    [2014-10-17 10:52] [PACMAN] installed ncurses (5.9-6)
    [2014-10-17 10:52] [PACMAN] installed readline (6.3.006-1)
    [2014-10-17 10:52] [PACMAN] installed bash (4.3.030-1)
    [2014-10-17 10:52] [PACMAN] installed bzip2 (1.0.6-5)
    [2014-10-17 10:52] [PACMAN] installed zlib (1.2.8-3)
    [2014-10-17 10:52] [PACMAN] installed cracklib (2.9.1-1)
    [2014-10-17 10:52] [PACMAN] installed libutil-linux (2.25.1-1)
    [2014-10-17 10:52] [PACMAN] installed e2fsprogs (1.42.12-1)
    [2014-10-17 10:52] [PACMAN] installed gdbm (1.11-1)
    [2014-10-17 10:52] [PACMAN] installed gcc-libs (4.9.1-2)
    [2014-10-17 10:52] [PACMAN] installed db (5.3.28-1)
    [2014-10-17 10:52] [PACMAN] installed perl (5.20.1-1)
    [2014-10-17 10:52] [PACMAN] installed openssl (1.0.1.j-1)
    [2014-10-17 10:52] [PACMAN] installed libsasl (2.1.26-7)
    [2014-10-17 10:52] [PACMAN] installed libldap (2.4.40-1)
    [2014-10-17 10:52] [PACMAN] installed keyutils (1.5.9-1)
    [2014-10-17 10:52] [PACMAN] installed krb5 (1.12.2-1)
    [2014-10-17 10:52] [PACMAN] installed libtirpc (0.2.5-1)
    [2014-10-17 10:52] [PACMAN] installed pambase (20130928-1)
    [2014-10-17 10:52] [PACMAN] installed pam (1.1.8-5)
    [2014-10-17 10:52] [PACMAN] installed attr (2.4.47-1)
    [2014-10-17 10:52] [PACMAN] installed acl (2.2.52-2)
    [2014-10-17 10:52] [PACMAN] installed gmp (6.0.0-1)
    [2014-10-17 10:52] [PACMAN] installed libcap (2.24-1)
    [2014-10-17 10:52] [PACMAN] installed coreutils (8.23-1)
    [2014-10-17 10:52] [PACMAN] installed libdbus (1.8.8-1)
    [2014-10-17 10:52] [PACMAN] installed expat (2.1.0-3)
    [2014-10-17 10:52] [PACMAN] installed dbus (1.8.8-1)
    [2014-10-17 10:52] [PACMAN] installed pcre (8.36-1)
    [2014-10-17 10:52] [PACMAN] installed libffi (3.1-2)
    [2014-10-17 10:52] [PACMAN] installed glib2 (2.42.0-1)
    [2014-10-17 10:52] [PACMAN] installed kbd (2.0.2-1)
    [2014-10-17 10:52] [PACMAN] installed kmod (18-1)
    [2014-10-17 10:52] [PACMAN] installed hwids (20140602-1)
    [2014-10-17 10:52] [PACMAN] installed libgpg-error (1.16-1)
    [2014-10-17 10:52] [PACMAN] installed libgcrypt (1.6.2-1)
    [2014-10-17 10:52] [PACMAN] installed xz (5.0.7-1)
    [2014-10-17 10:52] [PACMAN] installed libsystemd (216-3)
    [2014-10-17 10:52] [PACMAN] installed libseccomp (2.1.1-1)
    [2014-10-17 10:52] [PACMAN] installed shadow (4.2.1-1)
    [2014-10-17 10:52] [PACMAN] installed util-linux (2.25.1-1)
    [2014-10-17 10:52] [ALPM-SCRIPTLET] Created symlink from /etc/systemd/system/getty.target.wants/[email protected] to /usr/lib/systemd/system/[email protected].
    [2014-10-17 10:52] [ALPM-SCRIPTLET] :: Append 'init=/usr/lib/systemd/systemd' to your kernel command line in your
    [2014-10-17 10:52] [ALPM-SCRIPTLET] bootloader to replace sysvinit with systemd, or install systemd-sysvcompat
    [2014-10-17 10:52] [PACMAN] installed systemd (216-3)
    [2014-10-17 10:52] [PACMAN] installed device-mapper (2.02.111-1)
    [2014-10-17 10:52] [PACMAN] installed popt (1.16-7)
    [2014-10-17 10:52] [PACMAN] installed cryptsetup (1.6.6-1)
    [2014-10-17 10:52] [PACMAN] installed dhcpcd (6.5.0-1)
    [2014-10-17 10:52] [PACMAN] installed diffutils (3.3-2)
    [2014-10-17 10:52] [PACMAN] installed file (5.20-1)
    [2014-10-17 10:52] [PACMAN] installed findutils (4.4.2-6)
    [2014-10-17 10:52] [PACMAN] installed mpfr (3.1.2.p10-1)
    [2014-10-17 10:52] [PACMAN] installed gawk (4.1.1-1)
    [2014-10-17 10:52] [PACMAN] installed libunistring (0.9.4-1)
    [2014-10-17 10:52] [PACMAN] installed gettext (0.19.2-2)
    [2014-10-17 10:52] [PACMAN] installed grep (2.20-1)
    [2014-10-17 10:52] [PACMAN] installed less (470-1)
    [2014-10-17 10:52] [PACMAN] installed gzip (1.6-1)
    [2014-10-17 10:52] [PACMAN] installed inetutils (1.9.2-2)
    [2014-10-17 10:52] [PACMAN] installed iptables (1.4.21-1)
    [2014-10-17 10:52] [PACMAN] installed iproute2 (3.15.0-1)
    [2014-10-17 10:52] [PACMAN] installed sysfsutils (2.1.0-9)
    [2014-10-17 10:52] [PACMAN] installed iputils (20121221-3)
    [2014-10-17 10:52] [PACMAN] installed jfsutils (1.1.15-4)
    [2014-10-17 10:52] [PACMAN] installed licenses (20140629-1)
    [2014-10-17 10:52] [PACMAN] installed linux-firmware (20140828.13eb208-1)
    [2014-10-17 10:52] [PACMAN] installed mkinitcpio-busybox (1.21.1-2)
    [2014-10-17 10:52] [PACMAN] installed lzo (2.08-3)
    [2014-10-17 10:52] [PACMAN] installed libarchive (3.1.2-8)
    [2014-10-17 10:52] [PACMAN] installed mkinitcpio (18-2)
    [2014-10-17 10:52] [ALPM-SCRIPTLET] >>> Updating module dependencies. Please wait ...
    [2014-10-17 10:52] [ALPM-SCRIPTLET] >>> Generating initial ramdisk, using mkinitcpio. Please wait...
    [2014-10-17 10:52] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
    [2014-10-17 10:52] [ALPM-SCRIPTLET] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
    [2014-10-17 10:52] [ALPM-SCRIPTLET] ==> Starting build: 3.16.4-1-ARCH
    [2014-10-17 10:52] [ALPM-SCRIPTLET] -> Running build hook: [base]
    [2014-10-17 10:52] [ALPM-SCRIPTLET] -> Running build hook: [udev]
    [2014-10-17 10:52] [ALPM-SCRIPTLET] -> Running build hook: [autodetect]
    [2014-10-17 10:52] [ALPM-SCRIPTLET] -> Running build hook: [modconf]
    [2014-10-17 10:52] [ALPM-SCRIPTLET] -> Running build hook: [block]
    [2014-10-17 10:52] [ALPM-SCRIPTLET] -> Running build hook: [filesystems]
    [2014-10-17 10:52] [ALPM-SCRIPTLET] -> Running build hook: [keyboard]
    [2014-10-17 10:52] [ALPM-SCRIPTLET] -> Running build hook: [fsck]
    [2014-10-17 10:52] [ALPM-SCRIPTLET] ==> Generating module dependencies
    [2014-10-17 10:52] [ALPM-SCRIPTLET] ==> Creating gzip-compressed initcpio image: /boot/initramfs-linux.img
    [2014-10-17 10:52] [ALPM-SCRIPTLET] ==> Image generation successful
    [2014-10-17 10:52] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
    [2014-10-17 10:52] [ALPM-SCRIPTLET] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
    [2014-10-17 10:52] [ALPM-SCRIPTLET] ==> Starting build: 3.16.4-1-ARCH
    [2014-10-17 10:52] [ALPM-SCRIPTLET] -> Running build hook: [base]
    [2014-10-17 10:52] [ALPM-SCRIPTLET] -> Running build hook: [udev]
    [2014-10-17 10:52] [ALPM-SCRIPTLET] -> Running build hook: [modconf]
    [2014-10-17 10:52] [ALPM-SCRIPTLET] -> Running build hook: [block]
    [2014-10-17 10:52] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: aic94xx
    [2014-10-17 10:52] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: smsmdtv
    [2014-10-17 10:52] [ALPM-SCRIPTLET] -> Running build hook: [filesystems]
    [2014-10-17 10:52] [ALPM-SCRIPTLET] -> Running build hook: [keyboard]
    [2014-10-17 10:52] [ALPM-SCRIPTLET] -> Running build hook: [fsck]
    [2014-10-17 10:52] [ALPM-SCRIPTLET] ==> Generating module dependencies
    [2014-10-17 10:52] [ALPM-SCRIPTLET] ==> Creating gzip-compressed initcpio image: /boot/initramfs-linux-fallback.img
    [2014-10-17 10:52] [ALPM-SCRIPTLET] ==> Image generation successful
    [2014-10-17 10:52] [PACMAN] installed linux (3.16.4-1)
    [2014-10-17 10:52] [PACMAN] installed logrotate (3.8.7-3)
    [2014-10-17 10:52] [PACMAN] installed libaio (0.3.109-7)
    [2014-10-17 10:52] [PACMAN] installed thin-provisioning-tools (0.4.1-1)
    [2014-10-17 10:52] [PACMAN] installed lvm2 (2.02.111-1)
    [2014-10-17 10:52] [PACMAN] installed groff (1.22.2-7)
    [2014-10-17 10:52] [PACMAN] installed libpipeline (1.3.1-1)
    [2014-10-17 10:52] [ALPM-SCRIPTLET] it's recommended to create an initial
    [2014-10-17 10:52] [ALPM-SCRIPTLET] database running as root:
    [2014-10-17 10:52] [ALPM-SCRIPTLET] "/usr/bin/mandb --quiet"
    [2014-10-17 10:52] [PACMAN] installed man-db (2.7.0.2-2)
    [2014-10-17 10:52] [PACMAN] installed man-pages (3.74-1)
    [2014-10-17 10:52] [PACMAN] installed mdadm (3.3.1-2)
    [2014-10-17 10:52] [PACMAN] installed nano (2.2.6-3)
    [2014-10-17 10:52] [PACMAN] installed openresolv (3.5.7-2)
    [2014-10-17 10:52] [PACMAN] installed netctl (1.9-1)
    [2014-10-17 10:52] [PACMAN] installed run-parts (4.4-1)
    [2014-10-17 10:52] [PACMAN] installed sed (4.2.2-3)
    [2014-10-17 10:52] [PACMAN] installed ca-certificates-utils (20140325-2)
    [2014-10-17 10:52] [PACMAN] installed ca-certificates-mozilla (3.17.1-1)
    [2014-10-17 10:52] [PACMAN] installed ca-certificates-cacert (20140824-1)
    [2014-10-17 10:52] [PACMAN] installed ca-certificates (20140325-2)
    [2014-10-17 10:52] [PACMAN] installed libssh2 (1.4.3-2)
    [2014-10-17 10:52] [PACMAN] installed curl (7.38.0-2)
    [2014-10-17 10:52] [PACMAN] installed pth (2.0.7-5)
    [2014-10-17 10:52] [PACMAN] installed libksba (1.3.0-1)
    [2014-10-17 10:52] [PACMAN] installed libassuan (2.1.1-1)
    [2014-10-17 10:52] [PACMAN] installed pinentry (0.8.3-1)
    [2014-10-17 10:52] [PACMAN] installed dirmngr (1.1.1-3)
    [2014-10-17 10:52] [PACMAN] installed gnupg (2.0.26-1)
    [2014-10-17 10:52] [PACMAN] installed gpgme (1.5.1-1)
    [2014-10-17 10:52] [PACMAN] installed pacman-mirrorlist (20140901-1)
    [2014-10-17 10:52] [PACMAN] installed archlinux-keyring (20140908-1)
    [2014-10-17 10:52] [PACMAN] installed pacman (4.1.2-6)
    [2014-10-17 10:52] [PACMAN] installed pciutils (3.2.1-1)
    [2014-10-17 10:52] [PACMAN] installed pcmciautils (018-7)
    [2014-10-17 10:52] [PACMAN] installed procps-ng (3.3.9-3)
    [2014-10-17 10:52] [PACMAN] installed psmisc (22.21-2)
    [2014-10-17 10:52] [PACMAN] installed reiserfsprogs (3.6.24-1)
    [2014-10-17 10:52] [PACMAN] installed s-nail (14.7.8-1)
    [2014-10-17 10:52] [PACMAN] installed systemd-sysvcompat (216-3)
    [2014-10-17 10:52] [PACMAN] installed tar (1.28-1)
    [2014-10-17 10:52] [PACMAN] installed texinfo (5.2-2)
    [2014-10-17 10:52] [PACMAN] installed libusb (1.0.19-1)
    [2014-10-17 10:52] [PACMAN] installed usbutils (007-1)
    [2014-10-17 10:52] [PACMAN] installed vi (1:050325-4)
    [2014-10-17 10:52] [PACMAN] installed which (2.20-7)
    [2014-10-17 10:52] [PACMAN] installed xfsprogs (3.2.1-1)
    [2014-10-17 10:52] [PACMAN] installed m4 (1.4.17-1)
    [2014-10-17 10:52] [PACMAN] installed autoconf (2.69-2)
    [2014-10-17 10:52] [PACMAN] installed automake (1.14.1-1)
    [2014-10-17 10:52] [PACMAN] installed binutils (2.24-7)
    [2014-10-17 10:52] [PACMAN] installed bison (3.0.2-1)
    [2014-10-17 10:52] [PACMAN] installed fakeroot (1.20.1-1)
    [2014-10-17 10:52] [PACMAN] installed flex (2.5.39-1)
    [2014-10-17 10:52] [PACMAN] installed libmpc (1.0.2-2)
    [2014-10-17 10:52] [PACMAN] installed isl (0.13-1)
    [2014-10-17 10:52] [PACMAN] installed cloog (0.18.1-3)
    [2014-10-17 10:52] [PACMAN] installed gcc (4.9.1-2)
    [2014-10-17 10:52] [PACMAN] installed libltdl (2.4.2-14)
    [2014-10-17 10:52] [PACMAN] installed libtool (2.4.2-14)
    [2014-10-17 10:52] [PACMAN] installed libatomic_ops (7.4.2-1)
    [2014-10-17 10:52] [PACMAN] installed gc (7.4.2-2)
    [2014-10-17 10:52] [PACMAN] installed guile (2.0.11-2)
    [2014-10-17 10:52] [PACMAN] installed make (4.0-2)
    [2014-10-17 10:52] [PACMAN] installed patch (2.7.1-3)
    [2014-10-17 10:52] [PACMAN] installed pkg-config (0.28-2)
    [2014-10-17 10:52] [PACMAN] installed sudo (1.8.11.p1-1)
    [2014-10-17 11:43] [PACMAN] Running 'pacman -Sy'
    [2014-10-17 11:43] [PACMAN] synchronizing package lists
    [2014-10-17 11:46] [PACMAN] Running 'pacman -S sudo'
    [2014-10-17 11:46] [PACMAN] reinstalled sudo (1.8.11.p1-1)
    [2014-10-17 11:58] [PACMAN] Running 'pacman -S grub'
    [2014-10-17 11:59] [ALPM-SCRIPTLET] Generating grub.cfg.example config file...
    [2014-10-17 11:59] [ALPM-SCRIPTLET] This may fail on some machines running a custom kernel.
    [2014-10-17 12:00] [ALPM-SCRIPTLET] done.
    [2014-10-17 12:00] [PACMAN] installed grub (1:2.02.beta2-4)
    [2014-10-17 12:01] [PACMAN] Running 'pacman -S bash0completion'
    [2014-10-17 12:01] [PACMAN] Running 'pacman -S bash-completion'
    [2014-10-17 12:01] [PACMAN] installed bash-completion (2.1-5)
    [2014-10-17 12:02] [PACMAN] Running 'pacman -S os-prober'
    [2014-10-17 12:02] [PACMAN] installed os-prober (1.58-3)
    [2014-10-17 12:46] [PACMAN] Running 'pacman -S wpa_passphrase'
    [2014-10-17 12:47] [PACMAN] Running 'pacman -S wpa_supplicant'
    [2014-10-17 12:47] [PACMAN] installed libnl (3.2.25-1)
    [2014-10-17 12:47] [PACMAN] installed wpa_supplicant (2.2-2)
    [2014-10-19 03:42] [PACMAN] Running 'pacman -S wc'
    [2014-10-19 03:42] [PACMAN] Running 'pacman -S iw'
    [2014-10-19 03:42] [PACMAN] installed iw (3.14-1)
    [2014-10-19 03:42] [PACMAN] Running 'pacman -S iwconfig'
    [2014-10-19 03:42] [PACMAN] Running 'pacman -S ifconfig'
    [2014-10-19 03:47] [PACMAN] Running 'pacman -S xorg-server xorg-server-utils xorg-xinit'
    [2014-10-19 03:50] [PACMAN] Running 'pacman -S xorg-server xorg-server-utils xorg-xinit'
    [2014-10-19 04:01] [PACMAN] Running 'pacman -S xorg-server xorg-server-utils xorg-xinit'
    [2014-10-19 10:14] [PACMAN] Running 'pacman -Sy'
    [2014-10-19 10:14] [PACMAN] synchronizing package lists
    [2014-10-19 10:47] [PACMAN] Running 'pacman -Sy'
    [2014-10-19 10:47] [PACMAN] synchronizing package lists
    [2014-10-19 10:48] [PACMAN] Running 'pacman -S netctl'
    [2014-10-19 10:48] [PACMAN] reinstalled netctl (1.9-1)
    [2014-10-19 10:49] [PACMAN] Running 'pacman -S dialog'
    [2014-10-19 10:49] [PACMAN] installed dialog (1:1.2_20140911-1)
    [2014-10-19 10:52] [PACMAN] Running 'pacman -S xorg-serverr xorg-server-utils xorg-xinit'
    [2014-10-19 10:52] [PACMAN] Running 'pacman -S xorg-server xorg-server-utils xorg-xinit'
    [2014-10-19 11:01] [PACMAN] installed libepoxy (1.2-2)
    [2014-10-19 11:01] [PACMAN] installed xproto (7.0.26-1)
    [2014-10-19 11:01] [PACMAN] installed libxdmcp (1.1.1-2)
    [2014-10-19 11:01] [PACMAN] installed libpng (1.6.13-1)
    [2014-10-19 11:01] [PACMAN] installed graphite (1:1.2.4-1)
    [2014-10-19 11:01] [PACMAN] installed harfbuzz (0.9.35-1)
    [2014-10-19 11:01] [PACMAN] installed freetype2 (2.5.3-2)
    [2014-10-19 11:01] [PACMAN] installed libfontenc (1.1.2-1)
    [2014-10-19 11:01] [PACMAN] installed fontsproto (2.1.3-1)
    [2014-10-19 11:01] [PACMAN] installed libxfont (1.5.0-1)
    [2014-10-19 11:01] [PACMAN] installed libpciaccess (0.13.2-2)
    [2014-10-19 11:01] [PACMAN] installed libdrm (2.4.58-1)
    [2014-10-19 11:01] [PACMAN] installed pixman (0.32.6-1)
    [2014-10-19 11:01] [PACMAN] installed libxau (1.0.8-2)
    [2014-10-19 11:01] [PACMAN] installed xkeyboard-config (2.13-1)
    [2014-10-19 11:01] [PACMAN] installed xcb-proto (1.11-1)
    [2014-10-19 11:01] [PACMAN] installed libxcb (1.11-1)
    [2014-10-19 11:01] [PACMAN] installed kbproto (1.0.6-2)
    [2014-10-19 11:01] [PACMAN] installed libx11 (1.6.2-2)
    [2014-10-19 11:01] [PACMAN] installed libxkbfile (1.0.8-2)
    [2014-10-19 11:01] [PACMAN] installed xorg-xkbcomp (1.2.4-2)
    [2014-10-19 11:01] [PACMAN] installed xorg-setxkbmap (1.3.0-2)
    [2014-10-19 11:01] [PACMAN] installed xorg-fonts-encodings (1.0.4-4)
    [2014-10-19 11:01] [PACMAN] installed xorg-fonts-alias (1.0.3-1)
    [2014-10-19 11:01] [PACMAN] installed xorg-bdftopcf (1.0.4-2)
    [2014-10-19 11:01] [PACMAN] installed xorg-mkfontscale (1.1.1-1)
    [2014-10-19 11:01] [PACMAN] installed xorg-mkfontdir (1.0.7-2)
    [2014-10-19 11:01] [PACMAN] installed xorg-font-util (1.3.0-2)
    [2014-10-19 11:01] [PACMAN] installed xorg-font-utils (7.6-4)
    [2014-10-19 11:01] [ALPM-SCRIPTLET]
    [2014-10-19 11:01] [ALPM-SCRIPTLET] Fontconfig configuration is done via /etc/fonts/conf.avail and conf.d.
    [2014-10-19 11:01] [ALPM-SCRIPTLET] Read /etc/fonts/conf.d/README for more information.
    [2014-10-19 11:01] [ALPM-SCRIPTLET]
    [2014-10-19 11:01] [ALPM-SCRIPTLET] Configuration via /etc/fonts/local.conf is still possible,
    [2014-10-19 11:01] [ALPM-SCRIPTLET] but is no longer recommended for options available in conf.avail.
    [2014-10-19 11:01] [ALPM-SCRIPTLET]
    [2014-10-19 11:01] [ALPM-SCRIPTLET] Main systemwide configuration should be done by symlinks
    [2014-10-19 11:01] [ALPM-SCRIPTLET] (especially for autohinting, sub-pixel and lcdfilter):
    [2014-10-19 11:01] [ALPM-SCRIPTLET]
    [2014-10-19 11:01] [ALPM-SCRIPTLET] cd /etc/fonts/conf.d
    [2014-10-19 11:01] [ALPM-SCRIPTLET] ln -s ../conf.avail/XX-foo.conf
    [2014-10-19 11:01] [ALPM-SCRIPTLET]
    [2014-10-19 11:01] [ALPM-SCRIPTLET] Check also https://wiki.archlinux.org/index.php/Font_Configuration
    [2014-10-19 11:01] [ALPM-SCRIPTLET] and https://wiki.archlinux.org/index.php/Fonts.
    [2014-10-19 11:01] [ALPM-SCRIPTLET]
    [2014-10-19 11:01] [ALPM-SCRIPTLET] updating font cache... done.
    [2014-10-19 11:01] [PACMAN] installed fontconfig (2.11.1-1)
    [2014-10-19 11:01] [ALPM-SCRIPTLET] Updating font cache... done.
    [2014-10-19 11:01] [PACMAN] installed xorg-fonts-misc (1.0.1-3)
    [2014-10-19 11:01] [PACMAN] installed xorg-server-common (1.16.1-1)
    [2014-10-19 11:01] [PACMAN] installed mtdev (1.1.5-1)
    [2014-10-19 11:01] [PACMAN] installed libevdev (1.3-1)
    [2014-10-19 11:01] [PACMAN] installed xf86-input-evdev (2.9.0-2)
    [2014-10-19 11:01] [PACMAN] installed libxshmfence (1.1-1)
    [2014-10-19 11:01] [PACMAN] installed wayland (1.6.0-1)
    [2014-10-19 11:01] [PACMAN] installed xextproto (7.3.0-1)
    [2014-10-19 11:01] [PACMAN] installed libxext (1.3.3-1)
    [2014-10-19 11:01] [PACMAN] installed xf86vidmodeproto (2.3.1-3)
    [2014-10-19 11:01] [PACMAN] installed libxxf86vm (1.1.3-1)
    [2014-10-19 11:01] [PACMAN] installed fixesproto (5.0-3)
    [2014-10-19 11:01] [PACMAN] installed libxfixes (5.0.1-1)
    [2014-10-19 11:01] [PACMAN] installed damageproto (1.2.1-3)
    [2014-10-19 11:01] [PACMAN] installed libxdamage (1.1.4-2)
    [2014-10-19 11:01] [PACMAN] installed elfutils (0.159-1)
    [2014-10-19 11:01] [PACMAN] installed libomxil-bellagio (0.9.3-1)
    [2014-10-19 11:01] [PACMAN] installed llvm-libs (3.5.0-2.1)
    [2014-10-19 11:01] [PACMAN] installed libtxc_dxtn (1.0.1-5)
    [2014-10-19 11:01] [PACMAN] installed mesa-dri (10.3.1-1)
    [2014-10-19 11:01] [PACMAN] installed mesa (10.3.1-1)
    [2014-10-19 11:01] [PACMAN] installed mesa-libgl (10.3.1-1)
    [2014-10-19 11:01] [ALPM-SCRIPTLET] >>> xorg-server has now the ability to run without root rights with
    [2014-10-19 11:01] [ALPM-SCRIPTLET] the help of systemd-logind. xserver will fail to run if not launched
    [2014-10-19 11:01] [ALPM-SCRIPTLET] from the same virtual terminal as was used to log in.
    [2014-10-19 11:01] [ALPM-SCRIPTLET] Without root rights, log files will be in ~/.local/share/xorg/ directory.
    [2014-10-19 11:01] [ALPM-SCRIPTLET]
    [2014-10-19 11:01] [ALPM-SCRIPTLET] Old behavior can be restored through Xorg.wrap config file.
    [2014-10-19 11:01] [ALPM-SCRIPTLET] See Xorg.wrap man page (man xorg.wrap).
    [2014-10-19 11:01] [PACMAN] installed xorg-server (1.16.1-1)
    [2014-10-19 11:01] [PACMAN] installed libice (1.0.9-1)
    [2014-10-19 11:01] [PACMAN] installed xorg-iceauth (1.0.6-1)
    [2014-10-19 11:01] [PACMAN] installed xorg-sessreg (1.0.8-2)
    [2014-10-19 11:01] [PACMAN] installed xorg-xcmsdb (1.0.4-2)
    [2014-10-19 11:01] [PACMAN] installed xcb-util (0.4.0-1)
    [2014-10-19 11:01] [PACMAN] installed xorg-xbacklight (1.2.1-1)
    [2014-10-19 11:01] [PACMAN] installed xorg-xgamma (1.0.5-2)
    [2014-10-19 11:01] [PACMAN] installed libsm (1.2.2-2)
    [2014-10-19 11:01] [PACMAN] installed libxt (1.1.4-1)
    [2014-10-19 11:01] [PACMAN] installed libxmu (1.1.2-1)
    [2014-10-19 11:01] [PACMAN] installed xorg-xhost (1.0.6-1)
    [2014-10-19 11:01] [PACMAN] installed inputproto (2.3.1-1)
    [2014-10-19 11:01] [PACMAN] installed libxi (1.7.4-1)
    [2014-10-19 11:01] [PACMAN] installed renderproto (0.11.1-3)
    [2014-10-19 11:01] [PACMAN] installed libxrender (0.9.8-1)
    [2014-10-19 11:01] [PACMAN] installed randrproto (1.4.0-2)
    [2014-10-19 11:01] [PACMAN] installed libxrandr (1.4.2-2)
    [2014-10-19 11:01] [PACMAN] installed xorg-xrandr (1.4.3-1)
    [2014-10-19 11:01] [PACMAN] installed xineramaproto (1.2.1-3)
    [2014-10-19 11:01] [PACMAN] installed libxinerama (1.1.3-2)
    [2014-10-19 11:01] [PACMAN] installed xorg-xinput (1.6.1-1)
    [2014-10-19 11:01] [PACMAN] installed xorg-xmodmap (1.0.8-1)
    [2014-10-19 11:01] [PACMAN] installed mcpp (2.7.2-5)
    [2014-10-19 11:01] [PACMAN] installed xorg-xrdb (1.1.0-1)
    [2014-10-19 11:01] [PACMAN] installed xorg-xrefresh (1.0.5-1)
    [2014-10-19 11:01] [PACMAN] installed xorg-xset (1.2.3-1)
    [2014-10-19 11:01] [PACMAN] installed libxcursor (1.1.14-2)
    [2014-10-19 11:01] [PACMAN] installed xorg-xsetroot (1.1.1-2)
    [2014-10-19 11:01] [PACMAN] installed xorg-server-utils (7.6-4)
    [2014-10-19 11:01] [PACMAN] installed xorg-xauth (1.0.9-1)
    [2014-10-19 11:01] [PACMAN] installed xorg-xinit (1.3.4-1)
    [2014-10-19 11:09] [PACMAN] Running 'pacman -S xorg-serverr xorg-server-utils xorg-xinit'
    [2014-10-19 11:09] [PACMAN] Running 'pacman -S mesa'
    [2014-10-19 11:09] [PACMAN] reinstalled mesa (10.3.1-1)
    [2014-10-19 11:13] [PACMAN] Running 'pacman -S xf86-video-ati'
    [2014-10-19 11:13] [PACMAN] installed xf86-video-ati (1:7.5.0-1)
    [2014-10-19 11:13] [PACMAN] Running 'pacman -S mesa-libgl'
    [2014-10-19 11:13] [PACMAN] reinstalled mesa-libgl (10.3.1-1)
    [2014-10-19 11:14] [PACMAN] Running 'pacman -S catalyst-dkms'
    [2014-10-19 11:15] [PACMAN] Running 'pacman -S xfs86-input-synaptics'
    [2014-10-19 11:15] [PACMAN] Running 'pacman -S xf86-input-synaptics'
    [2014-10-19 11:15] [PACMAN] installed recordproto (1.14.2-2)
    [2014-10-19 11:15] [PACMAN] installed libxtst (1.2.2-1)
    [2014-10-19 11:15] [PACMAN] installed xf86-input-synaptics (1.8.1-1)
    [2014-10-19 11:16] [PACMAN] Running 'pacman -S xorg-twm xorg-xclock xterm'
    [2014-10-19 11:16] [PACMAN] installed xorg-twm (1.0.8-3)
    [2014-10-19 11:16] [PACMAN] installed libxpm (3.5.11-1)
    [2014-10-19 11:16] [PACMAN] installed libxaw (1.0.12-1)
    [2014-10-19 11:16] [PACMAN] installed libxft (2.3.2-1)
    [2014-10-19 11:16] [PACMAN] installed xorg-xclock (1.0.7-1)
    [2014-10-19 11:16] [PACMAN] installed xorg-luit (1.1.1-2)
    [2014-10-19 11:16] [PACMAN] installed xbitmaps (1.1.1-3)
    [2014-10-19 11:16] [PACMAN] installed libutempter (1.1.6-2)
    [2014-10-19 11:16] [PACMAN] installed xterm (312-1)
    [2014-10-19 11:17] [PACMAN] Running 'pacman -S gnome'
    [2014-10-19 12:44] [PACMAN] Running 'pacman -S gnome'
    [2014-10-19 12:50] [PACMAN] installed hicolor-icon-theme (0.13-1)
    [2014-10-19 12:50] [PACMAN] installed libjpeg-turbo (1.3.1-1)
    [2014-10-19 12:50] [PACMAN] installed libtiff (4.0.3-5)
    [2014-10-19 12:50] [PACMAN] installed jasper (1.900.1-10)
    [2014-10-19 12:50] [PACMAN] installed gdk-pixbuf2 (2.31.1-1)
    [2014-10-19 12:50] [PACMAN] installed gtk-update-icon-cache (2.24.25-1)
    [2014-10-19 12:50] [PACMAN] installed adwaita-icon-theme (3.14.0-1)
    [2014-10-19 12:50] [PACMAN] installed dconf (0.22.0-1)
    [2014-10-19 12:50] [PACMAN] installed atk (2.14.0-1)
    [2014-10-19 12:50] [PACMAN] installed cairo (1.14.0-1)
    [2014-10-19 12:50] [PACMAN] installed libdaemon (0.14-3)
    [2014-10-19 12:50] [PACMAN] installed avahi (0.6.31-13)
    [2014-10-19 12:50] [PACMAN] installed libcups (1.7.5-1)
    [2014-10-19 12:50] [PACMAN] installed compositeproto (0.4.2-3)
    [2014-10-19 12:50] [PACMAN] installed libxcomposite (0.4.4-2)
    [2014-10-19 12:50] [PACMAN] installed libdatrie (0.2.6-1)
    [2014-10-19 12:50] [PACMAN] installed libthai (0.1.19-1)
    [2014-10-19 12:50] [PACMAN] installed pango (1.36.8-1)
    [2014-10-19 12:50] [PACMAN] installed libxml2 (2.9.1-5)
    [2014-10-19 12:50] [PACMAN] installed shared-mime-info (1.3-1)
    [2014-10-19 12:50] [PACMAN] installed lcms2 (2.6-1)
    [2014-10-19 12:50] [PACMAN] installed libgusb (0.1.6-1)
    [2014-10-19 12:50] [PACMAN] installed nspr (4.10.7-1)
    [2014-10-19 12:50] [PACMAN] installed js17 (17.0.0-1)
    [2014-10-19 12:50] [PACMAN] installed polkit (0.112-2)
    [2014-10-19 12:50] [PACMAN] installed sqlite (3.8.7-1)
    [2014-10-19 12:50] [PACMAN] installed colord (1.2.3-1)
    [2014-10-19 12:50] [PACMAN] installed at-spi2-core (2.14.0-1)
    [2014-10-19 12:50] [PACMAN] installed at-spi2-atk (2.14.1-1)
    [2014-10-19 12:50] [PACMAN] installed libxkbcommon (0.4.3-1)
    [2014-10-19 12:50] [PACMAN] installed gtk3 (3.14.3-2)
    [2014-10-19 12:50] [PACMAN] installed gsettings-desktop-schemas (3.14.1-1)
    [2014-10-19 12:50] [PACMAN] installed desktop-file-utils (0.22-1)
    [2014-10-19 12:50] [PACMAN] installed baobab (3.14.1-1)
    [2014-10-19 12:50] [PACMAN] installed cogl (1.18.2-1)
    [2014-10-19 12:50] [PACMAN] installed json-glib (1.0.2-1)
    [2014-10-19 12:50] [PACMAN] installed libinput (0.6.0-1)
    [2014-10-19 12:50] [PACMAN] installed clutter (1.20.0-1)
    [2014-10-19 12:50] [PACMAN] installed gstreamer (1.4.3-1)
    [2014-10-19 12:50] [PACMAN] installed orc (0.4.19-1)
    [2014-10-19 12:50] [PACMAN] installed videoproto (2.3.2-1)
    [2014-10-19 12:50] [PACMAN] installed libxv (1.0.10-1)
    [2014-10-19 12:50] [PACMAN] installed gst-plugins-base-libs (1.4.3-1)
    [2014-10-19 12:50] [PACMAN] installed clutter-gst (2.0.12-1)
    [2014-10-19 12:50] [PACMAN] installed clutter-gtk (1.6.0-1)
    [2014-10-19 12:50] [PACMAN] installed dbus-glib (0.102-1)
    [2014-10-19 12:50] [PACMAN] installed telepathy-glib (0.24.0-1)
    [2014-10-19 12:50] [PACMAN] installed libgee (0.16.0-1)
    [2014-10-19 12:50] [PACMAN] installed libxslt (1.1.28-3)
    [2014-10-19 12:50] [PACMAN] installed libproxy (0.4.11-4)
    [2014-10-19 12:50] [PACMAN] installed libtasn1 (4.2-1)
    [2014-10-19 12:50] [PACMAN] installed nettle (2.7.1-1)
    [2014-10-19 12:50] [PACMAN] installed p11-kit (0.22.1-1)
    [2014-10-19 12:50] [PACMAN] installed gnutls (3.3.9-1)
    [2014-10-19 12:50] [PACMAN] installed glib-networking (2.42.0-1)
    [2014-10-19 12:50] [PACMAN] installed libsoup (2.48.0-1)
    [2014-10-19 12:50] [ALPM-SCRIPTLET] ==> aspell comes with no default dictionary
    [2014-10-19 12:50] [PACMAN] installed aspell (0.60.6.1-2)
    [2014-10-19 12:50] [PACMAN] installed hunspell (1.3.3-1)
    [2014-10-19 12:50] [PACMAN] installed hspell (1.2-2)
    [2014-10-19 12:50] [PACMAN] installed enchant (1.6.0-5)
    [2014-10-19 12:50] [PACMAN] installed nss (3.17.1-1)
    [2014-10-19 12:50] [PACMAN] installed libnm-glib (0.9.10.0-4)
    [2014-10-19 12:50] [PACMAN] installed libmm-glib (1.2.0-5)
    [2014-10-19 12:50] [PACMAN] installed geoclue2 (2.1.8-2)
    [2014-10-19 12:50] [PACMAN] installed libsecret (0.18-1)
    [2014-10-19 12:50] [PACMAN] installed giflib (5.1.0-1)
    [2014-10-19 12:50] [PACMAN] installed libwebp (0.4.1-1)
    [2014-10-19 12:50] [PACMAN] installed icu (53.1-1)
    [2014-10-19 12:50] [PACMAN] installed harfbuzz-icu (0.9.35-1)
    [2014-10-19 12:50] [PACMAN] installed webkitgtk (2.4.6-2)
    [2014-10-19 12:50] [PACMAN] installed libnotify (0.7.6-1)
    [2014-10-19 12:50] [PACMAN] installed rest (0.7.92-1)
    [2014-10-19 12:50] [PACMAN] installed gcr (3.14.0-1)
    [2014-10-19 12:50] [PACMAN] installed gnome-online-accounts (3.14.0-1)
    [2014-10-19 12:50] [PACMAN] installed geocode-glib (3.14.0-1)
    [2014-10-19 12:50] [PACMAN] installed libgweather (3.14.1-1)
    [2014-10-19 12:50] [PACMAN] installed libical (1.0-3)
    [2014-10-19 12:50] [PACMAN] installed liboauth (1.0.3-1)
    [2014-10-19 12:50] [PACMAN] installed libgdata (0.16.0-1)
    [2014-10-19 12:50] [PACMAN] installed evolution-data-server (3.12.7-1)
    [2014-10-19 12:50] [PACMAN] installed zeitgeist (0.9.15-1)
    [2014-10-19 12:50] [PACMAN] installed folks (0.10.0-1)
    [2014-10-19 12:50] [PACMAN] installed iso-codes (3.52-1)
    [2014-10-19 12:50] [PACMAN] installed libogg (1.3.2-1)
    [2014-10-19 12:50] [PACMAN] installed libvorbis (1.3.4-1)
    [2014-10-19 12:50] [PACMAN] installed alsa-lib (1.0.28-1)
    [2014-10-19 12:50] [PACMAN] installed tdb (1.3.0-2)
    [2014-10-19 12:50] [PACMAN] installed sound-theme-freedesktop (0.8-2)
    [2014-10-19 12:50] [PACMAN] installed libcanberra (0.30-4)
    [2014-10-19 12:50] [PACMAN] installed libasyncns (0.8-5)
    [2014-10-19 12:50] [PACMAN] installed flac (1.3.0-4)
    [2014-10-19 12:50] [PACMAN] installed libsndfile (1.0.25-3)
    [2014-10-19 12:50] [PACMAN] installed json-c (0.12-2)
    [2014-10-19 12:50] [PACMAN] installed libpulse (5.0-1)
    [2014-10-19 12:50] [PACMAN] installed libnice (0.1.7-1)
    [2014-10-19 12:50] [PACMAN] installed farstream (0.2.4-1)
    [2014-10-19 12:50] [PACMAN] installed telepathy-farstream (0.6.2-1)
    [2014-10-19 12:50] [PACMAN] installed telepathy-logger (0.8.0-2)
    [2014-10-19 12:50] [PACMAN] installed libgnome-keyring (3.12.0-1)
    [2014-10-19 12:50] [PACMAN] installed slang (2.2.4-3)
    [2014-10-19 12:50] [PACMAN] installed gpm (1.20.7-4)
    [2014-10-19 12:50] [PACMAN] installed libnewt (0.52.17-2)
    [2014-10-19 12:50] [PACMAN] installed libndp (1.3-1)
    [2014-10-19 12:50] [PACMAN] installed jansson (2.6-1)
    [2014-10-19 12:50] [PACMAN] installed libteam (1.11-1)
    [2014-10-19 12:50] [PACMAN] installed networkmanager (0.9.10.0-4)
    [2014-10-19 12:50] [PACMAN] installed telepathy-mission-control (5.16.2-1)
    [2014-10-19 12:50] [PACMAN] installed sdl (1.2.15-7)
    [2014-10-19 12:50] [PACMAN] installed libdv (1.0.0-6)
    [2014-10-19 12:50] [PACMAN] installed mjpegtools (2.1.0-1)
    [2014-10-19 12:50] [PACMAN] installed gsm (1.0.13-8)
    [2014-10-19 12:50] [PACMAN] installed lame (3.99.5-2)
    [2014-10-19 12:50] [PACMAN] installed fribidi (0.19.6-2)
    [2014-10-19 12:50] [PACMAN] installed recode (3.6-8)
    [2014-10-19 12:50] [PACMAN] installed enca (1.15-1)
    [2014-10-19 12:50] [PACMAN] installed libass (0.11.2-1)
    [2014-10-19 12:50] [PACMAN] installed libvdpau (0.8-1)
    [2014-10-19 12:50] [PACMAN] installed libbluray (0.6.2-1)
    [2014-10-19 12:50] [PACMAN] installed libmodplug (0.8.8.5-1)
    [2014-10-19 12:50] [PACMAN] installed libtheora (1.1.1-3)
    [2014-10-19 12:50] [PACMAN] installed libva (1.4.0-1)
    [2014-10-19 12:50] [PACMAN] installed libvpx (1.3.0-1)
    [2014-10-19 12:50] [PACMAN] installed opencore-amr (0.1.3-2)
    [2014-10-19 12:50] [PACMAN] installed openjpeg (1.5.2-1)
    [2014-10-19 12:50] [PACMAN] installed opus (1.1-1)
    [2014-10-19 12:50] [PACMAN] installed rtmpdump (20140918-2)
    [2014-10-19 12:50] [PACMAN] installed schroedinger (1.0.11-2)
    [2014-10-19 12:50] [PACMAN] installed speex (1.2rc1-4)
    [2014-10-19 12:50] [PACMAN] installed v4l-utils (1.6.0-1)
    [2014-10-19 12:50] [PACMAN] installed libx264 (1:142.20140826-2)
    [2014-10-19 12:50] [PACMAN] installed xvidcore (1.3.3-1)
    [2014-10-19 12:50] [PACMAN] installed x265 (1.3-1)
    [2014-10-19 12:50] [PACMAN] installed ffmpeg (1:2.4.2-2)
    [2014-10-19 12:50] [PACMAN] installed chromaprint (1.1-2)
    [2014-10-19 12:50] [PACMAN] installed libmms (0.6.4-1)
    [2014-10-19 12:50] [PACMAN] installed faad2 (2.7-4)
    [2014-10-19 12:50] [PACMAN] installed mpg123 (1.21.0-1)
    [2014-10-19 12:50] [PACMAN] installed libmp4v2 (2.0.0-3)
    [2014-10-19 12:50] [PACMAN] installed faac (1.28-5)
    [2014-10-19 12:50] [PACMAN] installed celt (0.11.3-2)
    [2014-10-19 12:50] [PACMAN] installed libdca (0.0.5-4)
    [2014-10-19 12:50] [PACMAN] installed soundtouch (1.8.0-1)
    [2014-10-19 12:50] [PACMAN] installed spandsp (0.0.6pre21-2)
    [2014-10-19 12:50] [PACMAN] installed libdvdread (5.0.0-1)
    [2014-10-19 12:50] [PACMAN] installed libdvdnav (5.0.1-1)
    [2014-10-19 12:50] [PACMAN] installed libgme (0.6.0-3)
    [2014-10-19 12:50] [PACMAN] installed neon (0.30.0-1)
    [2014-10-19 12:50] [PACMAN] installed fftw (3.3.4-1)
    [2014-10-19 12:50] [PACMAN] installed libofa (0.9.3-5)
    [2014-10-19 12:50] [PACMAN] installed libsamplerate (0.1.8-3)
    [2014-10-19 12:50] [PACMAN] installed zita-alsa-pcmi (0.2.0-1)
    [2014-10-19 12:50] [PACMAN] installed zita-resampler (1.3.0-2)
    [2014-10-19 12:50] [PACMAN] installed jack (0.124.1-3)
    [2014-10-19 12:50] [ALPM-SCRIPTLET]
    [2014-10-19 12:50] [ALPM-SCRIPTLET] > FluidSynth comes with a daemon. Start/enable it with systemd.
    [2014-10-19 12:50] [ALPM-SCRIPTLET] > Before that, you need a soundfont and some preconfiguration:
    [2014-10-19 12:50] [ALPM-SCRIPTLET] /etc/conf.d/fluidsynth
    [2014-10-19 12:50] [ALPM-SCRIPTLET]
    [2014-10-19 12:50] [ALPM-SCRIPTLET] > PulseAudio output when running as a daemon is known to be
    [2014-10-19 12:50] [ALPM-SCRIPTLET] > problematic. See the following bulletin board post:
    [2014-10-19 12:50] [ALPM-SCRIPTLET] https://bbs.archlinux.org/viewtopic.php?id=135092
    [2014-10-19 12:50] [ALPM-SCRIPTLET]
    [2014-10-19 12:50] [PACMAN] installed fluidsynth (1.1.6-3)
    [2014-10-19 12:50] [PACMAN] installed libsrtp (15.1c9bd90-3)
    [2014-10-19 12:50] [PACMAN] installed wildmidi (0.3.7-1)
    [2014-10-19 12:50] [PACMAN] installed glu (9.0.0-3)
    [2014-10-19 12:50] [PACMAN] installed sbc (1.2-1)
    [2014-10-19 12:50] [PACMAN] installed gst-plugins-bad (1.4.3-1)
    [2014-10-19 12:50] [PACMAN] installed cdparanoia (10.2-5)
    [2014-10-19 12:50] [PACMAN] installed libvisual (0.4.0-5)
    [2014-10-19 12:50] [PACMAN] installed gst-plugins-base (1.4.3-1)
    [2014-10-19 12:50] [PACMAN] installed wavpack (4.70.0-2)
    [2014-10-19 12:50] [PACMAN] installed aalib (1.4rc5-10)
    [2014-10-19 12:50] [PACMAN] installed taglib (1.9.1-1)
    [2014-10-19 12:50] [PACMAN] installed libshout (1:2.3.1-2)
    [2014-10-19 12:50] [PACMAN] installed libid3tag (0.15.1b-8)
    [2014-10-19 12:50] [PACMAN] installed imlib2 (1.4.6-3)
    [2014-10-19 12:50] [PACMAN] installed libcaca (0.99.beta18-2)
    [2014-10-19 12:50] [PACMAN] installed libraw1394 (2.1.0-2)
    [2014-10-19 12:50] [PACMAN] installed libavc1394 (0.5.4-2)
    [2014-10-19 12:50] [PACMAN] installed libiec61883 (1.2.0-4)
    [2014-10-19 12:50] [PACMAN] installed gst-plugins-good (1.4.3-1)
    [2014-10-19 12:50] [PACMAN] installed gnome-video-effects (0.4.1-1)
    [2014-10-19 12:50] [PACMAN] installed libcroco (0.6.8-2)
    [2014-10-19 12:50] [PACMAN] installed librsvg (1:2.40.5-1)
    [2014-10-19 12:50] [PACMAN] installed gnome-desktop (1:3.14.1-1)
    [2014-10-19 12:50] [PACMAN] installed cheese (3.14.1-1)
    [2014-10-19 12:50] [PACMAN] installed libchamplain (0.12.9-1)
    [2014-10-19 12:50] [ALPM-SCRIPTLET] To use Empathy you need to install at least one Telepathy connection manager.
    [2014-10-19 12:50] [PACMAN] installed empathy (3.12.5-1)
    [2014-10-19 12:50] [PACMAN] installed libexif (0.6.21-2)
    [2014-10-19 12:50] [PACMAN] installed exempi (2.2.1-2)
    [2014-10-19 12:50] [PACMAN] installed gobject-introspection (1.42.0-1)
    [2014-10-19 12:50] [PACMAN] installed libpeas (1.12.1-1)
    [2014-10-19 12:50] [PACMAN] installed eog (3.14.1-1)
    [2014-10-19 12:50] [PACMAN] installed webkit2gtk (2.6.1-1)
    [2014-10-19 12:50] [PACMAN] installed startup-notification (0.12-4)
    [2014-10-19 12:50] [PACMAN] installed libxres (1.0.7-1)
    [2014-10-19 12:50] [PACMAN] installed libwnck3 (3.4.9-1)
    [2014-10-19 12:50] [PACMAN] installed cantarell-fonts (0.0.16-1)
    [2014-10-19 12:50] [PACMAN] installed ttf-dejavu (2.34-1)
    [2014-10-19 12:50] [PACMAN] installed gnome-themes-standard (3.14.0-1)
    [2014-10-19 12:51] [PACMAN] installed epiphany (3.14.0-1)
    [2014-10-19 12:51] [PACMAN] installed libgxps (0.2.2-3)
    [2014-10-19 12:51] [PACMAN] installed libpaper (1.1.24-7)
    [2014-10-19 12:51] [PACMAN] installed ghostscript (9.15-1)
    [2014-10-19 12:51] [PACMAN] installed libspectre (0.2.7-2)
    [2014-10-19 12:51] [ALPM-SCRIPTLET] Updating font cache... done.
    [2014-10-19 12:51] [PACMAN] installed gsfonts (1.0.7pre44-4)
    [2014-10-19 12:51] [PACMAN] installed poppler (0.26.5-1)
    [2014-10-19 12:51] [PACMAN] installed poppler-glib (0.26.5-1)
    [2014-10-19 12:51] [PACMAN] installed djvulibre (3.5.25.3-2)
    [2014-10-19 12:51] [PACMAN] installed t1lib (5.1.2-5)
    [2014-10-19 12:51] [PACMAN] installed evince (3.14.1-1)
    [2014-10-19 12:51] [PACMAN] installed accountsservice (0.6.38-1)
    [2014-10-19 12:51] [PACMAN] installed pygobject-devel (3.14.0-1)
    [2014-10-19 12:51] [PACMAN] installed python2 (2.7.8-2)
    [2014-10-19 12:51] [PACMAN] installed python2-gobject (3.14.0-1)
    [2014-10-19 12:51] [PACMAN] installed python2-atspi (2.12.0-1)
    [2014-10-19 12:51] [PACMAN] installed libxklavier (5.4-1)
    [2014-10-19 12:51] [PACMAN] installed caribou (0.4.15-1)
    [2014-10-19 12:51] [PACMAN] installed js (24.2.0-1)
    [2014-10-19 12:51] [PACMAN] installed gjs (1.42.0-1)
    [2014-10-19 12:51] [PACMAN] installed bluez (5.24-1)
    [2014-10-19 12:51] [PACMAN] installed gnome-bluetooth (3.14.0-1)
    [2014-10-19 12:51] [PACMAN] installed gnome-menus (3.10.1-2)
    [2014-10-19 12:51] [PACMAN] installed libplist (1.11-1)
    [2014-10-19 12:51] [PACMAN] installed libusbmuxd (1.0.9-1)
    [2014-10-19 12:51] [PACMAN] installed libimobiledevice (1.1.6-1)
    [2014-10-19 12:51] [PACMAN] installed upower (0.99.0-3)
    [2014-10-19 12:51] [PACMAN] installed gnome-session (3.14.0-1)
    [2014-10-19 12:51] [PACMAN] installed libcanberra-pulse (0.30-4)
    [2014-10-19 12:51] [PACMAN] installed libwacom (0.10-1)
    [2014-10-19 12:51] [PACMAN] installed rtkit (0.11-4)
    [2014-10-19 12:51] [PACMAN] installed webrtc-audio-processing (0.1-2)
    [2014-10-19 12:51] [PACMAN] installed pulseaudio (5.0-1)
    [2014-10-19 12:51] [PACMAN] installed alsa-plugins (1.0.28-2)
    [2014-10-19 12:51] [PACMAN] installed pulseaudio-alsa (2-3)
    [2014-10-19 12:51] [PACMAN] installed gnome-settings-daemon (3.14.1-1)
    [2014-10-19 12:51] [PACMAN] installed libgdm (3.14.1-1)
    [2014-10-19 12:51] [PACMAN] installed zenity (3.14.0-1)
    [2014-10-19 12:51] [PACMAN] installed libxkbcommon-x11 (0.4.3-1)
    [2014-10-19 12:51] [PACMAN] installed mutter (3.14.1-1)
    [2014-10-19 12:51] [PACMAN] installed mobile-broadband-provider-info (20120614-2)
    [2014-10-19 12:51] [PACMAN] installed libnm-gtk (0.9.10.0-2)
    [2014-10-19 12:51] [PACMAN] installed network-manager-applet (0.9.10.0-2)
    [2014-10-19 12:51] [PACMAN] installed unzip (6.0-7)
    [2014-10-19 12:51] [PACMAN] installed gnome-shell (3.14.1-1)
    [2014-10-19 12:51] [PACMAN] installed gdm (3.14.1-1)
    [2014-10-19 12:51] [PACMAN] installed gnome-backgrounds (3.14.1-1)
    [2014-10-19 12:51] [PACMAN] installed gtksourceview3 (3.14.1-1)
    [2014-10-19 12:51] [PACMAN] installed gnome-calculator (3.14.0-1)
    [2014-10-19 12:51] [PACMAN] installed gnome-contacts (3.14.0-1)
    [2014-10-19 12:51] [PACMAN] installed cups-pk-helper (0.2.5-1)
    [2014-10-19 12:51] [PACMAN] installed libgtop (2.30.0-1)
    [2014-10-19 12:51] [PACMAN] installed libpwquality (1.2.3-1)
    [2014-10-19 12:51] [PACMAN] installed vte-common (0.38.1-1)
    [2014-10-19 12:51] [PACMAN] installed vte3 (0.38.1-1)
    [2014-10-19 12:51] [PACMAN] installed exiv2 (0.24-1)
    [2014-10-19 12:51] [PACMAN] installed shared-color-targets (0.1.2-1)
    [2014-10-19 12:51] [PACMAN] installed colord-gtk (0.1.25-2)
    [2014-10-19 12:51] [PACMAN] installed gnome-color-manager (3.14.1-1)
    [2014-10-19 12:51] [PACMAN] installed libcap-ng (0.7.4-1)
    [2014-10-19 12:51] [PACMAN] installed talloc (2.1.1-1)
    [2014-10-19 12:51] [PACMAN] installed libbsd (0.7.0-1)
    [2014-10-19 12:51] [PACMAN] installed libwbclient (4.1.12-1)
    [2014-10-19 12:51] [PACMAN] installed cifs-utils (6.3-2)
    [2014-10-19 12:51] [PACMAN] installed tevent (0.9.21-3)
    [2014-10-19 12:51] [PACMAN] installed ldb (1.1.17-1)
    [2014-10-19 12:51] [PACMAN] installed smbclient (4.1.12-1)
    [2014-10-19 12:51] [PACMAN] installed libgnomekbd (3.6.0-2)
    [2014-10-19 12:51] [PACMAN] installed gmime (2.6.20-2)
    [2014-10-19 12:51] [PACMAN] installed totem-plparser (3.10.3-1)
    [2014-10-19 12:51] [PACMAN] installed grilo (0.2.11-1)
    [2014-10-19 12:51] [PACMAN] installed libibus (1.5.9-4)
    [2014-10-19 12:51] [PACMAN] installed gnome-control-center (3.14.1-1)
    [2014-10-19 12:51] [PACMAN] installed gnome-dictionary (3.14.1-1)
    [2014-10-19 12:51] [PACMAN] installed libatasmart (0.19-3)
    [2014-10-19 12:51] [PACMAN] installed udisks2 (2.1.3-1)
    [2014-10-19 12:51] [PACMAN] installed gnome-icon-theme-symbolic (3.12.0-2)
    [2014-10-19 12:51] [PACMAN] installed gnome-disk-utility (3.12.1-1)
    [2014-10-19 12:51] [PACMAN] installed gnome-font-viewer (3.14.0-1)
    [2014-10-19 12:51] [PACMAN] installed gnome-icon-theme (3.12.0-2)
    [2014-10-19 12:51] [PACMAN] installed gnome-icon-theme-extras (3.12.0-1)
    [2014-10-19 12:51] [PACMAN] installed gnome-keyring (3.14.0-1)
    [2014-10-19 12:51] [PACMAN] installed gnome-screenshot (3.14.0-1)
    [2014-10-19 12:51] [PACMAN] installed gnome-shell-extensions (3.14.1-1)
    [2014-10-19 12:51] [PACMAN] installed gnome-system-log (3.9.90-1)
    [2014-10-19 12:51] [PACMAN] installed libsigc++ (2.4.0-1)
    [2014-10-19 12:51] [PACMAN] installed glibmm (2.42.0-1)
    [2014-10-19 12:51] [PACMAN] installed cairomm (1.10.0-3)
    [2014-10-19 12:51] [PACMAN] installed pangomm (2.34.0-1)
    [2014-10-19 12:51] [PACMAN] installed atkmm (2.22.7-1)
    [2014-10-19 12:51] [PACMAN] installed gtkmm3 (3.14.0-1)
    [2014-10-19 12:51] [PACMAN] installed gnome-system-monitor (3.14.1-1)
    [2014-10-19 12:51] [PACMAN] installed gnome-terminal (3.14.1-1)
    [2014-10-19 12:51] [PACMAN] installed yelp-xsl (3.14.0-1)
    [2014-10-19 12:51] [PACMAN] installed yelp (3.14.1-1)
    [2014-10-19 12:51] [PACMAN] installed gnome-user-docs (3.14.1-1)
    [2014-10-19 12:51] [PACMAN] installed apr (1.5.1-1)
    [2014-10-19 12:51] [PACMAN] installed apr-util (1.5.4-1)
    [2014-10-19 12:51] [PACMAN] installed apache (2.4.10-1)
    [2014-10-19 12:51] [PACMAN] installed mod_dnssd (0.6-6)
    [2014-10-19 12:51] [PACMAN] installed gnome-user-share (3.14.0-1)
    [2014-10-19 12:51] [PACMAN] installed grilo-plugins (0.2.13-1)
    [2014-10-19 12:51] [PACMAN] installed gucharmap (3.14.1-1)
    [2014-10-19 12:51] [PACMAN] installed mousetweaks (3.12.0-1)
    [2014-10-19 12:51] [PACMAN] installed fuse (2.9.3-2)
    [2014-10-19 12:51] [PACMAN] installed libcddb (1.3.2-4)
    [2014-10-19 12:51] [PACMAN] installed libcdio (0.92-1)
    [2014-10-19 12:51] [PACMAN] installed libcdio-paranoia (10.2+0.90+1-2)
    [2014-10-19 12:51] [PACMAN] installed gvfs (1.22.1-1)
    [2014-10-19 12:51] [PACMAN] installed libtracker-sparql (1.2.2-1)
    [2014-10-19 12:51] [PACMAN] installed nautilus-sendto (3.8.2-1)
    [2014-10-19 12:51] [PACMAN] installed libnautilus-extension (3.14.0-2)
    [2014-10-19 12:51] [PACMAN] installed nautilus (3.14.0-2)
    [2014-10-19 12:51] [PACMAN] installed libmusicbrainz5 (5.0.1-2)
    [2014-10-19 12:51] [PACMAN] installed sushi (3.12.0-1)
    [2014-10-19 12:51] [PACMAN] installed python (3.4.2-1)
    [2014-10-19 12:51] [PACMAN] installed python-gobject (3.14.0-1)
    [2014-10-19 12:51] [PACMAN] installed python-xdg (0.25-2)
    [2014-10-19 12:51] [PACMAN] installed totem (3.14.0-1)
    [2014-10-19 12:51] [PACMAN] installed libgsf (1.14.30-1)
    [2014-10-19 12:51] [PACMAN] installed libmediaart (0.6.0-1)
    [2014-10-19 12:51] [PACMAN] installed tracker (1.2.2-1)
    [2014-10-19 12:51] [PACMAN] installed vino (3.14.0-1)
    [2014-10-19 12:51] [PACMAN] installed xdg-user-dirs (0.15-1)
    [2014-10-19 12:51] [PACMAN] installed xdg-user-dirs-gtk (0.10-2)
    [2014-10-19 12:51] [PACMAN] Running 'pacman -S xf86-video-intel'
    [2014-10-19 12:52] [PACMAN] installed libxvmc (1.0.8-1)
    [2014-10-19 12:52] [ALPM-SCRIPTLET] >>> This driver uses SNA as the default acceleration method. You can
    [2014-10-19 12:52] [ALPM-SCRIPTLET] fall back to UXA if you run into trouble or test experimental
    [2014-10-19 12:52] [ALPM-SCRIPTLET] Glamor acceleration. To do so, save a file with the following
    [2014-10-19 12:52] [ALPM-SCRIPTLET] content as /etc/X11/xorg.conf.d/20-intel.conf :
    [2014-10-19 12:52] [ALPM-SCRIPTLET] Section "Device"
    [2014-10-19 12:52] [ALPM-SCRIPTLET] Identifier "Intel Graphics"
    [2014-10-19 12:52] [ALPM-SCRIPTLET] Driver "intel"
    [2014-10-19 12:52] [ALPM-SCRIPTLET] Option "AccelMethod" "sna"
    [2014-10-19 12:52] [ALPM-SCRIPTLET] #Option "AccelMethod" "uxa"
    [2014-10-19 12:52] [ALPM-SCRIPTLET] #Option "AccelMethod" "glamor"
    [2014-10-19 12:52] [ALPM-SCRIPTLET] EndSection
    [2014-10-19 12:52] [PACMAN] installed xf86-video-intel (2.99.916-3)
    [2014-10-19 12:52] [PACMAN] Running 'pacman -S catalyst-dkms'
    [2014-10-19 12:57] [PACMAN] Running 'pacman -S firefox'
    [2014-10-19 13:09] [PACMAN] installed gtk2 (2.24.25-1)
    [2014-10-19 13:09] [ALPM-SCRIPTLET] relogin or source /etc/profile.d/mozilla-common.sh
    [2014-10-19 13:09] [PACMAN] installed mozilla-common (1.4-4)
    [2014-10-19 13:09] [PACMAN] installed mime-types (9-1)
    [2014-10-19 13:09] [PACMAN] installed libevent (2.0.21-3)
    [2014-10-19 13:09] [PACMAN] installed firefox (33.0-1)
    [2014-10-19 13:44] [PACMAN] Running 'pacman -S vlc'
    [2014-10-19 13:59] [PACMAN] installed a52dec (0.7.4-8)
    [2014-10-19 13:59] [PACMAN] installed libdvbpsi (1:1.1.2-1)
    [2014-10-19 13:59] [PACMAN] installed xdg-utils (1.1.0.git20141009-1)
    [2014-10-19 13:59] [PACMAN] installed libmng (2.0.2-3)
    [2014-10-19 13:59] [PACMAN] installed qt4 (4.8.6-1)
    [2014-10-19 13:59] [PACMAN] installed sdl_image (1.2.12-3)
    [2014-10-19 13:59] [PACMAN] installed libkate (0.4.1-5)
    [2014-10-19 13:59] [PACMAN] installed libtiger (0.3.4-4)
    [2014-10-19 13:59] [PACMAN] installed lua (5.2.3-1)
    [2014-10-19 13:59] [PACMAN] installed libebml (1.3.0-2)
    [2014-10-19 13:59] [PACMAN] installed libmatroska (1.4.1-1)
    [2014-10-19 13:59] [PACMAN] installed zvbi (0.2.33-6)
    [2014-10-19 13:59] [PACMAN] installed libmpcdec (1.2.6-4)
    [2014-10-19 13:59] [PACMAN] installed libupnp (1.6.19-1)
    [2014-10-19 13:59] [PACMAN] installed libmad (0.15.1b-7)
    [2014-10-19 13:59] [PACMAN] installed libmpeg2 (0.5.1-5)
    [2014-10-19 13:59] [PACMAN] installed xcb-util-keysyms (0.4.0-1)
    [2014-10-19 13:59] [PACMAN] installed libtar (1.2.20-2)
    [2014-10-19 13:59] [PACMAN] installed vlc (2.1.5-4)
    [2014-10-19 19:49] [PACMAN] Running 'pacman -S faba-mono-icons-git faba-colors-git'
    [2014-10-19 20:00] [PACMAN] Running 'pacman -S subl'
    [2014-10-19 20:00] [PACMAN] Running 'pacman -S sublime'
    [2014-10-19 20:01] [PACMAN] Running 'pacman -S gedit'
    [2014-10-19 20:01] [PACMAN] installed gedit (3.14.0-1)
    [2014-10-19 20:04] [PACMAN] Running 'pacman -S --needed base-devel'
    [2014-10-19 20:04] [PACMAN] Running 'pacman -S conky'
    [2014-10-19 20:04] [PACMAN] installed wireless_tools (30.pre9-1)
    [2014-10-19 20:04] [PACMAN] installed conky (1.9.0-4)
    [2014-10-19 20:04] [PACMAN] Running 'pacman -S cairo'
    [2014-10-19 20:04] [PACMAN] reinstalled cairo (1.14.0-1)
    [2014-10-19 20:10] [PACMAN] Running 'pacman -S gnome-control-center'
    [2014-10-19 20:10] [PACMAN] Running 'pacman -S gnome-control-center codeblocks'
    [2014-10-19 20:16] [PACMAN] reinstalled gnome-control-center (3.14.1-1)
    [2014-10-19 20:16] [PACMAN] installed boost-libs (1.56.0-2)
    [2014-10-19 20:16] [PACMAN] installed gamin (0.1.10-8)
    [2014-10-19 20:16] [PACMAN] installed gstreamer0.10 (0.10.36-4)
    [2014-10-19 20:16] [PACMAN] installed gstreamer0.10-base (0.10.36-3)
    [2014-10-19 20:16] [PACMAN] installed wxgtk2.8 (2.8.12.1-2)
    [2014-10-19 20:16] [PACMAN] installed codeblocks (13.12-2)
    [2014-10-19 20:42] [PACMAN] Running 'pacman -S nome-tweak-tool'
    [2014-10-19 20:42] [PACMAN] Running 'pacman -S gnome-tweak-tool'
    [2014-10-19 20:42] [PACMAN] installed gnome-tweak-tool (3.14.0-1)
    [2014-10-19 21:17] [PACMAN] Running 'pacman -S NetworkManager'
    [2014-10-19 21:17] [PACMAN] Running 'pacman -S networkmanager'
    [2014-10-19 21:18] [PACMAN] reinstalled networkmanager (0.9.10.0-4)
    [2014-10-19 21:20] [PACMAN] Running 'pacman -S seahorse'
    [2014-10-19 21:20] [PACMAN] installed seahorse (3.14.0-1)
    [2014-10-19 21:21] [PACMAN] Running 'pacman -S network-manager-applet'
    [2014-10-19 21:21] [PACMAN] reinstalled network-manager-applet (0.9.10.0-2)
    [2014-10-19 21:37] [PACMAN] Running 'pacman -S PackageKit'
    [2014-10-19 21:37] [PACMAN] Running 'pacman -S packagekit'
    [2014-10-19 21:37] [PACMAN] installed packagekit (0.7.6-11)
    [2014-10-19 21:38] [PACMAN] Running 'pacman -S zenity_pacgui'
    [2014-10-19 21:38] [PACMAN] Running 'pacman -S argon'
    [2014-10-19 22:01] [PACMAN] Running 'pacman -S cairo'
    [2014-10-19 22:01] [PACMAN] reinstalled cairo (1.14.0-1)
    [2014-10-19 22:02] [PACMAN] Running 'pacman -S gnome-packagekit'
    [2014-10-19 22:04] [PACMAN] installed gnome-packagekit (3.12.2-1)
    [2014-10-19 22:04] [PACKAGEKIT] synchronizing package lists
    [2014-10-19 22:06] [PACKAGEKIT] upgraded wpa_supplicant (2.2-2 -> 2.3-1)
    [2014-10-19 22:57] [PACKAGEKIT] installed connman (1.25-1)
    [2014-10-19 22:57] [PACKAGEKIT] installed rfkill (0.5-1)
    [2014-10-19 22:57] [PACKAGEKIT] installed net-tools (1.60.20130531git-1)
    [2014-10-19 22:57] [PACKAGEKIT] installed libglade (2.6.4-5)
    [2014-10-19 22:57] [PACKAGEKIT] installed python2-cairo (1.10.0-2)
    [2014-10-19 22:57] [PACKAGEKIT] installed pygobject2-devel (2.28.6-11)
    [2014-10-19 22:57] [PACKAGEKIT] installed python2-gobject2 (2.28.6-11)
    [2014-10-19 22:57] [PACKAGEKIT] installed pygtk (2.24.0-5)
    [2014-10-19 22:57] [PACKAGEKIT] installed wifi-radar (2.0.s09-1)
    [2014-10-19 22:57] [PACKAGEKIT] installed libxfce4util (4.10.1-2)
    [2014-10-19 22:57] [PACKAGEKIT] installed xfconf (4.10.0-4)
    [2014-10-19 22:57] [PACKAGEKIT] installed libxfce4ui (4.10.0-2)
    [2014-10-19 22:57] [PACKAGEKIT] installed exo (0.10.2-2)
    [2014-10-19 22:57] [PACKAGEKIT] installed garcon (0.2.1-1)
    [2014-10-19 22:57] [PACKAGEKIT] installed libwnck (2.30.7-2)
    [2014-10-19 22:57] [PACKAGEKIT] installed xfce4-panel (4.10.1-1)
    [2014-10-19 22:57] [PACKAGEKIT] installed xfce4-wavelan-plugin (0.5.11-2)
    [2014-10-19 22:57] [PACKAGEKIT] installed gconf (3.2.6-3)
    [2014-10-19 22:57] [ALPM-SCRIPTLET]
    [2014-10-19 22:57] [ALPM-SCRIPTLET] (gconftool-2:5858): GConf-WARNING **: Client failed to connect to the D-BUS daemon:
    [2014-10-19 22:57] [ALPM-SCRIPTLET] Unable to autolaunch a dbus-daemon without a $DISPLAY for X11
    [2014-10-19 22:57] [PACKAGEKIT] installed aisleriot (3.14.1-1)
    [2014-10-19 22:57] [PACKAGEKIT] installed gdl (3.14.0-1)
    [2014-10-19 22:57] [PACKAGEKIT] installed libanjuta (3.14.0-1)
    [2014-10-19 22:57] [PACKAGEKIT] installed autogen (5.18.4-1)
    [2014-10-19 22:57] [PACKAGEKIT] installed devhelp (3.14.0-1)
    [2014-10-19 22:57] [PACKAGEKIT] installed glade (3.18.3-1)
    [2014-10-19 22:57] [PACKAGEKIT] installed libmariadbclient (10.0.14-2)
    [2014-10-19 22:57] [PACKAGEKIT] installed postgresql-libs (9.3.5-1)
    [2014-10-19 22:57] [PACKAGEKIT] installed gd (2.1.0-3)
    [2014-10-19 22:57] [PACKAGEKIT] installed gts (0.7.6-3)
    [2014-10-19 22:57] [PACKAGEKIT] installed graphviz (2.38.0-2)
    [2014-10-19 22:57] [PACKAGEKIT] installed libgda (5.2.1-2)
    [2014-10-19 22:57] [PACKAGEKIT] installed serf (1.3.7-1)
    [2014-10-19 22:57] [PACKAGEKIT] installed subversion (1.8.10-1)
    [2014-10-19 22:57] [PACKAGEKIT] installed vala (0.26.1-1)
    [2014-10-19 22:57] [PACKAGEKIT] installed anjuta (3.14.0-1)
    [2014-10-19 22:57] [PACKAGEKIT] installed bijiben (3.14.1-1)
    [2014-10-19 22:57] [PACKAGEKIT] installed cdrkit (1.1.11-3)
    [2014-10-19 22:57] [PACKAGEKIT] installed libao (1.2.0-1)
    [2014-10-19 22:57] [PACKAGEKIT] installed cdrdao (1.2.3-7)
    [2014-10-19 22:57] [PACKAGEKIT] installed dvd+rw-tools (7.1-5)
    [2014-10-19 22:57] [PACKAGEKIT] installed brasero (3.11.4-1)
    [2014-10-19 22:57] [PACKAGEKIT] installed gtkhtml4 (4.8.5-1)
    [2014-10-19 22:57] [PACKAGEKIT] installed libpst (0.6.63-2)
    [2014-10-19 22:57] [PACKAGEKIT] installed libytnef (1.5-4)
    [2014-10-19 22:57] [PACKAGEKIT] installed gtkspell3 (3.0.6-1)
    [2014-10-19 22:57] [PACKAGEKIT] installed evolution (3.12.7-1)
    [2014-10-19 22:57] [PACKAGEKIT] installed p7zip (9.20.1-9)
    [2014-10-19 22:57] [PACKAGEKIT] installed file-roller (3.14.1-1)
    [2014-10-19 22:58] [PACKAGEKIT] installed gnome-chess (3.14.0-1)
    [2014-10-19 22:58] [PACKAGEKIT] installed libzapojit (0.0.3-2)
    [2014-10-19 22:58] [PACKAGEKIT] installed gfbgraph (0.2.2-1)
    [2014-10-19 22:58] [PACKAGEKIT] installed gssdp (0.14.10-1)
    [2014-10-19 22:58] [PACKAGEKIT] installed gupnp (0.20.12-1)
    [2014-10-19 22:58] [PACKAGEKIT] installed dleyna-core (0.4.0-1)
    [2014-10-19 22:58] [PACKAGEKIT] installed dleyna-connector-dbus (0.2.0-1)
    [2014-10-19 22:58] [PACKAGEKIT] installed gupnp-av (0.12.6-1)
    [2014-10-19 22:58] [PACKAGEKIT] installed gupnp-dlna (0.10.2-1)
    [2014-10-19 22:58] [PACKAGEKIT] installed dleyna-server (0.4.0-1)
    [2014-10-19 22:58] [PACKAGEKIT] installed gnome-online-miners (3.14.0-1)
    [2014-10-19 22:58] [PACKAGEKIT] installed gnome-documents (3.14.0-1)
    [2014-10-19 22:58] [PACKAGEKIT] installed gnome-mines (3.14.1-1)
    [2014-10-19 22:58] [PACKAGEKIT] installed libdmapsharing (2.9.23-1)
    [2014-10-19 22:58] [PACKAGEKIT] installed python-dbus-common (1.2.0-3)
    [2014-10-19 22:58] [PACKAGEKIT] installed python-dbus (1.2.0-3)
    [2014-10-19 22:58] [PACKAGEKIT] installed python-cairo (1.10.0-4)
    [2014-10-19 22:58] [PACKAGEKIT] installed gnome-music (3.14.1-1)
    [2014-10-19 22:58] [PACKAGEKIT] installed idnkit (1.0-3)
    [2014-10-19 22:58] [PACKAGEKIT] installed dnssec-anchors (20140629-1)
    [2014-10-19 22:58] [PACKAGEKIT] installed dnsutils (9.9.2.P2-2)
    [2014-10-19 22:58] [PACKAGEKIT] installed libidn (1.29-1)
    [2014-10-19 22:58] [PACKAGEKIT] installed whois (5.1.3-1)
    [2014-10-19 22:58] [PACKAGEKIT] installed gnome-nettool (3.8.1-2)
    [2014-10-19 22:58] [PACKAGEKIT] installed gnome-nibbles (3.14.1-1)
    [2014-10-19 22:58] [PACKAGEKIT] installed qqwing (1.3.1-1)
    [2014-10-19 22:58] [PACKAGEKIT] installed gnome-sudoku (3.14.1-1)
    [2014-10-19 22:58] [PACKAGEKIT] installed telepathy-idle (0.2.0-1)
    [2014-10-19 22:58] [PACKAGEKIT] installed polari (3.14.1-1)
    [2014-10-19 22:58] [PACKAGEKIT] installed rygel (0.24.1-1)
    [2014-10-19 23:05] [PACKAGEKIT] installed cairo-dock (3.3.2.r1818-1)
    [2014-10-19 23:05] [PACKAGEKIT] installed cairo-dock-plugins (3.3.2.r3121-2)
    [2014-10-19 23:05] [PACKAGEKIT] installed cairo-perl (1.104-2)
    [2014-10-19 23:05] [PACKAGEKIT] installed gambas3-runtime (3.5.4-3)
    [2014-10-19 23:05] [PACKAGEKIT] installed gambas3-gb-cairo (3.5.4-3)
    [2014-10-20 09:07] [PACKAGEKIT] installed lxinput (0.3.3-1)
    [2014-10-20 11:26] [PACKAGEKIT] installed libart-lgpl (2.3.21-3)
    [2014-10-20 11:26] [PACKAGEKIT] installed libgnomecanvas (2.30.3-3)
    [2014-10-20 11:26] [ALPM-SCRIPTLET]
    [2014-10-20 11:26] [ALPM-SCRIPTLET] (gconftool-2:8522): GConf-WARNING **: Client failed to connect to the D-BUS daemon:
    [2014-10-20 11:26] [ALPM-SCRIPTLET] Unable to autolaunch a dbus-daemon without a $DISPLAY for X11
    [2014-10-20 11:26] [PACKAGEKIT] installed libgnome-data (2.32.1-5)
    [2014-10-20 11:26] [PACKAGEKIT] installed gnome-mime-data (2.18.0-7)
    [2014-10-20 11:26] [ALPM-SCRIPTLET]
    [2014-10-20 11:26] [ALPM-SCRIPTLET] (gconftool-2:8529): GConf-WARNING **: Client failed to connect to the D-BUS daemon:
    [2014-10-20 11:26] [ALPM-SCRIPTLET] Unable to autolaunch a dbus-daemon without a $DISPLAY for X11
    [2014-10-20 11:26] [PACKAGEKIT] installed gnome-vfs (2.24.4-8)
    [2014-10-20 11:26] [PACKAGEKIT] installed libidl2 (0.8.14-3)
    [2014-10-20 11:26] [PACKAGEKIT] installed orbit2 (2.14.19-3)
    [2014-10-20 11:26] [PACKAGEKIT] installed libbonobo (2.32.1-4)
    [2014-10-20 11:26] [PACKAGEKIT] installed libgnome (2.32.1-5)
    [2014-10-20 11:26] [PACKAGEKIT] installed libbonoboui (2.24.5-3)
    [2014-10-20 11:26] [PACKAGEKIT] installed libgnomeui (2.24.5-2)
    [2014-10-20 11:26] [PACKAGEKIT] installed libunique (1.1.6-6)
    [2014-10-20 11:26] [ALPM-SCRIPTLET]
    [2014-10-20 11:26] [ALPM-SCRIPTLET] (gconftool-2:8538): GConf-WARNING **: Client failed to connect to the D-BUS daemon:
    [2014-10-20 11:26] [ALPM-SCRIPTLET] Unable to autolaunch a dbus-daemon without a $DISPLAY for X11
    [2014-10-20 11:26] [PACKAGEKIT] installed gnome-commander (1.4.3-1)
    [2014-10-20 11:35] [PACKAGEKIT] installed transmission-gtk (2.84-1)
    [2014-10-20 11:35] [PACKAGEKIT] installed xcb-util-wm (0.4.1-1)
    [2014-10-20 11:35] [PACKAGEKIT] installed xcb-util-image (0.4.0-1)
    [2014-10-20 11:35] [PACKAGEKIT] installed qtchooser (41-1)
    [2014-10-20 11:35] [PACKAGEKIT] installed qt5-base (5.3.2-1)
    [2014-10-20 11:35] [PACKAGEKIT] installed transmission-qt (2.84-1)
    [2014-10-20 11:35] [PACKAGEKIT] installed transmission-cli (2.84-1)
    [2014-10-20 11:35] [PACKAGEKIT] installed transmission-remote-cli (1.7.0-1)
    [2014-10-20 11:40] [PACKAGEKIT] installed adobe-source-code-pro-fonts (1.017-1)
    [2014-10-20 11:40] [PACKAGEKIT] installed adobe-source-sans-pro-fonts (2.010ro+1.065it-1)
    [2014-10-20 11:40] [PACKAGEKIT] installed adobe-source-serif-pro-fonts (1.014-1)
    [2014-10-20 11:40] [ALPM-SCRIPTLET] Updating font cache... done.
    [2014-10-20 11:40] [PACKAGEKIT] installed artwiz-fonts (1.3-8)
    [2014-10-20 11:40] [ALPM-SCRIPTLET] Updating font cache... done.
    [2014-10-20 11:40] [PACKAGEKIT] installed font-bh-ttf (1.0.3-2)
    [2014-10-20 11:40] [ALPM-SCRIPTLET] Updating font cache... done.
    [2014-10-20 11:40] [PACKAGEKIT] installed bdf-unifont (7.0.03-1)
    [2014-10-20 11:41] [PACKAGEKIT] installed firefox-i18n-hi-in (33.0-1)
    [2014-10-20 11:42] [PACKAGEKIT] installed ttf-ubuntu-font-family (0.80-4)
    [2014-10-20 11:44] [ALPM-SCRIPTLET] Updating font cache... done.
    [2014-10-20 11:44] [PACKAGEKIT] installed ttf-liberation (2.00.1-4)
    [2014-10-20 11:48] [PACKAGEKIT] installed ttf-linux-libertine (5.3.0-3)
    [2014-10-20 11:48] [ALPM-SCRIPTLET] Updating font cache... done.
    [2014-10-20 11:48] [PACKAGEKIT] installed wqy-microhei (0.2.0_beta-6)
    [2014-10-20 11:48] [PACKAGEKIT] installed acpid (2.0.23-1)
    [2014-10-20 11:48] [PACKAGEKIT] installed acpidump (3.17-1)
    [2014-10-20 11:55] [PACMAN] Running 'pacman -S'
    [2014-10-20 11:55] [PACMAN] Running 'pacman -S fontconfig xorg-font-utils xorg-fonts-encodings'
    [2014-10-20 11:55] [ALPM-SCRIPTLET] updating font cache... done.
    [2014-10-20 11:55] [PACMAN] reinstalled fontconfig (2.11.1-1)
    [2014-10-20 11:55] [PACMAN] reinstalled xorg-font-utils (7.6-4)
    [2014-10-20 11:55] [PACMAN] reinstalled xorg-fonts-encodings (1.0.4-4)
    [2014-10-20 12:04] [PACMAN] Running 'pacman -U ttf-ms-fonts.tar.gz'
    [2014-10-20 12:07] [PACMAN] Running 'pacman -S --needed base-devel'
    [2014-10-20 12:18] [PACMAN] Running 'pacman -U ttf-ms-fonts-2.0-10-any.pkg.tar.xz'
    [2014-10-20 12:18] [ALPM-SCRIPTLET] Updating font cache... done.
    [2014-10-20 12:18] [PACMAN] installed ttf-ms-fonts (2.0-10)
    [2014-10-20 13:19] [PACMAN] Running '/usr/bin/pacman -S --asdeps fontforge'
    [2014-10-20 13:28] [PACMAN] installed libxkbui (1.0.2-5)
    [2014-10-20 13:28] [PACMAN] installed libspiro (1:0.2-1)
    [2014-10-20 13:28] [PACMAN] installed libunicodenames (1.1.0_beta1-1)
    [2014-10-20 13:28] [PACMAN] installed libsodium (1.0.0-1)
    [2014-10-20 13:28] [PACMAN] installed zeromq (4.0.5-1)
    [2014-10-20 13:28] [PACMAN] installed fontforge (20140101-4)
    [2014-10-20 13:30] [PACMAN] Running 'pacman -U'
    [2014-10-20 13:30] [PACMAN] Running 'pacman -U ttf-win7-fonts.install'
    [2014-10-20 14:28] [PACKAGEKIT] removed gnome-icon-theme-extras (3.12.0-1)
    [2014-10-20 14:28] [PACKAGEKIT] removed xfce4-wavelan-plugin (0.5.11-2)
    [2014-10-20 14:28] [PACKAGEKIT] removed gnome-user-docs (3.14.1-1)
    [2014-10-20 14:28] [PACKAGEKIT] removed gnome-tweak-tool (3.14.0-1)
    [2014-10-20 14:28] [PACKAGEKIT] removed yelp (3.14.1-1)
    [2014-10-20 14:28] [PACKAGEKIT] removed xfce4-panel (4.10.1-1)
    [2014-10-20 14:28] [PACKAGEKIT] removed wifi-radar (2.0.s09-1)
    [2014-10-20 14:28] [PACKAGEKIT] removed vlc (2.1.5-4)
    [2014-10-20 14:28] [PACKAGEKIT] removed nautilus (3.14.0-2)
    [2014-10-20 14:28] [PACKAGEKIT] removed gnome-terminal (3.14.1-1)
    [2014-10-20 14:28] [PACKAGEKIT] removed gnome-system-monitor (3.14.1-1)
    [2014-10-20 14:28] [PACKAGEKIT] removed gnome-shell-extensions (3.14.1-1)
    [2014-10-20 14:28] [PACKAGEKIT] removed gnome-nibbles (3.14.1-1)
    [2014-10-20 14:28] [PACKAGEKIT] removed gnome-keyring (3.14.0-1)
    [2014-10-20 14:28] [ALPM-SCRIPTLET]
    [2014-10-20 14:28] [ALPM-SCRIPTLET] (gconftool-2:15287): GConf-WARNING **: Client failed to connect to the D-BUS daemon:
    [2014-10-20 14:28] [ALPM-SCRIPTLET] Unable to autolaunch a dbus-daemon without a $DISPLAY for X11
    [2014-10-20 14:28] [PACKAGEKIT] removed gnome-commander (1.4.3-1)
    [2014-10-20 14:28] [PACKAGEKIT] removed libgnomeui (2.24.5-2)
    [2014-10-20 14:28] [PACKAGEKIT] removed libbonoboui (2.24.5-3)
    [2014-10-20 14:28] [PACKAGEKIT] removed libgnomecanvas (2.30.3-3)
    [2014-10-20 14:28] [PACKAGEKIT] removed gedit (3.14.0-1)
    [2014-10-20 14:28] [ALPM] warning: /etc/gdm/custom.conf saved as /etc/gdm/custom.conf.pacsave
    [2014-10-20 14:28] [PACKAGEKIT] removed gdm (3.14.1-1)
    [2014-10-20 14:28] [PACKAGEKIT] removed firefox-i18n-hi-in (33.0-1)
    [2014-10-20 14:28] [PACKAGEKIT] removed evolution (3.12.7-1)
    [2014-10-20 14:28] [PACKAGEKIT] removed epiphany (3.14.0-1)
    [2014-10-20 14:28] [PACKAGEKIT] removed eog (3.14.1-1)
    [2014-10-20 14:28] [PACKAGEKIT] removed codeblocks (13.12-2)
    [2014-10-20 14:28] [PACKAGEKIT] removed bijiben (3.14.1-1)
    [2014-10-20 14:28] [PACKAGEKIT] removed anjuta (3.14.0-1)
    [2014-10-20 14:28] [PACKAGEKIT] removed libgda (5.2.1-2)
    [2014-10-20 14:28] [PACKAGEKIT] removed libanjuta (3.14.0-1)
    [2014-10-20 14:28] [PACKAGEKIT] removed devhelp (3.14.0-1)
    [2014-10-20 14:28] [PACKAGEKIT] removed xdg-user-dirs-gtk (0.10-2)
    [2014-10-20 14:28] [PACKAGEKIT] removed wxgtk2.8 (2.8.12.1-2)
    [2014-10-20 14:28] [PACKAGEKIT] removed webkit2gtk (2.6.1-1)
    [2014-10-20 14:28] [PACKAGEKIT] removed vino (3.14.0-1)
    [2014-10-20 14:28] [PACKAGEKIT] removed transmission-gtk (2.84-1)
    [2014-10-20 14:28] [PACKAGEKIT] removed totem (3.14.0-1)
    [2014-10-20 14:28] [PACKAGEKIT] removed gnome-icon-theme (3.12.0-2)
    [2014-10-20 14:28] [PACKAGEKIT] removed sushi (3.12.0-1)
    [2014-10-20 14:28] [PACKAGEKIT] removed seahorse (3.14.0-1)
    [2014-10-20 14:28] [PACKAGEKIT] removed rygel (0.24.1-1)
    [2014-10-20 14:28] [PACKAGEKIT] removed pygtk (2.24.0-5)
    [2014-10-20 14:28] [PACKAGEKIT] removed polari (3.14.1-1)
    [2014-10-20 14:28] [PACKAGEKIT] removed mousetweaks (3.12.0-1)
    [2014-10-20 14:28] [PACKAGEKIT] removed lxinput (0.3.3-1)
    [2014-10-20 14:28] [PACKAGEKIT] removed libwnck3 (3.4.9-1)
    [2014-10-20 14:28] [PACKAGEKIT] removed libwnck (2.30.7-2)
    [2014-10-20 14:28] [PACKAGEKIT] removed libunique (1.1.6-6)
    [2014-10-20 14:28] [PACKAGEKIT] removed libtiger (0.3.4-4)
    [2014-10-20 14:28] [PACKAGEKIT] removed libpeas (1.12.1-1)
    [2014-10-20 14:28] [PACKAGEKIT] removed libnautilus-extension (3.14.0-2)
    [2014-10-20 14:28] [PACKAGEKIT] removed libglade (2.6.4-5)
    [2014-10-20 14:28] [PACKAGEKIT] removed gucharmap (3.14.1-1)
    [2014-10-20 14:28] [PACKAGEKIT] removed gtkspell3 (3.0.6-1)
    [2014-10-20 14:28] [PACKAGEKIT] removed gtkmm3 (3.14.0-1)
    [2014-10-20 14:28] [PACKAGEKIT] removed gtkhtml4 (4.8.5-1)
    [2014-10-20 14:28] [PACKAGEKIT] removed graphviz (2.38.0-2)
    [2014-10-20 14:28] [PACKAGEKIT] removed gnome-user-share (3.14.0-1)
    [2014-10-20 14:28] [PACKAGEKIT] removed gnome-system-log (3.9.90-1)
    [2014-10-20 14:28] [PACKAGEKIT] removed gnome-sudoku (3.14.1-1)
    [2014-10-20 14:28] [PACKAGEKIT] removed gnome-shell (3.14.1-1)
    [2014-10-20 14:28] [PACKAGEKIT] removed mutter (3.14.1-1)
    [2014-10-20 14:28] [PACKAGEKIT] removed zenity (3.14.0-1)
    [2014-10-20 14:28] [PACKAGEKIT] removed gnome-session (3.14.0-1)
    [2014-10-20 14:28] [PACKAGEKIT] removed gnome-screenshot (3.14.0-1)
    [2014-10-20 14:28] [PACKAGEKIT] removed gnome-packagekit (3.12.2-1)
    [2014-10-20 14:28] [PACKAGEKIT] removed gnome-nettool (3.8.1-2)
    [2014-10-20 14:28] [PACKAGEKIT] removed gnome-music (3.14.1-1)
    [2014-10-20 14:28] [PACKAGEKIT] removed grilo-plugins (0.2.13-1)
    [2014-10-20 14:28] [PACKAGEKIT] removed gnome-themes-standard (3.14.0-1)
    [2014-10-20 14:28] [PACKAGEKIT] removed gnome-mines (3.14.1-1)
    [2014-10-20 14:28] [PACKAGEKIT] removed gnome-font-viewer (3.14.0-1)
    [2014-10-20 14:28] [PACKAGEKIT] removed gnome-documents (3.14.0-1)
    [2014-10-20 14:28] [PACKAGEKIT] removed gnome-online-miners (3.14.0-1)
    [2014-10-20 14:28] [PACKAGEKIT] removed libzapojit (0.0.3-2)
    [2014-10-20 14:28] [PACKAGEKIT] removed gfbgraph (0.2.2-1)
    [2014-10-20 14:28] [PACKAGEKIT] removed tracker (1.2.2-1)
    [2014-10-20 14:28] [PACKAGEKIT] removed gnome-disk-utility (3.12.1-1)
    [2014-10-20 14:28] [PACKAGEKIT] removed gnome-icon-theme-symbolic (3.12.0-2)
    [2014-10-20 14:28] [PACKAGEKIT] removed gnome-dictionary (3.14.1-1)
    [2014-10-20 14:28] [PACKAGEKIT] removed gnome-control-center (3.14.1-1)
    [2014-10-20 14:28] [PACKAGEKIT] removed network-manager-applet (0.9.10.0-2)
    [2014-10-20 14:28] [PACKAGEKIT] removed libnm-gtk (0.9.10.0-2)
    [2014-10-20 14:28] [PACKAGEKIT] removed gnome-settings-daemon (3.14.1-1)
    [2014-10-20 14:28] [PACKAGEKIT] removed gnome-color-manager (3.14.1-1)
    [2014-10-20 14:28] [PACKAGEKIT] removed vte3 (0.38.1-1)
    [2014-10-20 14:28] [PACKAGEKIT] removed libgnomekbd (3.6.0-2)
    [2014-10-20 14:28] [PACKAGEKIT] removed grilo (0.2.11-1)
    [2014-10-20 14:28] [PACKAGEKIT] removed gnome-contacts (3.14.0-1)
    [2014-10-20 14:28] [PACKAGEKIT] removed gnome-chess (3.14.0-1)
    [2014-10-20 14:28] [PACKAGEKIT] removed gnome-calculator (3.14.0-1)
    [2014-10-20 14:28] [PACKAGEKIT] removed gtksourceview3 (3.14.1-1)
    [2014-10-20 14:28] [PACKAGEKIT] removed gnome-bluetooth (3.14.0-1)
    [2014-10-20 14:28] [PACKAGEKIT] removed glade (3.18.3-1)
    [2014-10-20 14:28] [PACKAGEKIT] removed gdl (3.14.0-1)
    [2014-10-20 14:28] [PACKAGEKIT] removed fontforge (20140101-4)
    [2014-10-20 14:28] [PACKAGEKIT] removed firefox (33.0-1)
    [2014-10-20 14:28] [PACKAGEKIT] removed file-roller (3.14.1-1)
    [2014-10-20 14:28] [PACKAGEKIT] removed exo (0.10.2-2)
    [2014-10-20 14:28] [PACKAGEKIT] removed libxfce4ui (4.10.0-2)
    [2014-10-20 14:28] [PACKAGEKIT] removed evince (3.14.1-1)
    [2014-10-20 14:28] [PACKAGEKIT] removed poppler-glib (0.26.5-1)
    [2014-10-20 14:28] [PACKAGEKIT] removed empathy (3.12.5-1)
    [2014-10-20 14:28] [PACKAGEKIT] removed folks (0.10.0-1)
    [2014-10-20 14:28] [PACKAGEKIT] removed evolution-data-server (3.12.7-1)
    [2014-10-20 14:28] [PACKAGEKIT] removed libgdata (0.16.0-1)
    [2014-10-20 14:28] [PACKAGEKIT] removed gnome-online-accounts (3.14.0-1)
    [2014-10-20 14:28] [PACKAGEKIT] removed libgweather (3.14.1-1)
    [2014-10-20 14:28] [PACKAGEKIT] removed zeitgeist (0.9.15-1)
    [2014-10-20 14:28] [PACKAGEKIT] removed webkitgtk (2.4.6-2)
    [2014-10-20 14:28] [PACKAGEKIT] removed gcr (3.14.0-1)
    [2014-10-20 14:28] [PACKAGEKIT] removed colord-gtk (0.1.25-2)
    [2014-10-20 14:28] [PACKAGEKIT] removed cheese (3.14.1-1)
    [2014-10-20 14:28] [PACKAGEKIT] removed clutter-gst (2.0.12-1)
    [2014-10-20 14:28] [PACKAGEKIT] removed gst-plugins-base (1.4.3-1)
    [2014-10-20 14:28] [PACKAGEKIT] removed gnome-desktop (1:3.14.1-1)
    [2014-10-20 14:28] [PACKAGEKIT] removed caribou (0.4.15-1)
    [2014-10-20 14:28] [PACKAGEKIT] removed brasero (3.11.4-1)
    [2014-10-20 14:28] [PACKAGEKIT] removed baobab (3.14.1-1)
    [2014-10-20 14:28] [ALPM-SCRIPTLET]
    [2014-10-20 14:28] [ALPM-SCRIPTLET] (gconftool-2:15531): GConf-WARNING **: Client failed to connect to the D-BUS daemon:
    [2014-10-20 14:28] [ALPM-SCRIPTLET] Unable to autolaunch a dbus-daemon without a $DISPLAY for X11
    [2014-10-20 14:28] [PACKAGEKIT] removed aisleriot (3.14.1-1)
    [2014-10-20 14:28] [PACKAGEKIT] removed python2-cairo (1.10.0-2)
    [2014-10-20 14:28] [PACKAGEKIT] removed python-cairo (1.10.0-4)
    [2014-10-20 14:28] [PACKAGEKIT] removed poppler (0.26.5-1)
    [2014-10-20 14:28] [PACKAGEKIT] removed pangomm (2.34.0-1)
    [2014-10-20 14:28] [PACKAGEKIT] removed libgxps (0.2.2-3)
    [2014

  • [SOLVED]Is there anybody using arch linux in coLinux?

    Hei,guys!
    I'm using arch linux in coLinux.I got the image file from sf and I successfully booted it on my machine,em,everything seemed to be OK.But when I tried to do this:
    pacman -Syu
    I got this message :
    checking package integrity...
    error: error while reading package /var/cache/pacman/pkg/gdbm-1.8.3-7-i686.pkg.tar.xz: Unrecognized archive format: Invalid or incomplete multibyte or wide character
    error: failed to commit transaction (libarchive error)
    Errors occurred, no packages were upgraded.
    I think the pacman(maybe just libarchive) is too old to recognize the .pkg.tar.xz files. So dose someone have an idea to work out it?
    Last edited by Cristie (2011-05-28 16:03:35)

    @twilight0:yeah,I acknowledge that,but it didn't work at all. I guess you didn't understand my problem. You know, the pacman coudn't upgrade (in fact I was unable to install any packages) just because the libarchive package was out of date (it meant that I could do nothing with the .tar.xz files downloaded from the mirrors).So I solved the problem by doing like this(Stupid it is, but it really works):
    1.Download libarchive from any of the mirrors around the world.
    2.Find a way to access to the files you just downloaded.
    3.Replace the original libarchive files.
    4.Mofify the local db.It is OK to do this:go to /var/lib/pacman/local,rename the libarchive-VERSION to current version.
    Then I found that depences need openssl >= 1.0.0, so try the same proccess with it.
    So,now everything is running very well.
    Last edited by Cristie (2011-05-28 16:20:03)

Maybe you are looking for

  • Pavillion m9077c lockup and fuzzy screen

    My computer locks up with a fuzzy screen I have an HP Pavilion m9077c-b quad core computer running Windows 8.1.  It has an Nvidia GeForce8500GT video card and I suspect it is going bad, but haven’t convinced myself that it is the problem. I checked t

  • Questions on 'Unmanaged File' and placing a PS file...

    Hi... AI CS4 on Win XP Pro Service Pack 3.0 (32 bit) Two questions... 1/ Started noticing that the status bar at the bottom has "Unmanaged File" What does this mean? Clicking on it shows a menu. If i highlight / hover over "Show", i get several optio

  • Eating up hard disk space - help, please!

    I've burned two dvd's from digital video tapes using the "one-step" method, and have gone from around 50Gb to 8Gb. How do I get rid of the files that are taking up that space?

  • How can I determine what's freezing my system, goldangit?

    After often several days of working OK, the Server's UI just checks out (most often during the night) and won't wake up. Background processes (mail server, web server, DNS, remote login, etc.) all seem unaffected. I've also seen it go south while act

  • Why can't I share a video with one of my contacts ...

    When I press share photo it says I have 5 photo's (I'm supposed to) and when I tap on it it says I have 4 the video I made is not there in it when it's supposed to be. Is it made that way? Please reply. ):