No libxmms-flac.so after upgrade?

Am I going mad, or has the flac driver for xmms disappeared?
After a recent upgrade I can no longer play flac's in xmms, and I can't find this driver anywhere - previously it was automatically entered in /usr/lib/xmms/Input but now it's not there...

flac 1.1.1-2 should fix this.  If it doesn't, please file a bug report since I don't always check the forums.

Similar Messages

  • [S]Systemd can't start Load Kernel Modules after upgrade to Linux 4.0

    After upgrading from linux 3.19.3-3 to 4.0.1-1 I've been having a bit of an issue. At that same time I upgraded readline (6.3.006-1 → 6.3.008-1), linux-firmware (20150206.17657c3-1 → 20150410.ec89525-1), nvidia (349.16-1 → 349.16-2) , wpa_suplican (2.4-1 → 1:2.3-1), and  arpack (3.1.5-1 → 3.2.0-1). There may be some typos there since I'm copying by hand. Normally this wouldn't be much of a problem because I have been, priory to a few weeks ago, really good about back ups and would just roll my OS back 15 minutes. But things like that tend to fly out the window when the semester gets heavy. My last snapshot was on May 22nd, which I could still use, but would rather not. Also, it seems like a good idea to try to actual fix things for a change.
    [edit] I should mention that this upgrade was run April 30th.[/edit]
    When I finished booting the system after the upgrade, I got an error message during boot “systemd[1]: Failed to start Load Kernel Modules.” When it finished booting I run “dmesg -l err” to confirm that I'm not having a bad day dream or something. I'm also still seeing the errors that I described in this thread. Don't know if the two are related. I also noticed, when I was logging in, that it said that my stystem was still using the old kernel. Indeed, according to “uname -r” I'm still using 3.19.3-3-ARCH.
    The closest thing to experience I have with this is when I forget to mount /boot before upgrading linux, so I made sure /boot was mounted and rand “sudo pacman -S linux” to reinstall, but this didn't help. Just to check I ran “ls /lib/modules” and see the directorys “4.0.1-1-ARCH” and “extramodules-4.0-ARCH” as I would expect after a succesful upgrade of the kernel.
    Running “systemctl –failed, shows that in addition to systemd-modules-load.service, lm_sensors.service has also failed. I somehow expect lm_sensors depends on systemd-modules-load. I tried “systemctl restart systemd-modules-load”, but was rewarded with a message telling me that it failed. The “journalctl -xe” log has the lines
    systemd[1]: system-modules-load[1799]: Failed to look up alias 'sg': Function not implemented
    systemd[1]: system-modules-load[1799]: Failed to look up alias 'nfs': Function not implemented
    Looking at the Wiki for Systemd under troubleshooting it actually has an example of trying to work through this exact issue. Following that I tried
    journalctl _PID=1799
    systemd[1]: system-modules-load[1799]: Failed to look up alias 'sg': Function not implemented
    systemd[1]: system-modules-load[1799]: Failed to look up alias 'nfs': Function not implemented
    which I already mentioned. At this point that bit of the Wiki stopped being useful.
    Looking up on Google Failed to look up alias 'nfs': Function not implemented returned this thread from two years ago. Running “lsmod |grep sg” or $lsmod |grep nfs” returns nothing, but it also returns nothing on this laptop I'm using as well, so I don't imagine that is useful. Also, “# grep nfs /lib/modules/4.0.1-1-ARCH/modules.alias” returns a “Nosuch file or directory” error.
    Searching for something on 'sg' turned up https://bbs.archlinux.org/viewtopic.php?id=165361, which was also not useful.
    As a sort of last resort I tried https://wiki.archlinux.org/index.php/Do … the_kernel
    I reboot and boot into my fallback installation, running 3.19.3-3, mount the partition with my main Arch on it, and arch-chroot into it.
    I downgraded linux, and nvidia, exited chroot, and rebooted hoping to the Great Bacon that I didn't do anything too damaging. After all, my back ups are more than a week out of date.
    This worked. I'm still getting those annyoing (they are only annoying right?) error messages I mentioned earlier. My system seems fine, if somewhat out of date.
    Still, the question remains, “why did that happen, and how do I actually fix it?”
    [edit2=solution]
    There were two problems. First, my grub.cfg entry was pointing to the wrong UUID. I fixed this by regenerating it. Then I noticed the UUID in the grub menu itself (during the boot prosses) did not match what was in grub.cfg. To fix this I reinstalled grub.
    Last edited by nstgc (2015-05-05 12:07:30)

    Well, I took snapshots, not back ups but they work well enough for this, and rsynced /boot/ to where it use to be, moved/renamed the subvolume boot, and commented out the appropriate line in fstab. I also deleted that other /boot from before. I unmount /boot, and regenerate my grub.cfg. If my machine still boots, I'll try for an upgrade.
    grub.cfg now looks like
    # 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
    if [ "${next_entry}" ] ; then
    set default="${next_entry}"
    set next_entry=
    save_env next_entry
    set boot_once=true
    else
    set default="0"
    fi
    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 part_msdos
    insmod part_msdos
    insmod btrfs
    set root='hd4,msdos1'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd4,msdos1 --hint-efi=hd4,msdos1 --hint-baremetal=ahci4,msdos1 --hint-bios=hd1,msdos2 --hint-efi=hd1,msdos2 --hint-baremetal=ahci1,msdos2 --hint-bios=hd5,msdos4 --hint-efi=hd5,msdos4 --hint-baremetal=ahci5,msdos4 3873d8ba-9472-4d92-ab0d-e94574bd0eae
    else
    search --no-floppy --fs-uuid --set=root 3873d8ba-9472-4d92-ab0d-e94574bd0eae
    fi
    font="/arch/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
    if [ x$feature_timeout_style = xy ] ; then
    set timeout_style=menu
    set timeout=5
    # Fallback normal timeout code in case the timeout_style feature is
    # unavailable.
    else
    set timeout=5
    fi
    ### END /etc/grub.d/00_header ###
    ### BEGIN /etc/grub.d/10_linux ###
    menuentry 'Arch Linux' --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-3873d8ba-9472-4d92-ab0d-e94574bd0eae' {
    load_video
    set gfxpayload=keep
    insmod gzio
    insmod part_msdos
    insmod part_msdos
    insmod part_msdos
    insmod btrfs
    set root='hd4,msdos1'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd4,msdos1 --hint-efi=hd4,msdos1 --hint-baremetal=ahci4,msdos1 --hint-bios=hd1,msdos2 --hint-efi=hd1,msdos2 --hint-baremetal=ahci1,msdos2 --hint-bios=hd5,msdos4 --hint-efi=hd5,msdos4 --hint-baremetal=ahci5,msdos4 3873d8ba-9472-4d92-ab0d-e94574bd0eae
    else
    search --no-floppy --fs-uuid --set=root 3873d8ba-9472-4d92-ab0d-e94574bd0eae
    fi
    echo 'Loading Linux linux ...'
    linux /arch/boot/vmlinuz-linux root=UUID=3873d8ba-9472-4d92-ab0d-e94574bd0eae rw rootflags=subvol=arch quiet
    echo 'Loading initial ramdisk ...'
    initrd /arch/boot/intel-ucode.img /arch/boot/initramfs-linux.img
    submenu 'Advanced options for Arch Linux' $menuentry_id_option 'gnulinux-advanced-3873d8ba-9472-4d92-ab0d-e94574bd0eae' {
    menuentry 'Arch Linux, with Linux linux' --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-linux-advanced-3873d8ba-9472-4d92-ab0d-e94574bd0eae' {
    load_video
    set gfxpayload=keep
    insmod gzio
    insmod part_msdos
    insmod part_msdos
    insmod part_msdos
    insmod btrfs
    set root='hd4,msdos1'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd4,msdos1 --hint-efi=hd4,msdos1 --hint-baremetal=ahci4,msdos1 --hint-bios=hd1,msdos2 --hint-efi=hd1,msdos2 --hint-baremetal=ahci1,msdos2 --hint-bios=hd5,msdos4 --hint-efi=hd5,msdos4 --hint-baremetal=ahci5,msdos4 3873d8ba-9472-4d92-ab0d-e94574bd0eae
    else
    search --no-floppy --fs-uuid --set=root 3873d8ba-9472-4d92-ab0d-e94574bd0eae
    fi
    echo 'Loading Linux linux ...'
    linux /arch/boot/vmlinuz-linux root=UUID=3873d8ba-9472-4d92-ab0d-e94574bd0eae rw rootflags=subvol=arch quiet
    echo 'Loading initial ramdisk ...'
    initrd /arch/boot/intel-ucode.img /arch/boot/initramfs-linux.img
    menuentry 'Arch Linux, with Linux linux (fallback initramfs)' --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-linux-fallback-3873d8ba-9472-4d92-ab0d-e94574bd0eae' {
    load_video
    set gfxpayload=keep
    insmod gzio
    insmod part_msdos
    insmod part_msdos
    insmod part_msdos
    insmod btrfs
    set root='hd4,msdos1'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd4,msdos1 --hint-efi=hd4,msdos1 --hint-baremetal=ahci4,msdos1 --hint-bios=hd1,msdos2 --hint-efi=hd1,msdos2 --hint-baremetal=ahci1,msdos2 --hint-bios=hd5,msdos4 --hint-efi=hd5,msdos4 --hint-baremetal=ahci5,msdos4 3873d8ba-9472-4d92-ab0d-e94574bd0eae
    else
    search --no-floppy --fs-uuid --set=root 3873d8ba-9472-4d92-ab0d-e94574bd0eae
    fi
    echo 'Loading Linux linux ...'
    linux /arch/boot/vmlinuz-linux root=UUID=3873d8ba-9472-4d92-ab0d-e94574bd0eae rw rootflags=subvol=arch quiet
    echo 'Loading initial ramdisk ...'
    initrd /arch/boot/intel-ucode.img /arch/boot/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/30_os-prober ###
    menuentry 'Windows Vista (loader) (on /dev/sdd2)' --class windows --class os $menuentry_id_option 'osprober-chain-30F403F0F403B75E' {
    insmod part_gpt
    insmod ntfs
    set root='hd3,gpt2'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd3,gpt2 --hint-efi=hd3,gpt2 --hint-baremetal=ahci3,gpt2 30F403F0F403B75E
    else
    search --no-floppy --fs-uuid --set=root 30F403F0F403B75E
    fi
    chainloader +1
    menuentry 'Windows Vista (loader) (on /dev/sdd4)' --class windows --class os $menuentry_id_option 'osprober-chain-FE2648382647EFE7' {
    insmod part_gpt
    insmod ntfs
    set root='hd3,gpt4'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd3,gpt4 --hint-efi=hd3,gpt4 --hint-baremetal=ahci3,gpt4 FE2648382647EFE7
    else
    search --no-floppy --fs-uuid --set=root FE2648382647EFE7
    fi
    chainloader +1
    menuentry 'Arch (on /dev/sdd5)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-simple-832bcc8d-836e-4b4e-8d9c-0a19f5bcf7dd' {
    insmod part_gpt
    insmod ext2
    set root='hd3,gpt5'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd3,gpt5 --hint-efi=hd3,gpt5 --hint-baremetal=ahci3,gpt5 832bcc8d-836e-4b4e-8d9c-0a19f5bcf7dd
    else
    search --no-floppy --fs-uuid --set=root 832bcc8d-836e-4b4e-8d9c-0a19f5bcf7dd
    fi
    linux /boot/vmlinuz-linux root=/dev/sdd5
    initrd /boot/initramfs-linux.img
    submenu 'Advanced options for Arch (on /dev/sdd5)' $menuentry_id_option 'osprober-gnulinux-advanced-832bcc8d-836e-4b4e-8d9c-0a19f5bcf7dd' {
    menuentry 'Arch (on /dev/sdd5)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-linux--832bcc8d-836e-4b4e-8d9c-0a19f5bcf7dd' {
    insmod part_gpt
    insmod ext2
    set root='hd3,gpt5'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd3,gpt5 --hint-efi=hd3,gpt5 --hint-baremetal=ahci3,gpt5 832bcc8d-836e-4b4e-8d9c-0a19f5bcf7dd
    else
    search --no-floppy --fs-uuid --set=root 832bcc8d-836e-4b4e-8d9c-0a19f5bcf7dd
    fi
    linux /boot/vmlinuz-linux root=/dev/sdd5
    initrd /boot/initramfs-linux.img
    ### 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 ###
    ### BEGIN /etc/grub.d/60_memtest86+ ###
    if [ "${grub_platform}" == "pc" ]; then
    menuentry "Memory Tester (memtest86+)" --class memtest86 --class gnu --class tool {
    search --fs-uuid --no-floppy --set=root --hint-bios=hd4,msdos1 --hint-efi=hd4,msdos1 --hint-baremetal=ahci4,msdos1 --hint-bios=hd1,msdos2 --hint-efi=hd1,msdos2 --hint-baremetal=ahci1,msdos2 --hint-bios=hd5,msdos4 --hint-efi=hd5,msdos4 --hint-baremetal=ahci5,msdos4 3873d8ba-9472-4d92-ab0d-e94574bd0eae
    linux16 /arch/boot/memtest86+/memtest.bin
    fi
    ### END /etc/grub.d/60_memtest86+ ###
    It seems as if the lines you mentioned, Scimmia, have changed. I'll take that as a good sign.
    [edit] System still boots. Trying for the upgrade.
    [edit2] Still can't use Linux 4.0. I'm getting the same errors as before.
    [edit3] Successfully downgraded.
    [edit4] I looked through /etc/mkinitcpio.conf and there isn't anything in there that isn't in my laptop's. I don't know if this will help, but here is the output of "pacman -Q"
    a52dec 0.7.4-8
    aalib 1.4rc5-10
    abs 2.4.4-2
    accountsservice 0.6.40-1
    acl 2.2.52-2
    adobe-source-han-sans-jp-fonts 1.002-1
    adwaita-icon-theme 3.16.0-1
    alsa-lib 1.0.29-1
    alsa-plugins 1.0.29-2
    alsa-utils 1.0.29-1
    alsi 0.4.7-1
    arch-install-scripts 15-1
    arch-wiki-docs 20150219-1
    arch-wiki-lite 20150219-2
    archlinux-keyring 20150212-1
    arpack 3.2.0-1
    aspell 0.60.6.1-2
    asunder 2.7-1
    at-spi2-atk 2.16.0-1
    at-spi2-core 2.16.0-1
    atk 2.16.0-1
    atkmm 2.22.7-1
    attr 2.4.47-1
    autoconf 2.69-2
    automake 1.15-1
    avahi 0.6.31-15
    awesome 3.5.6-1
    bash 4.3.033-1
    bash-completion 2.1-5
    bc 1.06.95-1
    bcache-tools 1.0.8-1
    bigpkg 0.4.0-2
    binutils 2.25-2
    bison 3.0.4-1
    blas 3.5.0-1
    bluez 5.30-1
    bluez-libs 5.30-1
    bonnie++ 1.97-1
    boost 1.58.0-1
    boost-libs 1.58.0-1
    btrfs-progs 3.19.1-1
    bullet 2.82-1
    bzip2 1.0.6-5
    ca-certificates 20150402-1
    ca-certificates-cacert 20140824-2
    ca-certificates-mozilla 3.18-3
    ca-certificates-utils 20150402-1
    cabextract 1.4-3
    cairo 1.14.2-1
    cairo-clock 0.3.4-4
    cairo-dock 3.4.1-1
    cairo-dock-plug-ins 3.4.1-1
    cairomm 1.10.0-3
    calibre 2.27.0-1
    cantarell-fonts 0.0.16-2
    caribou 0.4.18.1-1
    cddb-py 1.4-7
    cdparanoia 10.2-5
    cdrdao 1.2.3-7
    cdrtools 3.01a28-1
    celt 0.11.3-2
    cfv 1.18.3-6
    cheese 3.16.1-1
    chmlib 0.40-4
    chromaprint 1.1-2
    chromium 42.0.2311.135-1
    chromium-pepper-flash 1:17.0.0.169-3
    cifs-utils 6.4-1
    cinnamon-desktop 2.4.2-1
    cinnamon-translations 2.4.4-1
    clementine 1.2.3-5
    clucene 2.3.3.4-8
    clutter 1.22.0-2
    clutter-gst2 2.0.14-1
    clutter-gtk 1.6.0-2
    cmus 2.6.0-4
    cogl 1.20.0-1
    colord 1.2.9-2
    colord-gtk 0.1.26-2
    compositeproto 0.4.2-3
    confuse 2.7-3
    coreutils 8.23-1
    cracklib 2.9.4-1
    cryptsetup 1.6.6-1
    cups 2.0.2-4
    cups-filters 1.0.68-1
    cups-pk-helper 0.2.5-1
    curl 7.42.0-1
    damageproto 1.2.1-3
    db 5.3.28-2
    dbus 1.8.16-2
    dbus-glib 0.102-2
    dconf 0.24.0-1
    desktop-file-utils 0.22-1
    device-mapper 2.02.116-1
    dhclient 4.3.2-1
    dhcpcd 6.8.1-1
    dia 0.97.3-1
    dialog 1:1.2_20150225-1
    dictd 1.12.1-4
    diffutils 3.3-2
    ding-libs 0.4.0-3
    djvulibre 3.5.27-1
    dnssec-anchors 20150403-1
    dotconf 1.3-4
    dri2proto 2.8-2
    dri3proto 1.0-1
    dvd+rw-tools 7.1-5
    dvdisaster 0.72.6-1
    e2fsprogs 1.42.12-2
    ecryptfs-utils 106-1
    ed 1.11-1
    efl 1.13.2-1
    elementary 1.13.2-1
    elfutils 0.161-3
    enca 1.16-1
    enchant 1.6.0-5
    enlightenment 0.19.4-1
    evas_generic_loaders 1.13.2-1
    evince 3.16.0-1
    exempi 2.2.2-1
    exfat-utils 1.1.1-1
    exif-py 1.2.0-1
    exiv2 0.24-1
    expac 4-3
    expat 2.1.0-4
    extcalc 0.9.3_1-3
    faac 1.28-5
    faad2 2.7-4
    fakeroot 1.20.2-1
    fbreader 0.99.4-4
    ffmpeg 1:2.6.2-1
    fftw 3.3.4-1
    file 5.22-1
    file-roller 3.16.1-1
    filesystem 2015.02-1
    findutils 4.4.2-6
    firefox 37.0.2-1
    fixesproto 5.0-3
    flac 1.3.1-1
    flashplugin 11.2.202.457-1
    flex 2.5.39-1
    fltk 1.3.3-4
    fluidsynth 1.1.6-4
    fontconfig 2.11.1-1
    fontsproto 2.1.3-1
    foomatic-db 3:20150308-1
    foomatic-db-engine 3:20150308-1
    freetype2 2.5.5-1
    fribidi 0.19.6-2
    fsarchiver 0.6.19-1
    fuse 2.9.3-2
    fuse-exfat 1.1.0-1
    gawk 4.1.2-1
    gc 7.4.2-2
    gcc-fortran 4.9.2-4
    gcc-libs-multilib 4.9.2-4
    gcc-multilib 4.9.2-4
    gconf 3.2.6-3
    gcr 3.15.92-1
    gd 2.1.1-2
    gdb 7.9-1
    gdbm 1.11-1
    gdk-pixbuf2 2.31.3-1
    geany 1.24.1-1
    gemrb 0.8.2-1
    geoclue 0.12.99-2
    geoclue2 2.2.0-2
    geocode-glib 3.16.0-1
    gettext 0.19.4-1
    ghostscript 9.16-1
    giflib 5.1.1-1
    git 2.3.7-1
    gjs 1.43.3-1
    glew 1.12.0-1
    glib-networking 2.44.0-2
    glib2 2.44.0-1
    glibc 2.21-3
    glibmm 2.44.0-1
    glproto 1.4.17-1
    glu 9.0.0-3
    gmime 2.6.20-2
    gmp 6.0.0-2
    gnome-bluetooth 3.16.1-1
    gnome-color-manager 3.16.0-1
    gnome-control-center 3.16.1-2
    gnome-desktop 1:3.16.1-1
    gnome-dictionary 3.16.1-1
    gnome-disk-utility 3.16.0-1
    gnome-menus 3.13.3-1
    gnome-online-accounts 3.16.0-2
    gnome-session 3.16.0-1
    gnome-settings-daemon 3.16.1-1
    gnome-shell 3.16.1-2
    gnome-shell-extensions 3.16.1-1
    gnome-system-monitor 3.16.0-1
    gnome-themes-standard 3.16.0-1
    gnome-tweak-tool 3.16.1-1
    gnome-video-effects 0.4.1-1
    gnupg 2.1.3-3
    gnuplot 5.0.0-2
    gnutls 3.4.0-1
    gobject-introspection 1.44.0-1
    gobject-introspection-runtime 1.44.0-1
    google-chrome 42.0.2311.135-1
    gparted 0.22.0-1
    gpgme 1.5.4-1
    gpm 1.20.7-4
    graphite 1:1.2.4-1
    grep 2.21-2
    grilo 0.2.12-1
    groff 1.22.3-3
    grsync 1.2.5-1
    grub 1:2.02.beta2-5
    gsettings-desktop-schemas 3.16.1-1
    gsfonts 20150122-1
    gsm 1.0.13-8
    gssproxy 0.4.1-1
    gst-libav 1.4.5-1
    gst-plugins-bad 1.4.5-2
    gst-plugins-base 1.4.5-1
    gst-plugins-base-libs 1.4.5-1
    gst-plugins-good 1.4.5-2
    gst-plugins-ugly 1.4.5-2
    gstreamer 1.4.5-1
    gstreamer0.10 0.10.36-4
    gstreamer0.10-base 0.10.36-3
    gstreamer0.10-base-plugins 0.10.36-3
    gstreamer0.10-good 0.10.31-6
    gstreamer0.10-good-plugins 0.10.31-6
    gstreamer0.10-python 0.10.22-2
    gstreamer0.10-ugly 0.10.19-14
    gstreamer0.10-ugly-plugins 0.10.19-14
    gthumb 3.4.0-1
    gtk-update-icon-cache 2.24.27-1
    gtk2 2.24.27-1
    gtk3 3.16.2-1
    gtkmm 2.24.4-1
    gtkmm3 3.16.0-1
    guile 2.0.11-2
    gvfs 1.24.1-1
    gvfs-mtp 1.24.1-1
    gzip 1.6-1
    hal-info 0.20091130-2
    harfbuzz 0.9.40-2
    harfbuzz-icu 0.9.40-2
    haveged 1.9.1-2
    hdparm 9.45-1
    hdsentinel 0.8-2
    help2man 1.46.4-1
    hicolor-icon-theme 0.13-1
    hplip 3.15.4-1
    hspell 1.2-2
    htmlcxx 0.85-4
    htop 1.0.3-2
    hunspell 1.3.3-1
    hwids 20150129-1
    hwinfo 21.10.1.1-1
    hwloc 1.10.1-1
    hyphen 2.8.8-1
    i3-wm 4.10.2-1
    i3lock 2.6-1
    i3status 2.9-1
    i7z 0.27.2.git1-1
    iana-etc 2.30-4
    icedtea-web 1.5.2-1
    icu 55.1-1
    imagemagick 6.9.1.0-1
    imagewriter 1.10.1420800585.134a9b3-1
    imlib2 1.4.7-1
    inetutils 1.9.2-2
    innoextract 1.4-0
    inputproto 2.3.1-1
    intel-tbb 4.3_20150209-1
    intel-ucode 20150121-1
    inxi 2.2.19-1
    iproute2 3.19.0-1
    iptables 1.4.21-3
    iputils 20121221-3
    ipython 3.1.0-1
    iso-codes 3.57-1
    jack 0.124.1-3
    jansson 2.7-1
    jasper 1.900.1-13
    java-environment-common 2-2
    java-runtime-common 2-2
    jdk7-openjdk 7.u79_2.5.5-1
    jfsutils 1.1.15-4
    jmtpfs 0.5-1
    jre7-openjdk 7.u79_2.5.5-1
    jre7-openjdk-headless 7.u79_2.5.5-1
    js 24.2.0-1
    js17 17.0.0-1
    json-c 0.12-2
    json-glib 1.0.2-1
    jsoncpp 1.4.4-1
    julia 2:0.3.7-1
    julia-docs 2:0.3.7-1
    kbd 2.0.2-1
    kbproto 1.0.7-1
    keyutils 1.5.9-1
    kmod 20-1
    krb5 1.13.1-1
    kvirc 4.2.0-4
    lame 3.99.5-2
    lapack 3.5.0-1
    lcms 1.19-5
    lcms2 2.6-1
    ldb 1.1.20-1
    ldns 1.6.17-2
    less 471-1
    lgogdownloader-git 20150310-1
    lib32-acl 2.2.52-2
    lib32-alsa-lib 1.0.29-1
    lib32-alsa-plugins 1.0.29-2
    lib32-atk 2.16.0-1
    lib32-attr 2.4.47-1
    lib32-bzip2 1.0.6-2
    lib32-cairo 1.14.2-1
    lib32-curl 7.41.0-1
    lib32-db 5.3.28-2
    lib32-e2fsprogs 1.42.12-1
    lib32-elfutils 0.161-2
    lib32-expat 2.1.0-2
    lib32-fakeroot 1.20.2-1
    lib32-flac 1.3.1-1
    lib32-flashplugin 11.2.202.457-1
    lib32-fontconfig 2.11.1-1
    lib32-freetype2 2.5.5-1
    lib32-gcc-libs 4.9.2-4
    lib32-gdk-pixbuf2 2.31.3-2
    lib32-gettext 0.19.4-1
    lib32-giflib 5.1.1-1
    lib32-glew 1.12.0-1
    lib32-glib2 2.44.0-1
    lib32-glibc 2.21-2
    lib32-glu 9.0.0-2
    lib32-gmp 6.0.0-1
    lib32-gnutls 3.4.0-2
    lib32-gsm 1.0.13-9
    lib32-gtk2 2.24.27-1
    lib32-harfbuzz 0.9.40-2
    lib32-icu 55.1-1
    lib32-jack 0.124.1-1
    lib32-json-c 0.12-1
    lib32-keyutils 1.5.9-1
    lib32-krb5 1.13.1-1
    lib32-lcms2 2.6-1
    lib32-libaio 0.3.110-1
    lib32-libasyncns 0.8-7
    lib32-libcanberra 0.30-4
    lib32-libcap 2.24-1
    lib32-libcl 1.1-1
    lib32-libcups 2.0.2-2
    lib32-libdbus 1.8.16-1
    lib32-libdrm 2.4.60-1
    lib32-libffi 3.2.1-1
    lib32-libgcrypt 1.6.3-1
    lib32-libgpg-error 1.18-1
    lib32-libice 1.0.9-1
    lib32-libidn 1.30-1
    lib32-libjpeg-turbo 1.4.0-1
    lib32-libldap 2.4.40-1
    lib32-libltdl 2.4.5-1
    lib32-libnl 3.2.25-1
    lib32-libogg 1.3.2-1
    lib32-libpcap 1.6.2-1
    lib32-libpciaccess 0.13.4-1
    lib32-libpng 1.6.16-1
    lib32-libpulse 6.0-1
    lib32-libsamplerate 0.1.8-2
    lib32-libsm 1.2.2-1
    lib32-libsndfile 1.0.25-3
    lib32-libssh2 1.5.0-1
    lib32-libtasn1 4.4-1
    lib32-libtiff 4.0.3-3
    lib32-libtxc_dxtn 1.0.1-5
    lib32-libusb 1.0.19-1
    lib32-libvorbis 1.3.5-1
    lib32-libx11 1.6.3-1
    lib32-libxau 1.0.8-1
    lib32-libxcb 1.11-1
    lib32-libxcomposite 0.4.4-2
    lib32-libxcursor 1.1.14-1
    lib32-libxdamage 1.1.4-2
    lib32-libxdmcp 1.1.2-1
    lib32-libxext 1.3.3-1
    lib32-libxfixes 5.0.1-1
    lib32-libxft 2.3.2-1
    lib32-libxi 1.7.4-1
    lib32-libxinerama 1.1.3-1
    lib32-libxml2 2.9.2-1
    lib32-libxmu 1.1.2-1
    lib32-libxrandr 1.4.2-1
    lib32-libxrender 0.9.8-1
    lib32-libxshmfence 1.2-1
    lib32-libxslt 1.1.28-2
    lib32-libxt 1.1.4-1
    lib32-libxtst 1.2.2-1
    lib32-libxxf86vm 1.1.4-1
    lib32-llvm-libs 3.6.0-1
    lib32-mesa 10.5.4-1
    lib32-mpg123 1.22.1-1
    lib32-ncurses 5.9-3
    lib32-nettle 3.1.1-1
    lib32-nspr 4.10.8-1
    lib32-nss 3.18-1
    lib32-nvidia-libgl 349.16-1
    lib32-nvidia-utils 349.16-1
    lib32-openal 1.16.0-1
    lib32-openssl 1.0.2.a-1
    lib32-p11-kit 0.23.1-2
    lib32-pango 1.36.8-1
    lib32-pcre 8.36-1
    lib32-pixman 0.32.6-1
    lib32-portaudio 19_20140130-1
    lib32-readline 6.3.008-1
    lib32-sdl 1.2.15-6
    lib32-soundtouch 1.8.0-1
    lib32-sqlite 3.8.9-1
    lib32-systemd 219-1
    lib32-tdb 1.3.4-1
    lib32-util-linux 2.26.1-1
    lib32-v4l-utils 1.6.0-1
    lib32-wayland 1.7.0-1
    lib32-wxgtk 3.0.2-4
    lib32-xz 5.2.1-1
    lib32-zlib 1.2.8-1
    libabw 0.1.1-1
    libaio 0.3.110-1
    libao 1.2.0-1
    libarchive 3.1.2-8
    libart-lgpl 2.3.21-3
    libass 0.12.1-1
    libassuan 2.2.0-1
    libasyncns 0.8-5
    libatasmart 0.19-3
    libatomic_ops 7.4.2-1
    libavc1394 0.5.4-2
    libbluray 0.8.0-1
    libbsd 0.7.0-1
    libcaca 0.99.beta18-2
    libcanberra 0.30-5
    libcanberra-pulse 0.30-5
    libcap 2.24-2
    libcap-ng 0.7.4-1
    libcddb 1.3.2-4
    libcdio 0.93-1
    libcdio-paranoia 10.2+0.93+1-1
    libcdr 0.1.1-2
    libcl 1.1-4
    libcroco 0.6.8-2
    libcue 1.4.0-4
    libcups 2.0.2-4
    libdaemon 0.14-3
    libdatrie 0.2.8-1
    libdbus 1.8.16-2
    libdca 0.0.5-4
    libdrm 2.4.60-2
    libdv 1.0.0-6
    libdvbpsi 1:1.1.2-1
    libdvdcss 1.3.0-1
    libdvdnav 5.0.2-1
    libdvdread 5.0.1-1
    libe-book 0.1.2-2
    libebml 1.3.1-1
    libedit 20150325_3.1-1
    libepoxy 1.2-2
    libetonyek 0.1.1-1
    libev 4.19-1
    libevdev 1.4.2-1
    libevent 2.0.22-1
    libexif 0.6.21-2
    libffi 3.2.1-1
    libfontenc 1.1.3-1
    libftdi-compat 0.20-1
    libgcrypt 1.6.3-2
    libgcrypt15 1.5.4-4
    libgdm 3.16.1.1-1
    libgee 0.18.0-1
    libglade 2.6.4-5
    libgme 0.6.0-3
    libgnome-keyring 3.12.0-2
    libgnomekbd 3.6.0-2
    libgpg-error 1.19-1
    libgpod 0.8.3-4
    libgssglue 0.4-2
    libgsystem 2015.1-1
    libgtop 2.30.0-1
    libgusb 0.2.4-1
    libgweather 3.16.1-1
    libgxps 0.2.2-3
    libibus 1.5.10-1
    libical 1.0.1-2
    libice 1.0.9-1
    libid3tag 0.15.1b-8
    libidn 1.30-1
    libiec61883 1.2.0-4
    libimobiledevice 1.2.0-1
    libinput 0.14.1-1
    libirman 0.4.5-4
    libjpeg-turbo 1.4.0-1
    libkate 0.4.1-5
    libksba 1.3.3-1
    liblastfm 1.0.9-1
    libldap 2.4.40-2
    liblqr 0.4.2-1
    libmaa 1.3.2-2
    libmad 0.15.1b-7
    libmatroska 1.4.2-1
    libmediainfo 0.7.73-1
    libmikmod 3.3.7-1
    libmm-glib 1.4.6-1
    libmms 0.6.4-1
    libmng 2.0.2-3
    libmodplug 0.8.8.5-1
    libmp4v2 2.0.0-3
    libmpc 1.0.3-1
    libmpcdec 1.2.6-4
    libmpeg2 0.5.1-5
    libmspub 0.1.2-2
    libmtp 1.1.8-1
    libmwaw 0.3.4-1
    libmygpo-qt 1.0.8-1
    libndp 1.4-1
    libnewt 0.52.18-2
    libnl 3.2.25-1
    libnm-glib 1.0.0-2
    libnotify 0.7.6-1
    liboauth 1.0.3-1
    libodfgen 0.1.3-1
    libofa 0.9.3-5
    libogg 1.3.2-1
    libomxil-bellagio 0.9.3-1
    libpagemaker 0.0.2-1
    libpaper 1.1.24-7
    libpcap 1.6.2-1
    libpciaccess 0.13.4-1
    libpipeline 1.4.0-1
    libplist 1.12-1
    libpng 1.6.16-1
    libproxy 0.4.11-5
    libpulse 6.0-1
    libpwquality 1.2.3-1
    libquvi 0.9.4-3
    libquvi-scripts 0.9.20131130-2
    libqzeitgeist 0.8.0-4
    libraw 0.16.0-3
    libraw1394 2.1.0-2
    libreoffice-fresh 4.4.2-1
    librevenge 0.0.2-1
    librpcsecgss 0.19-8
    librsvg 1:2.40.9-1
    libsamplerate 0.1.8-3
    libsasl 2.1.26-7
    libseccomp 2.2.0-1
    libsecret 0.18-1
    libshout 1:2.3.1-2
    libsidplay 1.36.59-6
    libsigc++ 2.4.1-1
    libsigsegv 2.10-2
    libsm 1.2.2-2
    libsndfile 1.0.25-3
    libsodium 1.0.2-1
    libsoup 2.50.0-1
    libspectre 0.2.7-2
    libsrtp 15.1c9bd90-3
    libssh 0.6.5-1
    libssh2 1.5.0-1
    libsystemd 219-6
    libtar 1.2.20-2
    libtasn1 4.4-1
    libteam 1.14-2
    libthai 0.1.21-1
    libtheora 1.1.1-3
    libtiff 4.0.3-5
    libtiger 0.3.4-4
    libtirpc 0.2.5-1
    libtool 2.4.6-1
    libtxc_dxtn 1.0.1-6
    libunibreak 1.1-1
    libunistring 0.9.5-1
    libunwind 1.1-2
    libupnp 1.6.19-1
    libusb 1.0.19-1
    libusb-compat 0.1.5-1
    libusbmuxd 1.0.10-1
    libutempter 1.1.6-2
    libutil-linux 2.26.1-3
    libva 1.5.1-1
    libvdpau 1.1-1
    libvisio 0.1.1-2
    libvisual 0.4.0-5
    libvorbis 1.3.5-1
    libvpx 1.4.0-2
    libwacom 0.11-1
    libwbclient 4.2.1-1
    libwebp 0.4.3-1
    libwmf 0.2.8.4-12
    libwpd 0.10.0-1
    libwpg 0.3.0-1
    libwps 0.3.1-1
    libx11 1.6.3-1
    libx264 2:144.20150223-1
    libx86 1.1-4
    libx86emu 1.1.23.1-1
    libxau 1.0.8-2
    libxaw 1.0.13-1
    libxcb 1.11-1
    libxcomposite 0.4.4-2
    libxcursor 1.1.14-2
    libxdamage 1.1.4-2
    libxdg-basedir 1.2.0-3
    libxdmcp 1.1.2-1
    libxext 1.3.3-1
    libxfixes 5.0.1-1
    libxfont 1.5.1-1
    libxft 2.3.2-1
    libxi 1.7.4-1
    libxinerama 1.1.3-2
    libxkbcommon 0.5.0-1
    libxkbcommon-x11 0.5.0-1
    libxkbfile 1.0.9-1
    libxklavier 5.4-1
    libxml2 2.9.2-2
    libxmu 1.1.2-1
    libxp 1.0.3-1
    libxpm 3.5.11-1
    libxrandr 1.4.2-2
    libxrender 0.9.9-1
    libxshmfence 1.2-1
    libxslt 1.1.28-3
    libxss 1.2.2-2
    libxt 1.1.5-1
    libxtst 1.2.2-1
    libxv 1.0.10-1
    libxvmc 1.0.9-1
    libxxf86dga 1.1.4-1
    libxxf86vm 1.1.4-1
    libyaml 0.1.6-1
    libzen 0.4.31-1
    libzip 0.11.2-1
    licenses 20140629-1
    links 2.9-1
    linux 3.19.3-3
    linux-api-headers 3.18.5-1
    linux-firmware 20150410.ec89525-1
    lirc 1:0.9.2.a-1
    llvm-libs 3.6.0-5
    lm_sensors 3.3.5-1
    logrotate 3.8.9-1
    lpsolve 5.5.2.0-3
    lrzip 0.621-1
    lua 5.2.4-1
    lua-bitop 1.0.2-5
    lua-expat 1.3.0-1
    lua-lgi 0.8.0-2
    lua-socket 3.0rc1-4
    lua51 5.1.5-4
    luajit 2.0.3-3
    lvm2 2.02.116-1
    lxdream 0.9.1-3
    lz4 128-1
    lzo 2.09-1
    m4 1.4.17-1
    make 4.1-1
    man-db 2.7.1-1
    man-pages 3.83-1
    mcomix 1.01-1
    mcpp 2.7.2-5
    mdadm 3.3.2-1
    memtest86+ 5.01-1
    mencoder 37379-3
    mesa 10.5.4-1
    metamorphose2 0.8.3-2
    mime-types 9-1
    minitube 2.4-1
    mjpegtools 2.1.0-1
    mkinitcpio 18-2
    mkinitcpio-busybox 1.21.1-2
    mkvtoolnix-cli 7.8.0-3
    mobile-broadband-provider-info 20120614-2
    morituri-git 0.2.3.r3.gb1d685f-1
    mozilla-common 1.4-4
    mpfr 3.1.2.p11-1
    mpg123 1.22.1-1
    mplayer 37379-3
    mtdev 1.1.5-1
    mutagen 1.28-1
    mutter 3.16.1.1-1
    ncurses 5.9-7
    nemo 2.4.5-1
    neon 0.30.1-1
    net-snmp 5.7.3-1
    netctl 1.10-2
    nettle 3.1.1-1
    network-manager-applet 1.0.0-2
    networkmanager 1.0.0-2
    nfs-utils 1.3.2-6
    nfsidmap 0.26-1
    nm-connection-editor 1.0.0-2
    npth 1.2-1
    nspr 4.10.8-1
    nss 3.18-3
    ntfs-3g 2015.3.14-1
    nvidia 349.16-1
    nvidia-libgl 349.16-1
    nvidia-utils 349.16-1
    ogmtools 1.5-5
    openal 1.16.0-1
    opencore-amr 0.1.3-2
    openjpeg 1.5.2-1
    openmpi 1.8.4-1
    openresolv 3.6.1-1
    openssh 6.8p1-2
    openssl 1.0.2.a-1
    opus 1.1-1
    orc 0.4.23-1
    os-prober 1.64-1
    p11-kit 0.23.1-2
    p7zip 9.38.1-3
    package-query 1.5-2
    pacman 4.2.1-1
    pacman-mirrorlist 20150315-1
    pacmatic 20150126-1
    pam 1.1.8-5
    pambase 20130928-1
    pango 1.36.8-1
    pangomm 2.36.0-1
    par2cmdline-tbb 20141125-1
    parallel 20150322-1
    parted 3.2-2
    patch 2.7.5-1
    pciutils 3.3.1-1
    pcmciautils 018-7
    pcre 8.36-2
    pcsx2-git 1.3.1.r978.1aebca3-1
    perl 5.20.2-1
    perl-clone 0.37-2
    perl-data-dump 1.22-1
    perl-dbi 1.633-1
    perl-encode-locale 1.04-1
    perl-error 0.17023-1
    perl-file-basedir 0.07-1
    perl-file-listing 6.04-2
    perl-file-which 1.09-4
    perl-html-parser 3.71-3
    perl-html-tagset 3.20-4
    perl-http-cookies 6.01-2
    perl-http-daemon 6.01-2
    perl-http-date 6.02-2
    perl-http-message 6.06-2
    perl-http-negotiate 6.01-2
    perl-ipc-system-simple 1.25-1
    perl-libwww 6.08-1
    perl-locale-gettext 1.05-11
    perl-lwp-mediatypes 6.02-2
    perl-net-http 6.07-1
    perl-uri 1.67-1
    perl-www-robotrules 6.02-2
    perl-xml-libxml 2.0121-1
    perl-xml-namespacesupport 1.11-3
    perl-xml-sax 0.99-4
    perl-xml-sax-base 1.08-3
    phonon-qt4 4.8.3-1
    phonon-qt4-gstreamer 4.8.2-1
    phoronix-test-suite 5.6.0-1
    php 5.6.8-2
    pinentry 0.9.1-1
    pixman 0.32.6-1
    pkg-config 0.28-2
    pkgfile 15-1
    pms 1.90.1-1
    podofo 0.9.3-1
    polkit 0.112-2
    poppler 0.32.0-1
    poppler-glib 0.32.0-1
    poppler-qt5 0.32.0-1
    popt 1.16-7
    portaudio 19_20140130-1
    presentproto 1.0-1
    printproto 1.0.5-3
    procps-ng 3.3.10-2
    protobuf 2.6.1-1
    psmisc 22.21-2
    pth 2.0.7-5
    pulseaudio 6.0-1
    pulseaudio-alsa 2-3
    pv 1.6.0-1
    pygobject-devel 3.16.1-1
    pygobject2-devel 2.28.6-11
    pygtk 2.24.0-5
    pyqt4-common 4.11.3-4
    pyqt5-common 5.4.1-2
    python 3.4.3-2
    python-dateutil 2.4.1-1
    python-dbus 1.2.0-4
    python-dbus-common 1.2.0-4
    python-gmpy2 2.0.5-2
    python-gobject 3.16.1-1
    python-html2text 2015.4.14-1
    python-matplotlib 1.4.3-2
    python-mpmath 0.19-1
    python-nose 1.3.6-1
    python-numexpr 2.4.3-1
    python-numpy 1.9.2-2
    python-pandas 0.16.0-2
    python-pygments 2.0.2-2
    python-pyparsing 2.0.3-1
    python-pyqt4 4.11.3-4
    python-pyqt5 5.4.1-2
    python-pytz 2015.2-1
    python-pyzmq 14.5.0-2
    python-scipy 0.15.1-2
    python-setuptools 1:15.2-1
    python-sip 4.16.7-1
    python-six 1.9.0-1
    python-sympy 0.7.6-2
    python-tornado 4.1.0-2
    python-xdg 0.25-2
    python2 2.7.9-1
    python2-apsw 3.8.9-1
    python2-atspi 2.16.0-1
    python2-beaker 1.7.0-1
    python2-cairo 1.10.0-2
    python2-chardet 2.3.0-1
    python2-cherrypy 3.6.0-1
    python2-cssselect 0.9.1-2
    python2-cssutils 1.0-2
    python2-dateutil 2.4.1-1
    python2-dbus 1.2.0-4
    python2-dnspython 1.12.0-1
    python2-gobject 3.16.1-1
    python2-gobject2 2.28.6-11
    python2-html5lib 0.999-5
    python2-lxml 3.4.4-1
    python2-mako 1.0.1-1
    python2-markupsafe 0.23-2
    python2-mechanize 0.2.5-4
    python2-netifaces 0.10.4-1
    python2-pillow 2.8.1-1
    python2-psutil 2.2.1-2
    python2-pycdio 0.20-3
    python2-pygments 2.0.2-2
    python2-pyqt5 5.4.1-2
    python2-setuptools 1:15.2-1
    python2-sip 4.16.7-1
    python2-six 1.9.0-1
    python2-xdg 0.25-2
    qca 2.0.3-5
    qca-ossl 2.0.0-7
    qjson 0.8.1-3
    qpdf 5.1.2-1
    qt4 4.8.6-5
    qt5-base 5.4.1-4
    qt5-declarative 5.4.1-4
    qt5-location 5.4.1-4
    qt5-script 5.4.1-4
    qt5-sensors 5.4.1-4
    qt5-svg 5.4.1-4
    qt5-tools 5.4.1-4
    qt5-translations 5.4.1-4
    qt5-webchannel 5.4.1-4
    qt5-webkit 5.4.1-4
    qt5-xmlpatterns 5.4.1-4
    qtchooser 48-1
    qtwebkit 2.3.4-1
    randrproto 1.4.1-1
    raptor 2.0.15-2
    rasqal 1:0.9.32-1
    readline 6.3.008-1
    recode 3.6-8
    recordproto 1.14.2-2
    redland 1:1.0.17-2
    reflector 2014.11-1
    reiserfsprogs 3.6.24-1
    renderproto 0.11.1-3
    resourceproto 1.2.0-3
    rest 0.7.93-1
    rhash 1.3.3-1
    rng-tools 5-3
    rpcbind 0.2.3-1
    rsync 3.1.1-2
    rtkit 0.11-5
    rtmpdump 20140918-2
    ruby 2.2.2-1
    s-nail 14.8.0-1
    sbc 1.3-1
    schroedinger 1.0.11-2
    scrnsaverproto 1.2.2-2
    sdcv 0.4.2-8
    sdl 1.2.15-7
    sdl_image 1.2.12-3
    sdl_mixer 1.2.12-4
    sdl_net 1.2.8-2
    sdl_ttf 2.0.11-3
    sed 4.2.2-3
    sg3_utils 1.40-1
    shadow 4.2.1-3
    shared-color-targets 0.1.5-1
    shared-mime-info 1.4-1
    sip 4.16.7-1
    slang 2.3.0-1
    smartmontools 6.3-2
    smbclient 4.2.1-1
    smpeg 0.4.5-1
    snappy 1.1.1-1
    sound-theme-freedesktop 0.8-2
    soundtouch 1.8.0-1
    spandsp 0.0.6-1
    speech-dispatcher 0.8.1-1
    speedtest-cli 0.3.1-1
    speex 1.2rc2-1
    speexdsp 1.2rc3-1
    spotify 0.9.17.1-1
    spotify-gnome-git 20141010-1
    sqlite 3.8.9-1
    startup-notification 0.12-4
    steam 1.0.0.49-3
    sudo 1.8.13-1
    suitesparse 4.4.4-1
    sysfsutils 2.1.0-9
    systemd 219-6
    systemd-sysvcompat 219-6
    t1lib 5.1.2-5
    taglib 1.9.1-1
    talloc 2.1.2-1
    tar 1.28-1
    tdb 1.3.4-1
    telepathy-glib 0.24.1-1
    telepathy-logger 0.8.1-1
    telepathy-mission-control 5.16.3-1
    terminology 0.8.0-1
    tevent 0.9.24-1
    texinfo 5.2-3
    texlive-bin 2014.34260-7
    texlive-core 2014.36709-1
    texlive-langchinese 2014.35921-1
    texlive-langcjk 2014.0-1
    texlive-langjapanese 2014.36466-1
    texlive-langkorean 2014.36573-1
    texlive-latexextra 2014.36706-1
    texlive-pictures 2014.36605-1
    texlive-science 2014.36659-1
    texmaker 4.4.1-1
    thin-provisioning-tools 0.4.1-1
    thunderbird 31.6.0-2
    tinyxml 2.6.2-3
    tmux 1.9_a-2
    totem-plparser 3.10.4-1
    transmission-gtk 2.84-1
    tsmuxer 1.10.6-14
    ttf-dejavu 2.34-2
    ttf-ms-fonts 2.0-10
    tzdata 2015d-1
    udisks2 2.1.5-1
    unrar 1:5.2.7-1
    unzip 6.0-10
    upower 0.99.2-2
    usbutils 008-1
    util-linux 2.26.1-3
    v4l-utils 1.6.2-1
    vi 1:050325-4
    videoproto 2.3.2-1
    vim 7.4.712-1
    vim-latexsuite 20130126-2
    vim-runtime 7.4.712-1
    vlc 2.2.1-2
    vte-common 0.40.0-2
    vte3 0.40.0-2
    wavpack 4.70.0-2
    wayland 1.7.0-1
    webkit2gtk 2.8.1-1
    webkitgtk 2.4.8-2
    webrtc-audio-processing 0.1-2
    wesnoth 1.12.2-2
    wesnoth-data 1.12.2-1
    wget 1.16.3-1
    which 2.21-1
    wildmidi 0.3.8-1
    wine 1.7.42-2
    winetricks 20141130-1
    wireless_tools 30.pre9-1
    wpa_supplicant 1:2.3-1
    wxgtk 3.0.2-4
    wxgtk2.8 2.8.12.1-3
    wxpython 3.0.2.0-1
    wxpython2.8 2.8.12.1-1
    x265 1.6-1
    xboxdrv 0.8.5-3
    xcb-proto 1.11-1
    xcb-util 0.4.0-1
    xcb-util-cursor 0.1.2-1
    xcb-util-image 0.4.0-1
    xcb-util-keysyms 0.4.0-1
    xcb-util-renderutil 0.3.9-1
    xcb-util-wm 0.4.1-1
    xdg-su 1.2.3-1
    xdg-utils 1.1.0.git20150323-1
    xdiskusage 1.51-1
    xextproto 7.3.0-1
    xf86-input-evdev 2.9.2-1
    xf86dgaproto 2.1-3
    xf86driproto 2.1.1-3
    xf86vidmodeproto 2.3.1-3
    xfsprogs 3.2.2-1
    xineramaproto 1.2.1-3
    xkeyboard-config 2.14-1
    xorg-appres 1.0.4-1
    xorg-bdftopcf 1.0.5-1
    xorg-font-util 1.3.1-1
    xorg-font-utils 7.6-4
    xorg-fonts-alias 1.0.3-1
    xorg-fonts-encodings 1.0.4-4
    xorg-fonts-misc 1.0.3-3
    xorg-iceauth 1.0.7-1
    xorg-mkfontdir 1.0.7-2
    xorg-mkfontscale 1.1.2-1
    xorg-server 1.17.1-5
    xorg-server-common 1.17.1-5
    xorg-server-devel 1.17.1-5
    xorg-server-utils 7.6-4
    xorg-sessreg 1.1.0-1
    xorg-setxkbmap 1.3.1-1
    xorg-util-macros 1.19.0-1
    xorg-xauth 1.0.9-1
    xorg-xbacklight 1.2.1-1
    xorg-xcmsdb 1.0.5-1
    xorg-xgamma 1.0.6-1
    xorg-xhost 1.0.7-1
    xorg-xinit 1.3.4-2
    xorg-xinput 1.6.1-1
    xorg-xkbcomp 1.3.0-1
    xorg-xmessage 1.0.4-2
    xorg-xmodmap 1.0.9-1
    xorg-xrandr 1.4.3-1
    xorg-xrdb 1.1.0-1
    xorg-xrefresh 1.0.5-1
    xorg-xset 1.2.3-1
    xorg-xsetroot 1.1.1-2
    xproto 7.0.27-1
    xscreensaver 5.32-1
    xvidcore 1.3.3-1
    xz 5.2.1-1
    yajl 2.1.0-1
    yaourt 1.5-1
    zenity 3.14.0-1
    zeromq 4.0.5-1
    zita-alsa-pcmi 0.2.0-2
    zita-resampler 1.3.0-3
    zlib 1.2.8-3
    zvbi 0.2.35-1
    zziplib 0.13.62-2
    [edit5] My /etc/modules-load.d directory is empty by the way, and "sudo /usr/lib/systemd/systemd-modules-load" returns nothing. Note, this is all while running Linux 3.19, but I believe it should demonstrate that I don't have any special modules running. Or so I believe.
    Last edited by nstgc (2015-05-04 13:16:09)

  • [SOLVED] Problem Synchronizing package databases after upgrade

    After upgrading I'm having this:
    [root@david-laptop david]# pacman -Suyy
    :: Synchronizing package databases...
    error: failed retrieving file 'testing.db' from mirrors.kernel.org : Forbidden
    downloading testing.db...
    error: failed retrieving file 'core.db' from mirrors.kernel.org : Forbidden
    downloading core.db...
    error: failed retrieving file 'extra.db' from mirrors.kernel.org : Forbidden
    downloading extra.db...
    error: failed retrieving file 'community-testing.db' from mirrors.kernel.org : Forbidden
    downloading community-testing.db...
    error: failed retrieving file 'community.db' from mirrors.kernel.org : Forbidden
    downloading community.db...
    error: failed retrieving file 'multilib-testing.db' from mirrors.kernel.org : Forbidden
    error: failed retrieving file 'multilib-testing.db' from mirror.cs.vt.edu : Not Found
    error: failed retrieving file 'multilib-testing.db' from mirrors.easynews.com : Not Found
    error: failed retrieving file 'multilib-testing.db' from mirrors.gigenet.com : Not Found
    error: failed retrieving file 'multilib-testing.db' from www.gtlib.gatech.edu : Not Found
    error: failed retrieving file 'multilib.db' from mirrors.kernel.org : Forbidden
    error: failed retrieving file 'multilib.db' from mirror.cs.vt.edu : Not Found
    error: failed retrieving file 'multilib.db' from mirrors.easynews.com : Not Found
    error: failed retrieving file 'multilib.db' from mirrors.gigenet.com : Not Found
    error: failed retrieving file 'multilib.db' from www.gtlib.gatech.edu : Not Found
    downloading archlinuxfr.db...
    :: Starting full system upgrade...
    warning: a52dec: local (0.7.4-5) is newer than extra (0.7.4-4)
    warning: aalib: local (1.4rc5-8) is newer than extra (1.4rc5-6)
    warning: acl: local (2.2.51-1) is newer than core (2.2.49-1)
    warning: alsa-lib: local (1.0.24.1-1) is newer than extra (1.0.23-1)
    warning: alsa-plugins: local (1.0.24-2) is newer than community (1.0.23-1)
    warning: apache: local (2.2.19-1) is newer than extra (2.2.15-2)
    warning: apr: local (1.4.5-1) is newer than extra (1.4.2-1)
    warning: apr-util: local (1.3.12-1) is newer than extra (1.3.9-4)
    warning: artwiz-fonts: local (1.3-6) is newer than extra (1.3-5)
    warning: aspell: local (0.60.6-5) is newer than extra (0.60.6-4)
    warning: atk: local (2.0.0-1) is newer than extra (1.30.0-1)
    warning: at-spi: local (1.32.0-4) is newer than extra (1.30.1-1)
    warning: attr: local (2.4.46-1) is newer than core (2.4.44-1)
    warning: autoconf: local (2.68-1) is newer than core (2.66-2)
    warning: automake: local (1.11.1-2) is newer than core (1.11.1-1)
    warning: avahi: local (0.6.30-2) is newer than extra (0.6.25-3)
    warning: babl: local (0.1.4-1) is newer than extra (0.1.2-1)
    warning: banshee: local (2.0.1-2) is newer than extra (1.6.1-1)
    warning: bash: local (4.2.010-1) is newer than core (4.1.007-1)
    warning: binutils: local (2.21-8) is newer than core (2.20.1-3)
    warning: bison: local (2.5-1) is newer than core (2.4.2-1)
    warning: bluez: local (4.93-2) is newer than extra (4.69-1)
    warning: bogofilter: local (1.2.2-2) is newer than extra (1.2.1-1)
    warning: boo: local (0.9.4.9-1) is newer than extra (0.9.3.3457-1)
    warning: boost-libs: local (1.46.1-2) is newer than extra (1.43.0-1)
    warning: brasero: local (3.0.0-1) is newer than extra (2.30.2-1)
    warning: brltty: local (4.2-4) is newer than extra (4.1-3)
    warning: bug-buddy: local (2.32.0-1) is newer than extra (2.30.0-1)
    warning: bzip2: local (1.0.6-1) is newer than core (1.0.5-5)
    warning: ca-certificates: local (20110421-3) is newer than core (20090814-3)
    warning: cairo: local (1.10.2-2) is newer than extra (1.8.10-1)
    warning: cairomm: local (1.10.0-1) is newer than extra (1.8.4-1)
    warning: cdparanoia: local (10.2-3) is newer than extra (10.2-2)
    warning: cdrdao: local (1.2.3-5) is newer than extra (1.2.3-4)
    warning: cdrkit: local (1.1.11-1) is newer than extra (1.1.10-1)
    warning: cheese: local (3.0.1-2) is newer than extra (2.30.1-1)
    warning: chromium: local (11.0.696.71-1) is newer than extra (5.0.375.99-1)
    warning: clutter: local (1.6.14-1) is newer than extra (1.2.10-1)
    warning: clutter-gtk: local (1.0.0-1) is newer than extra (0.10.4-1)
    warning: compositeproto: local (0.4.2-1) is newer than extra (0.4.1-1)
    warning: consolekit: local (0.4.5-1) is newer than extra (0.4.1-2)
    warning: coreutils: local (8.12-2) is newer than core (8.5-2)
    warning: cracklib: local (2.8.18-1) is newer than core (2.8.16-1)
    warning: cryptsetup: local (1.3.1-1) is newer than core (1.1.3-1)
    warning: cups: local (1.4.6-3) is newer than extra (1.4.4-1)
    warning: curl: local (7.21.6-2) is newer than extra (7.21.0-1)
    warning: cyrus-sasl-plugins: local (2.1.23-5) is newer than extra (2.1.23-2)
    warning: damageproto: local (1.2.1-1) is newer than extra (1.2.0-1)
    warning: dash: local (0.5.6.1-2) is newer than core (0.5.6.1-1)
    warning: db: local (5.1.25-1) is newer than core (4.8.26-2)
    warning: dbus: local (1.4.8-1) is newer than extra (1.2.24-1)
    warning: dbus-core: local (1.4.8-1) is newer than core (1.2.24-1)
    warning: dbus-glib: local (0.92-1) is newer than extra (0.86-1)
    warning: dbus-python: local (0.83.1-2) is newer than extra (0.83.1-1)
    warning: dcron: local (4.5-2) is newer than core (4.4-2)
    warning: desktop-file-utils: local (0.18-1) is newer than extra (0.16-1)
    warning: device-mapper: local (2.02.85-2) is newer than core (2.02.70-1)
    warning: dhcpcd: local (5.2.12-1) is newer than testing (5.2.6-1)
    warning: diffutils: local (3.0-2) is newer than core (3.0-1)
    warning: dirmngr: local (1.1.0-1) is newer than extra (1.1.0rc1-1)
    warning: djvulibre: local (3.5.24-1) is newer than extra (3.5.22-2)
    warning: dmidecode: local (2.11-1) is newer than extra (2.10-1)
    warning: dnsutils: local (9.8.0.P2-1) is newer than testing (9.7.1.P2-1)
    warning: e2fsprogs: local (1.41.14-1) is newer than core (1.41.12-1)
    warning: eject: local (2.1.5-5) is newer than extra (2.1.5-4)
    warning: ekiga: local (3.3.0-4) is newer than extra (3.2.7-2)
    warning: empathy: local (3.0.2-1) is newer than extra (2.30.2-1)
    warning: enchant: local (1.6.0-2) is newer than extra (1.6.0-1)
    warning: eog: local (3.0.2-1) is newer than extra (2.30.2-1)
    warning: epiphany: local (3.0.2-2) is newer than extra (2.30.2-1)
    warning: eventlog: local (0.2.12-2) is newer than core (0.2.12-1)
    warning: evince: local (3.0.2-1) is newer than extra (2.30.3-1)
    warning: evolution: local (3.0.2-1) is newer than extra (2.30.2-1)
    warning: evolution-data-server: local (3.0.2.1-1) is newer than extra (2.30.2.1-1)
    warning: evolution-exchange: local (3.0.2-1) is newer than extra (2.30.2-1)
    warning: evolution-webcal: local (2.32.0-1) is newer than extra (2.28.1-2)
    warning: exiv2: local (0.21.1-1) is newer than extra (0.19-1)
    warning: expat: local (2.0.1-6) is newer than core (2.0.1-5)
    warning: faad2: local (2.7-2) is newer than extra (2.7-1)
    warning: fakeroot: local (1.15.1-1) is newer than core (1.14.4-2)
    warning: fam: local (2.7.0-15) is newer than extra (2.7.0-14)
    warning: farsight2: local (0.0.28-2) is newer than extra (0.0.20-1)
    warning: ffmpeg: local (20110330-2) is newer than extra (24460-1)
    warning: fftw: local (3.2.2-2) is newer than extra (3.2.2-1)
    warning: file: local (5.07-3) is newer than core (5.04-2)
    warning: file-roller: local (3.0.2-1) is newer than extra (2.30.2-1)
    warning: filesystem: local (2011.04-1) is newer than testing (2010.07-1)
    warning: findutils: local (4.4.2-3) is newer than core (4.4.2-2)
    warning: fixesproto: local (5.0-1) is newer than extra (4.1.1-1)
    warning: flex: local (2.5.35-4) is newer than core (2.5.35-3)
    warning: fontsproto: local (2.1.1-1) is newer than extra (2.1.0-1)
    warning: freerdp: local (0.8.2-2) is newer than community (0.7.2-1)
    warning: freetype2: local (2.4.4-2) is newer than extra (2.4.1-1)
    warning: fuse: local (2.8.5-1) is newer than extra (2.8.4-2)
    warning: gawk: local (3.1.8-2) is newer than core (3.1.8-1)
    warning: gcalctool: local (6.0.2-1) is newer than extra (5.30.2-1)
    warning: gcc: local (4.6.0-6) is newer than testing (4.5.0-7)
    warning: gcc-libs: local (4.6.0-6) is newer than testing (4.5.0-7)
    warning: gconf: local (2.32.3-1) is newer than extra (2.28.1-1)
    warning: gconf-editor: local (3.0.0-1) is newer than extra (2.30.0-1)
    warning: gdb: local (7.2-2) is newer than extra (7.1-2)
    warning: gdbm: local (1.8.3-8) is newer than core (1.8.3-7)
    warning: gdm: local (3.0.4-1) is newer than extra (2.30.4-1)
    warning: gedit: local (3.0.4-1) is newer than extra (2.30.3-1)
    warning: gegl: local (0.1.6-1) is newer than extra (0.1.2-1)
    warning: gen-init-cpio: local (2.6.36-1) is newer than core (2.6.32-1)
    warning: gettext: local (0.18.1.1-3) is newer than core (0.18.1.1-1)
    warning: ghostscript: local (9.02-2) is newer than extra (8.71-3)
    warning: giflib: local (4.1.6-4) is newer than extra (4.1.6-3)
    warning: gimp: local (2.6.11-5) is newer than extra (2.6.9-1)
    warning: git: local (1.7.5.4-1) is newer than extra (1.7.2-1)
    warning: gjs: local (0.7.14-1) is newer than extra (0.6-1)
    warning: glade: local (3.10.0-2) is newer than extra (3.6.7-1)
    warning: glib2: local (2.28.8-1) is newer than core (2.24.1-1)
    warning: glibc: local (2.13-5) is newer than core (2.12-4)
    warning: glibmm: local (2.28.1-1) is newer than extra (2.24.2-1)
    warning: glproto: local (1.4.12-1) is newer than extra (1.4.11-2)
    warning: gluezilla: local (2.6-3) is newer than extra (2.6-2)
    warning: gmime: local (2.4.23-1) is newer than extra (2.4.17-1)
    warning: gmp: local (5.0.2-1) is newer than core (5.0.1-1)
    warning: gnome-applets: local (3.1.1-1) is newer than extra (2.30.0-1)
    warning: gnome-backgrounds: local (3.0.2-1) is newer than extra (2.30.0-1)
    warning: gnome-bluetooth: local (3.0.1-1) is newer than extra (2.30.0-3)
    warning: gnome-common: local (2.34.0-1) is newer than extra (2.28.0-1)
    warning: gnome-control-center: local (3.0.2-1) is newer than extra (2.30.1-1)
    warning: gnome-desktop: local (3.0.2-1) is newer than extra (2.30.2-1)
    warning: gnome-desktop-sharp: local (2.26.0-7) is newer than extra (2.26.0-5)
    warning: gnome-disk-utility: local (3.0.0-1) is newer than extra (2.30.1-1)
    warning: gnome-doc-utils: local (0.20.6-1) is newer than extra (0.20.1-1)
    warning: gnome-games: local (3.0.2-1) is newer than extra (2.30.2-1)
    warning: gnome-games-extra-data: local (3.0.0-1) is newer than extra (2.30.0-1)
    warning: gnome-icon-theme: local (3.0.0-2) is newer than extra (2.30.3-1)
    warning: gnome-keyring: local (3.0.3-1) is newer than extra (2.30.3-1)
    warning: gnome-mag: local (0.16.3-1) is newer than extra (0.16.1-1)
    warning: gnome-media: local (2.91.2-2) is newer than extra (2.30.0-2)
    warning: gnome-menus: local (3.0.1-1) is newer than extra (2.30.2-1)
    warning: gnome-mime-data: local (2.18.0-5) is newer than extra (2.18.0-4)
    warning: gnome-nettool: local (3.0.0-1) is newer than extra (2.30.0-1)
    warning: gnome-panel: local (3.0.2-1) is newer than extra (2.30.2-1)
    warning: gnome-pilot: local (2.91.92-1) is newer than extra (2.0.17-2)
    warning: gnome-power-manager: local (3.0.2-2) is newer than extra (2.30.1-1)
    warning: gnome-python: local (2.28.1-7) is newer than extra (2.28.1-1)
    warning: gnome-python-desktop: local (2.32.0-6) is newer than extra (2.30.2-2)
    warning: gnome-screensaver: local (3.0.0-1) is newer than extra (2.30.0-1)
    warning: gnome-session: local (3.0.2-1) is newer than extra (2.30.2-1)
    warning: gnome-settings-daemon: local (3.0.2-1) is newer than extra (2.30.2-1)
    warning: gnome-sharp: local (2.24.2-1) is newer than extra (2.24.1-1)
    warning: gnome-system-monitor: local (3.0.1-1) is newer than extra (2.28.1-1)
    warning: gnome-terminal: local (3.0.1-2) is newer than extra (2.30.2-1)
    warning: gnome-utils: local (3.0.1-1) is newer than extra (2.30.0-1)
    warning: gnome-vfs: local (2.24.4-3) is newer than extra (2.24.3-2)
    warning: gnupg: local (1.4.11-2) is newer than extra (1.4.10-2)
    warning: gnupg2: local (2.0.17-1) is newer than extra (2.0.15-1)
    warning: gnutls: local (2.12.6.1-1) is newer than extra (2.8.6-1)
    warning: gobject-introspection: local (0.10.8-1) is newer than extra (0.6.14-1)
    warning: gok: local (2.30.1-1) is newer than extra (2.30.0-1)
    warning: gpm: local (1.20.6-6) is newer than core (1.20.6-5)
    warning: grep: local (2.8-1) is newer than core (2.6.3-1)
    warning: groff: local (1.21-1) is newer than core (1.20.1-4)
    warning: gstreamer0.10: local (0.10.34-1) is newer than extra (0.10.29-1)
    warning: gstreamer0.10-bad: local (0.10.22-1) is newer than extra (0.10.19-1)
    warning: gstreamer0.10-bad-plugins: local (0.10.22-1) is newer than extra (0.10.19-1)
    warning: gstreamer0.10-base: local (0.10.34-1) is newer than extra (0.10.29-1)
    warning: gstreamer0.10-base-plugins: local (0.10.34-1) is newer than extra (0.10.29-1)
    warning: gstreamer0.10-ffmpeg: local (0.10.11-1) is newer than extra (0.10.10-1)
    warning: gstreamer0.10-good: local (0.10.29-1) is newer than extra (0.10.23-1)
    warning: gstreamer0.10-good-plugins: local (0.10.29-1) is newer than extra (0.10.23-1)
    warning: gstreamer0.10-python: local (0.10.21-1) is newer than extra (0.10.18-1)
    warning: gstreamer0.10-ugly: local (0.10.18-1) is newer than extra (0.10.15-2)
    warning: gstreamer0.10-ugly-plugins: local (0.10.18-1) is newer than extra (0.10.15-2)
    warning: gtk2: local (2.24.4-2) is newer than extra (2.20.1-2)
    warning: gtk-engines: local (2.20.2-1) is newer than extra (2.20.1-1)
    warning: gtkhtml: local (3.32.2-2) is newer than extra (3.30.2-1)
    warning: gtkmm: local (2.24.0-1) is newer than extra (2.20.3-1)
    warning: gtksourceview2: local (2.10.5-1) is newer than extra (2.10.4-1)
    warning: gtk-vnc: local (0.4.3-1) is newer than extra (0.3.10-1)
    warning: gucharmap: local (3.0.1-1) is newer than extra (2.30.2-1)
    warning: guile: local (1.8.8-1) is newer than extra (1.8.7-2)
    warning: gvfs: local (1.8.2-1) is newer than extra (1.6.3-1)
    warning: gvfs-obexftp: local (1.8.2-1) is newer than extra (1.6.3-1)
    warning: gvfs-smb: local (1.8.2-1) is newer than extra (1.6.3-1)
    warning: gzip: local (1.4-2) is newer than core (1.4-1)
    warning: hal: local (0.5.14-6) is newer than extra (0.5.14-4)
    warning: hunspell: local (1.3.2-1) is newer than extra (1.2.12-1)
    warning: hyphen: local (2.7.1-2) is newer than extra (2.5-1)
    warning: hyphen-en: local (2.7.1-2) is newer than extra (2.5-1)
    warning: icon-naming-utils: local (0.8.90-2) is newer than extra (0.8.90-1)
    warning: icu: local (4.8-1) is newer than extra (4.4.1-1)
    warning: imagemagick: local (6.7.0.2-1) is newer than extra (6.6.2.10-1)
    warning: initscripts: local (2011.06.3-1) is newer than core (2010.07-1)
    warning: inputproto: local (2.0.1-1) is newer than extra (2.0-1)
    warning: intel-dri: local (7.10.99.git20110531-1) is newer than extra (7.8.2-1)
    warning: intltool: local (0.41.1-2) is newer than extra (0.41.1-1)
    warning: iproute2: local (2.6.38-3) is newer than core (2.6.34-2)
    warning: iputils: local (20101006-1) is newer than core (20100214-2)
    warning: jack: local (0.120.2-1) is newer than extra (0.118.0-3)
    warning: jasper: local (1.900.1-6) is newer than extra (1.900.1-5)
    warning: jdk: local (6u25-1) is newer than community (6u20-1)
    warning: jfsutils: local (1.1.14-2) is newer than core (1.1.14-1)
    warning: jre: local (6u25-1) is newer than community (6u20-1)
    warning: kbd: local (1.15.3-1) is newer than core (1.15.2-1)
    warning: kbproto: local (1.0.5-1) is newer than extra (1.0.4-1)
    warning: kernel26: local (2.6.39-1) is newer than core (2.6.34.1-1)
    warning: kernel26-headers: local (2.6.39-1) is newer than core (2.6.34.1-1)
    warning: lcms: local (1.19-1) is newer than extra (1.18-3)
    warning: less: local (443-2) is newer than core (436-1)
    warning: lib32-alsa-lib: local (1.0.24.1-1) is newer than community (1.0.23-2)
    warning: lib32-atk: local (1.32.0-1) is newer than community (1.30.0-1)
    warning: lib32-attr: local (2.4.44-4) is newer than community (2.4.44-2)
    warning: lib32-cairo: local (1.10.2-2) is newer than community (1.8.10-1)
    warning: lib32-db: local (5.1.19-1) is newer than community (4.8.26-2)
    warning: lib32-dbus-core: local (1.4.0-2) is newer than community (1.2.24-1)
    warning: lib32-e2fsprogs: local (1.41.14-2) is newer than community (1.41.12-1)
    warning: lib32-expat: local (2.0.1-7) is newer than community (2.0.1-5)
    warning: lib32-flac: local (1.2.1-7) is newer than community (1.2.1-3)
    warning: lib32-fontconfig: local (2.8.0-3) is newer than community (2.8.0-1)
    warning: lib32-freetype2: local (2.4.4-1) is newer than community (2.4.1-1)
    warning: lib32-gcc-libs: local (4.6.0-6) is newer than community (4.5.0-6)
    warning: lib32-glib2: local (2.28.6-1) is newer than community (2.24.1-1)
    warning: lib32-glibc: local (2.13-5) is newer than community (2.12-4)
    warning: lib32-gnutls: local (2.12.2-1) is newer than community (2.8.6-1)
    warning: lib32-gtk2: local (2.24.4-1) is newer than community (2.20.1-2)
    warning: lib32-heimdal: local (1.3.3-3) is newer than community (1.3.3-1)
    warning: lib32-libasyncns: local (0.8-5) is newer than community (0.8-3)
    warning: lib32-libcap: local (2.21-1) is newer than community (2.19-1)
    warning: lib32-libcups: local (1.4.5-1) is newer than community (1.4.4-1)
    warning: lib32-libdrm: local (2.4.25-1) is newer than community (2.4.21-1)
    warning: lib32-libgcrypt: local (1.4.6-3) is newer than community (1.4.5-2.1)
    warning: lib32-libgl: local (7.10.99.git20110531-1) is newer than community (7.8.2-1)
    warning: lib32-libgpg-error: local (1.9-4) is newer than community (1.7-3.1)
    warning: lib32-libice: local (1.0.7-1) is newer than community (1.0.6-1)
    warning: lib32-libogg: local (1.2.2-1) is newer than community (1.2.0-2)
    warning: lib32-libpng: local (1.4.5-1) is newer than community (1.4.3-1)
    warning: lib32-libsm: local (1.2.0-1) is newer than community (1.1.1-1)
    warning: lib32-libsndfile: local (1.0.24-1) is newer than community (1.0.21-2)
    warning: lib32-libtiff: local (3.9.4-3) is newer than community (3.9.4-1)
    warning: lib32-libvorbis: local (1.3.2-1) is newer than community (1.3.1-2)
    warning: lib32-libx11: local (1.4.3-1) is newer than community (1.3.4-1)
    warning: lib32-libxau: local (1.0.6-2) is newer than community (1.0.5-1)
    warning: lib32-libxcb: local (1.7-2) is newer than community (1.6-1)
    warning: lib32-libxcomposite: local (0.4.3-1) is newer than community (0.4.2-1)
    warning: lib32-libxcursor: local (1.1.11-1) is newer than community (1.1.10-1)
    warning: lib32-libxdamage: local (1.1.3-3) is newer than community (1.1.3-1)
    warning: lib32-libxdmcp: local (1.1.0-1) is newer than community (1.0.3-1)
    warning: lib32-libxext: local (1.2.0-1) is newer than community (1.1.2-1)
    warning: lib32-libxfixes: local (4.0.5-3) is newer than community (4.0.5-1)
    warning: lib32-libxft: local (2.2.0-1) is newer than community (2.1.14-1)
    warning: lib32-libxi: local (1.4.1-1) is newer than community (1.3-2)
    warning: lib32-libxinerama: local (1.1.1-1) is newer than community (1.1-1)
    warning: lib32-libxrandr: local (1.3.1-1) is newer than community (1.3.0-1)
    warning: lib32-libxrender: local (0.9.6-4) is newer than community (0.9.6-1)
    warning: lib32-libxss: local (1.2.1-1) is newer than community (1.2.0-1)
    warning: lib32-libxtst: local (1.2.0-1) is newer than community (1.1.0-1)
    warning: lib32-libxv: local (1.0.6-1) is newer than community (1.0.5-1)
    warning: lib32-libxxf86vm: local (1.1.1-1) is newer than community (1.1.0-1)
    warning: lib32-ncurses: local (5.7-6) is newer than community (5.7-3)
    warning: lib32-openssl: local (1.0.0.d-1) is newer than community (1.0.0.a-2)
    warning: lib32-pango: local (1.28.3-1) is newer than community (1.28.1-1)
    warning: lib32-pcre: local (8.12-1) is newer than community (8.02-1)
    warning: lib32-pixman: local (0.20.2-1) is newer than community (0.18.2-1)
    warning: lib32-qt: local (4.7.3-1) is newer than community (4.6.3-1)
    warning: lib32-readline: local (6.1.002-3) is newer than community (6.1.002-1)
    warning: lib32-sqlite3: local (3.7.4-1) is newer than community (3.6.23.1-1)
    warning: lib32-xcb-util: local (0.3.6-3) is newer than community (0.3.6-1)
    warning: lib32-zlib: local (1.2.5-6) is newer than community (1.2.5-2)
    warning: libao: local (1.1.0-1) is newer than extra (1.0.0-2)
    warning: libarchive: local (2.8.4-2) is newer than core (2.8.4-1)
    warning: libass: local (0.9.12-1) is newer than extra (0.9.9-1)
    warning: libassuan: local (2.0.1-1) is newer than extra (2.0.0-1)
    warning: libasyncns: local (0.8-3) is newer than community (0.8-2)
    warning: libbeagle: local (0.3.9-2) is newer than extra (0.3.9-1)
    warning: libbonobo: local (2.32.1-1) is newer than extra (2.24.3-1)
    warning: libbonoboui: local (2.24.5-1) is newer than extra (2.24.3-1)
    warning: libcanberra: local (0.28-1) is newer than extra (0.23-1)
    warning: libcanberra-pulse: local (0.28-1) is newer than community (0.25-1)
    warning: libcap: local (2.21-1) is newer than core (2.19-1)
    warning: libcdaudio: local (0.99.12-5) is newer than extra (0.99.12-4)
    warning: libcups: local (1.4.6-3) is newer than extra (1.4.4-1)
    warning: libdatrie: local (0.2.4-1) is newer than extra (0.2.3-1)
    warning: libdc1394: local (2.1.3-1) is newer than extra (2.1.2-1)
    warning: libdrm: local (2.4.25-1) is newer than extra (2.4.21-1)
    warning: libedit: local (20110227_3.0-1) is newer than extra (20090923_3.0-1)
    warning: libevent: local (2.0.11-1) is newer than core (1.4.14b-1)
    warning: libexif: local (0.6.20-1) is newer than extra (0.6.19-1)
    warning: libfetch: local (2.33-3) is newer than core (2.32-1)
    warning: libfontenc: local (1.1.0-1) is newer than extra (1.0.5-1)
    warning: libgcrypt: local (1.4.6-3) is newer than core (1.4.6-1)
    warning: libgdata: local (0.8.0-1) is newer than extra (0.6.4-1)
    warning: libgdiplus: local (2.10-1) is newer than extra (2.6.4-1)
    warning: libgee: local (0.6.1-1) is newer than community (0.5.1-1)
    warning: libgexiv2: local (0.3.0-1) is newer than community (0.1.0-1)
    warning: libgksu: local (2.0.12-3) is newer than extra (2.0.12-2)
    warning: libgl: local (7.10.99.git20110531-1) is newer than extra (7.8.2-1)
    warning: libglade: local (2.6.4-2) is newer than extra (2.6.4-1)
    warning: libgnome: local (2.32.1-2) is newer than extra (2.30.0-1)
    warning: libgnomecanvas: local (2.30.3-1) is newer than extra (2.30.1-1)
    warning: libgnomecups: local (0.2.3-8) is newer than extra (0.2.3-7)
    warning: libgnomekbd: local (3.0.0.1-1) is newer than extra (2.30.2-1)
    warning: libgnome-keyring: local (3.0.3-1) is newer than extra (2.30.1-1)
    warning: libgnomeprint: local (2.18.8-2) is newer than extra (2.18.7-2)
    warning: libgnomeprintui: local (2.18.6-1) is newer than extra (2.18.5-1)
    warning: libgnomeui: local (2.24.4-1) is newer than extra (2.24.3-1)
    warning: libgpg-error: local (1.9-3) is newer than core (1.7-3)
    warning: libgphoto2: local (2.4.10.1-2) is newer than extra (2.4.9-1)
    warning: libgpod: local (0.8.0-2) is newer than extra (0.7.93-1)
    warning: libgsf: local (1.14.21-1) is newer than extra (1.14.18-1)
    warning: libgssglue: local (0.1-4) is newer than core (0.1-2)
    warning: libgtop: local (2.28.3-1) is newer than extra (2.28.1-1)
    warning: libgweather: local (3.0.2-1) is newer than extra (2.30.2-1)
    warning: libical: local (0.46-1) is newer than extra (0.44-1)
    warning: libice: local (1.0.7-1) is newer than extra (1.0.6-1)
    warning: libid3tag: local (0.15.1b-6) is newer than extra (0.15.1b-5)
    warning: libidn: local (1.22-1) is newer than extra (1.16-1)
    warning: libiec61883: local (1.2.0-2) is newer than extra (1.2.0-1)
    warning: libimobiledevice: local (1.1.0-1) is newer than extra (1.0.2-1)
    warning: libksba: local (1.0.8-1) is newer than extra (1.0.7-1)
    warning: libldap: local (2.4.24-1) is newer than core (2.4.22-1)
    warning: liblrdf: local (0.4.0-7) is newer than extra (0.4.0-6)
    warning: libmad: local (0.15.1b-5) is newer than extra (0.15.1b-4)
    warning: libmpc: local (0.9-1) is newer than core (0.8.2-2)
    warning: libmtp: local (1.0.6-1) is newer than extra (1.0.2-1)
    warning: libmysqlclient: local (5.5.13-1) is newer than extra (5.1.47-1)
    warning: libnice: local (0.1.0-1) is newer than extra (0.0.12-1)
    warning: libnotify: local (0.7.3-1) is newer than extra (0.4.5-1)
    warning: libofa: local (0.9.3-3) is newer than extra (0.9.3-2)
    warning: libogg: local (1.2.2-1.1) is newer than extra (1.2.0-1)
    warning: libpcap: local (1.1.1-2) is newer than core (1.1.1-1)
    warning: libpciaccess: local (0.12.1-1) is newer than extra (0.11.0-1)
    warning: libplist: local (1.4-1) is newer than extra (1.3-1)
    warning: libpng: local (1.4.5-1) is newer than extra (1.4.3-1)
    warning: libproxy: local (0.4.6-7) is newer than extra (0.3.1-1)
    warning: libpst: local (0.6.49-3) is newer than extra (0.6.41-5)
    warning: libpurple: local (2.7.11-6) is newer than extra (2.7.2-1)
    warning: libraw: local (0.13.5-1) is newer than community (0.9.1-1)
    warning: libraw1394: local (2.0.7-1) is newer than extra (2.0.5-1)
    warning: librsvg: local (2.34.0-1) is newer than extra (2.26.3-1)
    warning: libsamplerate: local (0.1.7-2) is newer than extra (0.1.7-1)
    warning: libsasl: local (2.1.23-5) is newer than core (2.1.23-4)
    warning: libsigc++: local (2.2.9-1) is newer than extra (2.2.8-1)
    warning: libsm: local (1.2.0-1) is newer than extra (1.1.1-1)
    warning: libsndfile: local (1.0.24-1) is newer than extra (1.0.21-1)
    warning: libsoup: local (2.34.2-1) is newer than extra (2.30.2-1)
    warning: libsoup-gnome: local (2.34.2-1) is newer than extra (2.30.2-1)
    warning: libspectre: local (0.2.6-2) is newer than extra (0.2.6-1)
    warning: libssh: local (0.5.0-1) is newer than extra (0.4.5-1)
    warning: libtasn1: local (2.9-1) is newer than extra (2.6-1)
    warning: libtextcat: local (2.2-8) is newer than community (2.2-6)
    warning: libthai: local (0.1.15-1) is newer than extra (0.1.14-1)
    warning: libtiff: local (3.9.5-1) is newer than extra (3.9.4-1)
    warning: libtirpc: local (0.2.1-3) is newer than core (0.2.1-1)
    warning: libtool: local (2.4-3) is newer than core (2.2.10-1)
    warning: libunique: local (1.1.6-4) is newer than extra (1.1.6-2)
    warning: libusb: local (1.0.8-1) is newer than core (0.1.12-4)
    warning: libva: local (1.0.13-1) is newer than extra (0.31.0_p13-2)
    warning: libvdpau: local (0.4.1-1) is newer than extra (0.4-1)
    warning: libvorbis: local (1.3.2-1) is newer than extra (1.3.1-1)
    warning: libvpx: local (0.9.6-2) is newer than extra (0.9.1-1)
    warning: libwebkit: local (1.4.0-2) is newer than extra (1.2.3-1)
    warning: libwmf: local (0.2.8.4-8) is newer than extra (0.2.8.4-7)
    warning: libwnck: local (2.30.6-2) is newer than extra (2.30.2-1)
    warning: libwpd: local (0.9.2-1) is newer than extra (0.8.14-1)
    warning: libx11: local (1.4.3-2) is newer than extra (1.3.4-1)
    warning: libxau: local (1.0.6-1) is newer than extra (1.0.5-1)
    warning: libxaw: local (1.0.9-1) is newer than extra (1.0.7-1)
    warning: libxcb: local (1.7-2) is newer than extra (1.6-1)
    warning: libxcomposite: local (0.4.3-1) is newer than extra (0.4.2-1)
    warning: libxcursor: local (1.1.11-1) is newer than extra (1.1.10-1)
    warning: libxdmcp: local (1.1.0-1) is newer than extra (1.0.3-1)
    warning: libxext: local (1.3.0-1) is newer than extra (1.1.2-1)
    warning: libxfixes: local (5.0-1) is newer than extra (4.0.5-1)
    warning: libxfont: local (1.4.3-1) is newer than extra (1.4.2-1)
    warning: libxft: local (2.2.0-1) is newer than extra (2.1.14-1)
    warning: libxi: local (1.4.2-1) is newer than extra (1.3-2)
    warning: libxinerama: local (1.1.1-1) is newer than extra (1.1-1)
    warning: libxkbfile: local (1.0.7-1) is newer than extra (1.0.6-1)
    warning: libxklavier: local (5.1-1) is newer than extra (5.0-1)
    warning: libxml2: local (2.7.8-1) is newer than extra (2.7.7-1)
    warning: libxmu: local (1.1.0-1) is newer than extra (1.0.5-1)
    warning: libxpm: local (3.5.9-1) is newer than extra (3.5.8-1)
    warning: libxrandr: local (1.3.1-1) is newer than extra (1.3.0-1)
    warning: libxres: local (1.0.5-1) is newer than extra (1.0.4-1)
    warning: libxslt: local (1.1.26-2) is newer than extra (1.1.26-1)
    warning: libxss: local (1.2.1-1) is newer than extra (1.2.0-1)
    warning: libxt: local (1.1.1-1) is newer than extra (1.0.8-1)
    warning: libxtst: local (1.2.0-1) is newer than extra (1.1.0-1)
    warning: libxv: local (1.0.6-1) is newer than extra (1.0.5-1)
    warning: libxvmc: local (1.0.6-1) is newer than extra (1.0.5-1)
    warning: libxxf86vm: local (1.1.1-1) is newer than extra (1.1.0-1)
    warning: libzip: local (0.10-1) is newer than extra (0.9.3-1)
    warning: licenses: local (2.8-1) is newer than core (2.6-1)
    warning: linux-api-headers: local (2.6.38.1-1) is newer than core (2.6.34-1)
    warning: linux-atm: local (2.5.1-2) is newer than core (2.5.1-1)
    warning: linux-firmware: local (20110512-2) is newer than core (20100623-2)
    warning: logrotate: local (3.7.9-1) is newer than core (3.7.8-1)
    warning: lpsolve: local (5.5.2.0-1) is newer than extra (5.5.0.15-1)
    warning: lsof: local (4.84-3) is newer than extra (4.83-1)
    warning: lua: local (5.1.4-6) is newer than extra (5.1.4-5)
    warning: lvm2: local (2.02.85-2) is newer than core (2.02.70-1)
    warning: lzo2: local (2.05-1) is newer than core (2.03-1)
    warning: m4: local (1.4.16-1) is newer than core (1.4.14-2)
    warning: make: local (3.82-3) is newer than core (3.81-5)
    warning: man-db: local (2.6.0.2-2) is newer than core (2.5.7-1)
    warning: man-pages: local (3.32-1) is newer than core (3.25-1)
    warning: mdadm: local (3.2.1-3) is newer than core (3.1.2-2)
    warning: mesa: local (7.10.99.git20110531-1) is newer than extra (7.8.2-1)
    warning: metacity: local (2.34.0-1) is newer than extra (2.30.1-1)
    warning: mkinitcpio: local (0.6.13-1) is newer than core (0.6.7-1)
    warning: mkinitcpio-busybox: local (1.18.4-1) is newer than core (1.16.2-1)
    warning: mobile-broadband-provider-info: local (20110218-1) is newer than extra (20100510-1)
    warning: mod_python: local (3.3.1-8) is newer than extra (3.3.1-5)
    warning: module-init-tools: local (3.13-1) is newer than testing (3.12-1)
    warning: mono: local (2.10.2-1) is newer than extra (2.6.4-2)
    warning: mono-basic: local (2.10-1) is newer than extra (2.6.2-1)
    warning: mono-debugger: local (2.10-1) is newer than extra (2.6.3-1)
    warning: monodevelop: local (2.4.2-2) is newer than extra (2.4-1)
    warning: mono-tools: local (2.10-1) is newer than extra (2.6.2-1)
    warning: mono-zeroconf: local (0.9.0-2) is newer than extra (0.9.0-1)
    warning: mousetweaks: local (3.0.1-1) is newer than extra (2.30.2-1)
    warning: mpfr: local (3.0.1-1) is newer than core (3.0.0-1)
    warning: musicbrainz: local (2.1.5-4) is newer than extra (2.1.5-3)
    warning: mutagen: local (1.20-3) is newer than extra (1.19-1)
    warning: mysql: local (5.5.13-1) is newer than extra (5.1.47-1)
    warning: mysql-clients: local (5.5.13-1) is newer than extra (5.1.47-1)
    warning: mysql-workbench: local (1:5.2.34-1) is newer than community (5.2.25-1)
    warning: nano: local (2.2.6-1) is newer than core (2.2.4-1)
    warning: nautilus: local (3.0.2-1) is newer than extra (2.30.1-1)
    warning: nautilus-sendto: local (3.0.0-1) is newer than extra (2.28.4-2)
    warning: ncurses: local (5.9-1) is newer than core (5.7-3)
    warning: neon: local (0.29.6-1) is newer than extra (0.29.3-2)
    warning: net-tools: local (1.60-16) is newer than core (1.60-14)
    warning: networkmanager: local (0.8.9997-1) is newer than testing (0.8.0.999-1)
    warning: network-manager-applet: local (0.8.9997-1) is newer than testing (0.8.0.999-1)
    warning: nmap: local (5.51-1) is newer than extra (5.21-2)
    warning: notification-daemon: local (0.7.1-1) is newer than extra (0.4.0-4)
    warning: notify-sharp-svn: local (3032-3) is newer than community (3032-2)
    warning: nspr: local (4.8.8-1) is newer than extra (4.8.4-1)
    warning: nss: local (3.12.10-1) is newer than extra (3.12.6-3)
    warning: ntfs-3g: local (2011.4.12-1) is newer than extra (2010.5.22-1)
    warning: obex-data-server: local (0.4.5-3) is newer than extra (0.4.5-2)
    warning: obexd-client: local (0.40-1) is newer than extra (0.29-3)
    warning: opal: local (3.8.3-1) is newer than extra (3.6.8-1)
    warning: openobex: local (1.5-2) is newer than extra (1.5-1)
    warning: openssh: local (5.8p2-6) is newer than core (5.5p1-1)
    warning: openssl: local (1.0.0.d-1) is newer than core (1.0.0.a-2)
    warning: orbit2: local (2.14.19-1) is newer than extra (2.14.18-1)
    warning: orc: local (0.4.14-1) is newer than extra (0.4.6-1)
    warning: orca: local (3.0.2-1) is newer than extra (2.30.2-1)
    warning: pacman: local (3.5.2-1) is newer than core (3.4.0-2)
    warning: pacman-mirrorlist: local (20110324-1) is newer than core (20100621-1)
    warning: pam: local (1.1.3-1) is newer than core (1.1.1-1)
    warning: pango: local (1.28.4-3) is newer than extra (1.28.1-1)
    warning: pangomm: local (2.28.1-1) is newer than extra (2.26.2-1)
    warning: papyon: local (0.5.5-1) is newer than extra (0.4.9-1)
    warning: parted: local (2.4-1) is newer than extra (2.3-1)
    warning: patch: local (2.6.1-2) is newer than core (2.6.1-1)
    warning: pciutils: local (3.1.7-4) is newer than core (3.1.7-1)
    warning: pcmciautils: local (017-2) is newer than core (017-1)
    warning: pcre: local (8.12-1) is newer than core (8.10-1)
    warning: perl: local (5.14.0-1) is newer than testing (5.12.1-1)
    warning: perl-error: local (0.17016-2) is newer than extra (0.17016-1)
    warning: perl-xml-parser: local (2.40-3) is newer than testing (2.36-7)
    warning: perl-xml-simple: local (2.18-3) is newer than extra (2.18-2)
    warning: php: local (5.3.6-4) is newer than extra (5.3.2-6)
    warning: php-apache: local (5.3.6-4) is newer than extra (5.3.2-6)
    warning: pilot-link: local (0.12.5-2) is newer than extra (0.12.5-1)
    warning: pinentry: local (0.8.1-1) is newer than extra (0.8.0-1)
    warning: pixman: local (0.22.0-1) is newer than extra (0.18.2-1)
    warning: pkg-config: local (0.26-1) is newer than core (0.25-2)
    warning: pm-utils: local (1.4.1-3) is newer than extra (1.4.0-1)
    warning: podsleuth: local (0.6.7-1) is newer than extra (0.6.4-1)
    warning: polkit: local (0.101-2) is newer than extra (0.96-2)
    warning: polkit-gnome: local (0.101-2) is newer than extra (0.96-3)
    warning: poppler: local (0.16.5-1) is newer than extra (0.14.0-1)
    warning: poppler-data: local (0.4.4-1) is newer than extra (0.4.2-1)
    warning: poppler-glib: local (0.16.5-1) is newer than extra (0.14.0-1)
    warning: popt: local (1.16-3) is newer than core (1.16-2)
    warning: postgresql-libs: local (9.0.4-4) is newer than extra (8.4.4-1)
    warning: ppl: local (0.11.2-1) is newer than core (0.10.2-3)
    warning: ppp: local (2.4.5-2) is newer than core (2.4.5-1)
    warning: procps: local (3.2.8-3) is newer than core (3.2.8-1)
    warning: psmisc: local (22.13-1) is newer than core (22.11-1)
    warning: ptlib: local (2.8.3-1) is newer than extra (2.6.7-1)
    warning: pulseaudio: local (0.9.22-2) is newer than community (0.9.21-8)
    warning: pulseaudio-alsa: local (1-2) is newer than community (1-1)
    warning: pycrypto: local (2.3-1) is newer than extra (2.1.0-1)
    warning: pygobject: local (2.28.4-1) is newer than extra (2.21.3-1)
    warning: pygtk: local (2.24.0-1) is newer than extra (2.17.0-1)
    warning: pygtksourceview2: local (2.10.1-3) is newer than extra (2.10.1-1)
    warning: pylint: local (0.23.0-2) is newer than extra (0.21.1-1)
    warning: pyorbit: local (2.24.0-3) is newer than extra (2.24.0-2)
    warning: python-dnspython: local (1.9.2-1) is newer than community (1.8.0-1)
    warning: python-egenix-mx-base: local (3.2.0-1) is newer than extra (3.1.3-1)
    warning: python-imaging: local (1.1.7-3) is newer than extra (1.1.7-1)
    warning: python-logilab-astng: local (0.21.1-1) is newer than extra (0.20.1-1)
    warning: python-logilab-common: local (0.55.2-1) is newer than extra (0.50.3-1)
    warning: python-notify: local (0.1.1-10) is newer than extra (0.1.1-6)
    warning: python-paramiko: local (1.7.6-3) is newer than community (1.7.6-1)
    warning: python-pexpect: local (2.3-4) is newer than community (2.3-3)
    warning: python-pysqlite: local (2.6.0-2) is newer than extra (2.6.0-1)
    warning: python-telepathy: local (0.15.19-1) is newer than extra (0.15.17-1)
    warning: pyxdg: local (0.19-2) is newer than extra (0.19-1)
    warning: qt: local (4.7.3-1) is newer than extra (4.6.3-1)
    warning: randrproto: local (1.3.2-1) is newer than extra (1.3.1-1)
    warning: rasqal: local (1:0.9.21-1) is newer than extra (0.9.19-2)
    warning: readline: local (6.2.001-1) is newer than core (6.1.002-1)
    warning: recode: local (3.6-6) is newer than extra (3.6-5)
    warning: recordproto: local (1.14.1-1) is newer than extra (1.14-1)
    warning: redland: local (1:1.0.12-1) is newer than extra (1.0.10-2)
    warning: reiserfsprogs: local (3.6.21-3) is newer than core (3.6.21-2)
    warning: remmina: local (0.9.3-1) is newer than community (0.8.0-1)
    warning: remmina-plugins: local (0.9.2-1) is newer than community (0.8.1-1)
    warning: renderproto: local (0.11.1-1) is newer than extra (0.11-1)
    warning: rpcbind: local (0.2.0-3) is newer than core (0.2.0-1)
    warning: rp-pppoe: local (3.10-6) is newer than core (3.10-5)
    warning: rtkit: local (0.10-1) is newer than community (0.8-1)
    warning: ruby: local (1.9.2_p180-2) is newer than extra (1.9.1_p429-1)
    warning: run-parts: local (3.4.4-1) is newer than core (3.2.3-1)
    warning: samba: local (3.5.8-3) is newer than extra (3.5.4-1)
    warning: schroedinger: local (1.0.10-1) is newer than extra (1.0.9-1)
    warning: scrnsaverproto: local (1.2.1-1) is newer than extra (1.2.0-1)
    warning: sdl: local (1.2.14-6) is newer than extra (1.2.14-5)
    warning: seahorse: local (3.0.2-1) is newer than extra (2.30.1-1)
    warning: sed: local (4.2.1-3) is newer than core (4.2.1-2)
    warning: seed: local (3.0.0-1) is newer than extra (2.30.0-2)
    warning: sg3_utils: local (1.30-1) is newer than extra (1.29-1)
    warning: shadow: local (4.1.4.3-1) is newer than core (4.1.4.2-3)
    warning: shared-mime-info: local (0.90-1) is newer than extra (0.71-1)
    warning: shotwell: local (0.10.1-1) is newer than community (0.6.1-2)
    warning: smbclient: local (3.5.8-3) is newer than extra (3.5.4-1)
    warning: smbnetfs: local (0.5.3a-3) is newer than community (0.5.2-1)
    warning: sofia-sip: local (1.12.11-1) is newer than extra (1.12.10-2)
    warning: sound-juicer: local (2.32.1-1) is newer than extra (2.28.2-1)
    warning: sqlite3: local (3.7.6.3-1) is newer than testing (3.7.0-1)
    warning: startup-notification: local (0.12-1) is newer than extra (0.10-1)
    warning: subversion: local (1.6.17-3) is newer than extra (1.6.9-5)
    warning: sudo: local (1.8.1.p2-1) is newer than core (1.7.3-1)
    warning: sysfsutils: local (2.1.0-6) is newer than core (2.1.0-5)
    warning: syslog-ng: local (3.2.4-1) is newer than core (3.1.1-1)
    warning: sysvinit: local (2.88-2) is newer than core (2.86-5)
    warning: taglib: local (1.7-1) is newer than extra (1.6.3-1)
    warning: talloc: local (2.0.5-1) is newer than extra (2.0.1-1)
    warning: tar: local (1.26-1) is newer than core (1.23-3)
    warning: tcl: local (8.5.9-1) is newer than extra (8.5.8-1)
    warning: tcp_wrappers: local (7.6-12) is newer than core (7.6-11)
    warning: tdb: local (1.2.9-1) is newer than extra (1.2.1-1)
    warning: telepathy-butterfly: local (0.5.15-1) is newer than extra (0.5.12-1)
    warning: telepathy-farsight: local (0.0.18-1) is newer than extra (0.0.14-1)
    warning: telepathy-gabble: local (0.12.1-1) is newer than extra (0.8.14-1)
    warning: telepathy-glib: local (0.14.7-1) is newer than extra (0.10.7-1)
    warning: telepathy-haze: local (0.4.0-1) is newer than extra (0.3.6-1)
    warning: telepathy-idle: local (0.1.10-1) is newer than extra (0.1.6-2)
    warning: telepathy-mission-control: local (5.7.11-1) is newer than extra (5.4.3-1)
    warning: telepathy-salut: local (0.4.0-1) is newer than extra (0.3.12-1)
    warning: telepathy-sofiasip: local (0.7.1-1) is newer than extra (0.6.3-1)
    warning: texinfo: local (4.13a-5) is newer than core (4.13a-4)
    warning: tomboy: local (1.6.1-1) is newer than extra (1.2.1-1)
    warning: totem: local (3.0.1-2) is newer than extra (2.30.2-1)
    warning: totem-plparser: local (2.32.5-1) is newer than extra (2.30.1-1)
    warning: ttf-dejavu: local (2.33-1) is newer than extra (2.30-2)
    warning: tzdata: local (2011g-1) is newer than core (2010j-1)
    warning: udev: local (171-2) is newer than core (160-1)
    warning: udisks: local (1.0.3-3) is newer than extra (1.0.1-4)
    warning: upower: local (0.9.11-1) is newer than extra (0.9.4-1)
    warning: usbmuxd: local (1.0.6-2) is newer than extra (1.0.4-2)
    warning: usbutils: local (002-3) is newer than core (0.87-1)
    Last edited by davidtavarez (2011-06-06 18:34:28)

    lilsirecho wrote:
    Perhaps you can try ....pacman-db-upgrade,,,,firstly.
    Enter it as shown above with no spaces.
    Then try upgrading your mirrorlist in /etc/pacman.d.
    Goodluck!
    Thanks! Probleme SOLVED

  • ASA5510 VPN not working after upgrade from 8.2 to 8.3

    Hi,
    I have recently upgraded a customer ASA5510 to version 8.3.
    After upgrade web access etc is working fine however VPN is down.
    The config looks very different after the upgrade plus what looks to be duplicate entries.
    I suspect its an access list issue but I'm not sure.
    If anyone has any ideas based on the config below it would be greatly appreciated as I'm at a loss....?!
    hostname ciscoasa
    domain-name default.domain.invalid
    enable password NvZgxFP5WhDo0hQl encrypted
    passwd FNeDAwBbhVaOtVAu encrypted
    names
    dns-guard
    interface Ethernet0/0
    nameif Outside
    security-level 0
    ip address 217.75.8.203 255.255.255.248
    interface Ethernet0/1
    nameif Inside
    security-level 100
    ip address 192.168.1.254 255.255.255.0
    interface Ethernet0/2
    shutdown
    no nameif
    no security-level
    no ip address
    interface Ethernet0/3
    shutdown
    no nameif
    no security-level
    no ip address
    interface Management0/0
    nameif management
    security-level 100
    ip address 10.1.1.1 255.255.255.0
    management-only
    boot system disk0:/asa832-k8.bin
    ftp mode passive
    clock timezone GMT/IST 0
    clock summer-time GMT/IDT recurring last Sun Mar 1:00 last Sun Oct 2:00
    dns domain-lookup Inside
    dns server-group DefaultDNS
    domain-name default.domain.invalid
    object network obj-192.168.1.2-04
    host 192.168.1.2
    object network obj-192.168.1.7-04
    host 192.168.1.7
    object network obj-192.168.1.0-02
    subnet 192.168.1.0 255.255.255.0
    object network obj-192.168.2.0-02
    subnet 192.168.2.0 255.255.255.0
    object network obj-10.1.2.0-02
    subnet 10.1.2.0 255.255.255.0
    object network obj-192.168.1.224-02
    subnet 192.168.1.224 255.255.255.240
    object network obj-192.168.1.9-02
    host 192.168.1.9
    object network obj-192.168.1.2-05
    host 192.168.1.2
    object network obj-192.168.1.103-02
    host 192.168.1.103
    object network obj-192.168.1.7-05
    host 192.168.1.7
    object network NETWORK_OBJ_10.1.2.0_24
    subnet 10.1.2.0 255.255.255.0
    object network NETWORK_OBJ_192.168.1.0_24
    subnet 192.168.1.0 255.255.255.0
    object-group network obj-192.168.1.2-02
    object-group network obj-192.168.1.7-02
    object-group network obj-192.168.1.0-01
    object-group network obj-192.168.2.0-01
    object-group network obj-10.1.2.0-01
    object-group network obj-192.168.1.224-01
    object-group network obj-192.168.1.9-01
    object-group network obj-192.168.1.2-03
    object-group network obj-192.168.1.103-01
    object-group network obj-192.168.1.7-03
    object-group network obj-192.168.1.2
    object-group network obj-192.168.1.7
    object-group network obj-192.168.1.0
    object-group network obj-192.168.2.0
    object-group network obj-10.1.2.0
    object-group network obj-192.168.1.224
    object-group network obj-192.168.1.9
    object-group network obj-192.168.1.2-01
    object-group network obj-192.168.1.103
    object-group network obj-192.168.1.7-01
    object-group network obj_any
    object-group network obj-0.0.0.0
    object-group network obj_any-01
    object-group service MonitcomUDP udp
    port-object range 3924 3924
    access-list Inside_nat0_inbound extended permit ip 192.168.1.0 255.255.255.0 192.168.2.0 255.255.255.0
    access-list Inside_nat0_inbound extended permit ip 192.168.1.0 255.255.255.0 10.1.2.0 255.255.255.0
    access-list Inside_nat0_outbound extended permit ip 192.168.1.0 255.255.255.0 192.168.2.0 255.255.255.0
    access-list Inside_nat0_outbound extended permit ip 192.168.1.0 255.255.255.0 10.1.2.0 255.255.255.0
    access-list Inside_nat0_outbound extended permit ip any 192.168.1.224 255.255.255.240
    access-list Outside_cryptomap_60 extended permit ip 192.168.1.0 255.255.255.0 192.168.2.0 255.255.255.0
    access-list Outside_cryptomap_60 extended permit icmp 192.168.1.0 255.255.255.0 192.168.2.0 255.255.255.0
    access-list Outside_access_in extended permit tcp any host 217.75.8.201 eq smtp
    access-list Outside_access_in extended permit tcp any host 217.75.8.201 eq pop3
    access-list Outside_access_in remark Allow webmail access
    access-list Outside_access_in extended permit tcp any host 217.75.8.201 eq 2000 inactive
    access-list Outside_access_in extended permit icmp any any
    access-list Outside_access_in remark Allow Hansa Live access
    access-list Outside_access_in extended permit tcp any host 217.75.8.204 eq 1200
    access-list Outside_access_in remark Monitcom
    access-list Outside_access_in extended permit tcp host 87.232.117.66 host 217.75.8.205 eq 5900
    access-list Outside_access_in extended permit udp any host 217.75.8.205 eq 3924
    access-list Outside_access_in remark ESS Access
    access-list Outside_access_in extended permit tcp host 196.36.153.251 any eq 220
    access-list Outside_access_in remark ESS Access
    access-list Outside_access_in extended permit tcp host 196.36.153.251 any eq 230
    access-list Outside_access_in remark ESS Access
    access-list Outside_access_in extended permit tcp host 196.36.153.251 any eq 240
    access-list Outside_access_in remark ESS Access
    access-list Outside_access_in extended permit tcp host 196.36.153.251 any eq 250
    access-list Outside_access_in remark ESS Access
    access-list Outside_access_in extended permit tcp host 196.36.153.251 any eq 260
    access-list Outside_access_in remark ESS Access
    access-list Outside_access_in extended permit tcp host 196.36.153.251 any eq 1433
    access-list Outside_access_in remark Allow TMS Web Access
    access-list Outside_access_in extended permit tcp any host 217.75.8.206 eq www
    access-list Outside_access_in extended permit tcp any host 217.75.8.201 eq https
    access-list Outside_access_in extended permit tcp any host 217.75.8.201 eq www
    access-list Outside_access_in extended permit udp any any eq 4500 inactive
    access-list Outside_access_in extended permit udp any any eq isakmp inactive
    access-list Outside_access_in remark Allow webmail access
    access-list Outside_access_in remark Allow Hansa Live access
    access-list Outside_access_in remark Monitcom
    access-list Outside_access_in remark ESS Access
    access-list Outside_access_in remark ESS Access
    access-list Outside_access_in remark ESS Access
    access-list Outside_access_in remark ESS Access
    access-list Outside_access_in remark ESS Access
    access-list Outside_access_in remark ESS Access
    access-list Outside_access_in remark Allow TMS Web Access
    access-list Outside_access_in remark Allow webmail access
    access-list Outside_access_in remark Allow Hansa Live access
    access-list Outside_access_in remark Monitcom
    access-list Outside_access_in remark ESS Access
    access-list Outside_access_in remark ESS Access
    access-list Outside_access_in remark ESS Access
    access-list Outside_access_in remark ESS Access
    access-list Outside_access_in remark ESS Access
    access-list Outside_access_in remark ESS Access
    access-list Outside_access_in remark Allow TMS Web Access
    access-list Outside_access_in remark Allow webmail access
    access-list Outside_access_in remark Allow Hansa Live access
    access-list Outside_access_in remark Monitcom
    access-list Outside_access_in remark ESS Access
    access-list Outside_access_in remark ESS Access
    access-list Outside_access_in remark ESS Access
    access-list Outside_access_in remark ESS Access
    access-list Outside_access_in remark ESS Access
    access-list Outside_access_in remark ESS Access
    access-list Outside_access_in remark Allow TMS Web Access
    access-list Inside_access_in extended permit ip any any
    access-list Inside_access_in extended permit icmp any any
    access-list RemoteVPN_splitTunnelAcl standard permit any
    access-list Outside_1_cryptomap extended permit ip 192.168.1.0 255.255.255.0 10.1.2.0 255.255.255.0
    access-list Outside_cryptomap_dyn_20 extended permit ip any 192.168.1.224 255.255.255.240
    pager lines 24
    logging enable
    logging asdm warnings
    mtu Outside 1500
    mtu Inside 1500
    mtu management 1500
    ip local pool VPNPool 192.168.1.230-192.168.1.240 mask 255.255.255.0
    ip verify reverse-path interface Outside
    icmp unreachable rate-limit 1 burst-size 1
    icmp permit any Outside
    icmp permit any Inside
    asdm location 192.168.1.208 255.255.255.252 Inside
    asdm location 192.168.1.103 255.255.255.255 Inside
    asdm location 192.168.1.6 255.255.255.255 Inside
    asdm location 192.168.1.7 255.255.255.255 Inside
    asdm location 192.168.1.9 255.255.255.255 Inside
    no asdm history enable
    arp timeout 14400
    nat (Inside,any) source static obj-192.168.1.0-02 obj-192.168.1.0-02 destination static obj-192.168.2.0-02 obj-192.168.2.0-02 unidirectional
    nat (Inside,any) source static obj-192.168.1.0-02 obj-192.168.1.0-02 destination static obj-10.1.2.0-02 obj-10.1.2.0-02 unidirectional
    nat (Inside,any) source static any any destination static obj-192.168.1.224-02 obj-192.168.1.224-02 unidirectional
    nat (Inside,Outside) source static NETWORK_OBJ_192.168.1.0_24 NETWORK_OBJ_192.168.1.0_24 destination static NETWORK_OBJ_10.1.2.0_24 NETWORK_OBJ_10.1.2.0_24
    object network obj-192.168.1.2-04
    nat (Outside,Inside) static 217.75.8.204
    object network obj-192.168.1.7-04
    nat (Outside,Inside) static 217.75.8.206
    object network obj-192.168.1.0-02
    nat (Inside,Outside) dynamic interface
    object network obj-192.168.1.9-02
    nat (Inside,Outside) static 217.75.8.201
    object network obj-192.168.1.2-05
    nat (Inside,Outside) static 217.75.8.204
    object network obj-192.168.1.103-02
    nat (Inside,Outside) static 217.75.8.205
    object network obj-192.168.1.7-05
    nat (Inside,Outside) static 217.75.8.206
    access-group Outside_access_in in interface Outside
    access-group Inside_access_in in interface Inside
    route Outside 0.0.0.0 0.0.0.0 217.75.8.198 1
    timeout xlate 3:00:00
    timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02
    timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00
    timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00
    timeout sip-provisional-media 0:02:00 uauth 0:05:00 absolute
    timeout tcp-proxy-reassembly 0:01:00
    dynamic-access-policy-record DfltAccessPolicy
    aaa-server DellServerAAA protocol radius
    aaa-server DellServerAAA (Inside) host 192.168.1.4
    key test
    http server enable
    http 62.17.29.2 255.255.255.255 Outside
    http 82.141.224.155 255.255.255.255 Outside
    http 63.218.54.8 255.255.255.252 Outside
    http 213.79.44.213 255.255.255.255 Outside
    http 192.168.1.0 255.255.255.0 Inside
    http 10.1.1.0 255.255.255.0 management
    no snmp-server location
    no snmp-server contact
    snmp-server enable traps snmp authentication linkup linkdown coldstart
    sysopt connection timewait
    crypto ipsec transform-set ESP-AES-128-SHA esp-aes esp-sha-hmac
    crypto ipsec transform-set ESP-AES-128-MD5 esp-aes esp-md5-hmac
    crypto ipsec transform-set ESP-AES-192-SHA esp-aes-192 esp-sha-hmac
    crypto ipsec transform-set ESP-AES-192-MD5 esp-aes-192 esp-md5-hmac
    crypto ipsec transform-set ESP-AES-256-SHA esp-aes-256 esp-sha-hmac
    crypto ipsec transform-set ESP-AES-256-MD5 esp-aes-256 esp-md5-hmac
    crypto ipsec transform-set ESP-3DES-MD5 esp-3des esp-md5-hmac
    crypto ipsec transform-set ESP-DES-SHA esp-des esp-sha-hmac
    crypto ipsec transform-set ESP-DES-MD5 esp-des esp-md5-hmac
    crypto ipsec transform-set ESP-3DES-SHA esp-3des esp-sha-hmac
    crypto ipsec security-association lifetime seconds 28800
    crypto ipsec security-association lifetime kilobytes 4608000
    crypto ipsec df-bit clear-df Outside
    crypto ipsec df-bit clear-df Inside
    crypto dynamic-map Outside_dyn_map 20 match address Outside_cryptomap_dyn_20
    crypto map Outside_map 1 match address Outside_1_cryptomap
    crypto map Outside_map 1 set peer 89.127.172.29
    crypto map Outside_map 1 set transform-set ESP-3DES-SHA
    crypto map Outside_map 60 match address Outside_cryptomap_60
    crypto map Outside_map 60 set peer 89.105.114.98
    crypto map Outside_map 60 set transform-set ESP-AES-128-SHA ESP-AES-128-MD5 ESP-AES-192-SHA ESP-AES-192-MD5 ESP-AES-256-SHA ESP-AES-256-MD5 ESP-3DES-SHA ESP-3DES-MD5 ESP-DES-SHA ESP-DES-MD5
    crypto map Outside_map 65535 ipsec-isakmp dynamic Outside_dyn_map
    crypto map Outside_map interface Outside
    crypto isakmp identity key-id nattingreallymatters
    crypto isakmp enable Outside
    crypto isakmp enable Inside
    crypto isakmp policy 10
    authentication crack
    encryption aes-256
    hash sha
    group 2
    lifetime 86400
    crypto isakmp policy 20
    authentication rsa-sig
    encryption aes-256
    hash sha
    group 2
    lifetime 86400
    crypto isakmp policy 30
    authentication pre-share
    encryption aes-256
    hash sha
    group 2
    lifetime 86400
    crypto isakmp policy 40
    authentication crack
    encryption aes-192
    hash sha
    group 2
    lifetime 86400
    crypto isakmp policy 50
    authentication rsa-sig
    encryption aes-192
    hash sha
    group 2
    lifetime 86400
    crypto isakmp policy 60
    authentication pre-share
    encryption aes-192
    hash sha
    group 2
    lifetime 86400
    crypto isakmp policy 70
    authentication crack
    encryption aes
    hash sha
    group 2
    lifetime 86400
    crypto isakmp policy 80
    authentication rsa-sig
    encryption aes
    hash sha
    group 2
    lifetime 86400
    crypto isakmp policy 90
    authentication pre-share
    encryption aes
    hash sha
    group 2
    lifetime 86400
    crypto isakmp policy 100
    authentication crack
    encryption 3des
    hash sha
    group 2
    lifetime 86400
    crypto isakmp policy 110
    authentication rsa-sig
    encryption 3des
    hash sha
    group 2
    lifetime 86400
    crypto isakmp policy 120
    authentication pre-share
    encryption 3des
    hash sha
    group 2
    lifetime 86400
    crypto isakmp policy 130
    authentication crack
    encryption des
    hash sha
    group 2
    lifetime 86400
    crypto isakmp policy 140
    authentication rsa-sig
    encryption des
    hash sha
    group 2
    lifetime 86400
    crypto isakmp policy 150
    authentication pre-share
    encryption des
    hash sha
    group 2
    lifetime 86400
    no vpn-addr-assign aaa
    no vpn-addr-assign dhcp
    telnet 192.168.1.0 255.255.255.0 Inside
    telnet timeout 5
    ssh 82.141.224.155 255.255.255.255 Outside
    ssh 62.17.29.2 255.255.255.255 Outside
    ssh 213.79.44.213 255.255.255.255 Outside
    ssh 192.168.1.0 255.255.255.0 Inside
    ssh timeout 5
    console timeout 0
    management-access Inside
    threat-detection basic-threat
    threat-detection statistics access-list
    no threat-detection statistics tcp-intercept
    webvpn
    group-policy RemoteVPN internal
    group-policy RemoteVPN attributes
    wins-server value 192.168.1.31
    dns-server value 192.168.1.31
    default-domain value freefoam.ie
    username freefoam password JLYaVf7FqRM2LH0e encrypted
    username cork password qbK2Hqt1H5ttJzPD encrypted
    tunnel-group 193.114.70.130 type ipsec-l2l
    tunnel-group 193.114.70.130 ipsec-attributes
    pre-shared-key ******
    tunnel-group 89.127.172.29 type ipsec-l2l
    tunnel-group 89.127.172.29 ipsec-attributes
    pre-shared-key ******
    tunnel-group 89.105.114.98 type ipsec-l2l
    tunnel-group 89.105.114.98 ipsec-attributes
    pre-shared-key *****
    tunnel-group RemoteVPN type remote-access
    tunnel-group RemoteVPN general-attributes
    address-pool VPNPool
    authentication-server-group DellServerAAA
    default-group-policy RemoteVPN
    class-map inspection_default
    match default-inspection-traffic
    policy-map global_policy
    class inspection_default
      inspect h323 h225
      inspect h323 ras
      inspect ip-options
    service-policy global_policy global
    prompt hostname context
    call-home
    profile CiscoTAC-1
      no active
      destination address http https://tools.cisco.com/its/service/oddce/services/DDCEService
      destination address email [email protected]
      destination transport-method http
      subscribe-to-alert-group diagnostic
      subscribe-to-alert-group environment
      subscribe-to-alert-group inventory periodic monthly
      subscribe-to-alert-group configuration periodic monthly
      subscribe-to-alert-group telemetry periodic daily
    Cryptochecksum:0dc16fe893bd4bba6fdf6b7eed93e553

    Hi,
    Many thanks for your reply.
    Finally got access to implement your suggestions.
    Initially none of the VPN's were up.
    After making the change the two VPN's came up.
    However only data via the first VPN is possible.
    Accessing resources on the 10.1.2.0 network is still not possible.
    Attached is the latest config, any input is greatly appreciated;
    hostname ciscoasa
    domain-name default.domain.invalid
    enable password NvZgxFP5WhDo0hQl encrypted
    passwd FNeDAwBbhVaOtVAu encrypted
    names
    dns-guard
    interface Ethernet0/0
    nameif Outside
    security-level 0
    ip address 217.75.8.203 255.255.255.248
    interface Ethernet0/1
    nameif Inside
    security-level 100
    ip address 192.168.1.254 255.255.255.0
    interface Ethernet0/2
    shutdown
    no nameif
    no security-level
    no ip address
    interface Ethernet0/3
    shutdown
    no nameif
    no security-level
    no ip address
    interface Management0/0
    nameif management
    security-level 100
    ip address 10.1.1.1 255.255.255.0
    management-only
    boot system disk0:/asa832-k8.bin
    ftp mode passive
    clock timezone GMT/IST 0
    clock summer-time GMT/IDT recurring last Sun Mar 1:00 last Sun Oct 2:00
    dns domain-lookup Inside
    dns server-group DefaultDNS
    domain-name default.domain.invalid
    object network obj-192.168.1.2-04
    host 192.168.1.2
    object network obj-192.168.1.7-04
    host 192.168.1.7
    object network obj-192.168.1.0-02
    subnet 192.168.1.0 255.255.255.0
    object network obj-192.168.2.0-02
    subnet 192.168.2.0 255.255.255.0
    object network obj-10.1.2.0-02
    subnet 10.1.2.0 255.255.255.0
    object network obj-192.168.1.224-02
    subnet 192.168.1.224 255.255.255.240
    object network obj-192.168.1.9-02
    host 192.168.1.9
    object network obj-192.168.1.2-05
    host 192.168.1.2
    object network obj-192.168.1.103-02
    host 192.168.1.103
    object network obj-192.168.1.7-05
    host 192.168.1.7
    object network NETWORK_OBJ_10.1.2.0_24
    subnet 10.1.2.0 255.255.255.0
    object network NETWORK_OBJ_192.168.1.0_24
    subnet 192.168.1.0 255.255.255.0
    object-group network obj-192.168.1.2-02
    object-group network obj-192.168.1.7-02
    object-group network obj-192.168.1.0-01
    object-group network obj-192.168.2.0-01
    object-group network obj-10.1.2.0-01
    object-group network obj-192.168.1.224-01
    object-group network obj-192.168.1.9-01
    object-group network obj-192.168.1.2-03
    object-group network obj-192.168.1.103-01
    object-group network obj-192.168.1.7-03
    object-group network obj-192.168.1.2
    object-group network obj-192.168.1.7
    object-group network obj-192.168.1.0
    object-group network obj-192.168.2.0
    object-group network obj-10.1.2.0
    object-group network obj-192.168.1.224
    object-group network obj-192.168.1.9
    object-group network obj-192.168.1.2-01
    object-group network obj-192.168.1.103
    object-group network obj-192.168.1.7-01
    object-group network obj_any
    object-group network obj-0.0.0.0
    object-group network obj_any-01
    object-group service MonitcomUDP udp
    port-object range 3924 3924
    access-list Inside_nat0_inbound extended permit ip 192.168.1.0 255.255.255.0 192.168.2.0 255.255.255.0
    access-list Inside_nat0_inbound extended permit ip 192.168.1.0 255.255.255.0 10.1.2.0 255.255.255.0
    access-list Inside_nat0_outbound extended permit ip 192.168.1.0 255.255.255.0 192.168.2.0 255.255.255.0
    access-list Inside_nat0_outbound extended permit ip 192.168.1.0 255.255.255.0 10.1.2.0 255.255.255.0
    access-list Inside_nat0_outbound extended permit ip any 192.168.1.224 255.255.255.240
    access-list Outside_cryptomap_60 extended permit ip 192.168.1.0 255.255.255.0 192.168.2.0 255.255.255.0
    access-list Outside_cryptomap_60 extended permit icmp 192.168.1.0 255.255.255.0 192.168.2.0 255.255.255.0
    access-list Outside_access_in extended permit tcp any host 217.75.8.201 eq smtp
    access-list Outside_access_in extended permit tcp any host 217.75.8.201 eq pop3
    access-list Outside_access_in remark Allow webmail access
    access-list Outside_access_in extended permit tcp any host 217.75.8.201 eq 2000 inactive
    access-list Outside_access_in extended permit icmp any any
    access-list Outside_access_in remark Allow Hansa Live access
    access-list Outside_access_in extended permit tcp any host 217.75.8.204 eq 1200
    access-list Outside_access_in remark Monitcom
    access-list Outside_access_in extended permit tcp host 87.232.117.66 host 217.75.8.205 eq 5900
    access-list Outside_access_in extended permit udp any host 217.75.8.205 eq 3924
    access-list Outside_access_in remark ESS Access
    access-list Outside_access_in extended permit tcp host 196.36.153.251 any eq 220
    access-list Outside_access_in remark ESS Access
    access-list Outside_access_in extended permit tcp host 196.36.153.251 any eq 230
    access-list Outside_access_in remark ESS Access
    access-list Outside_access_in extended permit tcp host 196.36.153.251 any eq 240
    access-list Outside_access_in remark ESS Access
    access-list Outside_access_in extended permit tcp host 196.36.153.251 any eq 250
    access-list Outside_access_in remark ESS Access
    access-list Outside_access_in extended permit tcp host 196.36.153.251 any eq 260
    access-list Outside_access_in remark ESS Access
    access-list Outside_access_in extended permit tcp host 196.36.153.251 any eq 1433
    access-list Outside_access_in remark Allow TMS Web Access
    access-list Outside_access_in extended permit tcp any host 217.75.8.206 eq www
    access-list Outside_access_in extended permit tcp any host 217.75.8.201 eq https
    access-list Outside_access_in extended permit tcp any host 217.75.8.201 eq www
    access-list Outside_access_in extended permit udp any any eq 4500 inactive
    access-list Outside_access_in extended permit udp any any eq isakmp inactive
    access-list Outside_access_in remark Allow webmail access
    access-list Outside_access_in remark Allow Hansa Live access
    access-list Outside_access_in remark Monitcom
    access-list Outside_access_in remark ESS Access
    access-list Outside_access_in remark ESS Access
    access-list Outside_access_in remark ESS Access
    access-list Outside_access_in remark ESS Access
    access-list Outside_access_in remark ESS Access
    access-list Outside_access_in remark ESS Access
    access-list Outside_access_in remark Allow TMS Web Access
    access-list Outside_access_in remark Allow webmail access
    access-list Outside_access_in remark Allow Hansa Live access
    access-list Outside_access_in remark Monitcom
    access-list Outside_access_in remark ESS Access
    access-list Outside_access_in remark ESS Access
    access-list Outside_access_in remark ESS Access
    access-list Outside_access_in remark ESS Access
    access-list Outside_access_in remark ESS Access
    access-list Outside_access_in remark ESS Access
    access-list Outside_access_in remark Allow TMS Web Access
    access-list Outside_access_in remark Allow webmail access
    access-list Outside_access_in remark Allow Hansa Live access
    access-list Outside_access_in remark Monitcom
    access-list Outside_access_in remark ESS Access
    access-list Outside_access_in remark ESS Access
    access-list Outside_access_in remark ESS Access
    access-list Outside_access_in remark ESS Access
    access-list Outside_access_in remark ESS Access
    access-list Outside_access_in remark ESS Access
    access-list Outside_access_in remark Allow TMS Web Access
    access-list Outside_access_in remark Allow webmail access
    access-list Outside_access_in remark Allow Hansa Live access
    access-list Outside_access_in remark Monitcom
    access-list Outside_access_in remark ESS Access
    access-list Outside_access_in remark ESS Access
    access-list Outside_access_in remark ESS Access
    access-list Outside_access_in remark ESS Access
    access-list Outside_access_in remark ESS Access
    access-list Outside_access_in remark ESS Access
    access-list Outside_access_in remark Allow TMS Web Access
    access-list Outside_access_in remark Allow webmail access
    access-list Outside_access_in remark Allow Hansa Live access
    access-list Outside_access_in remark Monitcom
    access-list Outside_access_in remark ESS Access
    access-list Outside_access_in remark ESS Access
    access-list Outside_access_in remark ESS Access
    access-list Outside_access_in remark ESS Access
    access-list Outside_access_in remark ESS Access
    access-list Outside_access_in remark ESS Access
    access-list Outside_access_in remark Allow TMS Web Access
    access-list Outside_access_in remark Allow webmail access
    access-list Outside_access_in remark Allow Hansa Live access
    access-list Outside_access_in remark Monitcom
    access-list Outside_access_in remark ESS Access
    access-list Outside_access_in remark ESS Access
    access-list Outside_access_in remark ESS Access
    access-list Outside_access_in remark ESS Access
    access-list Outside_access_in remark ESS Access
    access-list Outside_access_in remark ESS Access
    access-list Outside_access_in remark Allow TMS Web Access
    access-list Outside_access_in remark Allow webmail access
    access-list Outside_access_in remark Allow Hansa Live access
    access-list Outside_access_in remark Monitcom
    access-list Outside_access_in remark ESS Access
    access-list Outside_access_in remark ESS Access
    access-list Outside_access_in remark ESS Access
    access-list Outside_access_in remark ESS Access
    access-list Outside_access_in remark ESS Access
    access-list Outside_access_in remark ESS Access
    access-list Outside_access_in remark Allow TMS Web Access
    access-list Inside_access_in extended permit ip any any
    access-list Inside_access_in extended permit icmp any any
    access-list RemoteVPN_splitTunnelAcl standard permit any
    access-list Outside_1_cryptomap extended permit ip 192.168.1.0 255.255.255.0 10.1.2.0 255.255.255.0
    access-list Outside_cryptomap_dyn_20 extended permit ip any 192.168.1.224 255.255.255.240
    access-list global_access extended permit ip any any
    access-list Outside_cryptomap_80_3 extended permit ip 192.168.1.0 255.255.255.0 10.1.2.0 255.255.255.0
    access-list Split-tunnel standard permit 192.168.1.0 255.255.255.0
    pager lines 24
    logging enable
    logging asdm warnings
    mtu Outside 1500
    mtu Inside 1500
    mtu management 1500
    ip local pool VPNPool 192.168.1.230-192.168.1.240 mask 255.255.255.0
    ip verify reverse-path interface Outside
    icmp unreachable rate-limit 1 burst-size 1
    icmp permit any Outside
    icmp permit any Inside
    asdm image disk0:/asdm-647.bin
    asdm location 192.168.1.208 255.255.255.252 Inside
    asdm location 192.168.1.103 255.255.255.255 Inside
    asdm location 192.168.1.6 255.255.255.255 Inside
    asdm location 192.168.1.7 255.255.255.255 Inside
    asdm location 192.168.1.9 255.255.255.255 Inside
    no asdm history enable
    arp timeout 14400
    nat (Inside,any) source static obj-192.168.1.0-02 obj-192.168.1.0-02 destination static obj-192.168.2.0-02 obj-192.168.2.0-02
    nat (Inside,any) source static obj-192.168.1.0-02 obj-192.168.1.0-02 destination static obj-10.1.2.0-02 obj-10.1.2.0-02
    nat (Inside,any) source static any any destination static obj-192.168.1.224-02 obj-192.168.1.224-02 unidirectional
    nat (Inside,Outside) source static NETWORK_OBJ_192.168.1.0_24 NETWORK_OBJ_192.168.1.0_24 destination static NETWORK_OBJ_10.1.2.0_24 NETWORK_OBJ_10.1.2.0_24
    object network obj-192.168.1.2-04
    nat (Outside,Inside) static 217.75.8.204
    object network obj-192.168.1.7-04
    nat (Outside,Inside) static 217.75.8.206
    object network obj-192.168.1.0-02
    nat (Inside,Outside) dynamic interface
    object network obj-192.168.1.9-02
    nat (Inside,Outside) static 217.75.8.201
    object network obj-192.168.1.2-05
    nat (Inside,Outside) static 217.75.8.204
    object network obj-192.168.1.103-02
    nat (Inside,Outside) static 217.75.8.205
    object network obj-192.168.1.7-05
    nat (Inside,Outside) static 217.75.8.206
    nat (Inside,Outside) after-auto source static NETWORK_OBJ_192.168.1.0_24 NETWORK_OBJ_192.168.1.0_24 destination static NETWORK_OBJ_192.168.1.0_24 NETWORK_OBJ_192.168.1.0_24
    access-group Outside_access_in in interface Outside
    access-group Inside_access_in in interface Inside
    access-group global_access global
    route Outside 0.0.0.0 0.0.0.0 217.75.8.198 1
    timeout xlate 3:00:00
    timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02
    timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00
    timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00
    timeout sip-provisional-media 0:02:00 uauth 0:05:00 absolute
    timeout tcp-proxy-reassembly 0:01:00
    dynamic-access-policy-record DfltAccessPolicy
    aaa-server DellServerAAA protocol radius
    aaa-server DellServerAAA (Inside) host 192.168.1.4
    key test
    http server enable
    http 62.17.29.2 255.255.255.255 Outside
    http 82.141.224.155 255.255.255.255 Outside
    http 63.218.54.8 255.255.255.252 Outside
    http 213.79.44.213 255.255.255.255 Outside
    http 192.168.1.0 255.255.255.0 Inside
    http 10.1.1.0 255.255.255.0 management
    no snmp-server location
    no snmp-server contact
    snmp-server enable traps snmp authentication linkup linkdown coldstart
    sysopt connection timewait
    crypto ipsec transform-set ESP-AES-128-SHA esp-aes esp-sha-hmac
    crypto ipsec transform-set ESP-AES-128-MD5 esp-aes esp-md5-hmac
    crypto ipsec transform-set ESP-AES-192-SHA esp-aes-192 esp-sha-hmac
    crypto ipsec transform-set ESP-AES-192-MD5 esp-aes-192 esp-md5-hmac
    crypto ipsec transform-set ESP-AES-256-SHA esp-aes-256 esp-sha-hmac
    crypto ipsec transform-set ESP-DES-SHA esp-des esp-sha-hmac
    crypto ipsec transform-set ESP-3DES-MD5 esp-3des esp-md5-hmac
    crypto ipsec transform-set ESP-AES-256-MD5 esp-aes-256 esp-md5-hmac
    crypto ipsec transform-set ESP-3DES-SHA esp-3des esp-sha-hmac
    crypto ipsec transform-set ESP-DES-MD5 esp-des esp-md5-hmac
    crypto ipsec security-association lifetime seconds 28800
    crypto ipsec security-association lifetime kilobytes 4608000
    crypto ipsec df-bit clear-df Outside
    crypto ipsec df-bit clear-df Inside
    crypto dynamic-map Outside_dyn_map 20 match address Outside_cryptomap_dyn_20
    crypto dynamic-map Outside_dyn_map 20 set transform-set ESP-3DES-SHA
    crypto map Outside_map 1 match address Outside_1_cryptomap
    crypto map Outside_map 1 set peer 89.127.172.29
    crypto map Outside_map 1 set transform-set ESP-AES-128-SHA ESP-AES-128-MD5 ESP-AES-192-SHA ESP-AES-192-MD5 ESP-AES-256-SHA ESP-DES-SHA ESP-3DES-MD5 ESP-AES-256-MD5 ESP-3DES-SHA ESP-DES-MD5
    crypto map Outside_map 60 match address Outside_cryptomap_60
    crypto map Outside_map 60 set peer 89.105.114.98
    crypto map Outside_map 60 set transform-set ESP-AES-128-SHA ESP-AES-128-MD5 ESP-AES-192-SHA ESP-AES-192-MD5 ESP-AES-256-SHA ESP-AES-256-MD5 ESP-3DES-SHA ESP-3DES-MD5 ESP-DES-SHA ESP-DES-MD5
    crypto map Outside_map 65535 ipsec-isakmp dynamic Outside_dyn_map
    crypto map Outside_map interface Outside
    crypto isakmp identity key-id nattingreallymatters
    crypto isakmp enable Outside
    crypto isakmp enable Inside
    crypto isakmp policy 10
    authentication pre-share
    encryption aes-256
    hash md5
    group 5
    lifetime 86400
    crypto isakmp policy 20
    authentication rsa-sig
    encryption aes-256
    hash sha
    group 2
    lifetime 86400
    crypto isakmp policy 30
    authentication pre-share
    encryption 3des
    hash sha
    group 2
    lifetime 86400
    crypto isakmp policy 40
    authentication crack
    encryption aes-192
    hash sha
    group 2
    lifetime 86400
    crypto isakmp policy 50
    authentication pre-share
    encryption 3des
    hash md5
    group 2
    lifetime 86400
    crypto isakmp policy 60
    authentication pre-share
    encryption aes-192
    hash sha
    group 2
    lifetime 86400
    crypto isakmp policy 70
    authentication crack
    encryption aes
    hash sha
    group 2
    lifetime 86400
    crypto isakmp policy 80
    authentication rsa-sig
    encryption aes
    hash sha
    group 2
    lifetime 86400
    crypto isakmp policy 90
    authentication pre-share
    encryption aes
    hash sha
    group 2
    lifetime 86400
    crypto isakmp policy 100
    authentication crack
    encryption 3des
    hash sha
    group 2
    lifetime 86400
    crypto isakmp policy 110
    authentication rsa-sig
    encryption 3des
    hash sha
    group 2
    lifetime 86400
    crypto isakmp policy 130
    authentication crack
    encryption des
    hash sha
    group 2
    lifetime 86400
    crypto isakmp policy 140
    authentication rsa-sig
    encryption des
    hash sha
    group 2
    lifetime 86400
    crypto isakmp policy 150
    authentication pre-share
    encryption des
    hash sha
    group 2
    lifetime 86400
    no vpn-addr-assign aaa
    no vpn-addr-assign dhcp
    telnet 192.168.1.0 255.255.255.0 Inside
    telnet timeout 5
    ssh 82.141.224.155 255.255.255.255 Outside
    ssh 62.17.29.2 255.255.255.255 Outside
    ssh 213.79.44.213 255.255.255.255 Outside
    ssh 192.168.1.0 255.255.255.0 Inside
    ssh timeout 5
    console timeout 0
    management-access Inside
    threat-detection basic-threat
    threat-detection statistics access-list
    no threat-detection statistics tcp-intercept
    webvpn
    enable Outside
    anyconnect-essentials
    svc image disk0:/anyconnect-dart-win-2.5.3055-k9.pkg 1
    svc image disk0:/anyconnect-macosx-powerpc-2.5.3055-k9.pkg 2
    svc enable
    tunnel-group-list enable
    group-policy RemoteVPN internal
    group-policy RemoteVPN attributes
    wins-server value 192.168.1.31
    dns-server value 192.168.1.31
    vpn-tunnel-protocol IPSec svc
    split-tunnel-policy tunnelspecified
    split-tunnel-network-list value Split-tunnel
    default-domain value freefoam.ie
    username freefoam password JLYaVf7FqRM2LH0e encrypted
    username cisco password DfO7NBd5PZ1b0kZ1 encrypted privilege 15
    username cork password qbK2Hqt1H5ttJzPD encrypted
    tunnel-group 193.114.70.130 type ipsec-l2l
    tunnel-group 193.114.70.130 ipsec-attributes
    pre-shared-key ************
    tunnel-group 89.127.172.29 type ipsec-l2l
    tunnel-group 89.127.172.29 ipsec-attributes
    pre-shared-key ************
    tunnel-group 89.105.114.98 type ipsec-l2l
    tunnel-group 89.105.114.98 ipsec-attributes
    pre-shared-key ************
    tunnel-group RemoteVPN type remote-access
    tunnel-group RemoteVPN general-attributes
    address-pool VPNPool
    authentication-server-group DellServerAAA
    default-group-policy RemoteVPN
    tunnel-group RemoteVPN webvpn-attributes
    group-alias Anyconnect enable
    tunnel-group RemoteVPN ipsec-attributes
    pre-shared-key c0nnect10nParameter$
    class-map inspection_default
    match default-inspection-traffic
    policy-map global_policy
    class inspection_default
      inspect h323 h225
      inspect h323 ras
      inspect ip-options
    service-policy global_policy global
    prompt hostname context
    call-home
    profile CiscoTAC-1
      no active
      destination address http
    https://tools.cisco.com/its/service/oddce/services/DDCEService
      destination address email
    [email protected]
      destination transport-method http
      subscribe-to-alert-group diagnostic
      subscribe-to-alert-group environment
      subscribe-to-alert-group inventory periodic monthly
      subscribe-to-alert-group configuration periodic monthly
      subscribe-to-alert-group telemetry periodic daily
    Cryptochecksum:fae6b7bc25fcf39daffbcdc6b91c9d8e

  • Web Query (.iqy) not working in Excel after upgrade to 11.1.1.6

    After upgrade 11.1.1.5 to 11.1.1.6, the Web Query (.iqy) does not work. After open the .iqy file in Excel, entered the user and password, it only pulls in "PK" in one cell, instead of the expected analysis report. This was working in 11.1.1.5 before upgrade.
    Does anyone know how to correct this issue? Is this a bug in 11.1.1.6, or required some new configuration settings?
    Thanks in advance.
    DX

    A bug has been registered.
    Bug 14040587 - OBIEE 11.1.1.6: OPENING WEB QUERY (.IQY) FILE IN EXCEL SHOWS JUNK CHARACTERS.

  • I cannot update apps after upgrading to Yosemite. Please Help!

    Hello,
    After upgrading to Yosemite, i wanted to go on to iMovie, but i have to update. So i try to update but it refuses and tells me: "This update is not available for this Apple ID either because it was bought by a different user or the item was refunded or cancelled."
    So what i understand is because i bought this mac in the US and I'm using it in the UK its not letting me update it. But what i don't understand is that i was able to upgrade to Yosemite with my mac knowing i was in the UK.
    How can i update my applications?
    Thank you for your time,
    TOAOMA

    Perform the following, stopping with the first one which works:
    1. Open the Mac App Store's Purchases tab. If you're prompted to accept it and the other iLife/iWork applications into your Apple ID, do so.
    2. Move them out of the Applications folder(they may need to be put into the Trash temporarily), and then see if you can download them for free from their individual product pages. If you're asked to buy them, see #3.
    3. Click here, contact Apple, and wait for a response.
    4. Buy them.
    (116660)

  • Cannot open customize OAF screen after upgrade to 12.1.3

    Hi,
    After upgrade to 12.1.3, I am not able top open customize OAF screens from Applications.
    By following some documents from MOS, I have done the following.
    1)-applied patch 9879989 on Linux server.
    2)-I am able to install JDeveloper,open and compile my customize programs from JDeveloper installed on Linux server. I compilation, new *.jpx files created from *.jpr
    From Oracle Applications, I am getting the same error that I was getting without compiling customize program.
    My question is that, how Oracle applications will read the new compiled program. Do all program need to be in specific unix directory ?
    I copied all the customized program under " /u01/oracle/jdev_install_dir/jdevhome/jdev/myprojects" .
    I think the problem is now to place OAF files in the problem directory, which I don't know.
    Do I need to set environment variable like JDEV_USER_HOME in the environment file ?
    Please help.
    Best Regards

    Not sure if your issue is resolved. Did you compile the java sources in JDeveloper and moved all files from myclasses folder to unix under $JAVA_TOP or appropriate directory and deployed the PG files using xmlimporter?
    Thanks
    Shree

  • Cannot use elementary icons themes after upgrading to GTK+-2.22.0 ?

    Hello All,
    After upgrading to GTK+-2.22.0, elementary icons look horribly wrong for some reason. I thought maybe i need to download the icons themes again (https://launchpad.net/elementaryicons/+download) so i did download the latest elementary icons and install them in ~/icons. However, the icons themes dont look the way they should look. Therefore, I am not sure what i did wrong, or if it had to do with upgrading to GTK+-2.22.0 and i am wondering if i am missing something or need to change some setting.
    I am using Xface4 as my Desktop Environments.
    Any help would be much appreciated.

    After upgrading, almost all of my icon themes are broken, including Elementary, which is the only one I actually care about.
    *EDIT*
    Recent update to libpng seems to have solved it for me.  They still don't display properly in the "Appearance -> Theme -> Customize... -> Icons" dialog, but they display properly in Nautilus and on the panels.
    Last edited by futuremonkey (2010-10-05 12:17:02)

  • Cannot install HP support assistant after upgrading to windows 7 error 1316

    After upgrading to Win 7 from Vista I am unable to install the HP support assistant.  First I get this error:  Error 1316 The specified account already exists.  After clicking OK I get the following error msg:  Error: -1603  Fatal error during installation.  Consult windows installer help (MSI CHM) or MSN for more info.  This is then followed up with the following msg:  HP support assistant not installed successfully.  An error occurred during the installation: -3  Then it rolls back the installation and will not install.  HP support assistant was working under Vista.

    Crppy wrote:
    After upgrading to Win 7 from Vista I am unable to install the HP support assistant.  First I get this error:  Error 1316 The specified account already exists.  After clicking OK I get the following error msg:  Error: -1603  Fatal error during installation.  Consult windows installer help (MSI CHM) or MSN for more info.  This is then followed up with the following msg:  HP support assistant not installed successfully.  An error occurred during the installation: -3  Then it rolls back the installation and will not install.  HP support assistant was working under Vista.
    Did you first go to the Control Panel and make sure that the HP Support Assistant software was not listed (uninstalled)?

  • Cannot End Call on Q10 after upgrading to OS 10.2

    I cannot End Call (mostly Outgoing) after upgrading to OS 10.2. The receivers phone keeps ringing even after i try to disconnect the call. The "END CALL" option is grayed out and the red led on the top left keeps blinking. This happens very frequently (mostly Outgoing calls). Any thoughts or solutions Thx

    marootz wrote:
    I cannot End Call (mostly Outgoing) after upgrading to OS 10.2. The receivers phone keeps ringing even after i try to disconnect the call. The "END CALL" option is grayed out and the red led on the top left keeps blinking. This happens very frequently (mostly Outgoing calls). Any thoughts or solutions Thx
    From the main screen, swipe down from the top black bezel to Settings > About... what is the OS Version listed there?
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Cannot email photos from iPhoto after upgrade to 10.8

    After upgrading to 10.8, I have not been able to successfully eamil photos from iPhoto. I can select the photos, click the email icon, and have Mail open with the photos attached (as expected). But the send button is grayed out, and the newly created message window cannot be closed. To get rid of the unsendable email, I have to quit or force shut down Mail, then reopen Mail and manually delete the email from Drafts.
    Has anyone else run into this issue?

    As Larry suggested go into iPhoto's Accounts preference pane and make sure your email account information is correct. If you joined iCloud that is a must.
    OT

  • Cannot print a PDF file after upgrading to Windows 8.1

    Cannot print a PDF file after upgrading to Windows 8.1
    I can print anything else from either the Desktop or Start but not a PDF.  No error message but just does not print.
    Update: down loaded Adobe Reader which runs on the desktop so when I read a PDF file it now runs on the desktop and I can print it.

    Cannot print a PDF file after upgrading to Windows 8.1
    I can print anything else from either the Desktop or Start but not a PDF.  No error message but just does not print.
    Update: down loaded Adobe Reader which runs on the desktop so when I read a PDF file it now runs on the desktop and I can print it.

  • After upgrading to IOS5, iphone doesn't appear on Itunes, and i cann't transfer pjhotos on iphoto, .., after upgrading to IOS5, iphone doesn't appear on Itunes, and i cann't transfer pjhotos on iphoto, ..

    after upgrading my iphone 4 to IOS5, it doesn't appear on "Itunes", and also i cann't transfer photos on "iphoto", .., so i cant load, save or erased anything now! 

    They are now in the videos app!

  • Cannot update my iPhoto after upgrading to Yosemite

    27" iMac, 2.93 GHz i7 processor, Yosemite 10.10.  Can no longer use iPhoto after upgrading.  I get a message that this update is not available for this Apple ID because it was bought by a different user or the item was refunded or cancelled.  How do I fix this?

    You must be logged in using the Apple ID used to purchase iPhoto or to set up your Mac - If you are logged in with the Apple ID that was used to purchase iPhoto or to set up the computer if it came preinstalled then quit iPhoto, backup your iPhoto library  and drag the iphoto application to the trash (do not empty the trash yet) and then go to the App store and install iPhoto
    If this does not allow you to upgrade then you need to contact App store support  - link i son the right of the app store window
    LN

  • Fix for iPhoto after upgrading to Yosemite

    After upgrading to Yosemite I was unable to open iPhoto. I moved it to Trash (do NOT empty trash after moving it here!!!) - then go to App Store and download iPhoto. You'll want to make sure you then go to your Finder and click on the iPhoto download app in order to complete the download. When you open iPhoto it may say you need to upgrade - go ahead and do so then your photos will appear again with a new icon in your dock (remove the old one since it won't work now - the new icon will look different if you had an older version of iPhoto).
    Hope this helps!

    Ok so here's what you gonna do. (had this problem myself today, and after some fiddling figured out what to do.)
    Find your old iPhoto with a cross through it, right-click it and select 'show package contents'. A folder will open. In that folder go to Contents>MacOS and there will be three little things there. Click on the one called 'iPhoto' and terminal will open. Leave terminal open and wait four seconds and VOILA! iPhoto opens. Leave terminal open until you are finished with iPhoto, because if you close terminal, iPhoto will close with it. THX! ENJOY! Hope it works.
    P.S.
    You can close terminal once you close iPhoto. I also suggest backing up your iPhoto library while you can.

Maybe you are looking for

  • Html file to run an Applet using swings in 1.4.1 or 1.3.1

    Can anyone send me an html document to launch the applet in a browser. I have very basic html, but I need one that uses the appropriate plug-in and that has parameters such as height, width, etc. My applet uses tabbed panes, dialog boxes and combobox

  • APerture 2.1.3 Issue

    I keyword all my photos, and do it really fast by selecting all the photos i want to keyword, by Command clicking, with say 'Jesse' and then hit my shortcut key '2' and they all get that keyword. This is no longer working since i updated to 2.1.3. In

  • How to give Bold style inside Single Text Frame

    Hi I created a text frame with some text in it. It comes in three paragraphs. First para is the title with two words and below two are small description. All the text is kept in single textframe and I need that to be in single frame only. NOW, I need

  • Portrait mode stuck

    my i phone 3gs 16gb is permanatley stuck in portrait mode ive double tapped the home button and checked the orientation button is unlocked the compass is stuck and spirit level bubble wont work i have the lastest iphone update any ideas many thnx

  • Problem in Uploading Transparent images in SE78

    Hi,      I am trying to upload an image (Company Logo) with a transparent background in SE78. The file format at the time of upload is TIFF (since bitmap does not support transparency).      However I get an error message "Erroneous TIFF file". Can a