List of packages with arch-specific patches

Considering moving over from Fedora, having just learned about how many Fedora-specific patches are in their repositories.  (Installing vanilla glibc from source bricks my Fedora 22 installs, without incorporating the Fedora-specific patches - which was easy to do, but prefer not to...)
I'd much prefer to run cleaner vanilla packages, particularly so I can install from svn/git source to fix bugs I run into before they're released.
Hoping there is a list (or an easy way to get a list) of the packages that arch has put arch-specific patches into.  i.e. Installing through pacman will be a modified version from the actual upstream release of that version.  Totally OK to answer my question outside the context of AUR, because I suspect the list grows when including that.
Linux From Scratch has a list of what patches are required for their system.  It's bash, bc memory leak, bzip2, coreutils, glibc, kbd backspace, mpfr, readline, and sysvinit.  (Beyond Linux From Scratch has a lot more, and its "list" is visible at http://www.linuxfromscratch.org/patches/blfs/  )
Hoping there's a (short) list like that for arch as well.  Partially so if I'm installing unreleased source, I know whether I need to incorporate the arch-specific patches (like building my own package for packman) rather than just make install.
Last edited by jamespharvey20 (2015-06-09 07:55:06)

I don't think you'll ever need to install unreleased sources as they end up in testing pretty quick. Have a look at https://wiki.archlinux.org/index.php/Arch_Build_System for tips how to modify the official packages.
As for the list, it's pretty easy to construct. The following is a list of core-packages that have .patch files included in their repo, with the number representing the number of patches:
for f in packages/*/repos/core-x86_64/*.patch; do f=${f#packages/}; echo ${f%%/*} ; done|sort|uniq -c|sort -rn
10 libsasl
9 systemd
6 make grub
7 linux-lts
4 libarchive crda
3 vi pam mdadm kbd isdn4k-utils iproute2
2 texinfo shadow openssl openssh nss nfs-utils gcc
1 xinetd wpa_supplicant usbutils rpcbind psmisc ppp pcre p11-kit openldap net-tools mpfr mkinitcpio-nfs-utils mkinitcpio-busybox m4 lvm2 logrotate linux linux-atm librpcsecgss libffi krb5 keyutils jfsutils iptables hdparm gzip grep glibc glib2 gdbm efibootmgr e2fsprogs coreutils bzip2 bridge-utils binutils bash gnutls
Last edited by Spider.007 (2015-06-09 11:11:30)

Similar Messages

  • BPC75NW: How to generate list of accounts with a specific prefix

    Hi Experts,
    I need to generate a list of accounts (to be scoped in LGF script file) starting with 'A_'.
    How do I acheive this in BPC7.5 NW version ?
    Regards,
    Pankaj.

    Hi,
    One of the ways could be to have a property for all these accounts or any other criteria you may have and use the XDIM Filter statement as below:
    *XDIM_FILTER ACCOUNT= [ACCOUNT].PROPERTIES("ACC_CAT")= "XXXX"
    Thanks,
    Sreeni

  • How to find out which list is associated with specific incoming email address

    Hey Guys,
    I've a received a request today from a user asking me which list was setup with a specific incoming email address.
    Is there a way to find out which list is associated with an email address?
    Thanks

    OK after a bit of research I found a way to achieve this.
    I simply looked up the email address in ADUC, then did a search in SP with the display name. I could locate the list and manually confirm it was configured with the incoming email address I was looking for.
    I also found the below script on Stackoverflow, but got "The 'using' keyword is not supported in this version of the language." when I tried to run it. Any idea how to fix that? I'd like to have a script to link a library to an email address istead of the
    manual approach described above.
    http://stackoverflow.com/questions/4974110/sharepoint-how-do-i-find-a-mail-enabled-list-if-i-only-have-the-email
    $SiteCollection = ""
    $EmailAddress = "" # only the part before the @
    # Load SharePoint module if not done yet
    if((Get-PSSnapin | Where {$_.Name -eq "Microsoft.SharePoint.PowerShell"}) -eq $null) {Add-PSSnapin Microsoft.SharePoint.PowerShell;}
    cls
    using System;
    using Microsoft.SharePoint;
    namespace FindListByEmail
    class Program
    {a
    static void Main(string[] args)
    string siteUrl = $SiteCollection;
    string email = $EmailAddress;
    using (SPSite site = new SPSite(siteUrl))
    foreach (SPWeb web in site.AllWebs)
    try
    foreach (SPList list in web.Lists)
    if (list.CanReceiveEmail)
    if (list.EmailAlias != null && list.EmailAlias.Equals(email, StringComparison.InvariantCultureIgnoreCase))
    Console.WriteLine("The email belongs to list {0} in web {1}", list.Title, web.Url);
    Console.ReadLine();
    return;
    finally
    if (web != null)
    web.Dispose();

  • Jakpak - compare your local packages with ARM packages.

    I have decided to write this script for myself after I have recently upgraded my system and (foolishly) removed pacman.log in the meantime. The system crashed and I had no real idea which package upgrade might have been the cause. Thus, this software.
    The main idea is to allow the user to quickly check what changes were made to local packages since a given day. Usage:
    jakpak -d 05-07-2014 -r core
    will provide the user with the list of packages (with their respective versions) that differ between the local system and the particular date specified by the user.
    Apparently, the code needs some tuning, therefore if anyone would be interested in using this piece of software, this will follow up in due course. The same applies to a PKGBUILD.
    Github link with installation instructions.
    Please let me know whether you find it useful!

    The listing is alphabetical:
    $ ./foo Thu Jul 09 21:29:43 CEST 2014
    shaman-git
    $ ./foo Thu Jul 09 11:29:43 CEST 2014
    flashplugin
    imagemagick
    intel-dri
    libsystemd
    mesa
    mesa-libgl
    shaman-git
    systemd
    systemd-sysvcompat
    xorg-xkbcomp
    You may want to sort it e.g. from the oldest to the most recent:
    $ cat bar
    #!/bin/bash
    datesec=$(date -d "$*" +%s)
    expac --timefmt=%s '%l %n' | sort -n | awk -v a=$datesec '$1>=a {print $2}'
    (just added 'sort -n' before the awk part)
    Date has to be in a certain format for the script to work:
    $ ./foo 11/07/2014
    $ ./foo Jul 11
    shaman-git

  • Arch with Xen-server patch

    Okey, here's my problem:
    I want to run Arch with the Xen patch, unfortunatly the latest version if it only supports kernel 2.6.13.x.
    This means that I somehow need to get udev to work with this kernel setup, my problem right now is that downgradeing udev to a version that doesn't require 2.6.15 reaks havoc over my system since it seems the initscripts are not adjusted to handle this. I tried downgradeing udev resulting in a machine that went ballistic whenever I booted it.
    Does anyone have a nice, simple and good solution on how to make Archlinux run with 2.6.13, the Xen patch and a udev version that's satisfactory by todays standards and requirements?
    PS. I heard a rumor about a patch that gave the 2.6.13 kernel the uevent stuff needed for running newer versions of udev, is this just a rumor or is there acctually such a patch? (And ofcourse I've googled around quite abit before I asked here) DS.

    Hi!
    I might have an answer to your problem, but not exactly what you are expecting.
    - I found on xen newsgroups that as soon as the kernel 2.6.16 is available they will update their binary packages, so you can wait for this one to happen.
    - I modified xen-unstable package from AUR, so it compiles Xen kernel 2.6.15 in the process and one does not have to change almost anything (one has to rename /lib/tls to improve Xen performance).
    If you have time give a try to the following package (maintainer is the name of the guy who put it in AUR - don't ask him for help please). As you can see I'm building full kernel with /usr/src/ stuff so one can compile modules for Xen. I have not tested it fully, I compiled it, booted and started creating virtual machine and then went snowboarding and came back last weekend. I give absolutely no warranty that it will work it did for me though:
    PKGBUILD
    # $Id$
    # Maintainer: Charles Mauch <[email protected]>
    pkgname=xen
    pkgver=unstable
    pkgrel=3
    pkgdesc="Enterprise Open-Source Virtualization, unstable branch"
    url="http://www.xensource.com/"
    depends=( 'iproute' 'bridge-utils' 'zope' 'python' 'twisted-web' )
    source=(http://www.cl.cam.ac.uk/Research/SRG/netos/xen/downloads/$pkgname-$pkgver-src.tgz xend xen_Makefile.patch vsyscall-note-xen.S.patch)
    install=('xen.install')
    build() {
    cd $startdir/src/$pkgname-$pkgver
    # patch to build full xen kernel with all modules
    patch < ../xen_Makefile.patch
    # patch vsyscall-note-xen.S to get it working with ArchLinux
    patch -p0 < ../vsyscall-note-xen.S.patch
    make world
    cp -a $startdir/src/$pkgname-$pkgver/dist/install/* $startdir/pkg
    mv $startdir/pkg/etc/init.d $startdir/pkg/etc/rc.d
    mv $startdir/pkg/usr/lib/python $startdir/pkg/usr/lib/python2.4
    install -m0755 $startdir/src/xend $startdir/pkg/etc/rc.d/xend
    _kernver=`find . -name linux-2.6.*-xen | sed 's|./linux-||'`
    mkdir -p $startdir/pkg/usr/src/linux-${_kernver}
    # copy files necessary for later builds, like nvidia and vmware
    cp $startdir/src/$pkgname-$pkgver/linux-${_kernver}/Module.symvers $startdir/pkg/usr/src/linux-${_kernver}/
    cp -a $startdir/src/$pkgname-$pkgver/linux-${_kernver}/scripts/ $startdir/pkg/usr/src/linux-${_kernver}/
    mkdir -p $startdir/pkg/usr/src/linux-${_kernver}/.tmp_versions
    mkdir -p $startdir/pkg/usr/src/linux-${_kernver}/arch/i386/kernel
    cp $startdir/src/$pkgname-$pkgver/linux-${_kernver}/arch/i386/Makefile $startdir/pkg/usr/src/linux-${_kernver}/arch/i386/
    cp $startdir/src/$pkgname-$pkgver/linux-${_kernver}/arch/i386/Makefile.cpu $startdir/pkg/usr/src/linux-${_kernver}/arch/i386/
    cp $startdir/src/$pkgname-$pkgver/linux-${_kernver}/arch/i386/kernel/asm-offsets.s $startdir/pkg/usr/src/linux-${_kernver}/arch/i386/kernel/
    # add headers for lirc package
    mkdir -p $startdir/pkg/usr/src/linux-${_kernver}/drivers/media/video
    cp $startdir/src/$pkgname-$pkgver/linux-${_kernver}/drivers/media/video/*.h $startdir/pkg/usr/src/linux-${_kernver}/drivers/media/video/
    # add dm headers
    mkdir -p $startdir/pkg/usr/src/linux-${_kernver}/drivers/md
    cp $startdir/src/$pkgname-$pkgver/linux-${_kernver}/drivers/md/*.h $startdir/pkg/usr/src/linux-${_kernver}/drivers/md/
    # add inotify.h
    mkdir -p $startdir/pkg/usr/src/linux-${_kernver}/include/linux
    cp $startdir/src/$pkgname-$pkgver/linux-${_kernver}/include/linux/inotify.h $startdir/pkg/usr/src/linux-${_kernver}/include/linux/
    # copy in Kconfig files
    cd $startdir/src/$pkgname-$pkgver/linux-${_kernver}/
    for i in `find . -name "Kconfig*"`; do
    mkdir -p $startdir/pkg/usr/src/linux-${_kernver}/`echo $i | sed 's|/Kconfig.*||'`
    cp $i $startdir/pkg/usr/src/linux-${_kernver}/$i
    done
    cp $startdir/src/$pkgname-$pkgver/linux-${_kernver}/Makefile $startdir/pkg/usr/src/linux-${_kernver}/
    cp $startdir/src/$pkgname-$pkgver/linux-${_kernver}/.config $startdir/pkg/usr/src/linux-${_kernver}/
    cd $startdir/pkg/usr/src/linux-${_kernver}/include && ln -s asm-i386 asm
    chown -R root.root $startdir/pkg/usr/src/linux-${_kernver}
    md5sums=('b6ae36dcdc74c0810c0c0defaaddad9c'
    '9c6b2a6dd88e4ca68689dd063ff51a72' '00dd41afa731a0f6a1bbc4cb90e75b02')
    I created 2 patches to have usable package. The source code from the xen website builds linux-2.6-xen0 and linux-2.6-xenU which are development kernels - they have almost no modules except for the basic ones. One should build the kernel linux-2.6-xen that can work as xen0 or xenU and has all modules.
    take a look here
    http://wiki.xensource.com/xenwiki/Insta … 2.6-xen%29
    under "Using the -xen kernel rather than -xen0/U"
    xen_Makefile.patch
    --- Makefile 2006-03-03 05:58:36.000000000 +0100
    +++ Makefile.new 2006-03-09 09:17:01.000000000 +0100
    @@ -2,7 +2,7 @@
    # Grand Unified Makefile for Xen.
    -KERNELS ?= linux-2.6-xen0 linux-2.6-xenU
    +KERNELS ?= linux-2.6-xen
    # You may use wildcards in the above e.g. KERNELS=*2.6*
    XKERNELS := $(foreach kernel, $(KERNELS), $(patsubst buildconfigs/mk.%,%,$(wildcard buildconfigs/mk.$(kernel))) )
    the second patch is to solve this problem:
    http://lists.xensource.com/archives/htm … 00023.html
    vsyscall-note-xen.S.patch
    --- linux-2.6-xen-sparse/arch/i386/kernel/vsyscall-note-xen.S 2006-03-09 06:15:52.000000000 +0100
    +++ linux-2.6-xen-sparse/arch/i386/kernel/vsyscall-note-xen.S.new 2006-03-09 09:47:37.000000000 +0100
    @@ -27,6 +27,6 @@
    .byte bit; .asciz name
    #define NOTE_KERNELCAP_END ASM_ELF_NOTE_END
    -NOTE_KERNELCAP_BEGIN(1, 1)
    -NOTE_KERNELCAP(1, "nosegneg") /* Change 1 back to 0 when glibc is fixed! */
    -NOTE_KERNELCAP_END
    +#NOTE_KERNELCAP_BEGIN(1, 1)
    +#NOTE_KERNELCAP(1, "nosegneg") /* Change 1 back to 0 when glibc is fixed! */
    +#NOTE_KERNELCAP_END
    besides of that you need 2 more files: xend and xen.install form AUR
    http://aur.archlinux.org/packages.php?d … s=0&SeB=nd
    waldek

  • SharePoint Designer 2013 (2010 Platform Workflow) - How can I create a new list item with a SPECIFIC content type?

    In SharePoint 2010 I created workflows that used the 'Create list Item' Action, which then set the Content Type ID (so I could create documents of various types in a document library). 
    We just switched to the SharePoint 2013 platform, and now the drop down for Content Type ID is blank in all of the workflows that are still using the SharePoint 2010 platform.  Is there any way to create a list item with specific content
    type?  Even if I could just input a string into that field instead of using this blank drop-down.  Please help! 

    Hi Sarah,
    According to your description, my understanding is that you cannot create a new list item with a specific content type using SharePoint 2010 Platform Workflow.
    I tested the same scenario in my environment, and the Create List Item worked fine with the specific content type.
    How did you create the content type?
    Please check if the content type is added to the list/library the workflow associated with.
    Best regards.
    Thanks
    Victoria Xia
    TechNet Community Support

  • List of issues with patch level

    Is there a list of application errors reported for each patch level?
    When working with SAP R/3, there is a SAP note released for each patch level which states the changes delivered in that patch as well as what fixes are delivered. Therefore, it is easy to see what application errors exist in each patch level. Is there something similar for SAP Business One?

    There are also notes for those Lists of issues with each patch level for B1.  What is your B1 version and PL?
    Thanks,
    Gordon

  • [SOLVED] How to install AUR packages with patchname.patch

    Hi all,
    I'm trying to install lottanzb from the AUR and there's are a dependency called par2cmdline 0.4-13 that has a lot of nameofpatch.patch that are included in the AUR par2cmdline 0.4-13 package page that just open up to a url that shows code.
    I created patch files from the code displayed in the url with a text editor and added them to the extracted LOTTANZB folder in my build directory but when I go to build the package with PKGBUILD it runs through a check sum while building and the checks don't match.
    I'm obviously doing something fundamentally wrong here. Can someone direct me?
    Thanks,
    Last edited by bennylb0 (2010-05-28 13:30:16)

    Hi, thanks for reply.
    Sorry, my mistake.
    I did place patch files inside the par2cmdline-0.4 folder. The only reason I created the .patch files and placed them inside par2cmdline-0.4 folder was because the PKGBUILD as well as the other 5 .patch files didn't exist inside the extracted build folder. They only place I could find them was in AUR par2cmdline-0.4 displayed as a url.
    When I copied and created the PKGBUILD as it did not exist inside the extracted folder par2cmdline-0.4 folder I received the following error:- 
    Error autoconf.patch was not found in the build directory and is not a url. That along with 4 others do not exist in the build directory.
    You can see this bellow:-
    [ben@ben par2cmdline-0.4]$ makepkg
    ==> Making package: par2cmdline 0.4-13 i686 (Fri May 28 22:08:21 EST 2010)
    ==> Checking Runtime Dependencies...
    ==> Checking Buildtime Dependencies...
    ==> Retrieving Sources...
      -> Downloading par2cmdline-0.4.tar.gz...
    --2010-05-28 22:08:23--  http://downloads.sourceforge.net/source … 0.4.tar.gz
    Resolving downloads.sourceforge.net... 216.34.181.59
    Connecting to downloads.sourceforge.net|216.34.181.59|:80... connected.
    HTTP request sent, awaiting response... 301 Moved Permanently
    Location: http://downloads.sourceforge.net/projec … 0.4.tar.gz [following]
    --2010-05-28 22:08:23--  http://downloads.sourceforge.net/projec … 0.4.tar.gz
    Reusing existing connection to downloads.sourceforge.net:80.
    HTTP request sent, awaiting response... 302 Found
    Location: http://transact.dl.sourceforge.net/proj … 0.4.tar.gz [following]
    --2010-05-28 22:08:24--  http://transact.dl.sourceforge.net/proj … 0.4.tar.gz
    Resolving transact.dl.sourceforge.net... 202.55.147.10
    Connecting to transact.dl.sourceforge.net|202.55.147.10|:80... connected.
    HTTP request sent, awaiting response... 200 OK
    Length: 239312 (234K) [application/x-gzip]
    Saving to: "par2cmdline-0.4.tar.gz.part"
    100%[===================================================>] 239,312      179K/s   in 1.3s   
    2010-05-28 22:08:26 (179 KB/s) - "par2cmdline-0.4.tar.gz.part" saved [239312/239312]
    ==> ERROR: par2cmdline-0.4-autoconf.patch was not found in the build directory and is not a URL.

  • Debtap - A script to convert .deb packages to Arch Linux packages

    I wrote this script in my free time to help people who, for any reason, want to convert a .deb to an Arch Linux package. It works in a similar way with alien (which converts .deb packages to .rpm packages and vice versa), but, unlike alien, it is focused on accuracy of conversion, trying to translate Debian/Ubuntu packages names to the correct Arch Linux packages names and store them in the dependencies fields of the .PKGINFO metadata in the final package. In other words, it won't only create an Arch package with the data of the original .deb package, but also it will try to create a valid and as accurate as possible .PKGINFO metadata file in the converted package. It uses pkgfile and pacman utilities to achieve this accuracy. The final package can be installed like any local Arch Linux package. Debtap is now available on AUR!
    FAQ
    Q: What "debtap" stands for?
    A: DEB To Arch (Linux) Package
    Q: Isn't better to download an official package or write a PKGBUILD in case I need to compile a package or convert a .deb package to an Arch Linux package?
    A: Sure it is, and I truely encourage you to do so. Debtap was written to create packages that either cannot be compiled (closed source packages) or cannot be built from AUR for various reasons (error during compiling or unavailable files), as a quick 'n' dirty solution and an extra option for creating Arch Linux packages for Arch Linux users.
    Q: So debtap will help me only in case I need to convert specific .deb packages to Arch Linux packages?
    A: No. In case you need to write a new PKGBUILD for a package that already exists in the Debian/Ubuntu distributions, by converting its .deb package to Arch package with debtap, thanks to the packages names translator function inside the script, it can help you determine which dependencies are needed for the package you write the PKGBUILD for and complete the necessary fields.
    Q: What are the minimum requirements to run this script?
    A: You need to have installed these dependencies: bash, binutils (provides ar utility for extracting .deb package), pkgfile, and fakeroot. You must run at least once (preferably recently) "debtap -u" to create/update pkgfile and debtap database (you do this with root privileges).
    Q: Debtap needs a lot of time to convert a package. So, why this is happening?
    A: Like I said, debtap is focused on accuracy. It won't just unpack a .deb package and then repackage its data to an Arch Linux package, ignoring metadata. Depending on the speed of your processor and the package itself, conversion can take from a few seconds to several minutes.
    Q: During conversion I get several warning messages, why?
    A: Debtap cannot be 100% accurate for several reasons,  the main reason for this is the complexity of packages names. If you want to check the freshly generated .PKGINFO and .INSTALL (this is optional file) metadata files or even fix the untranslated packages names inside .PKGINFO, debtap offers you the option to edit these files before compressing the final package.
    Q: How do I use debtap?
    A: The syntax is quite simple actually: debtap [option] package_filename
    For example: debtap world-of-goo-demo_1.0_i386.deb
    Any recommendations or questions for debtap are welcomed!
    Last edited by helix (2015-05-21 22:54:17)

    Hi helix. I've had trouble trying to use your script with ubuntu software from The Open University
    debtap OpenUniversity-ubuntu-0.1.3.20130104.deb
    ==> Extracting package data...
    ==> Fixing possible directories structure differencies...
    ==> Generating .PKGINFO file...
    debtap OpenUniversity-ubuntu-0.1.3.20130104.deb
    ==> Extracting package data...
    ==> Fixing possible directories structure differencies...
    ==> Generating .PKGINFO file...
    :: Enter Packager name:
    NewPepper2013
    :: Enter package license (you can enter multiple licenses comma seperated):
    closed
    :: If you want to edit .PKGINFO file, press (1) For vi (2) For nano (3) For a cu                                                                                                    stom editor or any other key to continue:
    ==> Generating .MTREE file...
    ==> Creating final package...
    xz: unrecognized option '--1-any.pkg.tar'
    xz: Try `xz --help' for more information.
    mv: cannot stat ‘*.xz’: No such file or directory
    ==> Removing leftover files...
    ==> Package successfully created!
    The software is called NewPepper 2013 but i've not been able to find it online except on the ou website.

  • How to setup grub2 with arch linux and xen, lvm on luks

    OK, so I tried downloading this package from AUR:  https://aur.archlinux.org/packages/xen-git/ , but that has patching problems as noted in the comments.  It looks like the packagebuild sets up all the xen stuff for you, but I can't seem to get the package to install because of the error's while patching.  If anyone can point me in the right direction on what all the extra files in the PKGBUILD are for or how to debug problems with PKGBUILDs not working because of patches.
    So next I just tried to compile the latest xen from git://xenbits.xen.org/xen.git (with ./configure, make, make install) and that seemed to go fine, but I'm a bit confused:
    1.  Do I have to do any additional configuration for xen when working with arch linux?  On ubuntu I could just compile the source, update grub, and make sure to start the x services at runtime.
    2.  How do I set up grub to load xen with this setup?  Right now this is my /boot/grub/grub.cfg:
    GRUB_DEFAULT=0
    GRUB_TIMEOUT=5
    GRUB_DISTRIBUTOR="Arch"
    GRUB_CMDLINE_LINUX_DEFAULT="quiet"
    GRUB_CMDLINE_LINUX="cryptdevice=/dev/sda3:vgStorage"
    # Preload both GPT and MBR modules so that they are not missed
    GRUB_PRELOAD_MODULES="part_gpt part_msdos"
    # Uncomment to enable Hidden Menu, and optionally hide the timeout count
    #GRUB_HIDDEN_TIMEOUT=5
    #GRUB_HIDDEN_TIMEOUT_QUIET=true
    # Uncomment to use basic console
    GRUB_TERMINAL_INPUT=console
    # Uncomment to disable graphical terminal
    #GRUB_TERMINAL_OUTPUT=console
    # The resolution used on graphical terminal
    # note that you can use only modes which your graphic card supports via VBE
    # you can see them in real GRUB with the command `vbeinfo'
    GRUB_GFXMODE=auto
    # Uncomment to allow the kernel use the same resolution used by grub
    GRUB_GFXPAYLOAD_LINUX=keep
    # Uncomment if you want GRUB to pass to the Linux kernel the old parameter
    # format "root=/dev/xxx" instead of "root=/dev/disk/by-uuid/xxx"
    #GRUB_DISABLE_LINUX_UUID=true
    # Uncomment to disable generation of recovery mode menu entries
    GRUB_DISABLE_RECOVERY=true
    # Uncomment and set to the desired menu colors. Used by normal and wallpaper
    # modes only. Entries specified as foreground/background.
    #GRUB_COLOR_NORMAL="light-blue/black"
    #GRUB_COLOR_HIGHLIGHT="light-cyan/blue"
    # Uncomment one of them for the gfx desired, a image background or a gfxtheme
    #GRUB_BACKGROUND="/path/to/wallpaper"
    #GRUB_THEME="/path/to/gfxtheme"
    # Uncomment to get a beep at GRUB start
    #GRUB_INIT_TUNE="480 440 1"
    #GRUB_SAVEDEFAULT="true"
    ~
    I've tried throwing in a line like: XEN_HYPERVISOR_CMDLINE="cryptdevice=/dev/sda3:vgStorage", but nothing new shows up on the grub boot menu.
    First time trying to set up a non-ubuntu system, please help!

    As for XEN.... well you could always try QEMU/KVM or LXC.
    As for the LVM2-on-LUKS/dm-crypt
    My /etc/mkinitcpio.conf looks like this...
    MODULES="aesni_intel ata_generic ata_piix nls_cp437 ext4 intel_agp i915 dm-snapshot"
    BINARIES=""
    FILES=""
    HOOKS="base udev autodetect block keymap encrypt lvm2 filesystems keyboard fsck shutdown"
    /etc/defaults/grub
    GRUB_CMDLINE_LINUX="cryptdevice=/dev/sda2:root:allow-discards"
    GRUB_PRELOAD_MODULES="part_gpt part_msdos"
    GRUB_TERMINAL_INPUT=console
    GRUB_GFXMODE=auto
    GRUB_GFXPAYLOAD_LINUX=keep
    GRUB_DISABLE_RECOVERY=true
    The running grub config looks like this
    /boot/grub/grub.cfg
    9 insmod part_gpt
    10 insmod part_msdos
    53 if loadfont unicode ; then
    54 set gfxmode=auto
    55 load_video
    56 insmod gfxterm
    57 set locale_dir=$prefix/locale
    58 set lang=en_US
    59 insmod gettext
    60 fi
    61 terminal_input console
    62 terminal_output gfxterm
    63 set timeout=3
    84 menuentry 'Backup, Arch Linux grsec kernel' --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-grsec kernel-true-12341234-8080-8080-8080-332200882255' {
    85 load_video
    86 set gfxpayload=keep
    87 insmod gzio
    88 insmod part_msdos
    89 insmod ext2
    90 set root='hd1,msdos2'
    91 if [ x$feature_platform_search_hint = xy ]; then
    92 search --no-floppy --fs-uuid --set=root --hint-bios=hd1,msdos2 --hint-efi=hd1,msdos2 --hint-baremetal=ahci1,msdos2 BBAAEEAA-FFCC-CCFF-FFCC-AABBCCEEBBAA
    93 else
    94 search --no-floppy --fs-uuid --set=root BBAAEEAA-FFCC-CCFF-FFCC-AABBCCEEBBAA
    95 fi
    96 echo 'Loading Linux grsec kernel ...'
    97 linux /vmlinuz-linux-grsec root=/dev/mapper/VolGroup00-lvroot rw cryptdevice=/dev/sda2:root:allow-discards quiet
    98 echo 'Loading initial ramdisk ...'
    99 initrd /initramfs-linux-grsec.img
    100 }
    Things to note:
    Numerical UUID is the UUID of the ROOT partition.
    Alphabetical UUIS is the BOOT partition
    hd1,msdos2 AND ahci1,msdos2 are how the Grub Bootloader numbers the drives not Linux.
    I have my BOOT partition on a USB stick, and it is the Second partition.
    So, that would make it, Device 2 and Partition 2
    Device numbering starts at 0
    Partition numbering starts at 1
    Oh, and note that you don't need ":allow-discards" ... at all but certainly if you don't have an SSD. Also note that I included the line numbers so it is very clear that I didn't post the whole thing, but instead what I thought was relevant. Finally, I am loading modules that I don't even need, but what the hell... if it ain't broke, don't fix it
    Last edited by hunterthomson (2013-12-04 08:31:45)

  • How to Return List of Packages from Pacman/Yaourt Search

    ----EDIT----
    Changed the name of the script from pacsearch to pacdot.
    Apparently yaourt -Ssaq does this, so this script isn't as necessary as I thought. Although, I still find using pacdot -w to open the results in a text document helpful.
    ----/EDIT----
    This isn't a question; it's a script I wrote. I thought someone else might find this useful.
    I keep finding myself searching with pacman or yaourt and wishing I could get just the package names, not all of the extra stuff. For example, I'd love to be able to run yaourt -Sa $(yaourt -Ssa package). It doesn't seem like pacman and yaourt have an option for this (not that I can tell, at least), so I wrote a python script to do it. Copy it if you'd like. You can name it what you want, but I'll refer to it as pacdot.py.
    pacdot.py package will be like yaourt -Ssa package but only list the package names.
    I added a few extra options:
    pacdot.py -o package will only list results from the official Arch repositories, not the AUR.
    pacdot.py -i package will install all the found packages. If you've ever thought about running something like yaourt -Sa $(yaourt -Ssa package), that's what this command does.
    pacdot.py -w package will:
    Create a file called 'the-package-you-searched.txt',
    Write an example command that would install the found packages,
    (yaourt -Sa all-of-the-results),
    Write each result on a new line, and
    Open the file for you (with your default text editor).
    Here's the code:
    #!/bin/python3
    import argparse
    import re
    from subprocess import Popen, PIPE, call
    from collections import deque
    desc = ''.join(('Search the official Arch and AUR databases ',
    'and return package names only. ',
    'e.g.: `pacdot.py arch` will return "arch", ',
    'whereas `$ yaourt -Ssa arch` will return ',
    '"community/arch 1.3.5-10',
    ' A modern and remarkable revision control system."'
    parser = argparse.ArgumentParser(description=desc)
    parser.add_argument('package',
    help='Package to search with pacman')
    parser.add_argument('-o', '--official', action='store_true',
    help='Search official repositories only, not the AUR')
    parser.add_argument('-i', '--install', action='store_true',
    help='Install found packages')
    parser.add_argument('-w', '--write', action='store_true',
    help='Write to file')
    #Set args strings.
    args = parser.parse_args()
    pkg = args.package
    official_only = args.official
    install = args.install
    write = args.write
    # Do yaourt search.
    package_search = Popen(['yaourt', '-Ssa', '%s' % pkg], stdout=PIPE).communicate()
    # Put each found package into a list.
    package_titles_descs = str(package_search[0]).split('\\n')
    # Strip off the packages descriptions.
    package_titles = [package_titles_descs[i]
    for i in range(0, len(package_titles_descs), 2)]
    # Remove empty item in list.
    del(package_titles[-1])
    # Make a separate list of the non-aur packages.
    package_titles_official = deque(package_titles)
    [package_titles_official.remove(p)
    for p in package_titles if p.startswith('aur')]
    # Strip off extra stuff like repository names and version numbers.
    packages_all = [re.sub('([^/]+)/([^\s]+) (.*)',
    r'\2', str(p))
    for p in package_titles]
    packages_official = [re.sub('([^/]+)/([^\s]+) (.*)',
    r'\2', str(p))
    for p in package_titles_official]
    # Mark the aur packages.
    # (Not needed, just in case you want to modify this script.)
    #packages_aur = packages_all[len(packages_official):]
    # Set target packages to 'all' or 'official repos only'
    # based on argparse arguments.
    if official_only:
    packages = packages_official
    else:
    packages = packages_all
    # Print the good stuff.
    for p in packages:
    print(p)
    if write:
    # Write results to file.
    filename = ''.join((pkg, '.txt'))
    with open(filename, 'a') as f:
    print(''.join(('Yaourt search for "', pkg, '"\n')), file=f)
    print('To install:', file=f)
    packages_string = ' '.join(packages)
    print(' '.join(('yaourt -Sa', packages_string)), file=f)
    print('\nPackage list:', file=f)
    for p in packages:
    print(p, file=f)
    # Open file.
    call(('xdg-open', filename))
    if install:
    # Install packages with yaourt.
    for p in packages:
    print(''.join(('\n\033[1;32m==> ', '\033[1;37m', p,
    '\033[0m')))
    Popen(['yaourt', '-Sa', '%s' % p]).communicate()
    Last edited by GreenRaccoon23 (2014-12-22 19:17:37)

    expac works only with official and unofficial repos, not with the AUR, but it's very nice.
    Adding  '-q' should help, grep to weed out false positives.
    yaourt -Sa $(yaourt -Ssaq pulse)
    works, but
    $ yaourt -Sa $(yaourt -Ssaq chrome)
    resolving dependencies...
    looking for inter-conflicts...
    warning: removing 'chromium' from target list because it conflicts with 'chromium-no-sse2'
    error: unresolvable package conflicts detected
    error: failed to prepare transaction (conflicting dependencies)
    :: chromium-no-sse2 and chromium-scroll-pixelGs are in conflict
    so at least
    $ yaourt -Sa $(yaourt -Ssaq chrome|grep google)
    is needed.
    Edit: Also:
    $ LC_ALL=C TZ=GMT0 diff -Naur /usr/bin/pacsearch /usr/local/bin/pacsearch
    --- /usr/bin/pacsearch 2014-11-21 11:20:37.000000000 +0000
    +++ /usr/local/bin/pacsearch 2014-12-21 08:21:14.758856006 +0000
    @@ -84,7 +84,7 @@
    my %allpkgs = ();
    -my $syncout = `pacman -Ss '@ARGV'`;
    +my $syncout = `pacman -Ssq '@ARGV'`;
    # split each sync search entry into its own array entry
    my @syncpkgs = split(/\n^(?=\w)/m, $syncout);
    # remove the extra \n from the last desc entry
    @@ -110,7 +110,7 @@
    $allpkgs{$pkgfields[1]} = [ @pkgfields ];
    -my $queryout = `pacman -Qs '@ARGV'`;
    +my $queryout = `pacman -Qqs '@ARGV'`;
    # split each querysearch entry into its own array entry
    my @querypkgs = split(/\n^(?=\w)/m, $queryout);
    # remove the extra \n from the last desc entry
    $ /usr/local/bin/pacsearch pulse
    libpulse
    pulseaudio
    libao
    libcanberra-pulse
    libpulse
    paprefs
    pavucontrol
    pulseaudio
    pulseaudio-alsa
    floyd
    libcec
    mate-media-pulseaudio
    mate-settings-daemon-pulseaudio
    ponymix
    projectm-pulseaudio
    Although why not simply use pacman or expac?
    Last edited by karol (2014-12-21 08:26:48)

  • Import package with .* in jsp

    If i want to use HashMap in jsp page i need to have HashMap of util package in import statment in
    page directive.
    What is difference in Using
    a) <%@ page import="java.util.HashMap"%>
    b) <%@ page import="java.util.*"%>
    Is there any performance issue using importing package with .*

    Ofcourse there will be a performance issue. In the
    second case (<%@ page import="java.util.*"%>
    ) , you are loading all the classes in java.util
    package into your JSP, where as in the first case you
    are getting only HashMap. So the second option will
    affect the performance. Always import only the
    required classes.
    rgdsThen you have no idea how import works. The only difference at all would come at compile time. After the page is compiled, there would be no performance issue whatsoever.
    The main reason for doing one or the other way (same for any Java class) is clarity for those reading the code. Meaning if you use the full import, when they see "HashMap" in the code, they can look at the import statements and be sure that it's in java.util package. But generally, most people are going to be familiar with the classes in the common packages, like java.util. So I wouldn't generally list the specific classes if you are using more then one from the same package. There are other considerations where packages have classes of the same name (java.sql.Date & java.util.Date) but generally, I would always just put the full class name in the code.

  • [No need]Reducing number of post-install packages (fresh Arch + XFCE)

    Hi,
    I am inspired by posts by slithery in post-install package count; his discussion here and my willingness to follow-foot steps. Need suggestions/tips what packages can be removed based on details below.
    1. Defining usage:
    Normal PC having XFCE, thunderbird, firefox, yaourt and wine (for MS-Office with 32bit libs unfortunately needed for work) with 64-bit stock kernel. Other utilities include eog (image viewer), PDF viewer, cups, simple-scan, hplip + hplip plugin, dvd burner and some fonts packages.
    I have attempted to remain native on XFCE while installing utilities/needs  to avoid unnecessary dependencies unless some functionality needed (such as eog).
    2. Current package count
    [archpc ~]$ pacman -Qe | wc -l
    143
    [archpc ~]$ pacman -Q | wc -l
    539
    3. Installed packages details
    3.1 pacman -Qe
    alsa-utils 1.0.29-1
    autoconf 2.69-2
    automake 1.15-1
    b43-fwcutter 019-1
    bash 4.3.033-1
    bash-completion 2.1-5
    binutils 2.25-2
    bison 3.0.4-1
    btrfs-progs 3.19-1
    bzip2 1.0.6-5
    coreutils 8.23-1
    cryptsetup 1.6.6-1
    cups 2.0.2-1
    device-mapper 2.02.116-1
    dhcpcd 6.7.1-1
    dialog 1:1.2_20150225-1
    diffutils 3.3-2
    dropbox 3.2.9-2
    e2fsprogs 1.42.12-2
    eog 3.14.3-1
    epdfview 0.1.8-5
    exo 0.10.4-1
    fakeroot 1.20.2-1
    file 5.22-1
    filesystem 2015.02-1
    findutils 4.4.2-6
    firefox 36.0.3-1
    flashplugin 11.2.202.451-1
    flex 2.5.39-1
    galculator 2.1.3-3
    gamin 0.1.10-8
    garcon 0.4.0-1
    gawk 4.1.1-1
    gcc 4.9.2-4
    gcc-libs 4.9.2-4
    gettext 0.19.4-1
    gksu 2.0.2-5
    glibc 2.21-2
    gnome-colors-icon-theme 5.5.1-2
    gnome-keyring 3.14.0-1
    grep 2.21-2
    groff 1.22.3-2
    grub 1:2.02.beta2-5
    grub2-theme-archxion 1.0-6
    gtk-xfce-engine 2.10.1-1
    gvfs 1.22.3-2
    gvfs-afc 1.22.3-2
    gvfs-smb 1.22.3-2
    gzip 1.6-1
    hplip 3.15.2-3
    hplip-plugin 3.15.2-1
    inetutils 1.9.2-2
    iproute2 3.19.0-1
    iputils 20121221-3
    ipw2100-fw 1.3-7
    ipw2200-fw 3.1-5
    jfsutils 1.1.15-4
    less 471-1
    lib32-libxml2 2.9.2-1
    libtool 2.4.6-1
    licenses 20140629-1
    linux 3.19.2-1
    logrotate 3.8.9-1
    lvm2 2.02.116-1
    m4 1.4.17-1
    make 4.1-1
    man-db 2.7.1-1
    man-pages 3.81-1
    mdadm 3.3.2-1
    mousepad 0.4.0-1
    nano 2.2.6-3
    netctl 1.10-1
    network-manager-applet 1.0.0-1
    networkmanager 1.0.0-2
    ntfs-3g 2014.2.15-1
    ntp 4.2.8.p1-1
    nvidia-340xx 340.76-6
    nvidia-340xx-libgl 340.76-2
    nvidia-340xx-utils 340.76-2
    os-prober 1.64-1
    package-query 1.5-2
    pacman 4.2.1-1
    patch 2.7.5-1
    pavucontrol 2.0-2
    pciutils 3.3.0-1
    pcmciautils 018-7
    perl 5.20.2-1
    pkg-config 0.28-2
    polkit-gnome 0.105-2
    procps-ng 3.3.10-1
    psmisc 22.21-2
    python2-xdg 0.25-2
    reiserfsprogs 3.6.24-1
    rp-pppoe 3.11-7
    s-nail 14.7.11-1
    samba 4.2.0-1
    sddm 0.11.0-1
    sed 4.2.2-3
    shadow 4.2.1-2
    simple-scan 3.14.2-1
    sudo 1.8.12-1
    sysfsutils 2.1.0-9
    systemd-sysvcompat 218-2
    tar 1.28-1
    texinfo 5.2-3
    thunar 1.6.6-1
    thunar-volman 0.8.1-1
    thunderbird 31.5.0-1
    ttf-ms-fonts 2.0-10
    ttf-urdufonts 1.2-3
    tumbler 0.1.31-1
    usbutils 008-1
    util-linux 2.25.2-1
    vi 1:050325-4
    which 2.20-7
    wine 1.7.39-1
    wine-mono 4.5.6-1
    wine_gecko 2.36-1
    xdg-user-dirs 0.15-1
    xdg-utils 1.1.0.git20150302-1
    xf86-input-keyboard 1.8.0-3
    xf86-input-mouse 1.9.1-1
    xf86-input-synaptics 1.8.1-1
    xfburn 0.5.2-2
    xfce4-appfinder 4.12.0-1
    xfce4-mixer 4.11.0-2
    xfce4-panel 4.12.0-1
    xfce4-power-manager 1.4.3-1
    xfce4-session 4.12.1-1
    xfce4-settings 4.12.0-3
    xfce4-terminal 0.6.3-2
    xfce4-whiskermenu-plugin 1.5.0-2
    xfconf 4.12.0-1
    xfdesktop 4.12.0-1
    xfsprogs 3.2.2-1
    xfwm4 4.12.2-1
    xfwm4-themes 4.10.0-2
    xorg-server 1.17.1-4
    xorg-server-utils 7.6-4
    xorg-xinit 1.3.4-2
    xterm 316-1
    yaourt 1.5-1
    zd1211-firmware 1.5-1
    3.2 pacman -Q
    acl 2.2.52-2
    adwaita-icon-theme 3.14.1-1
    alsa-lib 1.0.29-1
    alsa-utils 1.0.29-1
    archlinux-keyring 20150212-1
    at-spi2-atk 2.14.1-1
    at-spi2-core 2.14.1-1
    atk 2.14.0-1
    atkmm 2.22.7-1
    attr 2.4.47-1
    autoconf 2.69-2
    automake 1.15-1
    avahi 0.6.31-14
    b43-fwcutter 019-1
    bash 4.3.033-1
    bash-completion 2.1-5
    bc 1.06.95-1
    binutils 2.25-2
    bison 3.0.4-1
    btrfs-progs 3.19-1
    bzip2 1.0.6-5
    ca-certificates 20140923-9
    ca-certificates-cacert 20140824-2
    ca-certificates-mozilla 3.17.4-1
    ca-certificates-utils 20140923-9
    cairo 1.14.2-1
    cairomm 1.10.0-3
    cantarell-fonts 0.0.16-2
    cdparanoia 10.2-5
    cifs-utils 6.4-1
    colord 1.2.9-1
    compositeproto 0.4.2-3
    coreutils 8.23-1
    cracklib 2.9.1-1
    cryptsetup 1.6.6-1
    cups 2.0.2-1
    cups-filters 1.0.67-1
    curl 7.41.0-1
    damageproto 1.2.1-3
    db 5.3.28-2
    dbus 1.8.16-2
    dbus-glib 0.102-2
    dconf 0.22.0-1
    desktop-file-utils 0.22-1
    device-mapper 2.02.116-1
    dhclient 4.3.1-1
    dhcpcd 6.7.1-1
    dialog 1:1.2_20150225-1
    diffutils 3.3-2
    dropbox 3.2.9-2
    e2fsprogs 1.42.12-2
    elfutils 0.161-3
    eog 3.14.3-1
    epdfview 0.1.8-5
    exempi 2.2.2-1
    exo 0.10.4-1
    expat 2.1.0-4
    fakeroot 1.20.2-1
    file 5.22-1
    filesystem 2015.02-1
    findutils 4.4.2-6
    firefox 36.0.3-1
    fixesproto 5.0-3
    flac 1.3.1-1
    flashplugin 11.2.202.451-1
    flex 2.5.39-1
    fontconfig 2.11.1-1
    fontsproto 2.1.3-1
    foomatic-db-engine 3:20150308-1
    freetype2 2.5.5-1
    fuse 2.9.3-2
    galculator 2.1.3-3
    gamin 0.1.10-8
    garcon 0.4.0-1
    gawk 4.1.1-1
    gc 7.4.2-2
    gcc 4.9.2-4
    gcc-libs 4.9.2-4
    gconf 3.2.6-3
    gcr 3.14.0-1
    gd 2.1.1-1
    gdbm 1.11-1
    gdk-pixbuf2 2.31.3-1
    gettext 0.19.4-1
    ghostscript 9.15-2
    gksu 2.0.2-5
    glib-networking 2.42.1-1
    glib2 2.42.2-1
    glibc 2.21-2
    glibmm 2.42.0-1
    glu 9.0.0-3
    gmp 6.0.0-2
    gnome-colors-icon-theme 5.5.1-2
    gnome-desktop 1:3.14.2-1
    gnome-icon-theme 3.12.0-2
    gnome-icon-theme-symbolic 3.12.0-2
    gnome-keyring 3.14.0-1
    gnome-themes-standard 3.14.2.3-1
    gnupg 2.1.2-1
    gnutls 3.3.13-1
    gobject-introspection 1.42.0-1
    gpgme 1.5.3-1
    gpm 1.20.7-4
    graphite 1:1.2.4-1
    grep 2.21-2
    groff 1.22.3-2
    grub 1:2.02.beta2-5
    grub2-theme-archxion 1.0-6
    gsettings-desktop-schemas 3.14.1-1
    gstreamer0.10 0.10.36-4
    gstreamer0.10-base 0.10.36-3
    gstreamer0.10-base-plugins 0.10.36-3
    gtk-update-icon-cache 2.24.27-1
    gtk-xfce-engine 2.10.1-1
    gtk2 2.24.27-1
    gtk3 3.14.9-1
    gtkmm3 3.14.0-1
    gtksourceview2 2.10.5-3
    guile 2.0.11-2
    gvfs 1.22.3-2
    gvfs-afc 1.22.3-2
    gvfs-smb 1.22.3-2
    gzip 1.6-1
    harfbuzz 0.9.38-1
    hicolor-icon-theme 0.13-1
    hplip 3.15.2-3
    hplip-plugin 3.15.2-1
    hunspell 1.3.3-1
    hwids 20150129-1
    iana-etc 2.30-4
    icu 54.1-1
    inetutils 1.9.2-2
    iniparser 3.1-4
    inputproto 2.3.1-1
    iproute2 3.19.0-1
    iptables 1.4.21-1
    iputils 20121221-3
    ipw2100-fw 1.3-7
    ipw2200-fw 3.1-5
    iso-codes 3.57-1
    jansson 2.7-1
    jasper 1.900.1-13
    jfsutils 1.1.15-4
    js17 17.0.0-1
    json-c 0.12-2
    json-glib 1.0.2-1
    kbd 2.0.2-1
    kbproto 1.0.6-2
    keyutils 1.5.9-1
    kmod 20-1
    krb5 1.13.1-1
    lcms2 2.6-1
    ldb 1.1.20-1
    less 471-1
    lib32-acl 2.2.52-2
    lib32-attr 2.4.47-1
    lib32-bzip2 1.0.6-2
    lib32-curl 7.41.0-1
    lib32-e2fsprogs 1.42.12-1
    lib32-expat 2.1.0-2
    lib32-fontconfig 2.11.1-1
    lib32-freetype2 2.5.5-1
    lib32-gcc-libs 4.9.2-4
    lib32-gettext 0.19.4-1
    lib32-glib2 2.42.2-1
    lib32-glibc 2.21-2
    lib32-glu 9.0.0-2
    lib32-harfbuzz 0.9.38-1
    lib32-icu 54.1-1
    lib32-keyutils 1.5.9-1
    lib32-krb5 1.13.1-1
    lib32-libcap 2.24-1
    lib32-libdbus 1.8.16-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-libldap 2.4.40-1
    lib32-libnl 3.2.25-1
    lib32-libpcap 1.6.2-1
    lib32-libpng 1.6.16-1
    lib32-libsm 1.2.2-1
    lib32-libssh2 1.4.3-2
    lib32-libusb 1.0.19-1
    lib32-libx11 1.6.3-1
    lib32-libxau 1.0.8-1
    lib32-libxcb 1.11-1
    lib32-libxcursor 1.1.14-1
    lib32-libxdamage 1.1.4-2
    lib32-libxdmcp 1.1.1-2
    lib32-libxext 1.3.3-1
    lib32-libxfixes 5.0.1-1
    lib32-libxi 1.7.4-1
    lib32-libxml2 2.9.2-1
    lib32-libxrandr 1.4.2-1
    lib32-libxrender 0.9.8-1
    lib32-ncurses 5.9-3
    lib32-nvidia-340xx-libgl 340.76-1
    lib32-nvidia-340xx-utils 340.76-1
    lib32-openssl 1.0.2.a-1
    lib32-pcre 8.36-1
    lib32-readline 6.3.006-1
    lib32-systemd 218-1
    lib32-util-linux 2.25.2-1
    lib32-xz 5.2.1-1
    lib32-zlib 1.2.8-1
    libaio 0.3.110-1
    libarchive 3.1.2-8
    libassuan 2.1.3-1
    libasyncns 0.8-5
    libatasmart 0.19-3
    libatomic_ops 7.4.2-1
    libbluray 0.7.0-1
    libbsd 0.7.0-1
    libburn 1.3.8-1
    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
    libcroco 0.6.8-2
    libcups 2.0.2-1
    libdaemon 0.14-3
    libdatrie 0.2.8-1
    libdbus 1.8.16-2
    libdrm 2.4.59-1
    libedit 20141030_3.1-1
    libepoxy 1.2-2
    libevdev 1.4-1
    libevent 2.0.22-1
    libexif 0.6.21-2
    libffi 3.2.1-1
    libfontenc 1.1.2-1
    libgcrypt 1.6.3-2
    libgksu 2.0.12-6
    libgnome-keyring 3.12.0-2
    libgpg-error 1.18-1
    libgphoto2 2.5.7-1
    libgtop 2.30.0-1
    libgusb 0.2.4-1
    libice 1.0.9-1
    libidn 1.30-1
    libieee1284 0.2.11-5
    libimobiledevice 1.2.0-1
    libisofs 1.3.8-1
    libjpeg-turbo 1.4.0-1
    libkeybinder2 0.3.0-2
    libksba 1.3.2-1
    libldap 2.4.40-2
    libmm-glib 1.4.4-1
    libmpc 1.0.3-1
    libndp 1.4-1
    libnewt 0.52.17-2
    libnl 3.2.25-1
    libnm-glib 1.0.0-2
    libnm-gtk 1.0.0-1
    libnotify 0.7.6-1
    libogg 1.3.2-1
    libomxil-bellagio 0.9.3-1
    libpaper 1.1.24-7
    libpcap 1.6.2-1
    libpciaccess 0.13.3-1
    libpeas 1.12.1-1
    libpipeline 1.4.0-1
    libplist 1.12-1
    libpng 1.6.16-1
    libproxy 0.4.11-5
    libpulse 6.0-1
    librsvg 1:2.40.8-1
    libsamplerate 0.1.8-3
    libsasl 2.1.26-7
    libseccomp 2.1.1-1
    libsecret 0.18-1
    libsigc++ 2.4.1-1
    libsm 1.2.2-2
    libsndfile 1.0.25-3
    libsoup 2.48.1-1
    libssh2 1.4.3-2
    libsystemd 218-2
    libtasn1 4.3-1
    libteam 1.14-1
    libthai 0.1.21-1
    libtheora 1.1.1-3
    libtiff 4.0.3-5
    libtirpc 0.2.5-1
    libtool 2.4.6-1
    libtxc_dxtn 1.0.1-6
    libunique 1.1.6-6
    libunistring 0.9.5-1
    libunwind 1.1-2
    libusb 1.0.19-1
    libusbmuxd 1.0.10-1
    libutempter 1.1.6-2
    libutil-linux 2.25.2-1
    libvisual 0.4.0-5
    libvorbis 1.3.4-1
    libvpx 1.3.0-1
    libwbclient 4.2.0-1
    libwnck 2.31.0-1
    libx11 1.6.3-1
    libxau 1.0.8-2
    libxaw 1.0.12-1
    libxcb 1.11-1
    libxcomposite 0.4.4-2
    libxcursor 1.1.14-2
    libxdamage 1.1.4-2
    libxdmcp 1.1.1-2
    libxext 1.3.3-1
    libxfce4ui 4.12.1-1
    libxfce4util 4.12.1-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.8-2
    libxklavier 5.4-1
    libxml2 2.9.2-2
    libxmu 1.1.2-1
    libxpm 3.5.11-1
    libxrandr 1.4.2-2
    libxrender 0.9.8-1
    libxres 1.0.7-1
    libxshmfence 1.2-1
    libxslt 1.1.28-3
    libxt 1.1.4-1
    libxtst 1.2.2-1
    libxv 1.0.10-1
    libxxf86vm 1.1.4-1
    licenses 20140629-1
    linux 3.19.2-1
    linux-api-headers 3.18.5-1
    linux-firmware 20150206.17657c3-1
    llvm-libs 3.6.0-3
    logrotate 3.8.9-1
    lvm2 2.02.116-1
    lz4 127-1
    lzo 2.09-1
    m4 1.4.17-1
    make 4.1-1
    man-db 2.7.1-1
    man-pages 3.81-1
    mcpp 2.7.2-5
    mdadm 3.3.2-1
    mesa 10.5.1-2
    mime-types 9-1
    mkinitcpio 18-2
    mkinitcpio-busybox 1.21.1-2
    mobile-broadband-provider-info 20120614-2
    mousepad 0.4.0-1
    mozilla-common 1.4-4
    mpfr 3.1.2.p11-1
    mtdev 1.1.5-1
    nano 2.2.6-3
    ncurses 5.9-7
    net-snmp 5.7.3-1
    net-tools 1.60.20130531git-1
    netctl 1.10-1
    nettle 2.7.1-1
    network-manager-applet 1.0.0-1
    networkmanager 1.0.0-2
    npth 1.1-1
    nspr 4.10.8-1
    nss 3.17.4-1
    ntfs-3g 2014.2.15-1
    ntp 4.2.8.p1-1
    nvidia-340xx 340.76-6
    nvidia-340xx-libgl 340.76-2
    nvidia-340xx-utils 340.76-2
    openjpeg 1.5.2-1
    openresolv 3.6.1-1
    openssl 1.0.2.a-1
    orc 0.4.23-1
    os-prober 1.64-1
    p11-kit 0.22.1-3
    package-query 1.5-2
    pacman 4.2.1-1
    pacman-mirrorlist 20150315-1
    pam 1.1.8-5
    pambase 20130928-1
    pango 1.36.8-1
    pangomm 2.34.0-1
    patch 2.7.5-1
    pavucontrol 2.0-2
    pciutils 3.3.0-1
    pcmciautils 018-7
    pcre 8.36-2
    perl 5.20.2-1
    perl-clone 0.37-2
    perl-dbi 1.633-1
    perl-xml-libxml 2.0117-1
    perl-xml-namespacesupport 1.11-3
    perl-xml-sax 0.99-4
    perl-xml-sax-base 1.08-3
    pinentry 0.9.0-1
    pixman 0.32.6-1
    pkg-config 0.28-2
    polkit 0.112-2
    polkit-gnome 0.105-2
    poppler 0.31.0-1
    poppler-glib 0.31.0-1
    popt 1.16-7
    ppp 2.4.7-1
    procps-ng 3.3.10-1
    psmisc 22.21-2
    pth 2.0.7-5
    python 3.4.3-1
    python2 2.7.9-1
    python2-xdg 0.25-2
    qpdf 5.1.2-1
    qt5-base 5.4.1-2
    qt5-declarative 5.4.1-2
    qt5-xmlpatterns 5.4.1-2
    qtchooser 48-1
    randrproto 1.4.1-1
    readline 6.3.006-1
    recordproto 1.14.2-2
    reiserfsprogs 3.6.24-1
    renderproto 0.11.1-3
    rest 0.7.92-1
    rp-pppoe 3.11-7
    s-nail 14.7.11-1
    samba 4.2.0-1
    sane 1.0.24-4
    sddm 0.11.0-1
    sed 4.2.2-3
    shadow 4.2.1-2
    shared-mime-info 1.4-1
    simple-scan 3.14.2-1
    slang 2.3.0-1
    smbclient 4.2.0-1
    sound-theme-freedesktop 0.8-2
    sqlite 3.8.8.3-1
    startup-notification 0.12-4
    sudo 1.8.12-1
    sysfsutils 2.1.0-9
    systemd 218-2
    systemd-sysvcompat 218-2
    talloc 2.1.1-1
    tar 1.28-1
    tdb 1.3.4-1
    tevent 0.9.24-1
    texinfo 5.2-3
    thin-provisioning-tools 0.4.1-1
    thunar 1.6.6-1
    thunar-volman 0.8.1-1
    thunderbird 31.5.0-1
    ttf-dejavu 2.34-2
    ttf-ms-fonts 2.0-10
    ttf-urdufonts 1.2-3
    tumbler 0.1.31-1
    tzdata 2015a-1
    udisks2 2.1.5-1
    upower 0.99.2-2
    usbmuxd 1.1.0-2
    usbutils 008-1
    util-linux 2.25.2-1
    v4l-utils 1.6.2-1
    vi 1:050325-4
    videoproto 2.3.2-1
    vte 0.28.2-5
    vte-common 0.38.3-1
    wayland 1.7.0-1
    wget 1.16.3-1
    which 2.20-7
    wine 1.7.39-1
    wine-mono 4.5.6-1
    wine_gecko 2.36-1
    wpa_supplicant 2.3-1
    xbitmaps 1.1.1-3
    xcb-proto 1.11-1
    xcb-util 0.4.0-1
    xcb-util-image 0.4.0-1
    xcb-util-keysyms 0.4.0-1
    xcb-util-wm 0.4.1-1
    xdg-user-dirs 0.15-1
    xdg-utils 1.1.0.git20150302-1
    xextproto 7.3.0-1
    xf86-input-evdev 2.9.1-1
    xf86-input-keyboard 1.8.0-3
    xf86-input-mouse 1.9.1-1
    xf86-input-synaptics 1.8.1-1
    xf86vidmodeproto 2.3.1-3
    xfburn 0.5.2-2
    xfce4-appfinder 4.12.0-1
    xfce4-mixer 4.11.0-2
    xfce4-panel 4.12.0-1
    xfce4-power-manager 1.4.3-1
    xfce4-session 4.12.1-1
    xfce4-settings 4.12.0-3
    xfce4-terminal 0.6.3-2
    xfce4-whiskermenu-plugin 1.5.0-2
    xfconf 4.12.0-1
    xfdesktop 4.12.0-1
    xfsprogs 3.2.2-1
    xfwm4 4.12.2-1
    xfwm4-themes 4.10.0-2
    xineramaproto 1.2.1-3
    xkeyboard-config 2.14-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-luit 1.1.1-2
    xorg-mkfontdir 1.0.7-2
    xorg-mkfontscale 1.1.2-1
    xorg-server 1.17.1-4
    xorg-server-common 1.17.1-4
    xorg-server-utils 7.6-4
    xorg-sessreg 1.1.0-1
    xorg-setxkbmap 1.3.0-2
    xorg-xauth 1.0.9-1
    xorg-xbacklight 1.2.1-1
    xorg-xcmsdb 1.0.4-2
    xorg-xgamma 1.0.5-2
    xorg-xhost 1.0.6-1
    xorg-xinit 1.3.4-2
    xorg-xinput 1.6.1-1
    xorg-xkbcomp 1.3.0-1
    xorg-xmodmap 1.0.8-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
    xterm 316-1
    xz 5.2.1-1
    yajl 2.1.0-1
    yaourt 1.5-1
    zd1211-firmware 1.5-1
    zlib 1.2.8-3
    4. Output from Slithery's script
    clear; echo -n "Number of installed packages: $(pacman -Qq | wc -l)"; echo; echo; echo "# Packages in base group that aren't installed"; comm -23 <((for i in $(pacman -Sqg base); do pactree -us $i; done)|sort -u|cut -d ' ' -f 1) <(pacman -Qq); echo; echo "# Packages installed that aren't in base group"; comm -13 <((for i in $(pacman -Sqg base); do pactree -us $i; done)|sort -u|cut -d ' ' -f 1) <(pacman -Qq); echo; echo "# pstree"; pstree -U; echo; echo "# enabled services"; systemctl list-unit-files | grep enabled | grep service; echo; echo "# ssd df"; df -h -t ext4; echo; echo "# free"; free -m; echo
    Note: Some information produced above will be repeaeted
    [H[2JNumber of installed packages: 539
    # Packages in base group that aren't installed
    # Packages installed that aren't in base group
    adwaita-icon-theme
    alsa-lib
    alsa-utils
    at-spi2-atk
    at-spi2-core
    atk
    atkmm
    autoconf
    automake
    avahi
    b43-fwcutter
    bash-completion
    bc
    binutils
    bison
    btrfs-progs
    cairo
    cairomm
    cantarell-fonts
    cdparanoia
    cifs-utils
    colord
    compositeproto
    cups
    cups-filters
    damageproto
    dbus-glib
    dconf
    desktop-file-utils
    dhclient
    dialog
    dropbox
    elfutils
    eog
    epdfview
    exempi
    exo
    fakeroot
    firefox
    fixesproto
    flac
    flashplugin
    flex
    fontconfig
    fontsproto
    foomatic-db-engine
    freetype2
    fuse
    galculator
    gamin
    garcon
    gc
    gcc
    gconf
    gcr
    gd
    gdk-pixbuf2
    ghostscript
    gksu
    glib-networking
    glibmm
    glu
    gnome-colors-icon-theme
    gnome-desktop
    gnome-icon-theme
    gnome-icon-theme-symbolic
    gnome-keyring
    gnome-themes-standard
    gobject-introspection
    gpm
    graphite
    grub
    grub2-theme-archxion
    gsettings-desktop-schemas
    gstreamer0.10
    gstreamer0.10-base
    gstreamer0.10-base-plugins
    gtk-update-icon-cache
    gtk-xfce-engine
    gtk2
    gtk3
    gtkmm3
    gtksourceview2
    guile
    gvfs
    gvfs-afc
    gvfs-smb
    harfbuzz
    hicolor-icon-theme
    hplip
    hplip-plugin
    hunspell
    icu
    iniparser
    inputproto
    ipw2100-fw
    ipw2200-fw
    iso-codes
    jansson
    jasper
    js17
    json-c
    json-glib
    kbproto
    lcms2
    ldb
    lib32-acl
    lib32-attr
    lib32-bzip2
    lib32-curl
    lib32-e2fsprogs
    lib32-expat
    lib32-fontconfig
    lib32-freetype2
    lib32-gcc-libs
    lib32-gettext
    lib32-glib2
    lib32-glibc
    lib32-glu
    lib32-harfbuzz
    lib32-icu
    lib32-keyutils
    lib32-krb5
    lib32-libcap
    lib32-libdbus
    lib32-libffi
    lib32-libgcrypt
    lib32-libgpg-error
    lib32-libice
    lib32-libldap
    lib32-libnl
    lib32-libpcap
    lib32-libpng
    lib32-libsm
    lib32-libssh2
    lib32-libusb
    lib32-libx11
    lib32-libxau
    lib32-libxcb
    lib32-libxcursor
    lib32-libxdamage
    lib32-libxdmcp
    lib32-libxext
    lib32-libxfixes
    lib32-libxi
    lib32-libxml2
    lib32-libxrandr
    lib32-libxrender
    lib32-ncurses
    lib32-nvidia-340xx-libgl
    lib32-nvidia-340xx-utils
    lib32-openssl
    lib32-pcre
    lib32-readline
    lib32-systemd
    lib32-util-linux
    lib32-xz
    lib32-zlib
    libasyncns
    libatasmart
    libatomic_ops
    libbluray
    libbsd
    libburn
    libcanberra
    libcanberra-pulse
    libcap-ng
    libcddb
    libcdio
    libcdio-paranoia
    libcroco
    libcups
    libdaemon
    libdatrie
    libdrm
    libedit
    libepoxy
    libevdev
    libevent
    libexif
    libfontenc
    libgksu
    libgnome-keyring
    libgphoto2
    libgtop
    libgusb
    libice
    libieee1284
    libimobiledevice
    libisofs
    libjpeg-turbo
    libkeybinder2
    libmm-glib
    libmpc
    libndp
    libnewt
    libnl
    libnm-glib
    libnm-gtk
    libnotify
    libogg
    libomxil-bellagio
    libpaper
    libpcap
    libpciaccess
    libpeas
    libplist
    libpng
    libproxy
    libpulse
    librsvg
    libsamplerate
    libsecret
    libsigc++
    libsm
    libsndfile
    libsoup
    libteam
    libthai
    libtheora
    libtiff
    libtool
    libtxc_dxtn
    libunique
    libunwind
    libusbmuxd
    libutempter
    libvisual
    libvorbis
    libvpx
    libwbclient
    libwnck
    libx11
    libxau
    libxaw
    libxcb
    libxcomposite
    libxcursor
    libxdamage
    libxdmcp
    libxext
    libxfce4ui
    libxfce4util
    libxfixes
    libxfont
    libxft
    libxi
    libxinerama
    libxkbcommon
    libxkbcommon-x11
    libxkbfile
    libxklavier
    libxml2
    libxmu
    libxpm
    libxrandr
    libxrender
    libxres
    libxshmfence
    libxslt
    libxt
    libxtst
    libxv
    libxxf86vm
    llvm-libs
    m4
    make
    mcpp
    mesa
    mime-types
    mobile-broadband-provider-info
    mousepad
    mozilla-common
    mtdev
    net-snmp
    net-tools
    network-manager-applet
    networkmanager
    nspr
    nss
    ntfs-3g
    ntp
    nvidia-340xx
    nvidia-340xx-libgl
    nvidia-340xx-utils
    openjpeg
    orc
    os-prober
    package-query
    pango
    pangomm
    patch
    pavucontrol
    perl-clone
    perl-dbi
    perl-xml-libxml
    perl-xml-namespacesupport
    perl-xml-sax
    perl-xml-sax-base
    pixman
    pkg-config
    polkit
    polkit-gnome
    poppler
    poppler-glib
    ppp
    python
    python2
    python2-xdg
    qpdf
    qt5-base
    qt5-declarative
    qt5-xmlpatterns
    qtchooser
    randrproto
    recordproto
    renderproto
    rest
    rp-pppoe
    samba
    sane
    sddm
    shared-mime-info
    simple-scan
    slang
    smbclient
    sound-theme-freedesktop
    sqlite
    startup-notification
    sudo
    talloc
    tdb
    tevent
    thunar
    thunar-volman
    thunderbird
    ttf-dejavu
    ttf-ms-fonts
    ttf-urdufonts
    tumbler
    udisks2
    upower
    usbmuxd
    v4l-utils
    videoproto
    vte
    vte-common
    wayland
    wget
    wine
    wine-mono
    wine_gecko
    wpa_supplicant
    xbitmaps
    xcb-proto
    xcb-util
    xcb-util-image
    xcb-util-keysyms
    xcb-util-wm
    xdg-user-dirs
    xdg-utils
    xextproto
    xf86-input-evdev
    xf86-input-keyboard
    xf86-input-mouse
    xf86-input-synaptics
    xf86vidmodeproto
    xfburn
    xfce4-appfinder
    xfce4-mixer
    xfce4-panel
    xfce4-power-manager
    xfce4-session
    xfce4-settings
    xfce4-terminal
    xfce4-whiskermenu-plugin
    xfconf
    xfdesktop
    xfwm4
    xfwm4-themes
    xineramaproto
    xkeyboard-config
    xorg-bdftopcf
    xorg-font-util
    xorg-font-utils
    xorg-fonts-alias
    xorg-fonts-encodings
    xorg-fonts-misc
    xorg-iceauth
    xorg-luit
    xorg-mkfontdir
    xorg-mkfontscale
    xorg-server
    xorg-server-common
    xorg-server-utils
    xorg-sessreg
    xorg-setxkbmap
    xorg-xauth
    xorg-xbacklight
    xorg-xcmsdb
    xorg-xgamma
    xorg-xhost
    xorg-xinit
    xorg-xinput
    xorg-xkbcomp
    xorg-xmodmap
    xorg-xrandr
    xorg-xrdb
    xorg-xrefresh
    xorg-xset
    xorg-xsetroot
    xproto
    xterm
    yajl
    yaourt
    zd1211-firmware
    # pstree
    systemd─┬─NetworkManager─┬─dhclient
    │ ├─{NetworkManager}
    │ ├─{gdbus}
    │ └─{gmain}
    ├─Thunar─┬─{gdbus}
    │ └─{gmain}
    ├─at-spi-bus-laun─┬─dbus-daemon
    │ ├─{dconf worker}
    │ ├─{gdbus}
    │ └─{gmain}
    ├─at-spi2-registr───{gdbus}
    ├─avahi-daemon───avahi-daemon
    ├─colord─┬─{gdbus}
    │ └─{gmain}
    ├─cupsd
    ├─3*[dbus-daemon]
    ├─2*[dbus-launch]
    ├─dconf-service─┬─{gdbus}
    │ └─{gmain}
    ├─firefox─┬─6*[{Analysis Helper}]
    │ ├─{Cache I/O}
    │ ├─{Cache2 I/O}
    │ ├─{Cert Verify}
    │ ├─{Compositor}
    │ ├─{DNS Resolver #7}
    │ ├─{DNS Resolver #9}
    │ ├─{DNS Res~ver #10}
    │ ├─3*[{DOM Worker}]
    │ ├─{GMPThread}
    │ ├─{Gecko_IOThread}
    │ ├─{HTML5 Parser}
    │ ├─{Hang Monitor}
    │ ├─{IPDL Background}
    │ ├─{Image Scaler}
    │ ├─{ImageBridgeChil}
    │ ├─{JS Watchdog}
    │ ├─{MediaManager}
    │ ├─{Net Predictor}
    │ ├─{Proxy R~olution}
    │ ├─{Socket Thread}
    │ ├─{Timer}
    │ ├─{URL Classifier}
    │ ├─{dconf worker}
    │ ├─3*[{firefox}]
    │ ├─{gdbus}
    │ ├─{gmain}
    │ ├─{localStorage DB}
    │ ├─{mozStorage #10}
    │ ├─{mozStorage #1}
    │ ├─{mozStorage #2}
    │ ├─{mozStorage #3}
    │ ├─{mozStorage #4}
    │ ├─{mozStorage #5}
    │ ├─{mozStorage #6}
    │ ├─{mozStorage #7}
    │ ├─{mozStorage #8}
    │ └─{mozStorage #9}
    ├─gnome-keyring-d─┬─{dconf worker}
    │ ├─{gdbus}
    │ ├─{gmain}
    │ └─{timer}
    ├─gpg-agent
    ├─gvfs-afc-volume─┬─{gdbus}
    │ └─{gvfs-afc-volume}
    ├─gvfs-udisks2-vo─┬─{gdbus}
    │ └─{gmain}
    ├─gvfsd───{gdbus}
    ├─gvfsd-fuse─┬─{gdbus}
    │ ├─{gvfs-fuse-sub}
    │ └─2*[{gvfsd-fuse}]
    ├─gvfsd-metadata───{gdbus}
    ├─gvfsd-trash─┬─{gdbus}
    │ └─{gmain}
    ├─polkitd─┬─{JS GC Helper}
    │ ├─{JS Sour~ Thread}
    │ ├─{gdbus}
    │ ├─{gmain}
    │ └─{runaway-killer-}
    ├─sddm─┬─Xorg
    │ ├─sddm-helper─┬─sh───xfce4-session─┬─dropbox─┬─{QXcbEventReader}
    │ │ │ │ └─24*[{dropbox}]
    │ │ │ ├─nm-applet─┬─{dconf worker}
    │ │ │ │ ├─{gdbus}
    │ │ │ │ └─{gmain}
    │ │ │ ├─polkit-gnome-au───{gdbus}
    │ │ │ ├─{gdbus}
    │ │ │ └─{gmain}
    │ │ └─{QProcessManager}
    │ └─{QProcessManager}
    ├─2*[systemd───(sd-pam)]
    ├─systemd-journal
    ├─systemd-logind
    ├─systemd-udevd───systemd-udevd
    ├─thunderbird─┬─2*[{Analysis Helper}]
    │ ├─{Cache I/O}
    │ ├─{Cache2 I/O}
    │ ├─{Cert Verify}
    │ ├─{DOM Worker}
    │ ├─{Gecko_IOThread}
    │ ├─{HTML5 Parser}
    │ ├─{Hang Monitor}
    │ ├─{JS GC Helper}
    │ ├─{JS Watchdog}
    │ ├─{Network Seer}
    │ ├─{Proxy R~olution}
    │ ├─{Socket Thread}
    │ ├─{Timer}
    │ ├─{URL Classifier}
    │ ├─{dconf worker}
    │ ├─{gdbus}
    │ ├─{gmain}
    │ ├─{localStorage DB}
    │ ├─{mozStorage #1}
    │ ├─{mozStorage #2}
    │ ├─{mozStorage #3}
    │ ├─{mozStorage #4}
    │ ├─{mozStorage #5}
    │ ├─{mozStorage #6}
    │ └─8*[{thunderbird}]
    ├─tumblerd─┬─{gdbus}
    │ ├─{gmain}
    │ └─2*[{pool}]
    ├─udisksd─┬─{cleanup}
    │ ├─{gdbus}
    │ ├─{gmain}
    │ └─{probing-thread}
    ├─upowerd─┬─{gdbus}
    │ └─{gmain}
    ├─wpa_supplicant
    ├─xfce4-panel─┬─panel-1-whisker─┬─{gdbus}
    │ │ └─{gmain}
    │ ├─panel-12-mixer─┬─{gdbus}
    │ │ ├─{task0}
    │ │ ├─{task1}
    │ │ └─{task2}
    │ ├─panel-2-actions
    │ ├─panel-6-systray
    │ ├─{gdbus}
    │ └─{gmain}
    ├─xfce4-power-man───{gdbus}
    ├─xfce4-terminal─┬─bash───bash───pstree
    │ ├─gnome-pty-helpe
    │ ├─{gdbus}
    │ └─{gmain}
    ├─xfconfd
    ├─xfdesktop─┬─{gdbus}
    │ └─{gmain}
    ├─xfsettingsd─┬─{gdbus}
    │ └─{gmain}
    └─xfwm4
    # enabled services
    dbus-org.freedesktop.NetworkManager.service enabled
    dbus-org.freedesktop.nm-dispatcher.service enabled
    display-manager.service enabled
    [email protected] enabled
    NetworkManager-dispatcher.service enabled
    NetworkManager.service enabled
    org.cups.cupsd.service enabled
    sddm.service enabled
    # ssd df
    Filesystem Size Used Avail Use% Mounted on
    /dev/sda2 8.8G 4.8G 3.5G 58% /
    /dev/sda4 63G 12G 48G 20% /home
    # free
    total used free shared buff/cache available
    Mem: 2948 985 805 8 1157 1743
    Swap: 2047 0 2047
    5. Packages removable IMO
    More could be possible based on suggestions, but IMHO and is it safe?:
    |Package Name | Reason |
    |---------------------------|--------------------------------------------------------------
    |man-db 2.7.1-1 | For me: Wiki, Google and Forums are > what I need. |
    |man-pages 3.81-1 | For me: Wiki, Google and Forums are > what I need. |
    |xterm | xfce4-terminal is installed so is it needed? |
    |reiserfsprogs | No need for reiser FS support (if it is what package does). |
    |jfsutils | No need for JFS support. |
    |xfsprogs | No need for XFS support. |
    |lvm2 | I think no need for logical VM (but not sure). |
    |mdadm | I think no need for md devices monitoring/managing. ]
    |---------------------------|--------------------------------------------------------------
    |xfwm4-themes               | No big fan of theming unless required for XFCE.               |
    |btrfs-progs                     | No need for btrfs support (if it is what package does).      |
    |ipw2100-fw                     | No need for Intel centrino drivers.                                     |
    |ipw2200-fw                     | No need for Intel PRO/wireless.                                          |
    |zd1211-firmware            | I think no need for in-kernel26 zd1211rw wireless driver.  |
    6. Please guide what further can be removed.
    Thank you for time.
    Update: Del packages are already removed based on learning/thread discussion so far.
    Last edited by jackpot (2015-03-25 14:31:31)

    An update
    I managed to reach:
    pacman -Q | wc -l
    475
    From 536, more may be possible but need to learn a bit more. Packages installed now include:
    acl 2.2.52-2
    adwaita-icon-theme 3.14.1-1
    alsa-lib 1.0.29-1
    alsa-utils 1.0.29-1
    archlinux-keyring 20150212-1
    at-spi2-atk 2.14.1-1
    at-spi2-core 2.14.1-1
    atk 2.14.0-1
    attr 2.4.47-1
    avahi 0.6.31-14
    bash 4.3.033-1
    bc 1.06.95-1
    binutils 2.25-2
    bleachbit 1.6-1
    bzip2 1.0.6-5
    ca-certificates 20140923-9
    ca-certificates-cacert 20140824-2
    ca-certificates-mozilla 3.17.4-1
    ca-certificates-utils 20140923-9
    cairo 1.14.2-1
    cantarell-fonts 0.0.16-2
    cdparanoia 10.2-5
    cifs-utils 6.4-1
    colord 1.2.9-1
    compositeproto 0.4.2-3
    coreutils 8.23-1
    cracklib 2.9.1-1
    cups 2.0.2-3
    cups-filters 1.0.67-1
    curl 7.41.0-1
    damageproto 1.2.1-3
    db 5.3.28-2
    dbus 1.8.16-2
    dbus-glib 0.102-2
    dconf 0.22.0-1
    desktop-file-utils 0.22-1
    device-mapper 2.02.116-1
    dhclient 4.3.1-1
    dhcpcd 6.7.1-1
    diffutils 3.3-2
    dropbox 3.2.9-2
    e2fsprogs 1.42.12-2
    elfutils 0.161-3
    eog 3.14.3-1
    epdfview 0.1.8-5
    exempi 2.2.2-1
    exo 0.10.4-2
    expat 2.1.0-4
    fakeroot 1.20.2-1
    file 5.22-1
    file-roller 3.14.2-2
    filesystem 2015.02-1
    findutils 4.4.2-6
    firefox 36.0.4-1
    fixesproto 5.0-3
    flac 1.3.1-1
    fontconfig 2.11.1-1
    fontsproto 2.1.3-1
    foomatic-db-engine 3:20150308-1
    freetype2 2.5.5-1
    fuse 2.9.3-2
    galculator 2.1.3-3
    gamin 0.1.10-8
    garcon 0.4.0-1
    gawk 4.1.1-1
    gc 7.4.2-2
    gcc 4.9.2-4
    gcc-libs 4.9.2-4
    gd 2.1.1-1
    gdbm 1.11-1
    gdk-pixbuf2 2.31.3-1
    gettext 0.19.4-1
    ghostscript 9.15-2
    glib-networking 2.42.1-1
    glib2 2.42.2-1
    glibc 2.21-2
    glu 9.0.0-3
    gmp 6.0.0-2
    gnome-desktop 1:3.14.2-1
    gnome-icon-theme 3.12.0-2
    gnome-icon-theme-symbolic 3.12.0-2
    gnome-themes-standard 3.14.2.3-1
    gnupg 2.1.2-1
    gnutls 3.3.13-1
    gobject-introspection 1.42.0-1
    gpgme 1.5.3-1
    gpm 1.20.7-4
    graphite 1:1.2.4-1
    grep 2.21-2
    groff 1.22.3-2
    grub 1:2.02.beta2-5
    gsettings-desktop-schemas 3.14.1-1
    gstreamer0.10 0.10.36-4
    gstreamer0.10-base 0.10.36-3
    gstreamer0.10-base-plugins 0.10.36-3
    gtk-update-icon-cache 2.24.27-1
    gtk-xfce-engine 2.10.1-1
    gtk2 2.24.27-1
    gtk3 3.14.9-1
    gtksourceview2 2.10.5-3
    guile 2.0.11-2
    gvfs 1.22.3-2
    gzip 1.6-1
    harfbuzz 0.9.38-1
    hicolor-icon-theme 0.13-1
    hplip 3.15.2-3
    hplip-plugin 3.15.2-1
    hunspell 1.3.3-1
    hwids 20150129-1
    iana-etc 2.30-4
    icu 54.1-1
    inetutils 1.9.2-2
    iniparser 3.1-4
    inputproto 2.3.1-1
    iproute2 3.19.0-1
    iptables 1.4.21-1
    iputils 20121221-3
    iso-codes 3.57-1
    jansson 2.7-1
    jasper 1.900.1-13
    js17 17.0.0-1
    json-glib 1.0.2-1
    kbd 2.0.2-1
    kbproto 1.0.6-2
    keyutils 1.5.9-1
    kmod 20-1
    krb5 1.13.1-1
    lcms2 2.6-1
    ldb 1.1.20-1
    less 471-1
    lib32-acl 2.2.52-2
    lib32-attr 2.4.47-1
    lib32-bzip2 1.0.6-2
    lib32-curl 7.41.0-1
    lib32-e2fsprogs 1.42.12-1
    lib32-expat 2.1.0-2
    lib32-fontconfig 2.11.1-1
    lib32-freetype2 2.5.5-1
    lib32-gcc-libs 4.9.2-4
    lib32-gettext 0.19.4-1
    lib32-glib2 2.42.2-1
    lib32-glibc 2.21-2
    lib32-glu 9.0.0-2
    lib32-harfbuzz 0.9.38-1
    lib32-icu 54.1-1
    lib32-keyutils 1.5.9-1
    lib32-krb5 1.13.1-1
    lib32-libcap 2.24-1
    lib32-libdbus 1.8.16-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-libldap 2.4.40-1
    lib32-libnl 3.2.25-1
    lib32-libpcap 1.6.2-1
    lib32-libpng 1.6.16-1
    lib32-libsm 1.2.2-1
    lib32-libssh2 1.4.3-2
    lib32-libusb 1.0.19-1
    lib32-libx11 1.6.3-1
    lib32-libxau 1.0.8-1
    lib32-libxcb 1.11-1
    lib32-libxcursor 1.1.14-1
    lib32-libxdamage 1.1.4-2
    lib32-libxdmcp 1.1.1-2
    lib32-libxext 1.3.3-1
    lib32-libxfixes 5.0.1-1
    lib32-libxi 1.7.4-1
    lib32-libxml2 2.9.2-1
    lib32-libxrandr 1.4.2-1
    lib32-libxrender 0.9.8-1
    lib32-ncurses 5.9-3
    lib32-nvidia-340xx-libgl 340.76-1
    lib32-nvidia-340xx-utils 340.76-1
    lib32-openssl 1.0.2.a-1
    lib32-pcre 8.36-1
    lib32-readline 6.3.006-1
    lib32-systemd 218-1
    lib32-util-linux 2.25.2-1
    lib32-xz 5.2.1-1
    lib32-zlib 1.2.8-1
    libaio 0.3.110-1
    libarchive 3.1.2-8
    libassuan 2.1.3-1
    libatasmart 0.19-3
    libatomic_ops 7.4.2-1
    libbluray 0.7.0-1
    libbsd 0.7.0-1
    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
    libcroco 0.6.8-2
    libcups 2.0.2-3
    libdaemon 0.14-3
    libdatrie 0.2.8-1
    libdbus 1.8.16-2
    libdrm 2.4.60-1
    libedit 20141030_3.1-1
    libepoxy 1.2-2
    libevdev 1.4-1
    libevent 2.0.22-1
    libexif 0.6.21-2
    libffi 3.2.1-1
    libfontenc 1.1.2-1
    libgcrypt 1.6.3-2
    libglade 2.6.4-5
    libgpg-error 1.18-1
    libgphoto2 2.5.7-1
    libgusb 0.2.4-1
    libice 1.0.9-1
    libidn 1.30-1
    libieee1284 0.2.11-5
    libimobiledevice 1.2.0-1
    libjpeg-turbo 1.4.0-1
    libkeybinder2 0.3.0-2
    libksba 1.3.2-1
    libldap 2.4.40-2
    libmm-glib 1.4.4-1
    libmpc 1.0.3-1
    libndp 1.4-1
    libnewt 0.52.17-2
    libnl 3.2.25-1
    libnm-glib 1.0.0-2
    libnm-gtk 1.0.0-1
    libnotify 0.7.6-1
    libogg 1.3.2-1
    libomxil-bellagio 0.9.3-1
    libpaper 1.1.24-7
    libpcap 1.6.2-1
    libpciaccess 0.13.3-1
    libpeas 1.12.1-1
    libpipeline 1.4.0-1
    libplist 1.12-1
    libpng 1.6.16-1
    libproxy 0.4.11-5
    librsvg 1:2.40.8-1
    libsamplerate 0.1.8-3
    libsasl 2.1.26-7
    libseccomp 2.1.1-1
    libsecret 0.18-1
    libsm 1.2.2-2
    libsndfile 1.0.25-3
    libsoup 2.48.1-1
    libssh2 1.4.3-2
    libsystemd 218-2
    libtasn1 4.3-1
    libteam 1.14-1
    libthai 0.1.21-1
    libtheora 1.1.1-3
    libtiff 4.0.3-5
    libtirpc 0.2.5-1
    libtool 2.4.6-1
    libtxc_dxtn 1.0.1-6
    libunique 1.1.6-6
    libunistring 0.9.5-1
    libunwind 1.1-2
    libusb 1.0.19-1
    libusbmuxd 1.0.10-1
    libutil-linux 2.26.1-3
    libvisual 0.4.0-5
    libvorbis 1.3.4-1
    libvpx 1.3.0-1
    libwbclient 4.2.0-1
    libwnck 2.31.0-1
    libx11 1.6.3-1
    libxau 1.0.8-2
    libxcb 1.11-1
    libxcomposite 0.4.4-2
    libxcursor 1.1.14-2
    libxdamage 1.1.4-2
    libxdmcp 1.1.2-1
    libxext 1.3.3-1
    libxfce4ui 4.12.1-1
    libxfce4util 4.12.1-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
    libxkbfile 1.0.8-2
    libxklavier 5.4-1
    libxml2 2.9.2-2
    libxmu 1.1.2-1
    libxpm 3.5.11-1
    libxrandr 1.4.2-2
    libxrender 0.9.8-1
    libxres 1.0.7-1
    libxshmfence 1.2-1
    libxslt 1.1.28-3
    libxt 1.1.4-1
    libxtst 1.2.2-1
    libxv 1.0.10-1
    libxxf86vm 1.1.4-1
    linux 3.19.2-1
    linux-api-headers 3.18.5-1
    linux-firmware 20150206.17657c3-1
    llvm-libs 3.6.0-3
    logrotate 3.8.9-1
    lxdm 0.5.0-4
    lz4 127-1
    lzo 2.09-1
    make 4.1-1
    man-db 2.7.1-1
    man-pages 3.81-1
    mcpp 2.7.2-5
    mesa 10.5.1-2
    mime-types 9-1
    mkinitcpio 18-2
    mkinitcpio-busybox 1.21.1-2
    mobile-broadband-provider-info 20120614-2
    mousepad 0.4.0-1
    mozilla-common 1.4-4
    mpfr 3.1.2.p11-1
    mtdev 1.1.5-1
    nano 2.2.6-3
    ncurses 5.9-7
    net-snmp 5.7.3-1
    netctl 1.10-1
    nettle 2.7.1-1
    network-manager-applet 1.0.0-1
    networkmanager 1.0.0-2
    npth 1.1-1
    nspr 4.10.8-1
    nss 3.17.4-1
    ntfs-3g 2014.2.15-1
    ntp 4.2.8.p1-1
    nvidia-340xx 340.76-6
    nvidia-340xx-libgl 340.76-2
    nvidia-340xx-utils 340.76-2
    openjpeg 1.5.2-1
    openresolv 3.6.1-1
    openssl 1.0.2.a-1
    orc 0.4.23-1
    os-prober 1.64-1
    p11-kit 0.22.1-3
    p7zip 9.38.1-1
    package-query 1.5-2
    pacman 4.2.1-1
    pacman-mirrorlist 20150315-1
    pam 1.1.8-5
    pambase 20130928-1
    pango 1.36.8-1
    pciutils 3.3.0-1
    pcmciautils 018-7
    pcre 8.36-2
    perl 5.20.2-1
    perl-clone 0.37-2
    perl-dbi 1.633-1
    perl-xml-libxml 2.0117-1
    perl-xml-namespacesupport 1.11-3
    perl-xml-sax 0.99-4
    perl-xml-sax-base 1.08-3
    pinentry 0.9.0-1
    pixman 0.32.6-1
    polkit 0.112-2
    polkit-gnome 0.105-2
    poppler 0.31.0-1
    poppler-glib 0.31.0-1
    popt 1.16-7
    procps-ng 3.3.10-1
    psmisc 22.21-2
    pth 2.0.7-5
    pygobject2-devel 2.28.6-11
    pygtk 2.24.0-5
    python 3.4.3-1
    python2 2.7.9-1
    python2-cairo 1.10.0-2
    python2-gobject2 2.28.6-11
    qpdf 5.1.2-1
    randrproto 1.4.1-1
    readline 6.3.006-1
    recordproto 1.14.2-2
    renderproto 0.11.1-3
    rest 0.7.92-1
    samba 4.2.0-1
    sane 1.0.24-4
    sed 4.2.2-3
    shadow 4.2.1-3
    shared-mime-info 1.4-1
    simple-scan 3.14.2-1
    slang 2.3.0-1
    smbclient 4.2.0-1
    sqlite 3.8.8.3-1
    startup-notification 0.12-4
    sudo 1.8.12-1
    sysfsutils 2.1.0-9
    systemd 218-2
    systemd-sysvcompat 218-2
    talloc 2.1.1-1
    tar 1.28-1
    tdb 1.3.4-1
    tevent 0.9.24-1
    texinfo 5.2-3
    thunar 1.6.6-1
    thunar-archive-plugin 0.3.1-5
    thunar-volman 0.8.1-1
    thunderbird 31.5.0-1
    ttf-dejavu 2.34-2
    ttf-ms-fonts 2.0-10
    ttf-urdufonts 1.2-3
    tumbler 0.1.31-1
    tzdata 2015a-1
    udisks2 2.1.5-1
    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
    vte 0.28.2-5
    vte-common 0.38.3-1
    wayland 1.7.0-1
    wget 1.16.3-1
    which 2.20-7
    wine 1.7.39-2
    wine-mono 4.5.6-1
    wine_gecko 2.36-1
    wpa_supplicant 2.3-1
    xcb-proto 1.11-1
    xcb-util 0.4.0-1
    xextproto 7.3.0-1
    xf86-input-evdev 2.9.1-1
    xf86-input-keyboard 1.8.0-3
    xf86-input-mouse 1.9.1-1
    xf86vidmodeproto 2.3.1-3
    xfce4-appfinder 4.12.0-1
    xfce4-mixer 4.11.0-2
    xfce4-panel 4.12.0-1
    xfce4-power-manager 1.4.4-1
    xfce4-session 4.12.1-2
    xfce4-settings 4.12.0-3
    xfce4-terminal 0.6.3-2
    xfce4-whiskermenu-plugin 1.5.0-2
    xfconf 4.12.0-1
    xfdesktop 4.12.1-1
    xfwm4 4.12.2-1
    xineramaproto 1.2.1-3
    xkeyboard-config 2.14-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-4
    xorg-server-common 1.17.1-4
    xorg-server-utils 7.6-4
    xorg-sessreg 1.1.0-1
    xorg-setxkbmap 1.3.0-2
    xorg-xauth 1.0.9-1
    xorg-xbacklight 1.2.1-1
    xorg-xcmsdb 1.0.4-2
    xorg-xgamma 1.0.5-2
    xorg-xhost 1.0.6-1
    xorg-xinit 1.3.4-2
    xorg-xinput 1.6.1-1
    xorg-xkbcomp 1.3.0-1
    xorg-xmodmap 1.0.8-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
    xz 5.2.1-1
    yajl 2.1.0-1
    yaourt 1.5-1
    zlib 1.2.8-3
    EDIT:
    More suggestions welcome.
    Last edited by jackpot (2015-03-25 17:27:24)

  • HP DV6000 randomly freezing with Arch Linux

    Hello,
    Just to clarify I am working with Arch Linux as a Web Developer, therefore I do have special needs such as having 20+ tabs open with vital information in different pages.
    I can assure that after using Windows XP, Windows 7, xUbuntu, Linux Mint and Ubuntu I have never had such breaks or freezes in this machine.
    The freezes are identifiable when the mouse seems to be very slow to move, the computer very slow to respond, the cursor of the icon does not change within the context where it is, I can't even open the menu bar to access the terminal (using Terminator).
    After noticing these randomly freezes, I've started to keep the Terminator open with top command inserted. After seeing the values of percentage usage in CPU or RAM, the levels don't even go up more than 20%. However, I notice that the laptop suddenly starts heating a lot.
    The solution is just to wait with some luck about 10 minutes. If it does not go on after that, I need to turn off the computer by pressing the button or unplugging the battery (yeah, the battery is dead too).
    Some main packages I currently use are:
    - Cinnamon
    - Filezilla
    - Netbeans PHP IDE 8.0
    - Skype
    - Geany
    - 7-Zip FM
    - Adobe Flash Player
    - Chromium (my main browser)
    - Firefox
    - SSH
    - Htop
    - VLC Media Player
    - Terminator
    Any ideas of what could it be?
    Thanks!
    Last edited by SirPereira (2014-05-19 14:52:56)

    Rexilion wrote:
    It seems you do not have any swap. Correct?
    Could you provide the output of dmesg after the occurance?
    Yes, you are correct, I do not have any swap. Would I benefit from it? I guess I never used it.
    After the occurance you mean, after the freeze? I will try to do it, but it is rare the case when the computer is able to not freeze at all.
    Got it now:
    The output of dmesg:
    [ 0.443614] pcieport 0000:00:1c.3: irq 43 for MSI/MSI-X
    [ 0.443838] pcieport 0000:00:1c.4: irq 44 for MSI/MSI-X
    [ 0.444061] pcieport 0000:00:1c.5: irq 45 for MSI/MSI-X
    [ 0.444184] pcieport 0000:00:01.0: Signaling PME through PCIe PME interrupt
    [ 0.444187] pci 0000:01:00.0: Signaling PME through PCIe PME interrupt
    [ 0.444190] pcie_pme 0000:00:01.0:pcie01: service driver pcie_pme loaded
    [ 0.444210] pcieport 0000:00:1c.0: Signaling PME through PCIe PME interrupt
    [ 0.444213] pci 0000:02:00.0: Signaling PME through PCIe PME interrupt
    [ 0.444217] pcie_pme 0000:00:1c.0:pcie01: service driver pcie_pme loaded
    [ 0.444237] pcieport 0000:00:1c.1: Signaling PME through PCIe PME interrupt
    [ 0.444239] pci 0000:03:00.0: Signaling PME through PCIe PME interrupt
    [ 0.444243] pcie_pme 0000:00:1c.1:pcie01: service driver pcie_pme loaded
    [ 0.444266] pcieport 0000:00:1c.3: Signaling PME through PCIe PME interrupt
    [ 0.444271] pcie_pme 0000:00:1c.3:pcie01: service driver pcie_pme loaded
    [ 0.444290] pcieport 0000:00:1c.4: Signaling PME through PCIe PME interrupt
    [ 0.444293] pci 0000:06:00.0: Signaling PME through PCIe PME interrupt
    [ 0.444295] pci 0000:06:00.1: Signaling PME through PCIe PME interrupt
    [ 0.444297] pci 0000:06:00.2: Signaling PME through PCIe PME interrupt
    [ 0.444298] pci 0000:06:00.3: Signaling PME through PCIe PME interrupt
    [ 0.444300] pci 0000:06:00.4: Signaling PME through PCIe PME interrupt
    [ 0.444305] pcie_pme 0000:00:1c.4:pcie01: service driver pcie_pme loaded
    [ 0.444324] pcieport 0000:00:1c.5: Signaling PME through PCIe PME interrupt
    [ 0.444329] pcie_pme 0000:00:1c.5:pcie01: service driver pcie_pme loaded
    [ 0.444345] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
    [ 0.444364] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
    [ 0.444399] intel_idle: does not run on family 6 model 23
    [ 0.444441] GHES: HEST is not enabled!
    [ 0.444500] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    [ 0.444971] Linux agpgart interface v0.103
    [ 0.445012] rtc_cmos 00:03: RTC can wake from S4
    [ 0.445141] rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
    [ 0.445167] rtc_cmos 00:03: alarms up to one month, 242 bytes nvram, hpet irqs
    [ 0.445178] ledtrig-cpu: registered to indicate activity on CPUs
    [ 0.445322] TCP: cubic registered
    [ 0.445446] NET: Registered protocol family 10
    [ 0.445656] NET: Registered protocol family 17
    [ 0.445905] registered taskstats version 1
    [ 0.446529] Magic number: 14:681:877
    [ 0.446613] rtc_cmos 00:03: setting system clock to 2014-05-20 08:51:33 UTC (1400575893)
    [ 0.446705] PM: Hibernation image not present or could not be loaded.
    [ 0.447929] Freeing unused kernel memory: 1120K (ffffffff818d8000 - ffffffff819f0000)
    [ 0.447931] Write protecting the kernel read-only data: 8192k
    [ 0.450553] Freeing unused kernel memory: 904K (ffff88000151e000 - ffff880001600000)
    [ 0.451721] Freeing unused kernel memory: 416K (ffff880001798000 - ffff880001800000)
    [ 0.458667] random: systemd-tmpfile urandom read with 2 bits of entropy available
    [ 0.460077] systemd-udevd[47]: starting version 212
    [ 0.478236] i8042: PNP: PS/2 Controller [PNP0303:KBC,PNP0f13:MOUE] at 0x60,0x64 irq 1,12
    [ 0.489263] ACPI: bus type USB registered
    [ 0.489293] usbcore: registered new interface driver usbfs
    [ 0.489304] usbcore: registered new interface driver hub
    [ 0.494274] sdhci: Secure Digital Host Controller Interface driver
    [ 0.494278] sdhci: Copyright(c) Pierre Ossman
    [ 0.494499] sdhci-pci 0000:06:00.1: SDHCI controller found [197b:2382] (rev 0)
    [ 0.494708] mmc0: SDHCI controller on PCI [0000:06:00.1] using DMA
    [ 0.494739] sdhci-pci 0000:06:00.2: SDHCI controller found [197b:2381] (rev 0)
    [ 0.494796] sdhci-pci 0000:06:00.2: Refusing to bind to secondary interface.
    [ 0.499195] usbcore: registered new device driver usb
    [ 0.499671] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [ 0.499940] uhci_hcd: USB Universal Host Controller Interface driver
    [ 0.500201] ehci-pci: EHCI PCI platform driver
    [ 0.500769] uhci_hcd 0000:00:1a.0: UHCI Host Controller
    [ 0.500777] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 1
    [ 0.500786] uhci_hcd 0000:00:1a.0: detected 2 ports
    [ 0.500808] uhci_hcd 0000:00:1a.0: irq 16, io base 0x000080e0
    [ 0.501200] hub 1-0:1.0: USB hub found
    [ 0.501209] hub 1-0:1.0: 2 ports detected
    [ 0.501580] uhci_hcd 0000:00:1a.1: UHCI Host Controller
    [ 0.501587] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 2
    [ 0.501593] uhci_hcd 0000:00:1a.1: detected 2 ports
    [ 0.501626] uhci_hcd 0000:00:1a.1: irq 21, io base 0x000080c0
    [ 0.503178] SCSI subsystem initialized
    [ 0.503409] hub 2-0:1.0: USB hub found
    [ 0.503419] hub 2-0:1.0: 2 ports detected
    [ 0.503907] ehci-pci 0000:00:1a.7: EHCI Host Controller
    [ 0.503914] ehci-pci 0000:00:1a.7: new USB bus registered, assigned bus number 3
    [ 0.503929] ehci-pci 0000:00:1a.7: debug port 1
    [ 0.507842] ehci-pci 0000:00:1a.7: cache line size of 64 is not supported
    [ 0.507859] ehci-pci 0000:00:1a.7: irq 19, io mem 0xdd005c00
    [ 0.508093] libata version 3.00 loaded.
    [ 0.508752] serio: i8042 KBD port at 0x60,0x64 irq 1
    [ 0.508793] serio: i8042 AUX port at 0x60,0x64 irq 12
    [ 0.513351] ehci-pci 0000:00:1a.7: USB 2.0 started, EHCI 1.00
    [ 0.513563] hub 3-0:1.0: USB hub found
    [ 0.513629] hub 3-0:1.0: 4 ports detected
    [ 0.536813] hub 1-0:1.0: USB hub found
    [ 0.536828] hub 1-0:1.0: 2 ports detected
    [ 0.556530] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
    [ 0.560059] hub 2-0:1.0: USB hub found
    [ 0.560067] hub 2-0:1.0: 2 ports detected
    [ 0.560345] ehci-pci 0000:00:1d.7: EHCI Host Controller
    [ 0.560352] ehci-pci 0000:00:1d.7: new USB bus registered, assigned bus number 4
    [ 0.560366] ehci-pci 0000:00:1d.7: debug port 1
    [ 0.563401] firewire_ohci 0000:06:00.0: added OHCI v1.10 device as card 0, 4 IR + 0 IT contexts, quirks 0x10
    [ 0.568179] ehci-pci 0000:00:1d.7: cache line size of 64 is not supported
    [ 0.568198] ehci-pci 0000:00:1d.7: irq 20, io mem 0xdd005800
    [ 0.576683] ehci-pci 0000:00:1d.7: USB 2.0 started, EHCI 1.00
    [ 0.576856] hub 4-0:1.0: USB hub found
    [ 0.576865] hub 4-0:1.0: 8 ports detected
    [ 0.577213] uhci_hcd 0000:00:1d.0: UHCI Host Controller
    [ 0.577220] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 5
    [ 0.577228] uhci_hcd 0000:00:1d.0: detected 2 ports
    [ 0.577249] uhci_hcd 0000:00:1d.0: irq 20, io base 0x000080a0
    [ 0.577420] hub 5-0:1.0: USB hub found
    [ 0.577429] hub 5-0:1.0: 2 ports detected
    [ 0.577678] uhci_hcd 0000:00:1d.1: UHCI Host Controller
    [ 0.577684] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 6
    [ 0.577691] uhci_hcd 0000:00:1d.1: detected 2 ports
    [ 0.577712] uhci_hcd 0000:00:1d.1: irq 19, io base 0x00008080
    [ 0.577877] hub 6-0:1.0: USB hub found
    [ 0.577885] hub 6-0:1.0: 2 ports detected
    [ 0.578124] uhci_hcd 0000:00:1d.2: UHCI Host Controller
    [ 0.578130] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 7
    [ 0.578136] uhci_hcd 0000:00:1d.2: detected 2 ports
    [ 0.578156] uhci_hcd 0000:00:1d.2: irq 16, io base 0x00008060
    [ 0.578323] hub 7-0:1.0: USB hub found
    [ 0.578331] hub 7-0:1.0: 2 ports detected
    [ 0.578566] uhci_hcd 0000:00:1d.3: UHCI Host Controller
    [ 0.578573] uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 8
    [ 0.578579] uhci_hcd 0000:00:1d.3: detected 2 ports
    [ 0.578609] uhci_hcd 0000:00:1d.3: irq 18, io base 0x00008040
    [ 0.578778] hub 8-0:1.0: USB hub found
    [ 0.578786] hub 8-0:1.0: 2 ports detected
    [ 0.579138] ahci 0000:00:1f.2: version 3.0
    [ 0.579314] ahci 0000:00:1f.2: irq 46 for MSI/MSI-X
    [ 0.579386] ahci 0000:00:1f.2: AHCI 0001.0200 32 slots 4 ports 3 Gbps 0x33 impl SATA mode
    [ 0.579390] ahci 0000:00:1f.2: flags: 64bit ncq sntf ilck pm led clo pmp pio slum part ccc ems sxs
    [ 0.597458] scsi0 : ahci
    [ 0.597577] scsi1 : ahci
    [ 0.597688] scsi2 : ahci
    [ 0.597787] scsi3 : ahci
    [ 0.597890] scsi4 : ahci
    [ 0.597988] scsi5 : ahci
    [ 0.598049] ata1: SATA max UDMA/133 abar m2048@0xdd005000 port 0xdd005100 irq 46
    [ 0.598053] ata2: SATA max UDMA/133 abar m2048@0xdd005000 port 0xdd005180 irq 46
    [ 0.598054] ata3: DUMMY
    [ 0.598056] ata4: DUMMY
    [ 0.598058] ata5: SATA max UDMA/133 abar m2048@0xdd005000 port 0xdd005300 irq 46
    [ 0.598060] ata6: SATA max UDMA/133 abar m2048@0xdd005000 port 0xdd005380 irq 46
    [ 0.916700] ata6: SATA link down (SStatus 0 SControl 300)
    [ 0.916718] ata5: SATA link down (SStatus 0 SControl 300)
    [ 1.063421] firewire_core 0000:06:00.0: created device fw0: GUID 0000000000000000, S400
    [ 1.083353] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    [ 1.083369] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    [ 1.083987] ata1.00: ATA-8: TOSHIBA MK5055GSX, FG002C, max UDMA/100
    [ 1.083990] ata1.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
    [ 1.084680] ata1.00: configured for UDMA/100
    [ 1.084792] scsi 0:0:0:0: Direct-Access ATA TOSHIBA MK5055GS FG00 PQ: 0 ANSI: 5
    [ 1.087088] ata2.00: ATAPI: HL-DT-ST DVDRAM GSA-T50L, SC04, max UDMA/100
    [ 1.092125] ata2.00: configured for UDMA/100
    [ 1.113361] usb 2-2: new low-speed USB device number 2 using uhci_hcd
    [ 1.203938] scsi 1:0:0:0: CD-ROM HL-DT-ST DVDRAM GSA-T50L SC04 PQ: 0 ANSI: 5
    [ 1.208648] sd 0:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/465 GiB)
    [ 1.208739] sd 0:0:0:0: [sda] Write Protect is off
    [ 1.208743] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    [ 1.208779] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 1.290173] hidraw: raw HID events driver (C) Jiri Kosina
    [ 1.323084] sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
    [ 1.323088] cdrom: Uniform CD-ROM driver Revision: 3.20
    [ 1.323226] sr 1:0:0:0: Attached scsi CD-ROM sr0
    [ 1.325332] usbcore: registered new interface driver usbhid
    [ 1.325335] usbhid: USB HID core driver
    [ 1.325918] input: Microsoft Wired Keyboard 600 as /devices/pci0000:00/0000:00:1a.1/usb2/2-2/2-2:1.0/0003:045E:0750.0001/input/input2
    [ 1.326088] hid-generic 0003:045E:0750.0001: input,hidraw0: USB HID v1.11 Keyboard [Microsoft Wired Keyboard 600] on usb-0000:00:1a.1-2/input0
    [ 1.336169] input: Microsoft Wired Keyboard 600 as /devices/pci0000:00/0000:00:1a.1/usb2/2-2/2-2:1.1/0003:045E:0750.0002/input/input3
    [ 1.336217] hid-generic 0003:045E:0750.0002: input,hidraw1: USB HID v1.11 Device [Microsoft Wired Keyboard 600] on usb-0000:00:1a.1-2/input1
    [ 1.418377] sda: sda1 sda2
    [ 1.418731] sd 0:0:0:0: [sda] Attached SCSI disk
    [ 1.426688] tsc: Refined TSC clocksource calibration: 2394.269 MHz
    [ 1.446699] usb 4-4: new high-speed USB device number 3 using ehci-pci
    [ 2.115101] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
    [ 2.200031] usb 5-1: new low-speed USB device number 2 using uhci_hcd
    [ 2.385422] input: Logitech USB Optical Mouse as /devices/pci0000:00/0000:00:1d.0/usb5/5-1/5-1:1.0/0003:046D:C05A.0003/input/input4
    [ 2.385472] hid-generic 0003:046D:C05A.0003: input,hidraw2: USB HID v1.11 Mouse [Logitech USB Optical Mouse] on usb-0000:00:1d.0-1/input0
    [ 2.426729] Switched to clocksource tsc
    [ 2.490018] usb 7-2: new full-speed USB device number 2 using uhci_hcd
    [ 2.502963] random: nonblocking pool is initialized
    [ 2.721320] systemd[1]: systemd 212 running in system mode. (+PAM -AUDIT -SELINUX -IMA -SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ +SECCOMP -APPARMOR)
    [ 2.721454] systemd[1]: Detected architecture 'x86-64'.
    [ 2.739429] systemd[1]: Set hostname to <arch>.
    [ 3.632105] systemd[1]: Configuration file /etc/systemd/system/netctl@my\x2dnetwork.service is marked world-inaccessible. This has no effect as configuration data is accessible via APIs without restrictions. Proceeding anyway.
    [ 3.755410] systemd[1]: Starting Login Prompts.
    [ 3.755928] systemd[1]: Reached target Login Prompts.
    [ 3.755939] systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
    [ 3.755992] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [ 3.756002] systemd[1]: Starting Remote File Systems.
    [ 3.756478] systemd[1]: Reached target Remote File Systems.
    [ 3.756488] systemd[1]: Expecting device sys-subsystem-net-devices-wlan0.device...
    [ 3.756839] systemd[1]: Starting Encrypted Volumes.
    [ 3.757313] systemd[1]: Reached target Encrypted Volumes.
    [ 3.757330] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.
    [ 3.757364] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [ 3.757373] systemd[1]: Starting Paths.
    [ 3.757845] systemd[1]: Reached target Paths.
    [ 3.757866] systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point.
    [ 3.758419] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
    [ 3.758432] systemd[1]: Starting Swap.
    [ 3.758902] systemd[1]: Reached target Swap.
    [ 3.758913] systemd[1]: Expecting device dev-disk-by\x2duuid-3e31eb5f\x2d326a\x2d4cd0\x2daab3\x2d7d1e7ac0797b.device...
    [ 3.759249] systemd[1]: Starting Root Slice.
    [ 3.766515] systemd[1]: Created slice Root Slice.
    [ 3.766527] systemd[1]: Starting User and Session Slice.
    [ 3.767173] systemd[1]: Created slice User and Session Slice.
    [ 3.767184] systemd[1]: Starting Device-mapper event daemon FIFOs.
    [ 3.767681] systemd[1]: Listening on Device-mapper event daemon FIFOs.
    [ 3.767691] systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
    [ 3.768180] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
    [ 3.768189] systemd[1]: Starting Delayed Shutdown Socket.
    [ 3.768677] systemd[1]: Listening on Delayed Shutdown Socket.
    [ 3.768687] systemd[1]: Starting LVM2 metadata daemon socket.
    [ 3.769176] systemd[1]: Listening on LVM2 metadata daemon socket.
    [ 3.769189] systemd[1]: Starting udev Control Socket.
    [ 3.769676] systemd[1]: Listening on udev Control Socket.
    [ 3.769688] systemd[1]: Starting udev Kernel Socket.
    [ 3.770181] systemd[1]: Listening on udev Kernel Socket.
    [ 3.770192] systemd[1]: Starting Journal Socket.
    [ 3.770700] systemd[1]: Listening on Journal Socket.
    [ 3.770716] systemd[1]: Starting System Slice.
    [ 3.771341] systemd[1]: Created slice System Slice.
    [ 3.771357] systemd[1]: Started File System Check on Root Device.
    [ 3.771365] systemd[1]: Starting system-systemd\x2dfsck.slice.
    [ 3.772001] systemd[1]: Created slice system-systemd\x2dfsck.slice.
    [ 3.772011] systemd[1]: Mounting Temporary Directory...
    [ 3.790231] systemd[1]: Starting system-netctl.slice.
    [ 3.790914] systemd[1]: Created slice system-netctl.slice.
    [ 3.790930] systemd[1]: Starting system-getty.slice.
    [ 3.791567] systemd[1]: Created slice system-getty.slice.
    [ 3.809849] systemd[1]: Started Set Up Additional Binary Formats.
    [ 3.852492] systemd[1]: Starting Create list of required static device nodes for the current kernel...
    [ 3.876658] systemd[1]: Starting Apply Kernel Variables...
    [ 3.877416] systemd[1]: Mounting POSIX Message Queue File System...
    [ 3.878150] systemd[1]: Mounting Huge Pages File System...
    [ 3.878884] systemd[1]: Starting udev Coldplug all Devices...
    [ 3.879636] systemd[1]: Starting Setup Virtual Console...
    [ 3.880782] systemd[1]: Started Load Kernel Modules.
    [ 3.880820] systemd[1]: Mounting Configuration File System...
    [ 3.881579] systemd[1]: Mounting Debug File System...
    [ 3.882319] systemd[1]: Mounted FUSE Control File System.
    [ 3.882346] systemd[1]: Starting Journal Service...
    [ 3.883635] systemd[1]: Started Journal Service.
    [ 4.312288] EXT4-fs (sda1): re-mounted. Opts: data=ordered
    [ 4.431925] systemd-udevd[146]: starting version 212
    [ 5.513427] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input5
    [ 5.513433] ACPI: Power Button [PWRB]
    [ 5.513493] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input6
    [ 5.513777] ACPI: Lid Switch [LID0]
    [ 5.513831] input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input7
    [ 5.513834] ACPI: Sleep Button [SLPB]
    [ 5.513911] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input8
    [ 5.513914] ACPI: Power Button [PWRF]
    [ 5.596907] ACPI: AC Adapter [ACAD] (on-line)
    [ 5.645033] snd_hda_intel 0000:00:1b.0: irq 47 for MSI/MSI-X
    [ 5.657955] ACPI: Video Device [VGA] (multi-head: yes rom: no post: no)
    [ 5.661096] acpi device:08: registered as cooling_device0
    [ 5.663657] acpi device:0a: registered as cooling_device1
    [ 5.663725] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/device:06/LNXVIDEO:01/input/input9
    [ 5.708497] hp_accel: laptop model unknown, using default axes configuration
    [ 5.720053] lis3lv02d: 8 bits sensor found
    [ 5.729279] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
    [ 5.791571] ene_ir: chip is 0x3926 - kbver = 0x00, rev = 0xc0
    [ 5.791574] ene_ir: PLL freq = 1406
    [ 5.791575] ene_ir: KB3926C detected
    [ 5.791586] ene_ir: Firmware regs: 00 00
    [ 5.791587] ene_ir: Hardware features:
    [ 5.791589] ene_ir: * Uses GPIO 40 for IR demodulated input
    [ 5.821208] Monitor-Mwait will be used to enter C-1 state
    [ 5.821217] Monitor-Mwait will be used to enter C-2 state
    [ 5.821221] Monitor-Mwait will be used to enter C-3 state
    [ 5.821225] tsc: Marking TSC unstable due to TSC halts in idle
    [ 5.821242] ACPI: acpi_idle registered with cpuidle
    [ 5.821270] Switched to clocksource hpet
    [ 5.827916] Registered IR keymap rc-rc6-mce
    [ 5.828003] input: ENE eHome Infrared Remote Receiver as /devices/virtual/rc/rc0/input10
    [ 5.828066] rc0: ENE eHome Infrared Remote Receiver as /devices/virtual/rc/rc0
    [ 5.840895] ene_ir: driver has been successfully loaded
    [ 5.848018] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/input/input11
    [ 5.877265] IR JVC protocol handler initialized
    [ 5.878491] IR NEC protocol handler initialized
    [ 5.879175] IR RC6 protocol handler initialized
    [ 5.880281] IR RC5(x) protocol handler initialized
    [ 5.880739] IR SANYO protocol handler initialized
    [ 5.881059] input: MCE IR Keyboard/Mouse (ene_ir) as /devices/virtual/input/input12
    [ 5.881065] IR MCE Keyboard/mouse protocol handler initialized
    [ 5.881065] IR Sony protocol handler initialized
    [ 5.881758] lirc_dev: IR Remote Control driver registered, major 249
    [ 5.882267] rc rc0: lirc_dev: driver ir-lirc-codec (ene_ir) registered at minor = 0
    [ 5.882270] IR LIRC bridge handler initialized
    [ 5.891466] [Firmware Bug]: Invalid critical threshold (0)
    [ 5.892123] thermal LNXTHERM:00: registered as thermal_zone0
    [ 5.892126] ACPI: Thermal Zone [TZ01] (31 C)
    [ 5.903447] input: ST LIS3LV02DL Accelerometer as /devices/platform/lis3lv02d/input/input13
    [ 5.903835] wmi: Mapper loaded
    [ 5.927466] ACPI: Battery Slot [BAT0] (battery present)
    [ 6.029419] [drm] Initialized drm 1.1.0 20060810
    [ 6.114983] cfg80211: Calling CRDA to update world regulatory domain
    [ 6.137776] ACPI Warning: SystemIO range 0x0000000000000428-0x000000000000042f conflicts with OpRegion 0x0000000000000400-0x000000000000047f (\PMBA) (20131218/utaddress-258)
    [ 6.137785] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 6.137789] ACPI Warning: SystemIO range 0x0000000000000500-0x000000000000052f conflicts with OpRegion 0x0000000000000500-0x000000000000050f (\GPIO) (20131218/utaddress-258)
    [ 6.137793] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 6.137822] lpc_ich: Resource conflict(s) found affecting gpio_ich
    [ 6.180252] Intel(R) Wireless WiFi driver for Linux, in-tree:
    [ 6.180255] Copyright(c) 2003- 2014 Intel Corporation
    [ 6.180475] iwlwifi 0000:02:00.0: irq 48 for MSI/MSI-X
    [ 6.287693] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
    [ 6.287960] r8169 0000:03:00.0: irq 49 for MSI/MSI-X
    [ 6.288149] r8169 0000:03:00.0 eth0: RTL8168c/8111c at 0xffffc9000584a000, 00:00:00:00:00:00, XID 1c4000c0 IRQ 49
    [ 6.288152] r8169 0000:03:00.0 eth0: jumbo features [frames: 6128 bytes, tx checksumming: ko]
    [ 6.345229] mousedev: PS/2 mouse device common for all mice
    [ 6.436120] ACPI Warning: SystemIO range 0x0000000000008000-0x000000000000801f conflicts with OpRegion 0x0000000000008000-0x000000000000800f (\_SB_.PCI0.SBUS.SMBI) (20131218/utaddress-258)
    [ 6.436128] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 6.526671] microcode: CPU0 sig=0x10676, pf=0x80, revision=0x60c
    [ 6.535077] media: Linux media interface: v0.10
    [ 6.569608] microcode: CPU1 sig=0x10676, pf=0x80, revision=0x60c
    [ 6.569745] microcode: Microcode Update Driver: v2.00 <[email protected]>, Peter Oruba
    [ 6.570548] input: HDA Intel HDMI/DP,pcm=3 Phantom as /devices/pci0000:00/0000:00:1b.0/sound/card0/input17
    [ 6.570639] input: HDA Intel Front Line Out as /devices/pci0000:00/0000:00:1b.0/sound/card0/input16
    [ 6.570714] input: HDA Intel Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input15
    [ 6.581760] input: PC Speaker as /devices/platform/pcspkr/input/input18
    [ 6.599116] iwlwifi 0000:02:00.0: loaded firmware version 8.83.5.1 build 33692 op_mode iwldvm
    [ 6.683172] iwlwifi 0000:02:00.0: CONFIG_IWLWIFI_DEBUG disabled
    [ 6.683177] iwlwifi 0000:02:00.0: CONFIG_IWLWIFI_DEBUGFS disabled
    [ 6.683179] iwlwifi 0000:02:00.0: CONFIG_IWLWIFI_DEVICE_TRACING enabled
    [ 6.683182] iwlwifi 0000:02:00.0: Detected Intel(R) WiFi Link 5100 AGN, REV=0x54
    [ 6.683232] iwlwifi 0000:02:00.0: L1 Disabled; Enabling L0S
    [ 6.701985] Linux video capture interface: v2.00
    [ 6.780556] ieee80211 phy0: Selected rate control algorithm 'iwl-agn-rs'
    [ 6.922833] nvidia: module license 'NVIDIA' taints kernel.
    [ 6.922839] Disabling lock debugging due to kernel taint
    [ 6.939605] vgaarb: device changed decodes: PCI:0000:01:00.0,olddecodes=io+mem,decodes=none:owns=none
    [ 6.939882] [drm] Initialized nvidia-drm 0.0.0 20130102 for 0000:01:00.0 on minor 0
    [ 6.939892] NVRM: loading NVIDIA UNIX x86_64 Kernel Module 337.12 Fri Apr 4 14:51:15 PDT 2014
    [ 6.991292] iTCO_vendor_support: vendor-support=0
    [ 6.991687] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.10
    [ 6.991726] iTCO_wdt: Found a ICH9M TCO device (Version=2, TCOBASE=0x0460)
    [ 6.991831] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
    [ 7.064547] input: HP WMI hotkeys as /devices/virtual/input/input19
    [ 7.066862] systemd-udevd[153]: renamed network interface eth0 to enp3s0
    [ 7.089277] Bluetooth: Core ver 2.18
    [ 7.089304] NET: Registered protocol family 31
    [ 7.089306] Bluetooth: HCI device and connection manager initialized
    [ 7.089316] Bluetooth: HCI socket layer initialized
    [ 7.089319] Bluetooth: L2CAP socket layer initialized
    [ 7.089331] Bluetooth: SCO socket layer initialized
    [ 7.097641] gpio_ich: GPIO from 195 to 255 on gpio_ich
    [ 7.119889] uvcvideo: Found UVC 1.00 device HP Webcam (05c8:010f)
    [ 7.125560] usbcore: registered new interface driver btusb
    [ 7.136432] input: HP Webcam as /devices/pci0000:00/0000:00:1d.7/usb4/4-4/4-4:1.0/input/input20
    [ 7.136523] usbcore: registered new interface driver uvcvideo
    [ 7.136525] USB Video Class driver (1.1.1)
    [ 7.162108] kvm: disabled by bios
    [ 7.167498] systemd-udevd[149]: renamed network interface wlan0 to wlp2s0
    [ 7.515656] psmouse serio1: synaptics: Touchpad model: 1, fw: 6.5, id: 0x1c0b1, caps: 0xa04751/0xa00000/0x0, board id: 3655, fw id: 428212
    [ 7.594362] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input14
    [ 7.949749] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: data=ordered
    [ 8.055002] systemd-journald[127]: Received request to flush runtime journal from PID 1
    [ 13.835532] iwlwifi 0000:02:00.0: L1 Disabled; Enabling L0S
    [ 13.838466] iwlwifi 0000:02:00.0: Radio type=0x1-0x2-0x0
    [ 13.935096] iwlwifi 0000:02:00.0: L1 Disabled; Enabling L0S
    [ 13.938046] iwlwifi 0000:02:00.0: Radio type=0x1-0x2-0x0
    [ 13.964225] IPv6: ADDRCONF(NETDEV_UP): wlp2s0: link is not ready
    [ 14.845976] nvidia 0000:01:00.0: irq 50 for MSI/MSI-X
    [ 20.903153] wlp2s0: authenticate with b8:c7:5d:02:3b:9d
    [ 20.906517] wlp2s0: send auth to b8:c7:5d:02:3b:9d (try 1/3)
    [ 20.909113] wlp2s0: authenticated
    [ 20.910074] wlp2s0: associate with b8:c7:5d:02:3b:9d (try 1/3)
    [ 20.913437] wlp2s0: RX AssocResp from b8:c7:5d:02:3b:9d (capab=0x1431 status=0 aid=7)
    [ 20.918955] wlp2s0: associated
    [ 20.919008] IPv6: ADDRCONF(NETDEV_CHANGE): wlp2s0: link becomes ready
    [ 21.089546] wlp2s0: deauthenticating from b8:c7:5d:02:3b:9d by local choice (reason=2)
    [ 21.096263] wlp2s0: authenticate with b8:c7:5d:02:3b:9d
    [ 21.099042] wlp2s0: send auth to b8:c7:5d:02:3b:9d (try 1/3)
    [ 21.099780] cfg80211: Calling CRDA for country: AT
    [ 21.101974] wlp2s0: authenticated
    [ 21.103555] wlp2s0: associate with b8:c7:5d:02:3b:9d (try 1/3)
    [ 21.108457] wlp2s0: RX AssocResp from b8:c7:5d:02:3b:9d (capab=0x1431 status=0 aid=7)
    [ 21.115231] wlp2s0: associated
    [ 26.591580] fuse init (API version 7.22)
    [ 148.105211] wlp2s0: authenticate with b8:c7:5d:02:3b:9e
    [ 148.107797] wlp2s0: direct probe to b8:c7:5d:02:3b:9e (try 1/3)
    [ 148.108518] cfg80211: Calling CRDA to update world regulatory domain
    [ 148.310034] wlp2s0: direct probe to b8:c7:5d:02:3b:9e (try 2/3)
    [ 148.513366] wlp2s0: send auth to b8:c7:5d:02:3b:9e (try 3/3)
    [ 148.514272] wlp2s0: authenticated
    [ 148.516865] wlp2s0: associate with b8:c7:5d:02:3b:9e (try 1/3)
    [ 148.517652] wlp2s0: RX AssocResp from b8:c7:5d:02:3b:9e (capab=0x1511 status=0 aid=4)
    [ 148.519034] wlp2s0: associated
    [ 148.531940] wlp2s0: Limiting TX power to 30 (30 - 0) dBm as advertised by b8:c7:5d:02:3b:9e
    [ 231.077026] wlp2s0: authenticate with b8:c7:5d:02:3b:9d
    [ 231.080206] wlp2s0: send auth to b8:c7:5d:02:3b:9d (try 1/3)
    [ 231.081422] cfg80211: Calling CRDA to update world regulatory domain
    [ 231.082756] wlp2s0: authenticated
    [ 231.083955] wlp2s0: waiting for beacon from b8:c7:5d:02:3b:9d
    [ 231.362261] wlp2s0: authenticate with b8:c7:5d:02:3b:9e
    [ 231.365917] wlp2s0: send auth to b8:c7:5d:02:3b:9e (try 1/3)
    [ 231.380479] wlp2s0: authenticated
    [ 231.383400] wlp2s0: associate with b8:c7:5d:02:3b:9e (try 1/3)
    [ 231.386425] wlp2s0: RX AssocResp from b8:c7:5d:02:3b:9e (capab=0x1511 status=0 aid=4)
    [ 231.390072] wlp2s0: associated
    [ 231.481241] wlp2s0: Limiting TX power to 30 (30 - 0) dBm as advertised by b8:c7:5d:02:3b:9e
    [ 311.833862] perf samples too long (2511 > 2500), lowering kernel.perf_event_max_sample_rate to 50100
    [ 3074.285425] Watchdog[977]: segfault at 0 ip 00007f42693ed9b8 sp 00007f4251f777d0 error 6 in chromium[7f4265a4e000+55d7000]
    [ 3166.859073] chromium[1212]: segfault at 39 ip 00007f7ddd6a7280 sp 00007fff9d984088 error 6 in chromium[7f7ddcefc000+55d7000]
    [ 3172.385333] chromium[1169]: segfault at fbadbeef ip 00007f7ddf63345d sp 00007fff9d983f20 error 6 in chromium[7f7ddcefc000+55d7000]

  • How do I Determine the latest product-specific patches for EBS 10.1.1 updgr

    I am in the process upgrading EBS 11i to 12.1.1 and currently at step 3:12 of page 3-6 (Apply latest product patches (required)) of doc Part No. E16342-03.
    How do I determine the latest product-specific patches - EBS in particular?
    Can someone give me the link for the "download the American English patches."
    Thanks and God blesss.
    Mathias

    Hi,
    1) Is there a script that I can execute to find out exactly which are the installed products on our system so as to select the right products from the 'Product or Product Family'?How to Establish if a Product is Installed in e-Business Suite 11i [ID 420648.1]
    2) I have installed 12.1.1 and I believe I have to upgrade to 12.1.3 but with the dozens of documentations around the upgrade it is just so difficult to pinpoint exactly which way to move forward with. For example I have lead to
    Oracle E-Business Suite Release 12.1.3 Readme [ID 1080973.1] and I am wondering if I should follow the guidlines in this document?You will need to follow all the documents listed in
    Database Preparation Guidelines for an E-Business Suite Release 12.1.1 Upgrade [ID 761570.1]
    Interoperability Notes EBS R12 with Database 11gR2 [ID 1058763.1]
    Database Initialization Parameters for Oracle Applications Release 12 [ID 396009.1]
    Upgrading OracleAS 10g Forms and Reports in Oracle E-Business Suite Release 12 [ID 437878.1]
    Oracle E-Business Suite Release 12.1.3 Readme [ID 1080973.1]
    R12.1: Oracle Financials Pre-Upgrade Patch - Supplemental List for EBS CUP [ID 1127593.1]
    EBS: R12.1 Oracle Financials Recommended Patches [ID 954704.1]
    Thanks

Maybe you are looking for

  • How can I remove the cookies name from the sqlite file? The cookie names and content are to be out of sync and cookies can not be removed.

    Under Options-Privacy-Show Cookies I have a long list of entries. Remove Cookies or Remove All does not clear any cookie. Under Firefox profiles, I renamed the cookies.sqlite file and restarted Firefox. New cookies.sqlite file was created and the fil

  • Re: Reg: View column datatype

    Hi All, After changing it, I was getting the output like for legacy_trx_number. 220135.1 220135.2 220135.3 220135.4 220135.5 220135.6 220135.7 220135.8 220135.9 220135.1 -- It should be 220135.10 after converting into to_number(h1.legacy_trx_number||

  • Magic mouse. makes windows jump about, by magic.

    I put my hand on the mouse to move the pointer and it thinks I'm swiping on the surface. I swipe up or down on the surface and it pauses for a few seconds before moving the window several times. Is yours crazy too?

  • XML Publisher and Faxing?

    Although I would have thought that the use of fax for document distribution was on the decline it seems to have come up quite frequently lately. If you are planning on exploring the use of XMLP or are currently using it how important is the ability t

  • Out of memory when reading USER_SDO_GEOM_METADATA

    Hi, I'm running a plsql procedure from sqldeveloper against a Oracle10g (Spatial) server. The procedure mainly performs a SDO_NN search. I was expecting the procedure processing time to be about 48h (due to the huge tables involved) But I always get