Mkinitcpio problem

Hi,
I have a really old laptop I want to use so I installed Arch on it. But then it was tricky...
The laptop is a Sony Vaio, Pentium II, 400 MHz, 64MB of ram. There is no CD, only one USB port. The machine does not support booting from USB.
The only way to boot something is with the already installed grub and the /boot partition (debian 3 is already on the machine...).
I can't touch the hard drive: some files I can't delete are on it... So I installed Arch on a 1GB USB key from inside VirtualBox. Then, I copied the kernel and initrd from the usb key to the /boot partition, added a new entry in grub, and Arch is booting (I use root=/dev/disk/by-uuid/...).
But it is reeeeeeeeeeally slow to boot. Slower then debian which loads everything, and way slower than slax (which I tried on it too) which uses udev too. It seems udev is really slow, both the initrd's udev and the main udev.
So I tried to strip the mkinitcpio.conf file for faster loading. But whatever I do, if I remove the 'udev' hook, I cant boot with:
Root device /dev/disk/by-uuid/... doesnt exist, attempting to create it
ERROR: Failed to parse block device name for /dev/disk/by-uuid/..
In this post: http://bbs.archlinux.org/viewtopic.php?id=53014 the poster stated that he removed the udev hook and he only had to have his drive's controller... But I can't do that. After a successful boot, I did "lsmod" and 'mkinitcpio -M' to get a list of modules which I included in the MODULES= list without success. The /dev/disk/by-uuid/... nodes are not created...
Am I doing something wrong or the node cannot be created without udev? Are the nodes create by loading the module or by only through udev?
Is it possible to create the node myself? Without passing through udev?
Here are my config files:
grub's menu.lst:
title Arch Linux
root (hd0,0)
kernel /boot/vmlinuz26 root=/dev/disk/by-uuid/91ec050d-d1df-4685-8ca7-14e7e9dcf6b4 ro
initrd /boot/kernel26.img
mkinitcpio.conf:
# Original, with ext3 added (doesnt work without udev)
#MODULES="ext3 pata_acpi ata_generic ahci ata_piix"
# Original, with usb stuff added (doesnt work without udev)
#MODULES="usbcore usb_storage ehci_hcd uhci_hcd scsi_mod sd_mod ext3 pata_acpi ata_generic ahci ata_piix"
# lsmod modules and mkinitcpio -M (identical) (doesnt work without udev)
#MODULES="ext3 pata_acpi ata_generic ahci ata_piix ac battery button dock processor thermal agpgart intel-agp i2c-piix4 i2c-core evdev gameport pcspkr psmouse serio_raw meye v4l1-compat videodev eeprom_93cx6 sony-laptop pci_hotplug shpchp rtc-cmos rtc-core rtc-lib ac97_bus snd-mixer-oss snd-pcm-oss snd-seq-oss snd-seq-device snd-seq-midi-event snd-seq snd-hwdep snd-page-alloc snd-pcm snd-rawmidi snd-timer snd snd-mpu401-uart snd-opl3-lib snd-ac97-codec snd-ymfpci soundcore pata_acpi ata_generic scsi_mod ata_piix mac80211 rtl8180 cfg80211 pcmcia_core rsrc_nonstatic yenta_socket usb-storage usbcore uhci-hcd ieee1394 ohci1394 sd_mod"
MODULES="ext3 ata_piix libata pata_acpi ide-core ide-pci-generic piix ieee1394 ohci1394 rtl8180 pcmcia_core rsrc_nonstatic yenta_socket scsi_mod sd_mod usbcore uhci-hcd usb-storage mac80211 cfg80211 jbd"
BINARIES=""
FILES=""
# Original, works, slow
#HOOKS="base udev autodetect pata scsi sata usb keymap filesystems"
# Does not work
#HOOKS="base udev pata sata usb keymap"
#HOOKS="base pata sata usb keymap resume filesystems"
#HOOKS="autodetect base udev sata usb keymap resume filesystems"
#HOOKS="base udev pata sata usb keymap resume"
HOOKS="base pata sata usb keymap resume"
Thanx for your help...

big_gie wrote:Hi,
So I tried to strip the mkinitcpio.conf file for faster loading. But whatever I do, if I remove the 'udev' hook, I cant boot with:
Root device /dev/disk/by-uuid/... doesnt exist, attempting to create it
ERROR: Failed to parse block device name for /dev/disk/by-uuid/..
heh, udev is the one in charge of making the symlinks in /dev/disk/by-uuid/.
You have to specify the actual device in the form /dev/sdXY in your /boot/grub/menu.lst (or at boot time editing the line)
with X being a letter a primary master, b primary slave etc
Y partition number beginning from 1
Also I remember seeing UUID=thepartitionuuid in someone's menu.lst, so that might work.
Return your mkinitcpio.conf to the original state
and I think you should be able to boot with just these.
MODULES="ext3 pata_acpi ata_generic ahci ata_piix"
HOOKS="base pata keymap resume"
Kudos for all your experiments: hope this helps
Last edited by carlocci (2008-09-09 01:16:27)

Similar Messages

  • Mkinitcpio problem when booting (plymouth not found) [SOLVED]

    I installed Arch very recently, but I'm having a bit of a problem with mkinitcpio. I cannot fully boot into my system.
    It's looking for Plymouth. I looked up Plymouth on the wiki, and it appears to be a graphical splash screen manager. The thing is I don't have this package installed or in my hooks/modules in my mkinitcpio.conf file, so there's no reason why systemd should even be looking for it.
    So I've done some searching for this issue, but I haven't found any threads that could solve my problem. The issue is systemd keeps looking for a binary that I don't have or specified, so I'm wondering what's going on.
    Is this a bug?
    Output of journalctl | tail -n 80:
    Nov 08 09:03:00 pc-main systemd[1]: Dependency failed for D-Bus System Message Bus.
    Nov 08 09:03:00 pc-main systemd[1]: Job dbus.service/start failed with result 'dependency'.
    Nov 08 09:03:00 pc-main systemd[1]: Dependency failed for Provides automatic netcfg wireless connection.
    Nov 08 09:03:00 pc-main systemd[1]: Job net-auto-wireless.service/start failed with result 'dependency'.
    Nov 08 09:03:00 pc-main systemd[1]: Job basic.target/start failed with result 'dependency'.
    Nov 08 09:03:00 pc-main systemd[1]: Dependency failed for Daily Cleanup of Temporary Directories.
    Nov 08 09:03:00 pc-main systemd[1]: Job systemd-tmpfiles-clean.timer/start failed with result 'dependency'.
    Nov 08 09:03:00 pc-main systemd[1]: Dependency failed for D-Bus System Message Bus Socket.
    Nov 08 09:03:00 pc-main systemd[1]: Job dbus.socket/start failed with result 'dependency'.
    Nov 08 09:03:00 pc-main systemd[1]: Job boot.mount/start failed with result 'dependency'.
    Nov 08 09:03:00 pc-main systemd[1]: Job dev-disk-by\x2dlabel-pc\x2dmain\x2dboot.device/start failed with result 'timeout'.
    Nov 08 09:03:00 pc-main systemd[1]: Stopped File System Check on /dev/disk/by-label/pc-main-boot.
    Nov 08 09:03:00 pc-main systemd[1]: Stopping Local File Systems (Pre).
    Nov 08 09:03:00 pc-main systemd[1]: Stopped target Local File Systems (Pre).
    Nov 08 09:03:00 pc-main systemd[1]: Stopped target Network.
    Nov 08 09:03:00 pc-main systemd[1]: Stopped Update UTMP about System Runlevel Changes.
    Nov 08 09:03:00 pc-main systemd[1]: Stopping Remount Root and Kernel File Systems...
    Nov 08 09:03:00 pc-main systemd[1]: Stopped Remount Root and Kernel File Systems.
    Nov 08 09:03:00 pc-main systemd[1]: Stopped target Graphical Interface.
    Nov 08 09:03:00 pc-main systemd[1]: Stopped target Multi-User.
    Nov 08 09:03:00 pc-main systemd[1]: Stopped Provides automatic netcfg wireless connection.
    Nov 08 09:03:00 pc-main systemd[1]: Stopped D-Bus System Message Bus.
    Nov 08 09:03:00 pc-main systemd[1]: Stopped Login Service.
    Nov 08 09:03:00 pc-main systemd[1]: Stopped target Login Prompts.
    Nov 08 09:03:00 pc-main systemd[1]: Stopped Getty on tty1.
    Nov 08 09:03:00 pc-main systemd[1]: Stopped Permit User Sessions.
    Nov 08 09:03:00 pc-main systemd[1]: Stopped Trigger Flushing of Journal to Persistent Storage.
    Nov 08 09:03:00 pc-main systemd[1]: Stopping Remote File Systems.
    Nov 08 09:03:00 pc-main systemd[1]: Stopped target Remote File Systems.
    Nov 08 09:03:00 pc-main systemd[1]: Stopped target Basic System.
    Nov 08 09:03:00 pc-main systemd[1]: Stopping udev Kernel Device Manager...
    Nov 08 09:03:00 pc-main systemd[1]: Stopping Dispatch Password Requests to Console Directory Watch.
    Nov 08 09:03:00 pc-main systemd[1]: Stopped Dispatch Password Requests to Console Directory Watch.
    Nov 08 09:03:00 pc-main systemd[1]: Stopping LVM activation...
    Nov 08 09:03:00 pc-main systemd[1]: Stopped LVM activation.
    Nov 08 09:03:00 pc-main systemd[1]: Stopping udev Wait for Complete Device Initialization...
    Nov 08 09:03:00 pc-main systemd[1]: Stopped udev Wait for Complete Device Initialization.
    Nov 08 09:03:00 pc-main systemd[1]: Stopping udev Coldplug all Devices...
    Nov 08 09:03:00 pc-main systemd[1]: Stopped udev Coldplug all Devices.
    Nov 08 09:03:00 pc-main systemd[1]: Stopping Forward Password Requests to Wall Directory Watch.
    Nov 08 09:03:00 pc-main systemd[1]: Stopped Forward Password Requests to Wall Directory Watch.
    Nov 08 09:03:00 pc-main systemd[1]: Stopped Daily Cleanup of Temporary Directories.
    Nov 08 09:03:00 pc-main systemd[1]: Stopped target Sockets.
    Nov 08 09:03:00 pc-main systemd-journal[134]: Journal stopped
    Nov 08 09:03:00 pc-main systemd-journal[234]: Allowing runtime journal files to grow to 175.4M.
    Nov 08 09:03:00 pc-main systemd[1]: Stopping Delayed Shutdown Socket.
    Nov 08 09:03:00 pc-main systemd[1]: Closed Delayed Shutdown Socket.
    Nov 08 09:03:00 pc-main systemd[1]: Stopping /dev/initctl Compatibility Named Pipe.
    Nov 08 09:03:00 pc-main systemd[1]: Closed /dev/initctl Compatibility Named Pipe.
    Nov 08 09:03:00 pc-main systemd[1]: Closed D-Bus System Message Bus Socket.
    Nov 08 09:03:00 pc-main systemd[1]: Stopped target System Initialization.
    Nov 08 09:03:00 pc-main systemd[1]: Stopped Recreate Volatile Files and Directories.
    Nov 08 09:03:00 pc-main systemd[1]: Stopping Encrypted Volumes.
    Nov 08 09:03:00 pc-main systemd[1]: Stopped target Encrypted Volumes.
    Nov 08 09:03:00 pc-main systemd[1]: Stopping Apply Kernel Variables...
    Nov 08 09:03:00 pc-main systemd[1]: Stopped Apply Kernel Variables.
    Nov 08 09:03:00 pc-main systemd[1]: Stopping Load Kernel Modules...
    Nov 08 09:03:00 pc-main systemd[1]: Stopped Load Kernel Modules.
    Nov 08 09:03:00 pc-main systemd[1]: Stopping Setup Virtual Console...
    Nov 08 09:03:00 pc-main systemd[1]: Stopped Setup Virtual Console.
    Nov 08 09:03:00 pc-main systemd[1]: Stopping Swap.
    Nov 08 09:03:00 pc-main systemd[1]: Stopped target Swap.
    Nov 08 09:03:00 pc-main systemd[1]: Stopping Journal Service...
    Nov 08 09:03:00 pc-main systemd-journald[134]: Received SIGTERM
    Nov 08 09:03:00 pc-main systemd[1]: Starting Emergency Shell...
    Nov 08 09:03:00 pc-main systemd[1]: Started Emergency Shell.
    Nov 08 09:03:00 pc-main systemd[1]: Starting Emergency Mode.
    Nov 08 09:03:00 pc-main systemd[1]: Reached target Emergency Mode.
    Nov 08 09:03:00 pc-main systemd[1]: Stopped udev Kernel Device Manager.
    Nov 08 09:03:00 pc-main systemd[1]: Stopped Journal Service.
    Nov 08 09:03:00 pc-main systemd[1]: Stopping udev Kernel Socket.
    Nov 08 09:03:00 pc-main systemd[1]: Closed udev Kernel Socket.
    Nov 08 09:03:00 pc-main systemd[1]: Stopping udev Control Socket.
    Nov 08 09:03:00 pc-main systemd[1]: Closed udev Control Socket.
    Nov 08 09:03:00 pc-main systemd[1]: Startup finished in 1s 243ms 842us (kernel) + 1min 30s 53ms 238us (userspace) = 1min 31s 297ms 80us.
    Nov 08 09:03:00 pc-main systemd[1]: Starting Journal Service...
    Nov 08 09:03:00 pc-main systemd[1]: Started Journal Service.
    Nov 08 09:03:00 pc-main systemd-journal[234]: Journal started
    Nov 08 09:03:00 pc-main systemd[231]: Failed at step EXEC spawning /bin/plymouth: No such file or directory
    Nov 08 09:04:19 pc-main kernel: EXT4-fs (sdh1): mounted filesystem with ordered data mode. Opts: (null)
    Output of cat /etc/fstab:
    # /etc/fstab: static file system information
    # <file system> <dir> <type> <options> <dump> <pass>
    # /dev/mapper/pc--main--vg-pc--main--root UUID=fc3574ca-c8ea-4fbc-a6cb-9a36d145e6df
    /dev/mapper/pc--main--vg-pc--main--root / ext4 rw,relatime,data=ordered 0 1
    # /dev/sda2 UUID=7f511c15-a179-46ec-9a4a-87018c958e5c
    LABEL=pc-main-boot /boot ext2 rw,relatime 0 2
    # /dev/mapper/pc--main--vg-pc--main--home UUID=1dd6085f-d42a-4b8d-8007-4958507893c2
    /dev/mapper/pc--main--vg-pc--main--home /home ext4 rw,relatime,nodev,nosuid,data=ordered 0 2
    # /dev/mapper/pc--main--vg-pc--main--tmp UUID=2cc1d3f6-a5d6-4566-9d4e-1fae76aa8bfa
    /dev/mapper/pc--main--vg-pc--main--tmp /tmp ext2 rw,relatime,nodev,nosuid 0 0
    # /dev/mapper/pc--main--vg-pc--main--var UUID=a5452d9f-4f94-4d93-b996-c7e3fdb20056
    /dev/mapper/pc--main--vg-pc--main--var /var ext2 rw,relatime,nodev,nosuid 0 2
    I am running Arch x86_64 with kernel 3.6.6-1.
    Last edited by mrrhq (2012-11-10 03:02:54)

    WonderWoofy wrote:
    I just masked the things that I don't use.  I think that included some kind of plymouth-wait, plymouth, and auditd.
    Edit: This has nothing to do with your question, but I noticed you have a /tmp partition.  Do yu actually need a persistent /tmp?  Or did you just do this because it is what you are used to doing?  Systemd includes a tmp.mount file that automatically puts it on a tmpfs.  I actually think it may even override what is in your fstab... though I have not tested this.  If you want to keep your persistent /tmp, you should disable tmp.mount or mask it as well.
    I don't know what you mean... because systemd shouldn't be looking for it. I'll scrounge around in my config files for systemctl/systemd and see if I can find anything.
    Yes, eventually I'm going to use dm-crypt+LUKS, so that the /tmp directory will be encrypted with random data (and possibly tmpfs). Since I wasn't comfortable trying to install Arch the first time, I wanted to make sure I would get it working with GRUB2, GPT and LVM first, so I'm going to do encryption after I get bootup working.
    Sorry to ask but how do I disable "tmp.mount"?
    I am new to systemd, but I've only gotten familiar with Debian's sysvinit.
    I just looked in the systemd page of the Wiki and didn't find anything.

  • [SOLVED] mkinitcpio (problem with ide and encrypt hooks)

    I've installed kernel26-beyond 2.6.19beyond2 and after that mkinitcpio couldn't generate img file. I tried with 2 configs:
    # vim:set ft=sh
    # MODULES
    # The following modules are loaded before any boot hooks are
    # run. Advanced users may wish to specify all system modules
    # in this array. For instance:
    # MODULES="piix ide_disk reiserfs"
    MODULES="reiser4 ext2 reiserfs"
    # BINARIES
    # This setting includes, into the CPIO image, and additional
    # binaries a given user may wish. This is run first, so may
    # be used to override the actual binaries used in a given hook.
    # (Existing files are NOT overwritten is already added)
    # BINARIES are dependancy parsed, so you may safely ignore libraries
    BINARIES=""
    # FILES
    # This setting is similar to BINARIES above, however, files are added
    # as-is and are not parsed in anyway. This is useful for config files.
    # Some users may wish to include modprobe.conf for custom module options,
    # like so:
    # FILES="/etc/modprobe.conf"
    FILES=""
    # HOOKS
    # This is the most important setting in this file. The HOOKS control the
    # modules and scripts added to the image, and what happens at boot time.
    # Order is important, and it is recommended that you do not change the
    # order in which HOOKS are added. Run 'mkinitcpio -H <hook>' for
    # help on a given hook.
    # 'base' is _required_ unless you know precisely what you are doing.
    # 'udev' is _required_ in order to automatically load modules
    # 'modload' may be used in place of 'udev', but is not recommended
    # 'filesystems' is _required_ unless you specify your fs modules in MODULES
    # Examples:
    # This setup specifies all modules in the MODULES setting above.
    # No raid, lvm, or encrypted root is needed.
    # HOOKS="base"
    # This setup will autodetect all modules for your system and should
    # work as a sane default
    # HOOKS="base udev autodetect ide scsi sata filesystems"
    # This setup will generate a 'full' image which supports most systems.
    # No autodetection is done.
    # HOOKS="base udev ide scsi sata usb filesystems"
    # This setup assembles an ide raid array with an encrypted root FS.
    # Note: See 'mkinitcpio -H raid' for more information on raid devices.
    # HOOKS="base udev ide raid encrypt filesystems"
    # This setup loads an LVM volume group on a usb device.
    # HOOKS="base udev usb filesystems lvm"
    HOOKS="base udev autodetect ide scsi sata encrypt filesystems"
    and
    # vim:set ft=sh
    # MODULES
    # The following modules are loaded before any boot hooks are
    # run. Advanced users may wish to specify all system modules
    # in this array. For instance:
    # MODULES="piix ide_disk reiserfs"
    MODULES="reiser4 ext2 reiserfs"
    # BINARIES
    # This setting includes, into the CPIO image, and additional
    # binaries a given user may wish. This is run first, so may
    # be used to override the actual binaries used in a given hook.
    # (Existing files are NOT overwritten is already added)
    # BINARIES are dependancy parsed, so you may safely ignore libraries
    BINARIES=""
    # FILES
    # This setting is similar to BINARIES above, however, files are added
    # as-is and are not parsed in anyway. This is useful for config files.
    # Some users may wish to include modprobe.conf for custom module options,
    # like so:
    # FILES="/etc/modprobe.conf"
    FILES=""
    # HOOKS
    # This is the most important setting in this file. The HOOKS control the
    # modules and scripts added to the image, and what happens at boot time.
    # Order is important, and it is recommended that you do not change the
    # order in which HOOKS are added. Run 'mkinitcpio -H <hook>' for
    # help on a given hook.
    # 'base' is _required_ unless you know precisely what you are doing.
    # 'udev' is _required_ in order to automatically load modules
    # 'modload' may be used in place of 'udev', but is not recommended
    # 'filesystems' is _required_ unless you specify your fs modules in MODULES
    # Examples:
    # This setup specifies all modules in the MODULES setting above.
    # No raid, lvm, or encrypted root is needed.
    # HOOKS="base"
    # This setup will autodetect all modules for your system and should
    # work as a sane default
    # HOOKS="base udev autodetect ide scsi sata filesystems"
    # This setup will generate a 'full' image which supports most systems.
    # No autodetection is done.
    # HOOKS="base udev ide scsi sata usb filesystems"
    # This setup assembles an ide raid array with an encrypted root FS.
    # Note: See 'mkinitcpio -H raid' for more information on raid devices.
    # HOOKS="base udev ide raid encrypt filesystems"
    # This setup loads an LVM volume group on a usb device.
    # HOOKS="base udev usb filesystems lvm"
    HOOKS="base udev autodetect scsi sata encrypt filesystems"
    With the first config mkinitcpio froze when was generating ide hook and with the second froze when generating encrypt hook.
    Any idea what might have gone wrong? What should I do?
    Best regards,
    jasiekd.
    Last edited by jasiekd (2007-02-20 14:00:49)

    I don't have any experience with the beyond-kernel, but on two of my machines which already use encrypted root with LUKS I have added the following modules into /etc/mkinitcpio.conf
    (I use AES for swap & Serpent for the rest, sha256 as essiv-hash)
    MODULES="dm-crypt aes-i586 serpent sha256"
    Did you switch the Kernel on an already installed/running System or did you make a fresh installation with the beyond-kernel? In case your System is already installed, you could try the mkinitcpio procedure with a life-cd (may be worth a try).
    There's also an excellent article in the wiki:
    http://wiki.archlinux.org/index.php/Mkinitcpio
    In the troubleshooting-section of the article there's also a solution to a problem concerning the beyond-kernel and ide/sata/scsi, which could be just what you are looking for. 
    Hope it'll be helpfull!

  • New mkinitcpio problem

    I just updated my laptop with pacman -Syu and I'm getting a kernel panic when I try to boot. The same thing happened when I upgraded another machine, but changing the initrd line in my grub/menu.lst file fixed the problem. However, even after changing my initrd line to read as follows, I am still not able to boot:
    initrd /kernel26.img
    Here is the exact error message I get when I try to boot:
    No filesystem could mount root, tried:
    Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0)
    Any ideas what might be causing the problem? I have no idea how to troubleshoot this problem. Thanks very much.
    Jef

    Thalassinus wrote:
    Sigi wrote:There has to be a cached version of the kernel to do that, of course. Otherwise you have to download a kernel first.
    How to cache kernel version? Sorry because I ask such noob questions, but I'm not familiar with kernel stuff.
    Sigi is talking about the package cache (/var/cache/pacman/pkg/). If you haven't cleaned the cache, you still have an old kernel package.
    To boot your system, press
    e
    at the boot prompt. grub will let you edit your menu.lst. Change the:
    initrd /kernel26.img
    to:
    initrd /initrd26.img
    You should be able to boot with the old initrd image.  Once your system is booted, run 'pacman -Syu' and make sure that everything is OK before rebooting (i.e. you have kernel 2.6.18 installed, initcpio image is present in /boot, menu.lst is OK)

  • Problems with new mkinitcpio/0.8

    ok so it worked for a while, but i'm pretty sure that was because the kernel wasn't updated.
    so i had sda sda1 [...] and it worked great.
    then i installed a SATA controller and raptors 10000 rpm sata disk.
    (and tried to make it my main disk after copying over lots of data, which didn't work, but that might have been my own mistake somehwo so just leave it out of this discussion)
    now the computer would boot, but only when using the SATA as backup disk(not bootup disk).
    To recap i basically have two physical disks.
    on the old one i have windows c and d. and linux xfs partition and swap partion.
    on the new one (SATA) i have a copy of my linux partition with all the files, but for some reason this one won't work as a boot partition. (this one is also XFS)
    also grub doesn't let me TAB-complete the device names like i've could sometimes in the past. like /dev/sd[TAB] -> /dev/sda. all i get is a bunch of /dev/loop? files and some other stuff.
    so for now i'm thinking: screw XFS and install ext3 on the new disk then make it my boot disk and hope it works.
    also this new mkinitcpio stuff confuses me. I just want to boot my computer! Can someone provide me some mkinitcpio.conf's that would work with the above scenarios?
    A screenshotguide explaining what happens if you set these and these options in mkinitcpio.conf during the different stages of the boot would help a lot of people i think.
    Right now i'm downloading base-0.8-beta and going to burn it(in windows now) as fast as i can buy some cd's so i can get into my old system and chroot in and fix it somehow, since now it's not even booting at all, even with the new disk unplugged.

    well i would post mine, but it wouldn't be very useful as it's dependent on hardware...
    basically if u don't modify the mkinitcpio.conf then everything should work as normal..
    http://wiki.archlinux.org/index.php/Fix … _subsystem

  • [Solved] Problem with upgrading polkit or filesystem

    Ok so first off they do "upgrade" but the problem has me worried that something is wrong.
    A week or so ago after converting to systemd I tried getting rid of ConsoleKit and installing polkit 0.107 from the [testing] repo but it caused pacman to get stuck at "(1/1) upgrading polkit"  So I tried that a couple of times but I could never get pacman to finish and get past that.  I had to control + c to get out of that then type exit in the console (no text was visible that I typed however but typing exit + enter worked for closing it).  So I then opened a new terminal and downgraded polkit back to 0.105 and waited for polkit to get pushed from testing to see if it would fix my issue.  Fast forward to today and I go to upgrade my system.  Among the 83 updates or so was polkit and filesystem.  What do you know it gets stuck at "(15/83) upgrading polkit".  Fuck so I control + c, open new terminal and then do the upgrade again and it continues to update but this time it gets stuck doing the same thing for filesystem.  I control + c, open new terminal and continue the upgrade until it finishes, which it does this time, and I reboot.
    I tried re-installing polkit again and filesystem again but they continue to get stuck.  I cannot "complete" the upgrade even though they show the appropriate version when I check.
    Terminal
    [507] shauder@arch-desktop [~] $ sudo pacman -S polkit
    warning: polkit-0.107-4 is up to date -- reinstalling
    resolving dependencies...
    looking for inter-conflicts...
    Targets (1): polkit-0.107-4
    Total Installed Size: 1.77 MiB
    Net Upgrade Size: 0.00 MiB
    Proceed with installation? [Y/n]
    (1/1) checking package integrity [########################################################] 100%
    (1/1) loading package files [########################################################] 100%
    (1/1) checking for file conflicts [########################################################] 100%
    (1/1) checking available disk space [########################################################] 100%
    (1/1) upgrading polkit
    /var/log/pacman.log
    [2012-07-18 18:27] installed filesystem (2012.6-4)
    [2012-07-18 18:27] installed findutils (4.4.2-4)
    [2012-07-18 18:27] installed gawk (4.0.1-1)
    [2012-07-18 18:27] installed gettext (0.18.1.1-4)
    [2012-07-18 18:27] installed grep (2.13-2)
    [2012-07-18 18:27] installed sed (4.2.1-4)
    [2012-07-18 18:27] installed grub (0.97-21)
    [2012-07-18 18:27] installed gzip (1.5-1)
    [2012-07-18 18:27] installed gdbm (1.10-1)
    [2012-07-18 18:27] installed perl (5.16.0-2)
    [2012-07-18 18:27] installed openssl (1.0.1.c-1)
    [2012-07-18 18:27] installed libsasl (2.1.23-9)
    [2012-07-18 18:27] installed libldap (2.4.31-4)
    [2012-07-18 18:27] installed keyutils (1.5.5-3)
    [2012-07-18 18:27] installed krb5 (1.10.2-2)
    [2012-07-18 18:27] installed heirloom-mailx (12.5-3)
    [2012-07-18 18:27] installed inetutils (1.9.1-2)
    [2012-07-18 18:27] installed iproute2 (3.4.0-2)
    [2012-07-18 18:27] installed sysvinit (2.88-6)
    [2012-07-18 18:27] installed initscripts (2012.06.3-2)
    [2012-07-18 18:27] installed sysfsutils (2.1.0-8)
    [2012-07-18 18:27] >> Traceroute is now provided by core/traceroute
    [2012-07-18 18:27] installed iputils (20101006-4)
    [2012-07-18 18:27] installed jfsutils (1.1.15-3)
    [2012-07-18 18:27] installed less (444-3)
    [2012-07-18 18:27] installed licenses (2.9-1)
    [2012-07-18 18:27] installed linux-firmware (20120625-1)
    [2012-07-18 18:27] installed mkinitcpio-busybox (1.20.1-1)
    [2012-07-18 18:27] installed expat (2.1.0-1)
    [2012-07-18 18:27] installed libarchive (3.0.4-1)
    [2012-07-18 18:27] installed mkinitcpio (0.9.2-2)
    [2012-07-18 18:27] >>> Updating module dependencies. Please wait ...
    [2012-07-18 18:27] >>> Generating initial ramdisk, using mkinitcpio. Please wait...
    [2012-07-18 18:27] ==> Building image from preset: 'default'
    [2012-07-18 18:27] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
    [2012-07-18 18:27] ==> Starting build: 3.4.5-1-ARCH
    [2012-07-18 18:27] -> Running build hook: [base]
    [2012-07-18 18:27] -> Running build hook: [udev]
    [2012-07-18 18:27] -> Running build hook: [autodetect]
    [2012-07-18 18:27] -> Running build hook: [pata]
    [2012-07-18 18:27] -> Running build hook: [scsi]
    [2012-07-18 18:27] -> Running build hook: [sata]
    [2012-07-18 18:27] -> Running build hook: [filesystems]
    [2012-07-18 18:27] -> Running build hook: [usbinput]
    [2012-07-18 18:27] -> Running build hook: [fsck]
    [2012-07-18 18:27] ==> Generating module dependencies
    [2012-07-18 18:27] ==> Creating gzip initcpio image: /boot/initramfs-linux.img
    [2012-07-18 18:27] bsdcpio: Failed to set default locale
    [2012-07-18 18:27] ==> Image generation successful
    [2012-07-18 18:27] ==> Building image from preset: 'fallback'
    [2012-07-18 18:27] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
    [2012-07-18 18:27] ==> Starting build: 3.4.5-1-ARCH
    [2012-07-18 18:27] -> Running build hook: [base]
    [2012-07-18 18:27] -> Running build hook: [udev]
    [2012-07-18 18:27] -> Running build hook: [pata]
    [2012-07-18 18:27] -> Running build hook: [scsi]
    [2012-07-18 18:27] -> Running build hook: [sata]
    [2012-07-18 18:27] -> Running build hook: [filesystems]
    [2012-07-18 18:27] -> Running build hook: [usbinput]
    [2012-07-18 18:27] -> Running build hook: [fsck]
    [2012-07-18 18:27] ==> Generating module dependencies
    [2012-07-18 18:27] ==> Creating gzip initcpio image: /boot/initramfs-linux-fallback.img
    [2012-07-18 18:27] bsdcpio: Failed to set default locale
    [2012-07-18 18:27] ==> Image generation successful
    [2012-07-18 18:27] installed linux (3.4.5-1)
    [2012-07-18 18:27] installed logrotate (3.8.1-2)
    [2012-07-18 18:27] installed lvm2 (2.02.96-3)
    [2012-07-18 18:27] installed texinfo (4.13a-7)
    [2012-07-18 18:27] installed groff (1.21-2)
    [2012-07-18 18:27] installed libpipeline (1.2.1-1)
    [2012-07-18 18:27] it's recommended to create an initial
    [2012-07-18 18:27] database running as root:
    [2012-07-18 18:27] "/usr/bin/mandb --quiet"
    [2012-07-18 18:27] installed man-db (2.6.2-1)
    [2012-07-18 18:27] installed man-pages (3.41-1)
    [2012-07-18 18:27] installed mdadm (3.2.5-2)
    [2012-07-18 18:27] installed nano (2.2.6-2)
    [2012-07-18 18:27] installed ca-certificates (20120623-1)
    [2012-07-18 18:27] installed libssh2 (1.4.2-1)
    [2012-07-18 18:27] installed curl (7.26.0-1)
    [2012-07-18 18:27] installed pth (2.0.7-4)
    [2012-07-18 18:27] installed libksba (1.2.0-2)
    [2012-07-18 18:27] installed libassuan (2.0.3-1)
    [2012-07-18 18:27] installed pinentry (0.8.1-4)
    [2012-07-18 18:27] installed dirmngr (1.1.0-4)
    [2012-07-18 18:27] installed gnupg (2.0.19-2)
    [2012-07-18 18:27] installed gpgme (1.3.1-4)
    [2012-07-18 18:27] installed pacman-mirrorlist (20120626-1)
    [2012-07-18 18:27] installed archlinux-keyring (20120622-1)
    [2012-07-18 18:27] >>> Run `pacman-key --init; pacman-key --populate archlinux`
    [2012-07-18 18:27] >>> to import the data required by pacman for package verification.
    [2012-07-18 18:27] >>> See: https://www.archlinux.org/news/having-pacman-verify-packages
    [2012-07-18 18:27] installed pacman (4.0.3-3)
    [2012-07-18 18:27] installed pciutils (3.1.10-1)
    [2012-07-18 18:27] installed pcmciautils (018-4)
    [2012-07-18 18:27] installed libnl (3.2.11-1)
    [2012-07-18 18:27] installed libusbx (1.0.12-2)
    [2012-07-18 18:27] installed libpcap (1.3.0-1)
    [2012-07-18 18:27] installed ppp (2.4.5-3)
    [2012-07-18 18:27] installed procps-ng (3.3.3-3)
    [2012-07-18 18:27] installed psmisc (22.19-1)
    [2012-07-18 18:27] installed reiserfsprogs (3.6.21-4)
    [2012-07-18 18:27] installed shadow (4.1.5.1-1)
    [2012-07-18 18:27] installed eventlog (0.2.12-3)
    [2012-07-18 18:27] installed syslog-ng (3.3.5-2)
    [2012-07-18 18:27] installed tar (1.26-2)
    [2012-07-18 18:27] installed usbutils (006-1)
    [2012-07-18 18:27] installed vi (1:050325-2)
    [2012-07-18 18:27] installed wget (1.13.4-1)
    [2012-07-18 18:27] installed which (2.20-5)
    [2012-07-18 18:27] installed dbus-core (1.6.2-2)
    [2012-07-18 18:27] installed wpa_supplicant (1.0-1)
    [2012-07-18 18:27] installed xfsprogs (3.1.8-2)
    [2012-07-18 18:27] installed m4 (1.4.16-2)
    [2012-07-18 18:27] installed autoconf (2.69-1)
    [2012-07-18 18:27] installed automake (1.12.2-1)
    [2012-07-18 18:27] installed binutils (2.22-9)
    [2012-07-18 18:27] installed bison (2.5.1-1)
    [2012-07-18 18:27] installed fakeroot (1.18.4-1)
    [2012-07-18 18:27] installed flex (2.5.35-5)
    [2012-07-18 18:27] installed mpfr (3.1.1-1)
    [2012-07-18 18:27] installed libmpc (0.9-2)
    [2012-07-18 18:27] installed isl (0.10-1)
    [2012-07-18 18:27] installed cloog (0.17.0-2)
    [2012-07-18 18:27] installed ppl (1.0-1)
    [2012-07-18 18:27] installed gcc (4.7.1-4)
    [2012-07-18 18:27] installed libltdl (2.4.2-6)
    [2012-07-18 18:27] installed libtool (2.4.2-6)
    [2012-07-18 18:27] installed make (3.82-4)
    [2012-07-18 18:27] installed patch (2.6.1-3)
    [2012-07-18 18:27] installed pkg-config (0.27-1)
    [2012-07-18 18:37] Running 'pacman -Syy'
    [2012-07-18 18:37] synchronizing package lists
    [2012-07-18 18:38] Running 'pacman -Syy'
    [2012-07-18 18:38] synchronizing package lists
    [2012-07-18 18:39] Running 'pacman -S sudo'
    [2012-07-18 18:43] Running 'pacman -S sudo'
    [2012-07-18 18:44] Running 'pacman -S sudo'
    [2012-07-18 18:44] installed sudo (1.8.5.p2-1)
    [2012-07-18 18:45] Running 'pacman -S alsa-utils'
    [2012-07-18 18:46] installed alsa-lib (1.0.25-1)
    [2012-07-18 18:46] installed dialog (1.1_20120706-1)
    [2012-07-18 18:46] installed libogg (1.3.0-1)
    [2012-07-18 18:46] installed flac (1.2.1-3)
    [2012-07-18 18:46] installed libvorbis (1.3.3-1)
    [2012-07-18 18:46] installed libsndfile (1.0.25-2)
    [2012-07-18 18:46] installed libsamplerate (0.1.8-1)
    [2012-07-18 18:46] installed alsa-utils (1.0.25-3)
    [2012-07-18 18:46] Running 'pacman -S alsa-plugins'
    [2012-07-18 18:46] installed alsa-plugins (1.0.25-2)
    [2012-07-18 18:48] Running 'pacman -S xorg-server xorg-xinit xorg-server-utils'
    [2012-07-18 18:48] installed xproto (7.0.23-1)
    [2012-07-18 18:48] installed libxdmcp (1.1.1-1)
    [2012-07-18 18:48] installed freetype2 (2.4.10-1)
    [2012-07-18 18:48] installed libfontenc (1.1.1-1)
    [2012-07-18 18:48] installed fontsproto (2.1.2-1)
    [2012-07-18 18:48] installed libxfont (1.4.5-1)
    [2012-07-18 18:48] installed libpciaccess (0.13.1-1)
    [2012-07-18 18:48] installed libdrm (2.4.37-1)
    [2012-07-18 18:48] installed pixman (0.26.2-1)
    [2012-07-18 18:48] installed libxau (1.0.7-1)
    [2012-07-18 18:48] installed xcb-proto (1.7.1-1)
    [2012-07-18 18:48] installed libxcb (1.8.1-1)
    [2012-07-18 18:48] installed kbproto (1.0.6-1)
    [2012-07-18 18:48] installed libx11 (1.5.0-1)
    [2012-07-18 18:48] installed libxkbfile (1.0.8-1)
    [2012-07-18 18:48] installed xorg-xkbcomp (1.2.4-1)
    [2012-07-18 18:48] installed xkeyboard-config (2.6-1)
    [2012-07-18 18:48] installed xorg-setxkbmap (1.3.0-1)
    [2012-07-18 18:48] installed xorg-fonts-encodings (1.0.4-3)
    [2012-07-18 18:48] installed xorg-fonts-alias (1.0.2-2)
    [2012-07-18 18:48] installed xorg-bdftopcf (1.0.3-2)
    [2012-07-18 18:48] installed xorg-mkfontscale (1.1.0-1)
    [2012-07-18 18:48] installed xorg-mkfontdir (1.0.7-1)
    [2012-07-18 18:48] installed xorg-font-util (1.3.0-1)
    [2012-07-18 18:48] installed xorg-font-utils (7.6-3)
    [2012-07-18 18:48] updating font cache... done.
    [2012-07-18 18:48] installed fontconfig (2.8.0-2)
    [2012-07-18 18:49] Updating font cache... done.
    [2012-07-18 18:49] installed xorg-fonts-misc (1.0.1-2)
    [2012-07-18 18:49] installed xorg-server-common (1.12.3-1)
    [2012-07-18 18:49] installed xf86-input-evdev (2.7.0-2)
    [2012-07-18 18:49] installed xorg-server (1.12.3-1)
    [2012-07-18 18:49] installed xextproto (7.2.1-1)
    [2012-07-18 18:49] installed libxext (1.3.1-1)
    [2012-07-18 18:49] installed libice (1.0.8-1)
    [2012-07-18 18:49] installed libsm (1.2.1-1)
    [2012-07-18 18:49] installed libxt (1.1.3-1)
    [2012-07-18 18:49] installed libxmu (1.1.1-1)
    [2012-07-18 18:49] installed xorg-xauth (1.0.7-1)
    [2012-07-18 18:49] installed xorg-xinit (1.3.2-1)
    [2012-07-18 18:49] installed xorg-iceauth (1.0.5-1)
    [2012-07-18 18:49] installed xorg-sessreg (1.0.7-1)
    [2012-07-18 18:49] installed xorg-xcmsdb (1.0.4-1)
    [2012-07-18 18:49] installed renderproto (0.11.1-2)
    [2012-07-18 18:49] installed libxrender (0.9.7-1)
    [2012-07-18 18:49] installed randrproto (1.3.2-2)
    [2012-07-18 18:49] installed libxrandr (1.3.2-2)
    [2012-07-18 18:49] installed xorg-xbacklight (1.1.2-3)
    [2012-07-18 18:49] installed xf86vidmodeproto (2.3.1-2)
    [2012-07-18 18:49] installed libxxf86vm (1.1.2-1)
    [2012-07-18 18:49] installed xorg-xgamma (1.0.5-1)
    [2012-07-18 18:49] installed xorg-xhost (1.0.5-1)
    [2012-07-18 18:49] installed xorg-xrandr (1.3.5-1)
    [2012-07-18 18:49] installed inputproto (2.2-1)
    [2012-07-18 18:49] installed libxi (1.6.1-1)
    [2012-07-18 18:49] installed xineramaproto (1.2.1-2)
    [2012-07-18 18:49] installed libxinerama (1.1.2-1)
    [2012-07-18 18:49] installed xorg-xinput (1.6.0-1)
    [2012-07-18 18:49] installed xorg-xmodmap (1.0.7-1)
    [2012-07-18 18:49] installed mcpp (2.7.2-4)
    [2012-07-18 18:49] installed xorg-xrdb (1.0.9-2)
    [2012-07-18 18:49] installed xorg-xrefresh (1.0.4-3)
    [2012-07-18 18:49] installed xorg-xset (1.2.2-1)
    [2012-07-18 18:49] installed fixesproto (5.0-2)
    [2012-07-18 18:49] installed libxfixes (5.0-2)
    [2012-07-18 18:49] installed libxcursor (1.1.13-1)
    [2012-07-18 18:49] installed xorg-xsetroot (1.1.0-3)
    [2012-07-18 18:49] installed xorg-server-utils (7.6-3)
    [2012-07-18 18:50] Running 'pacman -S nvidia nvidia-utils'
    [2012-07-18 18:50] Running 'pacman -S nvidia nvidia-utils lib32-nvidia-utils'
    [2012-07-18 18:51] installed videoproto (2.3.1-2)
    [2012-07-18 18:51] installed libxv (1.0.7-1)
    [2012-07-18 18:51] installed libxvmc (1.0.7-1)
    [2012-07-18 18:51] installed nvidia-utils (302.17-1)
    [2012-07-18 18:51] In order to use nvidia module, reboot the system.
    [2012-07-18 18:51] installed nvidia (302.17-3)
    [2012-07-18 18:51] installed lib32-glibc (2.16.0-2)
    [2012-07-18 18:51] installed lib32-libxdmcp (1.1.1-1)
    [2012-07-18 18:51] installed lib32-libxau (1.0.7-1)
    [2012-07-18 18:51] installed lib32-libxcb (1.8.1-2)
    [2012-07-18 18:51] installed lib32-libx11 (1.5.0-1)
    [2012-07-18 18:51] installed lib32-libxext (1.3.1-1)
    [2012-07-18 18:51] installed lib32-libxv (1.0.7-1)
    [2012-07-18 18:51] installed lib32-libxvmc (1.0.7-1)
    [2012-07-18 18:51] installed lib32-zlib (1.2.7-1)
    [2012-07-18 18:51] installed lib32-gcc-libs (4.7.1-4.1)
    [2012-07-18 18:51] installed lib32-nvidia-utils (302.17-1)
    [2012-07-18 18:55] Running 'pacman -S xorg-twm xorg-xclock xterm'
    [2012-07-18 18:55] installed xorg-twm (1.0.7-1)
    [2012-07-18 18:55] installed libxpm (3.5.10-1)
    [2012-07-18 18:55] installed libxaw (1.0.11-1)
    [2012-07-18 18:55] installed libxft (2.3.1-1)
    [2012-07-18 18:55] installed xorg-xclock (1.0.6-1)
    [2012-07-18 18:55] installed xorg-luit (1.1.1-1)
    [2012-07-18 18:55] installed xbitmaps (1.1.1-2)
    [2012-07-18 18:55] installed xterm (281-1)
    [2012-07-18 18:55] Running 'pacman -S dbus'
    [2012-07-18 18:55] installed dbus (1.6.2-1)
    [2012-07-18 18:56] Running 'pacman -S ttf-dejavu'
    [2012-07-18 18:56] installed ttf-dejavu (2.33-3)
    [2012-07-18 18:57] Running 'pacman -S awesome'
    [2012-07-18 18:57] installed libpng (1.5.11-1)
    [2012-07-18 18:57] installed cairo (1.12.2-2)
    [2012-07-18 18:57] installed libjpeg-turbo (1.2.1-1)
    [2012-07-18 18:57] installed libtiff (4.0.2-1)
    [2012-07-18 18:57] installed giflib (4.1.6-5)
    [2012-07-18 18:57] installed libid3tag (0.15.1b-7)
    [2012-07-18 18:57] installed imlib2 (1.4.5-2)
    [2012-07-18 18:57] installed libev (4.11-1)
    [2012-07-18 18:57] installed libxdg-basedir (1.2.0-1)
    [2012-07-18 18:57] installed lua (5.1.5-2)
    [2012-07-18 18:57] installed libdatrie (0.2.5-1)
    [2012-07-18 18:57] installed libthai (0.1.17-1)
    [2012-07-18 18:57] installed pango (1.30.1-1)
    [2012-07-18 18:57] installed xcb-util (0.3.9-1)
    [2012-07-18 18:57] installed startup-notification (0.12-3)
    [2012-07-18 18:57] installed xcb-util-image (0.3.9-1)
    [2012-07-18 18:57] installed xcb-util-keysyms (0.3.9-1)
    [2012-07-18 18:57] installed xcb-util-wm (0.3.9-1)
    [2012-07-18 18:57] installed xorg-xmessage (1.0.3-2)
    [2012-07-18 18:57] installed awesome (3.4.13-1)
    [2012-07-18 18:58] Running 'pacman -S rlwrap feh'
    [2012-07-18 18:58] installed rlwrap (0.37-2)
    [2012-07-18 18:58] installed giblib (1.2.4-5)
    [2012-07-18 18:58] installed libexif (0.6.20-2)
    [2012-07-18 18:58] installed feh (2.5-1)
    [2012-07-18 18:59] Running 'pacman -S packer'
    [2012-07-18 18:59] Running 'pacman -S lightdm'
    [2012-07-18 19:01] Running 'pacman -S fakeroot'
    [2012-07-18 19:01] upgraded fakeroot (1.18.4-1 -> 1.18.4-1)
    [2012-07-18 19:08] Running 'pacman -S git'
    [2012-07-18 19:08] installed perl-error (0.17018-1)
    [2012-07-18 19:08] installed git (1.7.11.2-1)
    [2012-07-18 19:08] Running 'pacman -S jshon'
    [2012-07-18 19:08] installed jansson (2.3-1)
    [2012-07-18 19:08] installed jshon (20111222-1)
    [2012-07-18 19:08] Running 'pacman -U packer-20120718-1-any.pkg.tar.xz'
    [2012-07-18 19:08] installed packer (20120718-1)
    [2012-07-18 19:10] Running 'pacman --noconfirm --asdeps -S -- accountsservice dbus-glib gobject-introspection intltool itstool libxklavier'
    [2012-07-18 19:10] installed polkit (0.105-1)
    [2012-07-18 19:10] installed accountsservice (0.6.22-1)
    [2012-07-18 19:10] installed dbus-glib (0.100-1)
    [2012-07-18 19:10] installed sqlite (3.7.13-1)
    [2012-07-18 19:10] installed python2 (2.7.3-2)
    [2012-07-18 19:10] installed gobject-introspection (1.32.1-2)
    [2012-07-18 19:10] installed perl-xml-parser (2.41-3)
    [2012-07-18 19:10] installed intltool (0.50.2-1)
    [2012-07-18 19:10] installed libxml2 (2.7.8-2)
    [2012-07-18 19:10] installed itstool (1.1.2-1)
    [2012-07-18 19:10] installed iso-codes (3.34-1)
    [2012-07-18 19:10] installed libxklavier (5.2.1-2)
    [2012-07-18 19:13] Running 'pacman -U lightdm-1.3.1-4-x86_64.pkg.tar.xz'
    [2012-07-18 19:14] You need to install lightdm-gtk-greeter to run the default and most stable greeter
    [2012-07-18 19:14] installed lightdm (1.3.1-4)
    [2012-07-18 19:14] Running 'pacman --noconfirm --asdeps -S -- archlinux-wallpaper bzr gnome-common gnome-doc-utils gtk-doc gtk-engines libwebkit vala'
    [2012-07-18 19:15] ==> Wallpapers have been installed to /usr/share/archlinux/wallpaper
    [2012-07-18 19:15] installed archlinux-wallpaper (1.4-1)
    [2012-07-18 19:15] installed bzr (2.5.1-1)
    [2012-07-18 19:15] installed gnome-common (3.4.0.1-2)
    [2012-07-18 19:15] installed libxslt (1.1.26-3)
    [2012-07-18 19:15] installed docbook-xml (4.5-5)
    [2012-07-18 19:15] installed rarian (0.8.1-2)
    [2012-07-18 19:15] installed gnome-doc-utils (0.20.10-1)
    [2012-07-18 19:15] installed docbook-xsl (1.77.1-2)
    [2012-07-18 19:15] installed gtk-doc (1.18-1)
    [2012-07-18 19:15] installed atk (2.4.0-1)
    [2012-07-18 19:15] installed compositeproto (0.4.2-2)
    [2012-07-18 19:15] installed libxcomposite (0.4.3-2)
    [2012-07-18 19:15] installed damageproto (1.2.1-2)
    [2012-07-18 19:15] installed libxdamage (1.1.3-2)
    [2012-07-18 19:15] installed shared-mime-info (1.0-1)
    [2012-07-18 19:15] installed libtasn1 (2.13-1)
    [2012-07-18 19:15] installed nettle (2.5-1)
    [2012-07-18 19:15] installed p11-kit (0.12-1)
    [2012-07-18 19:15] installed gnutls (3.0.21-1)
    [2012-07-18 19:15] installed libdaemon (0.14-2)
    [2012-07-18 19:15] ==> The following daemons may be added to DAEMONS in /etc/rc.conf:
    [2012-07-18 19:15] ==> avahi-daemon: the mdns responder, you probably want this.
    [2012-07-18 19:15] ==> dbus needs to be running when you start it.
    [2012-07-18 19:15] ==> avahi-dnsconfd: daemon used for peer-to-peer automatic dns
    [2012-07-18 19:15] ==> configuration on dhcp-less networks.
    [2012-07-18 19:15]
    [2012-07-18 19:15] ==> To use some of the client applications you will have to install python.
    [2012-07-18 19:15] ==> In addition, pygtk is required for the graphical ones and
    [2012-07-18 19:15] ==> twisted for avahi-bookmarks.
    [2012-07-18 19:15] installed avahi (0.6.31-3)
    [2012-07-18 19:15] installed libcups (1.5.3-5)
    [2012-07-18 19:15] installed gdk-pixbuf2 (2.26.1-1)
    [2012-07-18 19:15] installed gtk-update-icon-cache (2.24.10-3)
    [2012-07-18 19:15] installed gtk2 (2.24.10-3)
    [2012-07-18 19:15] installed gtk-engines (2.21.0-1)
    [2012-07-18 19:15] installed icu (49.1.2-1)
    [2012-07-18 19:15] installed gstreamer0.10 (0.10.36-1)
    [2012-07-18 19:15] installed orc (0.4.16-1)
    [2012-07-18 19:15] installed gstreamer0.10-base (0.10.36-1)
    [2012-07-18 19:15] installed libproxy (0.4.7-2)
    [2012-07-18 19:15] installed gsettings-desktop-schemas (3.4.2-1)
    [2012-07-18 19:15] installed glib-networking (2.32.3-1)
    [2012-07-18 19:15] installed libsoup (2.38.1-1)
    [2012-07-18 19:15] ==> aspell comes with no default dictionary
    [2012-07-18 19:15] installed aspell (0.60.6.1-1)
    [2012-07-18 19:15] installed hunspell (1.3.2-1)
    [2012-07-18 19:15] installed hspell (1.1-2)
    [2012-07-18 19:15] installed enchant (1.6.0-4)
    [2012-07-18 19:15] installed geoclue (0.12.0-5)
    [2012-07-18 19:15] installed libwebkit (1.8.1-1)
    [2012-07-18 19:15] installed vala (0.16.1-1)
    [2012-07-18 19:16] Running 'pacman -U lightdm-webkit-greeter-bzr-13-3-x86_64.pkg.tar.xz'
    [2012-07-18 19:16] Running 'pacman -U lightdm-webkit-greeter-0.1.2-3-x86_64.pkg.tar.xz'
    [2012-07-18 19:16] installed lightdm-webkit-greeter (0.1.2-3)
    [2012-07-18 19:47] Running 'pacman -R lightdm'
    [2012-07-18 19:48] Running 'pacman -R lightdm-webkit-greeter lightdm accountsservice dbus-glib libxklavier'
    [2012-07-18 19:48] Running 'pacman -R lightdm-webkit-greeter lightdm accountsservice enchant geoclue dbus-glib libxklavier'
    [2012-07-18 19:48] Running 'pacman -R lightdm-webkit-greeter lightdm accountsservice libwebkite enchant geoclue dbus-glib libxklavier'
    [2012-07-18 19:48] Running 'pacman -R lightdm-webkit-greeter lightdm accountsservice libwebkit enchant geoclue dbus-glib libxklavier'
    [2012-07-18 19:49] removed lightdm-webkit-greeter (0.1.2-3)
    [2012-07-18 19:49] removed libwebkit (1.8.1-1)
    [2012-07-18 19:49] removed geoclue (0.12.0-5)
    [2012-07-18 19:49] removed enchant (1.6.0-4)
    [2012-07-18 19:49] userdel: user lightdm is currently used by process 657
    [2012-07-18 19:49] groupdel: cannot remove the primary group of user 'lightdm'
    [2012-07-18 19:49] removed lightdm (1.3.1-4)
    [2012-07-18 19:49] removed libxklavier (5.2.1-2)
    [2012-07-18 19:49] removed dbus-glib (0.100-1)
    [2012-07-18 19:49] removed accountsservice (0.6.22-1)
    [2012-07-18 19:50] Running 'pacman -S chromium'
    [2012-07-18 19:50] installed dbus-glib (0.100-1)
    [2012-07-18 19:50] installed nspr (4.9.1-1)
    [2012-07-18 19:50] installed nss (3.13.5-1)
    [2012-07-18 19:50] installed xdg-utils (1.1.0-2.20120520)
    [2012-07-18 19:50] installed libevent (2.0.19-1)
    [2012-07-18 19:50] installed scrnsaverproto (1.2.2-1)
    [2012-07-18 19:50] installed libxss (1.2.2-1)
    [2012-07-18 19:50] installed desktop-file-utils (0.20-1)
    [2012-07-18 19:50] installed hicolor-icon-theme (0.12-2)
    [2012-07-18 19:50] installed chromium (20.0.1132.57-1)
    [2012-07-18 19:50] Running 'pacman -Sy abs'
    [2012-07-18 19:50] synchronizing package lists
    [2012-07-18 19:51] installed rsync (3.0.9-3)
    [2012-07-18 19:51] installed abs (2.4.3-2)
    [2012-07-18 19:52] Running 'pacman -S openjdk6 perl git gnupg flex bison gperf zip unzip wxgtk squashfs-tools ncurses libpng zlib libusb libusb-compat readline'
    [2012-07-18 19:53] installed ca-certificates-java (20120608-1)
    [2012-07-18 19:53] installed recordproto (1.14.2-1)
    [2012-07-18 19:53] installed libxtst (1.2.1-1)
    [2012-07-18 19:53] upgraded zlib (1.2.7-1 -> 1.2.7-1)
    [2012-07-18 19:53] upgraded libpng (1.5.11-1 -> 1.5.11-1)
    [2012-07-18 19:53] Warning: there was a problem reading the certificate file /etc/ssl/certs/NetLock_Arany_=Class_Gold=_F?tan?s?tv?ny.pem. Message:
    [2012-07-18 19:53] /etc/ssl/certs/NetLock_Arany_=Class_Gold=_F?tan?s?tv?ny.pem (No such file or directory)
    [2012-07-18 19:53] Warning: there was a problem reading the certificate file /etc/ssl/certs/AC_Ra?z_Certic?mara_S.A..pem. Message:
    [2012-07-18 19:53] /etc/ssl/certs/AC_Ra?z_Certic?mara_S.A..pem (No such file or directory)
    [2012-07-18 19:53] Warning: there was a problem reading the certificate file /etc/ssl/certs/Certinomis_-_Autorit?_Racine.pem. Message:
    [2012-07-18 19:53] /etc/ssl/certs/Certinomis_-_Autorit?_Racine.pem (No such file or directory)
    [2012-07-18 19:53] Warning: there was a problem reading the certificate file /etc/ssl/certs/T?B?TAK_UEKAE_K?k_Sertifika_Hizmet_Sa?lay?c?s?_-_S?r?m_3.pem. Message:
    [2012-07-18 19:53] /etc/ssl/certs/T?B?TAK_UEKAE_K?k_Sertifika_Hizmet_Sa?lay?c?s?_-_S?r?m_3.pem (No such file or directory)
    [2012-07-18 19:53] Warning: there was a problem reading the certificate file /etc/ssl/certs/EBG_Elektronik_Sertifika_Hizmet_Sa?lay?c?s?.pem. Message:
    [2012-07-18 19:53] /etc/ssl/certs/EBG_Elektronik_Sertifika_Hizmet_Sa?lay?c?s?.pem (No such file or directory)
    [2012-07-18 19:53] done.
    [2012-07-18 19:53] when you use a non-reparenting window manager
    [2012-07-18 19:53] set _JAVA_AWT_WM_NONREPARENTING=1 in
    [2012-07-18 19:53] /etc/profile.d/openjdk6.sh
    [2012-07-18 19:53] installed openjdk6 (6.b24_1.11.3-1)
    [2012-07-18 19:53] upgraded perl (5.16.0-2 -> 5.16.0-2)
    [2012-07-18 19:53] upgraded git (1.7.11.2-1 -> 1.7.11.2-1)
    [2012-07-18 19:53] upgraded ncurses (5.9-3 -> 5.9-3)
    [2012-07-18 19:53] upgraded readline (6.2.003-2 -> 6.2.003-2)
    [2012-07-18 19:53] upgraded gnupg (2.0.19-2 -> 2.0.19-2)
    [2012-07-18 19:53] upgraded flex (2.5.35-5 -> 2.5.35-5)
    [2012-07-18 19:53] upgraded bison (2.5.1-1 -> 2.5.1-1)
    [2012-07-18 19:53] installed gperf (3.0.4-4)
    [2012-07-18 19:53] installed zip (3.0-3)
    [2012-07-18 19:53] installed unzip (6.0-6)
    [2012-07-18 19:53] installed wxgtk (2.8.12.1-3)
    [2012-07-18 19:53] installed lzo2 (2.06-1)
    [2012-07-18 19:53] installed squashfs-tools (4.2-2)
    [2012-07-18 19:53] upgraded libusbx (1.0.12-2 -> 1.0.12-2)
    [2012-07-18 19:53] installed libusb-compat (0.1.4-2)
    [2012-07-18 19:53] Running 'pacman -S -- esdl schedtool'
    [2012-07-18 19:54] installed erlang (R15B01-1)
    [2012-07-18 19:54] installed sdl (1.2.15-1)
    [2012-07-18 19:54] installed dri2proto (2.6-1)
    [2012-07-18 19:54] installed glproto (1.4.15-1)
    [2012-07-18 19:54] installed mesa (8.0.4-1)
    [2012-07-18 19:54] installed esdl (2:1.2-1)
    [2012-07-18 19:54] installed schedtool (1.3.0-2)
    [2012-07-18 19:55] Running 'pacman -U pngcrush-1.7.31-1-x86_64.pkg.tar.xz'
    [2012-07-18 19:55] installed pngcrush (1.7.31-1)
    [2012-07-18 19:55] Running 'pacman -U repo-1.17-1-x86_64.pkg.tar.xz'
    [2012-07-18 19:55] installed repo (1.17-1)
    [2012-07-18 19:59] Running 'pacman -S terminator'
    [2012-07-18 19:59] installed vte-common (0.32.2-1)
    [2012-07-18 19:59] installed vte (0.28.2-3)
    [2012-07-18 19:59] installed libglade (2.6.4-3)
    [2012-07-18 19:59] installed python2-cairo (1.10.0-1)
    [2012-07-18 19:59] installed pygobject2-devel (2.28.6-6)
    [2012-07-18 19:59] installed python2-gobject2 (2.28.6-6)
    [2012-07-18 19:59] installed pygtk (2.24.0-3)
    [2012-07-18 19:59] installed terminator (0.96-1)
    [2012-07-18 20:00] Running 'pacman -Sy gcc-multilib gcc-libs-multilib binutils-multilib libtool-multilib lib32-libusb lib32-libusb-compat lib32-readline lib32-glibc lib32-zlib'
    [2012-07-18 20:00] synchronizing package lists
    [2012-07-18 20:00] Running 'pacman -Sy gcc-multilib gcc-libs-multilib binutils-multilib libtool-multilib lib32-libusb-compat lib32-readline lib32-glibc lib32-zlib'
    [2012-07-18 20:00] synchronizing package lists
    [2012-07-18 20:00] Running 'pacman -Sy gcc-multilib gcc-libs-multilib binutils-multilib libtool-multilib lib32-readline lib32-glibc lib32-zlib'
    [2012-07-18 20:00] synchronizing package lists
    [2012-07-18 20:01] removed gcc-libs (4.7.1-4)
    [2012-07-18 20:01] removed binutils (2.22-9)
    [2012-07-18 20:01] removed gcc (4.7.1-4)
    [2012-07-18 20:01] removed libtool (2.4.2-6)
    [2012-07-18 20:01] installed gcc-libs-multilib (4.7.1-4.1)
    [2012-07-18 20:01] installed binutils-multilib (2.22-8)
    [2012-07-18 20:01] installed gcc-multilib (4.7.1-4.1)
    [2012-07-18 20:01] upgraded lib32-glibc (2.16.0-2 -> 2.16.0-2)
    [2012-07-18 20:01] installed lib32-libltdl (2.4.2-6)
    [2012-07-18 20:01] installed libtool-multilib (2.4.2-6)
    [2012-07-18 20:01] installed lib32-ncurses (5.9-1)
    [2012-07-18 20:01] installed lib32-readline (6.2.003-1)
    [2012-07-18 20:01] upgraded lib32-zlib (1.2.7-1 -> 1.2.7-1)
    [2012-07-18 20:07] Running 'pacman -S ssh'
    [2012-07-18 20:10] Running 'pacman -S ssh-keygen'
    [2012-07-18 20:10] Running 'pacman -S openssh'
    [2012-07-18 20:10] installed libedit (20120311_3.0-1)
    [2012-07-18 20:10] installed dnssec-anchors (20120422-1)
    [2012-07-18 20:10] installed ldns (1.6.13-1)
    [2012-07-18 20:10] installed openssh (6.0p1-3)
    [2012-07-18 20:11] Running 'pacman -S pbcopy'
    [2012-07-18 20:11] Running 'pacman -S copy'
    [2012-07-18 20:13] Running 'pacman -S gedit'
    [2012-07-18 20:13] installed lcms2 (2.3-2)
    [2012-07-18 20:13] installed libgusb (0.1.3-1)
    [2012-07-18 20:13] installed gd (2.0.36RC1-5)
    [2012-07-18 20:13] installed libgphoto2 (2.4.14-1)
    [2012-07-18 20:13] installed libieee1284 (0.2.11-4)
    [2012-07-18 20:13] installed v4l-utils (0.8.8-1)
    [2012-07-18 20:13] installed net-snmp (5.7.1-3)
    [2012-07-18 20:13] NOTE
    [2012-07-18 20:13] ----
    [2012-07-18 20:13] Add your user to group 'scanner' to use scanner devices.
    [2012-07-18 20:13] installed sane (1.0.22-9)
    [2012-07-18 20:13] installed shared-color-profiles (0.1.5-1)
    [2012-07-18 20:13] installed colord (0.1.21-2)
    [2012-07-18 20:13] installed gtk3 (3.4.3-1)
    [2012-07-18 20:13] installed gtksourceview3 (3.4.2-1)
    [2012-07-18 20:13] installed libpeas (1.4.0-2)
    [2012-07-18 20:13] installed enchant (1.6.0-4)
    [2012-07-18 20:13] installed pygobject-devel (3.2.2-1)
    [2012-07-18 20:13] installed python2-gobject (3.2.2-1)
    [2012-07-18 20:13] installed dconf (0.12.1-2)
    [2012-07-18 20:13] installed gedit (3.4.2-1)
    [2012-07-18 20:15] Running 'pacman -S python'
    [2012-07-18 20:16] installed python (3.2.3-3)
    [2012-07-18 20:26] Running 'pacman -S xclip'
    [2012-07-18 20:26] installed xclip (0.12-3)
    [2012-07-18 20:37] Running 'pacman --noconfirm --asdeps -S -- lib32-alsa-lib lib32-libstdc++5 lib32-openal lib32-sdl swt'
    [2012-07-18 20:37] installed lib32-alsa-lib (1.0.25-1)
    [2012-07-18 20:37] installed lib32-libstdc++5 (3.3.6-6)
    [2012-07-18 20:37] installed openal (1.14-1)
    [2012-07-18 20:37] installed lib32-openal (1.14-1)
    [2012-07-18 20:37] installed lib32-libxrender (0.9.7-1)
    [2012-07-18 20:37] installed lib32-sdl (1.2.15-2)
    [2012-07-18 20:37] installed swt (3.7.2-1)
    [2012-07-18 20:45] Running 'pacman --asdeps -U android-sdk-r20-2-x86_64.pkg.tar.xz'
    [2012-07-18 20:50] You need to source /etc/profile or relogin to add the Android SDK tools to your path.
    [2012-07-18 20:50] The android group has been removed, install android packages as root.
    [2012-07-18 20:50] installed android-sdk (r20-2)
    [2012-07-18 20:51] Running 'pacman -U android-sdk-r20-2-x86_64.pkg.tar.xz'
    [2012-07-18 20:54] You need to source /etc/profile or relogin to add the Android SDK tools to your path.
    [2012-07-18 20:54] The android group has been removed, install android packages as root.
    [2012-07-18 20:54] upgraded android-sdk (r20-2 -> r20-2)
    [2012-07-18 20:59] Running 'pacman -U android-sdk-platform-tools-r12-1-any.pkg.tar.xz'
    [2012-07-18 20:59] installed android-sdk-platform-tools (r12-1)
    [2012-07-18 21:10] Running 'pacman -S perl-switch'
    [2012-07-18 21:10] installed perl-switch (2.16-1)
    [2012-07-21 03:29] Running 'pacman -S flashplugin'
    [2012-07-21 03:29] relogin or source /etc/profile.d/mozilla-common.sh
    [2012-07-21 03:29] installed mozilla-common (1.4-3)
    [2012-07-21 03:29] >>
    [2012-07-21 03:29] >> If you have an NVIDIA card that supports libvdpau or Broadcom Crystal HD chips,
    [2012-07-21 03:29] >> uncomment EnableLinuxHWVideoDecode=1 from /etc/adobe/mms.cfg.
    [2012-07-21 03:29] >> If you run into problems, please contact nVidia or Broadcom along with your system config info / driver version.
    [2012-07-21 03:29] >>
    [2012-07-21 03:29] installed flashplugin (11.2.202.236-1)
    [2012-07-21 03:32] Running 'pacman -S libvdpau'
    [2012-07-21 03:32] installed libvdpau (0.4.1-2)
    [2012-07-21 14:53] Running 'pacman -S gedit-common'
    [2012-07-21 14:55] Running 'pacman -S gtk-theme-switch2'
    [2012-07-21 14:56] installed gtk-theme-switch2 (2.1.0-2)
    [2012-07-21 15:00] Running 'pacman -S gtk-icons'
    [2012-07-21 15:04] Running 'pacman -R gtk-theme-switch2 gedit dconf desktop-file-utils enchant gsettings-desktop-schemas gtksourceview3 iso-codes libpeas libsm python2-gobject'
    [2012-07-21 15:06] Running 'pacman -R gtk-theme-switch2 gedit dconf enchant gtksourceview3 iso-codes libpeas python2-gobject'
    [2012-07-21 15:06] removed gedit (3.4.2-1)
    [2012-07-21 15:06] removed python2-gobject (3.2.2-1)
    [2012-07-21 15:06] removed libpeas (1.4.0-2)
    [2012-07-21 15:06] removed iso-codes (3.34-1)
    [2012-07-21 15:06] removed gtksourceview3 (3.4.2-1)
    [2012-07-21 15:06] removed enchant (1.6.0-4)
    [2012-07-21 15:06] removed dconf (0.12.1-2)
    [2012-07-21 15:06] removed gtk-theme-switch2 (2.1.0-2)
    [2012-07-21 15:06] Running 'pacman -R glib-networking gsettings-desktop-schemas'
    [2012-07-21 15:06] Running 'pacman -R libsoup glib-networking gsettings-desktop-schemas'
    [2012-07-21 15:06] removed libsoup (2.38.1-1)
    [2012-07-21 15:06] removed glib-networking (2.32.3-1)
    [2012-07-21 15:06] removed gsettings-desktop-schemas (3.4.2-1)
    [2012-07-21 15:07] Running 'pacman -R wxgtk'
    [2012-07-21 15:07] removed wxgtk (2.8.12.1-3)
    [2012-07-21 15:07] Running 'pacman -R libxt libsm'
    [2012-07-21 15:11] Running 'pacman -S ranger'
    [2012-07-21 15:11] installed ranger (1.5.4-1)
    [2012-07-21 15:32] Running 'pacman -S irssi'
    [2012-07-21 15:32] installed irssi (0.8.15-6)
    [2012-07-24 20:20] Running 'pacman -U sublime-text-2.0.1-1-x86_64.pkg.tar.xz'
    [2012-07-24 20:20] installed sublime-text (2.0.1-1)
    [2012-07-24 23:41] Running 'pacman -U dropbox-1.4.11-1-x86_64.pkg.tar.xz'
    [2012-07-24 23:41] installed dropbox (1.4.11-1)
    [2012-07-24 23:41] Running 'pacman -U dropbox-daemon-0.8-8-any.pkg.tar.xz'
    [2012-07-24 23:41] >> Configure the Dropbox daemon script by editing /etc/conf.d/dropboxd.conf
    [2012-07-24 23:41] installed dropbox-daemon (0.8-8)
    [2012-07-24 23:48] Running 'pacman -U dropbox-cli-1-12-x86_64.pkg.tar.xz'
    [2012-07-24 23:48] installed dropbox-cli (1-12)
    [2012-07-24 23:49] Running 'pacman -S nautilus'
    [2012-07-24 23:56] Running 'pacman -S ranger'
    [2012-07-24 23:57] upgraded ranger (1.5.4-1 -> 1.5.4-1)
    [2012-07-25 00:23] Running 'pacman --noconfirm --asdeps -S -- gconf qt qtwebkit'
    [2012-07-25 00:23] Running 'pacman --noconfirm --asdeps -S -- gconf qt qtwebkit'
    [2012-07-25 00:23] Running 'pacman -Sy'
    [2012-07-25 00:23] synchronizing package lists
    [2012-07-25 00:24] Running 'pacman --noconfirm --asdeps -S -- gconf qt qtwebkit'
    [2012-07-25 00:25] installed gconf (3.2.5-2)
    [2012-07-25 00:25] installed libmng (1.0.10-4)
    [2012-07-25 00:25] installed qt (4.8.2-3)
    [2012-07-25 00:25] installed qtwebkit (2.2.2-1)
    [2012-07-25 00:27] Running 'pacman --asdeps -U openssl098-0.9.8.x-1-x86_64.pkg.tar.xz'
    [2012-07-25 00:27] installed openssl098 (0.9.8.x-1)
    [2012-07-25 00:28] Running 'pacman --asdeps -U libpng12-1.2.49-1-x86_64.pkg.tar.xz'
    [2012-07-25 00:28] installed libpng12 (1.2.49-1)
    [2012-07-25 00:30] Running 'pacman -U spotify-0.8.4.103-1-x86_64.pkg.tar.xz'
    [2012-07-25 00:31] installed spotify (0.8.4.103-1)
    [2012-07-29 16:57] Running 'pacman --noconfirm --asdeps -S -- ffmpeg libmediainfo mencoder mplayer'
    [2012-07-29 16:58] Running 'pacman --noconfirm --asdeps -S -- ffmpeg libmediainfo mencoder mplayer'
    [2012-07-29 16:58] Running 'pacman -Syy'
    [2012-07-29 16:58] synchronizing package lists
    [2012-07-29 17:00] Running 'pacman --noconfirm --asdeps -S -- ffmpeg libmediainfo mencoder mplayer'
    [2012-07-29 17:00] installed gsm (1.0.13-7)
    [2012-07-29 17:00] installed lame (3.99.5-1)
    [2012-07-29 17:00] installed libasyncns (0.8-4)
    [2012-07-29 17:00] installed json-c (0.9-1)
    [2012-07-29 17:00] installed libpulse (2.1-1)
    [2012-07-29 17:00] installed libtheora (1.1.1-2)
    [2012-07-29 17:00] installed libglapi (8.0.4-2)
    [2012-07-29 17:00] installed khrplatform-devel (8.0.4-2)
    [2012-07-29 17:00] installed libegl (8.0.4-2)
    [2012-07-29 17:00] installed libva (1.1.0-1)
    [2012-07-29 17:00] installed libvpx (1.1.0-1)
    [2012-07-29 17:00] installed opencore-amr (0.1.3-1)
    [2012-07-29 17:00] installed openjpeg (1.5.0-1)
    [2012-07-29 17:00] installed rtmpdump (2.4-1)
    [2012-07-29 17:00] installed schroedinger (1.0.11-1)
    [2012-07-29 17:00] installed speex (1.2rc1-2)
    [2012-07-29 17:00] installed x264 (20120705-1)
    [2012-07-29 17:00] installed xvidcore (1.3.2-1)
    [2012-07-29 17:00] installed ffmpeg (1:0.11.1-1)
    [2012-07-29 17:00] installed libmms (0.6.2-1)
    [2012-07-29 17:00] installed libzen (0.4.26-1)
    [2012-07-29 17:00] installed libmediainfo (0.7.58-1)
    [2012-07-29 17:00] installed recode (3.6-7)
    [2012-07-29 17:00] installed enca (1.13-2)
    [2012-07-29 17:00] installed a52dec (0.7.4-6)
    [2012-07-29 17:00] installed libdca (0.0.5-3)
    [2012-07-29 17:00] installed talloc (2.0.7-1)
    [2012-07-29 17:00] installed libwbclient (3.6.6-1)
    [2012-07-29 17:00] installed libcap-ng (0.6.6-1)
    [2012-07-29 17:00] installed cifs-utils (5.5-1)
    [2012-07-29 17:00] installed tdb (1.2.9-2)
    [2012-07-29 17:00] installed smbclient (3.6.6-1)
    [2012-07-29 17:00] installed libmad (0.15.1b-6)
    [2012-07-29 17:00] installed fribidi (0.19.2-2)
    [2012-07-29 17:00] installed libmp4v2 (2.0.0-2)
    [2012-07-29 17:00] installed faac (1.28-4)
    [2012-07-29 17:00] installed faad2 (2.7-3)
    [2012-07-29 17:00] installed mpg123 (1.14.4-1)
    [2012-07-29 17:00] installed libass (0.10.0-3)
    [2012-07-29 17:00] installed libbluray (0.2.2-1)
    [2012-07-29 17:00] installed libcddb (1.3.2-3)
    [2012-07-29 17:00] installed libcdio (0.83-1)
    [2012-07-29 17:00] installed mencoder (35014-1)
    [2012-07-29 17:00] installed libftdi (0.20-1)
    [2012-07-29 17:00] installed libirman (0.4.5-3)
    [2012-07-29 17:00] installed lirc-utils (1:0.9.0-22)
    [2012-07-29 17:00] installed gpm (1.20.6-10)
    [2012-07-29 17:00] installed aalib (1.4rc5-9)
    [2012-07-29 17:00] installed jack (0.121.3-6)
    [2012-07-29 17:00] installed libcaca (0.99.beta18-1)
    [2012-07-29 17:00] installed xf86dgaproto (2.1-2)
    [2012-07-29 17:00] installed libxxf86dga (1.1.3-1)
    [2012-07-29 17:00] installed mplayer (35014-1)
    [2012-07-29 17:00] Running 'pacman -U pms-1.60.0-1-x86_64.pkg.tar.xz'
    [2012-07-29 17:00] installed pms (1.60.0-1)
    [2012-07-29 17:20] Running 'pacman -S netstat'
    [2012-07-29 17:31] Running 'pacman -S ntfs-3g'
    [2012-07-29 17:31] installed fuse (2.9.0-1)
    [2012-07-29 17:31] installed ntfs-3g (2012.1.15-3)
    [2012-07-29 17:45] Running 'pacman -S tsmuxer'
    [2012-07-29 17:45] Running 'pacman -S tsMuxeR'
    [2012-07-29 17:45] Running 'pacman --noconfirm --asdeps -S -- lib32-freetype2'
    [2012-07-29 17:45] installed lib32-bzip2 (1.0.6-1)
    [2012-07-29 17:45] installed lib32-freetype2 (2.4.10-1)
    [2012-07-29 17:48] Running 'pacman -U tsmuxer-1.10.6-12-x86_64.pkg.tar.xz'
    [2012-07-29 17:48] The tsmuxer package is licensed software.
    [2012-07-29 17:48] You MUST read and agree to the license stored in
    [2012-07-29 17:48] /opt/tsmuxer/LICENSE before using it.
    [2012-07-29 17:48] installed tsmuxer (1.10.6-12)
    [2012-07-29 18:23] Running 'pacman -S icedtea-web-java7'
    [2012-07-29 18:23] Running 'pacman -S icedtea-web-java6'
    [2012-07-29 18:24] Running 'pacman -S openjre'
    [2012-07-29 18:25] Running 'pacman -S jre'
    [2012-07-29 18:25] Running 'pacman -S icetea-plugin'
    [2012-07-29 18:27] Running 'pacman -S icedtea-web'
    [2012-07-29 18:27] installed icedtea-web (1.2-1)
    [2012-07-29 18:35] Running 'pacman -S ccache'
    [2012-07-29 18:35] installed ccache (3.1.7-1)
    [2012-07-29 18:50] Running 'pacman -S rtorrent'
    [2012-07-29 18:50] installed libsigc++ (2.2.10-2)
    [2012-07-29 18:50] installed libtorrent (0.13.2-2)
    [2012-07-29 18:50] installed xmlrpc-c (1:1.31.02-2)
    [2012-07-29 18:50] installed rtorrent (0.9.2-2)
    [2012-07-29 18:52] Running 'pacman -S rutorrent'
    [2012-07-29 18:52] Running 'pacman --noconfirm --asdeps -S -- php'
    [2012-07-29 18:52] installed php (5.4.5-1)
    [2012-07-29 18:52] Running 'pacman -U rutorrent-3.4-2-any.pkg.tar.xz'
    [2012-07-29 18:53] installed rutorrent (3.4-2)
    [2012-07-29 18:53] Running 'pacman -R rtorrent'
    [2012-07-29 18:53] removed rtorrent (0.9.2-2)
    [2012-07-29 18:53] Running 'pacman -S rtorrent-svn'
    [2012-07-29 18:54] Running 'pacman -S rtorrent'
    [2012-07-29 18:54] installed rtorrent (0.9.2-2)
    [2012-07-29 18:54] Running 'pacman -S apache php-apache php-cgi mod-scgi php-xsl rutorrent-plugins php-geoip screen'
    [2012-07-29 18:55] Running 'pacman -S apache php-apache php-cgi php-xsl rutorrent-plugins php-geoip screen'
    [2012-07-29 18:55] Running 'pacman -S apache php-apache php-cgi php-xsl php-geoip screen'
    [2012-07-29 18:55] installed apr (1.4.6-1)
    [2012-07-29 18:55] installed unixodbc (2.3.1-1)
    [2012-07-29 18:55] installed apr-util (1.4.1-1)
    [2012-07-29 18:55] installed apache (2.2.22-4)
    [2012-07-29 18:55] installed php-apache (5.4.5-1)
    [2012-07-29 18:55] installed php-cgi (5.4.5-1)
    [2012-07-29 18:55] installed php-xsl (5.4.5-1)
    [2012-07-29 18:55] installed geoip-database (20120706-1)
    [2012-07-29 18:55] installed geoip (1.4.8-2)
    [2012-07-29 18:55] installed php-geoip (1.0.8-2)
    [2012-07-29 18:55] installed screen (4.0.3-13)
    [2012-07-29 19:03] Running 'pacman -U mod_scgi-1.14-1-x86_64.pkg.tar.xz'
    [2012-07-29 19:03] installed mod_scgi (1.14-1)
    [2012-07-29 19:03] Running 'pacman -U rutorrent-plugins-3.4-2-any.pkg.tar.xz'
    [2012-07-29 19:03] installed rutorrent-plugins (3.4-2)
    [2012-07-29 19:04] Running 'pacman -U rutorrent-3.4-2-any.pkg.tar.xz'
    [2012-07-29 19:04] upgraded rutorrent (3.4-2 -> 3.4-2)
    [2012-07-29 19:46] Running 'pacman -S unrar unzip'
    [2012-07-29 19:46] installed unrar (4.2.4-1)
    [2012-07-29 19:46] upgraded unzip (6.0-6 -> 6.0-6)
    [2012-07-29 20:00] Running 'pacman -S php-apache mysql'
    [2012-07-29 20:02] upgraded php-apache (5.4.5-1 -> 5.4.5-1)
    [2012-07-29 20:02] installed libmysqlclient (5.5.25.a-1)
    [2012-07-29 20:02] installed mysql-clients (5.5.25.a-1)
    [2012-07-29 20:02] Installing MySQL system tables...
    [2012-07-29 20:02] OK
    [2012-07-29 20:02] Filling help tables...
    [2012-07-29 20:02] OK
    [2012-07-29 20:02]
    [2012-07-29 20:02] To start mysqld at boot time you have to copy
    [2012-07-29 20:02] support-files/mysql.server to the right place for your system
    [2012-07-29 20:02]
    [2012-07-29 20:02] PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER !
    [2012-07-29 20:02] To do so, start the server, then issue the following commands:
    [2012-07-29 20:02]
    [2012-07-29 20:02] /usr/bin/mysqladmin -u root password 'new-password'
    [2012-07-29 20:02] /usr/bin/mysqladmin -u root -h arch-shauder password 'new-password'
    [2012-07-29 20:02]
    [2012-07-29 20:02] Alternatively you can run:
    [2012-07-29 20:02] /usr/bin/mysql_secure_installation
    [2012-07-29 20:02]
    [2012-07-29 20:02] which will also give you the option of removing the test
    [2012-07-29 20:02] databases and anonymous user created by default. This is
    [2012-07-29 20:02] strongly recommended for production servers.
    [2012-07-29 20:02]
    [2012-07-29 20:02] See the manual for more instructions.
    [2012-07-29 20:02]
    [2012-07-29 20:02] You can start the MySQL daemon with:
    [2012-07-29 20:02] cd /usr ; /usr/bin/mysqld_safe &
    [2012-07-29 20:02]
    [2012-07-29 20:02] You can test the MySQL daemon with mysql-test-run.pl
    [2012-07-29 20:02] cd /usr/mysql-test ; perl mysql-test-run.pl
    [2012-07-29 20:02]
    [2012-07-29 20:02] Please report any problems with the /usr/scripts/mysqlbug script!
    [2012-07-29 20:02]
    [2012-07-29 20:02] installed mysql (5.5.25.a-1)
    [2012-07-29 20:49] Running 'pacman -Syyu'
    [2012-07-29 20:49] synchronizing package lists
    [2012-07-29 20:50] starting full system upgrade
    [2012-07-29 20:52] upgraded readline (6.2.003-2 -> 6.2.004-1)
    [2012-07-29 20:52] upgraded bash (4.2.036-1 -> 4.2.037-1)
    [2012-07-29 20:52] upgraded bison (2.5.1-1 -> 2.6-1)
    [2012-07-29 20:52] upgraded lib32-gcc-libs (4.7.1-4.1 -> 4.7.1-5)
    [2012-07-29 20:52] upgraded gcc-libs-multilib (4.7.1-4.1 -> 4.7.1-5)
    [2012-07-29 20:52] upgraded gnutls (3.0.21-1 -> 3.0.21-2)
    [2012-07-29 20:52] upgraded libpng (1.5.11-1 -> 1.5.12-1)
    [2012-07-29 20:52] upgraded libcups (1.5.3-5 -> 1.5.4-1)
    [2012-07-29 20:52] upgraded gtk-update-icon-cache (2.24.10-3 -> 2.24.11-2)
    [2012-07-29 20:52] upgraded gtk2 (2.24.10-3 -> 2.24.11-2)
    [2012-07-29 20:52] upgraded chromium (20.0.1132.57-1 -> 20.0.1132.57-2)
    [2012-07-29 20:52] warning: /etc/protocols installed as /etc/protocols.pacnew
    [2012-07-29 20:52] warning: /etc/services installed as /etc/services.pacnew
    [2012-07-29 20:52] upgraded iana-etc (2.30-2 -> 2.30-3)
    [2012-07-29 20:52] upgraded filesystem (2012.6-4 -> 2012.7-1)
    [2012-07-29 20:52] upgraded libsystemd (186-2 -> 187-2)
    [2012-07-29 20:52] upgraded glib2 (2.32.3-1 -> 2.32.4-1)
    [2012-07-29 20:52] upgraded systemd-tools (186-2 -> 187-2)
    [2012-07-29 20:52] upgraded dbus-core (1.6.2-2 -> 1.6.4-1)
    [2012-07-29 20:52] upgraded dbus (1.6.2-1 -> 1.6.4-1)
    [2012-07-29 20:52] upgraded flex (2.5.35-5 -> 2.5.36-1)
    [2012-07-29 20:52] upgraded gcc-multilib (4.7.1-4.1 -> 4.7.1-5)
    [2012-07-29 20:52] upgraded git (1.7.11.2-1 -> 1.7.11.3-1)
    [2012-07-29 20:52] upgraded glproto (1.4.15-1 -> 1.4.16-1)
    [2012-07-29 20:52] upgraded gtk3 (3.4.3-1 -> 3.4.4-1)
    [2012-07-29 20:52] upgraded icu (49.1.2-1 -> 49.1.2-2)
    [2012-07-29 20:52] warning: /etc/rc.conf installed as /etc/rc.conf.pacnew
    [2012-07-29 20:52] upgraded initscripts (2012.06.3-2 -> 2012.07.5-1)
    [2012-07-29 20:52] upgraded lib32-readline (6.2.003-1 -> 6.2.004-1)
    [2012-07-29 20:52] >>> Updating module dependencies. Please wait ...
    [2012-07-29 20:52] >>> Generating initial ramdisk, using mkinitcpio. Please wait...
    [2012-07-29 20:52] ==> Building image from preset: 'default'
    [2012-07-29 20:52] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
    [2012-07-29 20:52] ==> Starting build: 3.4.6-1-ARCH
    [2012-07-29 20:52] -> Running build hook: [base]
    [2012-07-29 20:52] -> Running build hook: [udev]
    [2012-07-29 20:52] -> Running build hook: [autodetect]
    [2012-07-29 20:52] -> Running build hook: [pata]
    [2012-07-29 20:52] -> Running build hook: [scsi]
    [2012-07-29 20:52] -> Running build hook: [sata]
    [2012-07-29 20:52] -> Running build hook: [filesystems]
    [2012-07-29 20:52] -> Running build hook: [usbinput]
    [2012-07-29 20:52] -> Running build hook: [fsck]
    [2012-07-29 20:52] ==> Generating module dependencies
    [2012-07-29 20:52] ==> Creating gzip initcpio image: /boot/initramfs-linux.img
    [2012-07-29 20:52] ==> Image generation successful
    [2012-07-29 20:52] ==> Building image from preset: 'fallback'
    [2012-07-29 20:52] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
    [2012-07-29 20:52] ==> Starting build: 3.4.6-1-ARCH
    [2012-07-29 20:52] -> Running build hook: [base]
    [2012-07-29 20:52] -> Running build hook: [udev]
    [2012-07-29 20:52] -> Running build hook: [pata]
    [2012-07-29 20:52] -> Running build hook: [scsi]
    [2012-07-29 20:52] -> Running build hook: [sata]
    [2012-07-29 20:52] -> Running build hook: [filesystems]
    [2012-07-29 20:52] -> Running build hook: [usbinput]
    [2012-07-29 20:52] -> Running build hook: [fsck]
    [2012-07-29 20:52] ==> Generating module dependencies
    [2012-07-29 20:52] ==> Creating gzip initcpio image: /boot/initramfs-linux-fallback.img
    [2012-07-29 20:52] ==> Image generation successful
    [2012-07-29 20:52] upgraded linux (3.4.5-1 -> 3.4.6-1)
    [2012-07-29 20:52] upgraded linux-api-headers (3.4.4-1 -> 3.4.6-1)
    [2012-07-29 20:52] upgraded mesa (8.0.4-1 -> 8.0.4-2)
    [2012-07-29 20:52] upgraded nvidia (302.17-3 -> 302.17-4)
    [2012-07-29 20:52] upgraded tzdata (2012c-1 -> 2012d-1)
    [2012-07-29 20:52] upgraded xf86-input-evdev (2.7.0-2 -> 2.7.1-1)
    [2012-08-03 12:40] Running 'pacman -S filezilla'
    [2012-08-03 12:40] installed wxgtk (2.8.12.1-3)
    [2012-08-03 12:40] installed libidn (1.25-1)
    [2012-08-03 12:40] installed filezilla (3.5.3-1)
    [2012-08-06 13:55] Running 'pacman -R openjdk'
    [2012-08-06 13:55] Running 'pacman -R openjdk6'
    [2012-08-06 13:55] Running 'pacman -R icedtea-web'
    [2012-08-06 13:55] removed icedtea-web (1.2-1)
    [2012-08-06 13:56] Running 'pacman -S jdk'
    [2012-08-06 13:57] Running 'pacman --asdeps -U jre-7.5-2-x86_64.pkg.tar.xz'
    [2012-08-06 13:58] removed openjdk6 (6.b24_1.11.3-1)
    [2012-08-06 13:58]
    [2012-08-06 13:58] The jre package is licensed software.
    [2012-08-06 13:58] You MUST read and agree to the license stored in
    [2012-08-06 13:58] /usr/share/licenses/jre/LICENSE before using it.
    [2012-08-06 13:58] Please relogin to include jre in your PATH.
    [2012-08-06 13:58]
    [2012-08-06 13:58] installed jre (7.5-2)
    [2012-08-06 14:01] Running 'pacman -U jdk-7.5-2-x86_64.pkg.tar.xz'
    [2012-08-06 14:01]
    [2012-08-06 14:01] The jdk package is licensed software.
    [2012-08-06 14:01] You MUST read and agree to the license stored in
    [2012-08-06 14:01] /usr/share/licenses/jdk/LICENSE before using it.
    [2012-08-06 14:01] Please relogin to include jdk in your PATH.
    [2012-08-06 14:01]
    [2012-08-06 14:01] installed jdk (7.5-2)
    [2012-08-06 14:14] Running 'pacman --asdeps -U jre6-6u33-b04-x86_64.pkg.tar.xz'
    [2012-08-06 14:15] Running 'pacman -R jdk jre'
    [2012-08-06 14:16] Running 'pacman -U jre6-6u33-b04-x86_64.pkg.tar.xz'
    [2012-08-06 14:17] Running 'pacman -Rdd jdk jre'
    [2012-08-06 14:17] removed jdk (7.5-2)
    [2012-08-06 14:17] removed jre (7.5-2)
    [2012-08-06 14:19] Running 'pacman --asdeps -U jre6-6u33-b04-x86_64.pkg.tar.xz'
    [2012-08-06 14:19] The jre package is licensed software.
    [2012-08-06 14:19] You MUST read and agree to the license stored in
    [2012-08-06 14:19] /opt/java/jre/LICENSE before using it.
    [2012-08-06 14:19] Please relogin to include jre in your PATH.
    [2012-08-06 14:19] installed jre6 (6u33-b04)
    [2012-08-06 14:21] Running 'pacman -U jdk6-6u33-b04-x86_64.pkg.tar.xz'
    [2012-08-06 14:21] The jdk package is licensed software.
    [2012-08-06 14:21] You MUST read and agree to the license stored in
    [2012-08-06 14:21] /opt/java/LICENSE before using it.
    [2012-08-06 14:21] Please relogin to include jdk in your PATH
    [2012-08-06 14:21] installed jdk6 (6u33-b04)
    [2012-08-06 14:23] Running 'pacman -U jre6-6u33-b04-x86_64.pkg.tar.xz'
    [2012-08-06 14:54] upgraded jre6 (6u33-b04 -> 6u33-b04)
    [2012-08-06 17:23] Running 'pacman -S gimp'
    [2012-08-06 17:23] installed lcms (1.19-2)
    [2012-08-06 17:23] Updating font cache... done.
    [2012-08-06 17:23] installed gsfonts (1.0.7pre44-3)
    [2012-08-06 17:23] installed libwmf (0.2.8.4-9)
    [2012-08-06 17:23] installed libcroco (0.6.5-1)
    [2012-08-06 17:23] installed librsvg (2.36.1-1)
    [2012-08-06 17:23] installed babl (0.1.10-1)
    [2012-08-06 17:23] installed gegl (0.2.0-2)
    [2012-08-06 17:23] installed freeglut (2.8.0-1)
    [2012-08-06 17:23] installed jasper (1.900.1-7)
    [2012-08-06 17:23] installed gimp (2.8.0-2)
    [2012-08-06 18:25] Running 'pacman -Sy'
    [2012-08-06 18:25] synchronizing package lists
    [2012-08-06 18:25] Running 'pacman -S yaourt'
    [2012-08-06 18:28] Running 'pacman -Sy'
    [2012-08-06 18:28] synchronizing package lists
    [2012-08-06 18:28] Running 'pacman -S lib32-gcc-libs lib32-glibc lib32-libx11 lib32-libxau lib32-libxcb lib32-libxdmcp lib32-libxext lib32-libxrender lib32-alsa-lib lib32-libstdc++5 lib32-libxv lib32-ncurses lib32-openal lib32-sdl lib32-zlib swt'
    [2012-08-06 18:29] Running 'pacman -Sy'
    [2012-08-06 18:29] synchronizing package lists
    [2012-08-06 18:29] Running 'pacman -S lib32-gcc-libs lib32-glibc lib32-libx11 lib32-libxau lib32-libxcb lib32-libxdmcp lib32-libxext lib32-libxrender lib32-alsa-lib lib32-libstdc++5 lib32-libxv lib32-ncurses lib32-openal lib32-sdl lib32-zlib swt'
    [2012-08-06 18:32] Running 'pacman --noconfirm --asdeps -S -- yajl'
    [2012-08-06 21:50] Running 'pacman -U jdk6-6u33-b04-x86_64.pkg.tar.xz'
    [2012-08-06 21:51] Running 'pacman -Rdd jdk6 jre6'
    [2012-08-06 21:51] removed jdk6 (6u33-b04)
    [2012-08-06 21:51] removed jre6 (6u33-b04)
    [2012-08-06 21:54] Running 'pacman -U sun-java6-6u32-1-x86_64.pkg.tar.xz'
    [2012-08-06 21:54] The sun-java6 package is licensed software.
    [2012-08-06 21:54] You MUST read and agree to the license stored in
    [2012-08-06 21:54] /opt/sun-java6/LICENSE before using it.
    [2012-08-06 21:54]
    [2012-08-06 21:54] Use '. /opt/sun-java6/envsetup.sh' to setup environment.
    [2012-08-06 21:54] installed sun-java6 (6u32-1)
    [2012-08-06 21:59] Running 'pacman -Syu'
    [2012-08-06 21:59] synchronizing package lists
    [2012-08-06 21:59] starting full system upgrade
    [2012-08-06 22:00] Running 'pacman -Sy'
    [2012-08-06 22:00] synchronizing package lists
    [2012-08-06 22:00] Running 'pacman -S yaourt'
    [2012-08-06 22:00] installed yajl (2.0.4-1)
    [2012-08-06 22:00] installed package-query (1.0.1-1)
    [2012-08-06 22:00] installed yaourt (1.1-1)
    [2012-08-06 22:00] Running 'pacman -S extra/schedtool community/esdl'
    [2012-08-06 22:00] upgraded schedtool (1.3.0-2 -> 1.3.0-2)
    [2012-08-06 22:00] upgraded esdl (2:1.2-1 -> 2:1.2-1)
    [2012-08-06 22:00] Running 'pacman -S extra/schedtool community/esdl'
    [2012-08-06 22:00] upgraded schedtool (1.3.0-2 -> 1.3.0-2)
    [2012-08-06 22:00] upgraded esdl (2:1.2-1 -> 2:1.2-1)
    [2012-08-06 22:00] Running 'pacman -S --asdeps --needed extra/jdk7-openjdk'
    [2012-08-06 22:01] installed java-rhino (1.7R3-3)
    [2012-08-06 22:01] installed jre7-openjdk-headless (7.u5_2.2.1-1)
    [2012-08-06 22:01] when you use a non-reparenting window manager
    [2012-08-06 22:01] set _JAVA_AWT_WM_NONREPARENTING=1 in
    [2012-08-06 22:01] /etc/profile.d/jre.sh
    [2012-08-06 22:01] installed jre7-openjdk (7.u5_2.2.1-1)
    [2012-08-06 22:01] installed jdk7-openjdk (7.u5_2.2.1-1)
    [2012-08-06 22:02] Running 'pacman -U /tmp/yaourt-tmp-shauder/PKGDEST.kJz/android-apktool-1.4.9-1-x86_64.pkg.tar.xz'
    [2012-08-06 22:02] installed android-apktool (1.4.9-1)
    [2012-08-06 22:04] Running 'pacman -U /tmp/yaourt-tmp-shauder/PKGDEST.ubB/android-sdk-r20.0.1-1-x86_64.pkg.tar.xz'
    [2012-08-06 22:05] You need to source /etc/profile or relogin to add the Android SDK tools to your path.
    [2012-08-06 22:05] The android group has been removed, install android packages as root.
    [2012-08-06 22:05] upgraded android-sdk (r20-2 -> r20.0.1-1)
    [2012-08-06 22:08] Running 'pacman -U /tmp/yaourt-tmp-shauder/PKGDEST.g9s/android-sdk-platform-tools-r14-1-any.pkg.tar.xz'
    [2012-08-06 22:08] upgraded android-sdk-platform-tools (r12-1 -> r14-1)
    [2012-08-06 22:08] Running 'pacman -S --asdeps --needed extra/libmtp'
    [2012-08-06 22:08] installed libmtp (1.1.3-1)
    [2012-08-06 22:08] Running 'pacman -U /tmp/yaourt-tmp-shauder/PKGDEST.0Uc/android-udev-1.3-4-any.pkg.tar.xz'
    [2012-08-06 22:08] ===> In order to use adb, you have to be in the 'adbusers' group
    [2012-08-06 22:08] ===> For that, use: gpasswd -a USERNAME adbusers
    [2012-08-06 22:08] installed android-udev (1.3-4)
    [2012-08-06 22:08] Running 'pacman -U /tmp/yaourt-tmp-shauder/PKGDEST.n8w/fastboot-20110628-2-any.pkg.tar.xz'
    [2012-08-06 22:08] installed fastboot (20110628-2)
    [2012-08-06 22:09] Running 'pacman -U /tmp/yaourt-tmp-shauder/PKGDEST.aCT/pngcrush-1.7.35-1-x86_64.pkg.tar.xz'
    [2012-08-06 22:09] upgraded pngcrush (1.7.31-1 -> 1.7.35-1)
    [2012-08-06 22:09] Running 'pacman -U /tmp/yaourt-tmp-shauder/PKGDEST.ZNg/repo-git-20120806-1-x86_64.pkg.tar.xz'
    [2012-08-06 22:10] Running 'pacman -S abs base-devel perl git gnupg flex bison gperf zip unzip sdl wxgtk squashfs-tools ncurses libpng zlib libusb libusb-compat readline alsa-lib openal'
    [2012-08-06 22:11] Running 'pacman -S lib32-gcc-libs lib32-glibc lib32-libx11 lib32-libxau lib32-libxcb lib32-libxdmcp lib32-libxext lib32-libxrender lib32-alsa-lib lib32-libstdc++5 lib32-libxv lib32-ncurses lib32-openal lib32-sdl lib32-zlib swt'
    [2012-08-06 22:11] upgraded lib32-glibc (2.16.0-2 -> 2.16.0-2)
    [2012-08-06 22:11] upgraded lib32-gcc-libs (4.7.1-5 -> 4.7.1-5)
    [2012-08-06 22:11] upgraded lib32-libxdmcp (1.1.1-1 -> 1.1.1-1)
    [2012-08-06 22:11] upgraded lib32-libxau (1.0.7-1 -> 1.0.7-1)
    [2012-08-06 22:11] upgraded lib32-libxcb (1.8.1-2 -> 1.8.1-2)
    [2012-08-06 22:11] upgraded lib32-libx11 (1.5.0-1 -> 1.5.0-1)
    [2012-08-06 22:11] upgraded lib32-libxext (1.3.1-1 -> 1.3.1-1)
    [2012-08-06 22:11] upgraded lib32-libxrender (0.9.7-1 -> 0.9.7-1)
    [2012-08-06 22:11] upgraded lib32-alsa-lib (1.0.25-1 -> 1.0.25-1)
    [2012-08-06 22:11] upgraded lib32-libstdc++5 (3.3.6-6 -> 3.3.6-6)
    [2012-08-06 22:11] upgraded lib32-libxv (1.0.7-1 -> 1.0.7-1)
    [2012-08-06 22:11] upgraded lib32-ncurses (5.9-1 -> 5.9-1)
    [2012-08-06 22:11] upgraded lib32-openal (1.14-1 -> 1.14-1)
    [2012-08-06 22:11] upgraded lib32-sdl (1.2.15-2 -> 1.2.15-2)
    [2012-08-06 22:11] upgraded lib32-zlib (1.2.7-1 -> 1.2.7-1)
    [2012-08-06 22:11] upgraded swt (3.7.2-1 -> 3.7.2-1)
    [2012-08-06 22:11] Running 'pacman -S gcc-multilib gcc-libs-multilib binutils-multilib libtool-multilib lib32-readline lib32-glibc lib32-zlib'
    [2012-08-06 22:12] Running 'pacman -U /tmp/yaourt-tmp-shauder/PKGDEST.u2K/lib32-libusb-1.0.9-1-x86_64.pkg.tar.xz'
    [2012-08-06 22:12] installed lib32-libusb (1.0.9-1)
    [2012-08-06 22:12] Running 'pacman -U /tmp/yaourt-tmp-shauder/PKGDEST.ENc/lib32-libusb-compat-0.1.4-2-x86_64.pkg.tar.xz'
    [2012-08-06 22:12] installed lib32-libusb-compat (0.1.4-2)
    [2012-08-06 22:16] Running 'pacman -S ps3mediaserver'
    [2012-08-06 22:17] Running 'pacman -U /tmp/yaourt-tmp-shauder/PKGDEST.WIi/pms-1.60.0-2-x86_64.pkg.tar.xz'
    [2012-08-06 22:17] upgraded pms (1.60.0-1 -> 1.60.0-2)
    [2012-08-06 22:18] Running 'pacman -Syu'
    [2012-08-06 22:18] synchronizing package lists
    [2012-08-06 22:18] starting full system upgrade
    [2012-08-06 22:18] Running 'pacman -Syu'
    [2012-08-06 22:18] synchronizing package lists
    [2012-08-06 22:18] starting full system upgrade
    [2012-08-06 22:20] upgraded bison (2.6-1 -> 2.6.2-1)
    [2012-08-06 22:20] upgraded chromium (20.0.1132.57-2 -> 21.0.1180.57-1)
    [2012-08-06 22:20] upgraded libldap (2.4.31-4 -> 2.4.32-1)
    [2012-08-06 22:20] upgraded krb5 (1.10.2-2 -> 1.10.2-3)
    [2012-08-06 22:20] upgraded cifs-utils (5.5-1 -> 5.6-2)
    [2012-08-06 22:20] upgraded cryptsetup (1.4.3-1 -> 1.5.0-1)
    [2012-08-06 22:20] upgraded curl (7.26.0-1 -> 7.27.0-1)
    [2012-08-06 22:20] upgraded flex (2.5.36-1 -> 2.5.37-1)
    [2012-08-06 22:20] upgraded fuse (2.9.0-1 -> 2.9.1-1)
    [2012-08-06 22:20] upgraded git (1.7.11.3-1 -> 1.7.11.4-1)
    [2012-08-06 22:20] upgraded gnutls (3.0.21-2 -> 3.0.22-1)
    [2012-08-06 22:20] upgraded hwids (20120711-1 -> 20120730-1)
    [2012-08-06 22:20] upgraded nvidia-utils (302.17-1 -> 304.32-1)
    [2012-08-06 22:20] upgraded lib32-nvidia-utils (302.17-1 -> 304.32-1)
    [2012-08-06 22:20] upgraded libcups (1.5.4-1 -> 1.6.1-2)
    [2012-08-06 22:20] upgraded libmysqlclient (5.5.25.a-1 -> 5.5.27-1)
    [2012-08-06 22:20] upgraded libsystemd (187-2 -> 187-4)
    [2012-08-06 22:20] upgraded libthai (0.1.17-1 -> 0.1.18-1)
    [2012-08-06 22:20] upgraded systemd-tools (187-2 -> 187-4)
    [2012-08-06 22:20] upgraded mkinitcpio (0.9.2-2 -> 0.10-1)
    [2012-08-06 22:20] >>> Updating module dependencies. Please wait ...
    [2012-08-06 22:20] >>> Generating initial ramdisk, using mkinitcpio. Please wait...
    [2012-08-06 22:20] ==> Building image from preset: 'default'
    [2012-08-06 22:20] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
    [2012-08-06 22:20] ==> Starting build: 3.4.7-1-ARCH
    [2012-08-06 22:20] -> Running build hook: [base]
    [2012-08-06 22:20] -> Running build hook: [udev]
    [2012-08-06 22:20] -> Running build hook: [autodetect]
    [2012-08-06 22:20] -> Running build hook: [pata]
    [2012-08-06 22:20] -> Running build hook: [scsi]
    [2012-08-06 22:20] -> Running build hook: [sata]
    [2012-08-06 22:20] -> Running build hook: [filesystems]
    [2012-08-06 22:20] -> Running build hook: [usbinput]
    [2012-08-06 22:20] -> Running build hook: [fsck]
    [2012-08-06 22:20] ==> Generating module dependencies
    [2012-08-06 22:20] ==> Creating gzip initcpio image: /boot/initramfs-linux.img
    [2012-08-06 22:20] ==> Image generation successful
    [2012-08-06 22:20] ==> Building image from preset: 'fallback'
    [2012-08-06 22:20] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
    [2012-08-06 22:20] ==> Starting build: 3.4.7-1-ARCH
    [2012-08-06 22:20] -> Running build hook: [base]
    [2012-08-06 22:20] -> Running build hook: [udev]
    [2012-08-06 22:20] -> Running build hook: [pata]
    [2012-08-06 22:20] -> Running build hook: [scsi]
    [2012-08-06 22:20] -> Running build hook: [sata]
    [2012-08-06 22:20] -> Running build hook: [filesystems]
    [2012-08-06 22:20] -> Running build hook: [usbinput]
    [2012-08-06 22:20] -> Running build hook: [fsck]
    [2012-08-06 22:20] ==> Generating module dependencies
    [2012-08-06 22:20] ==> Creating gzip initcpio image: /boot/initramfs-linux-fallback.img
    [2012-08-06 22:20] ==> Image generation successful
    [2012-08-06 22:20] upgraded linux (3.4.6-1 -> 3.4.7-1)
    [2012-08-06 22:20] upgraded mysql-clients (5.5.25.a-1 -> 5.5.27-1)
    [2012-08-06 22:20] upgraded mysql (5.5.25.a-1 -> 5.5.27-1)
    [2012-08-06 22:20] upgraded nspr (4.9.1-1 -> 4.9.2-1)
    [2012-08-06 22:20] upgraded nvidia (302.17-4 -> 304.32-1)
    [2012-08-06 22:20] upgraded tzdata (2012d-1 -> 2012e-1)
    [2012-08-06 22:20] upgraded xf86-input-evdev (2.7.1-1 -> 2.7.2-1)
    [2012-08-06 22:23] Running 'pacman -S openjdk'
    [2012-08-06 22:23] Running 'pacman -S jdk7-openjdk'
    [2012-08-06 22:24] upgraded jdk7-openjdk (7.u5_2.2.1-1 -> 7.u5_2.2.1-1)
    [2012-08-06 22:24] Running 'pacman -S jre7-openjdk'
    [2012-08-06 22:24] upgraded jre7-openjdk (7.u5_2.2.1-1 -> 7.u5_2.2.1-1)
    [2012-08-06 22:25] Running 'pacman -R pms'
    [2012-08-06 22:25] warning: /opt/pms/PMS.conf saved as /opt/pms/PMS.conf.pacsave
    [2012-08-06 22:25] removed pms (1.60.0-2)
    [2012-08-06 22:26] Running 'pacman -U /tmp/yaourt-tmp-shauder/PKGDEST.QTF/pms-1.60.0-2-x86_64.pkg.tar.xz'
    [2012-08-06 22:26] installed pms (1.60.0-2)
    [2012-08-06 22:26] Running 'pacman -S vlc'
    [2012-08-06 22:26] installed libdvbpsi (0.2.2-1)
    [2012-08-06 22:26] installed sdl_image (1.2.12-2)
    [2012-08-06 22:26] installed libdvdread (4.2.0-1)
    [2012-08-06 22:26] installed libdvdnav (4.2.0-2)
    [2012-08-06 22:26] installed libkate (0.4.1-3)
    [2012-08-06 22:26] installed libtiger (0.3.4-3)
    [2012-08-06 22:26] installed libebml (1.2.2-2)
    [2012-08-06 22:26] installed libmatroska (1.3.0-2)
    [2012-08-06 22:26] installed zvbi (0.2.33-4)
    [2012-08-06 22:26] installed taglib (1.7.2-2)
    [2012-08-06 22:26] installed libmpcdec (1.2.6-3)
    [2012-08-06 22:26] installed libupnp (1.6.17-1)
    [2012-08-06 22:26] installed libshout (1:2.3.0-1)
    [2012-08-06 22:26] installed libmpeg2 (0.5.1-3)
    [2012-08-06 22:26] installed libmodplug (0.8.8.4-1)
    [2012-08-06 22:26] installed ttf-freefont (20120503-1)
    [2012-08-06 22:26] installed vlc (2.0.3-2)
    [2012-08-06 22:26] Running 'pacman -S lib32-gcc-libs lib32-glibc'
    [2012-08-06 22:26] upgraded lib32-glibc (2.16.0-2 -> 2.16.0-2)
    [2012-08-06 22:26] upgraded lib32-gcc-libs (4.7.1-5 -> 4.7.1-5)
    [2012-08-07 11:44] Running 'pacman --noconfirm --asdeps -S -- pacman-color'
    [2012-08-07 11:44] installed pacman-color (4.0.3-1)
    [2012-08-07 11:44] Running 'pacman -U packer-color-20120807-1-any.pkg.tar.xz'
    [2012-08-07 11:44] installed packer-color (20120807-1)
    [2012-08-07 11:50] Running 'pacman-color -S packer'
    [2012-08-07 15:50] Running 'pacman -Syyu'
    [2012-08-07 15:50] synchronizing package lists
    [2012-08-07 15:50] starting full system upgrade
    [2012-08-07 15:50] upgraded libwbclient (3.6.6-1 -> 3.6.7-1)
    [2012-08-07 15:51] upgraded smbclient (3.6.6-1 -> 3.6.7-1)
    [2012-08-07 15:51] Running 'pacman -Sy'
    [2012-08-07 15:51] synchronizing package lists
    [2012-08-07 15:51] Running 'pacman -U /tmp/yaourt-tmp-shauder/PKGDEST.77j/rutorrent-plugins-3.4-3-any.pkg.tar.xz'
    [2012-08-07 15:51] upgraded rutorrent-plugins (3.4-2 -> 3.4-3)
    [2012-08-07 15:51] Running 'pacman -Sy'
    [2012-08-07 15:51] synchronizing package lists
    [2012-08-07 16:02] Running 'pacman-color -S crontab'
    [2012-08-07 16:02] Running 'pacman-color -S cronjob'
    [2012-08-07 16:02] Running 'pacman-color -S cron'
    [2012-08-07 16:02] upgraded cronie (1.4.8-2 -> 1.4.8-2)
    [2012-08-07 16:04] Running 'pacman-color -S cronie'
    [2012-08-07 16:05] Running 'pacman-color -S esmtp procmail'
    [2012-08-07 16:05] installed libesmtp (1.0.6-2)
    [2012-08-07 16:05] installed esmtp (1.2-4)
    [2012-08-07 16:05] installed procmail (3.22-5)
    [2012-08-08 12:10] Running 'pacman -Sy'
    [2012-08-08 12:10] synchronizing package lists
    [2012-08-08 12:12] Running 'pacman -U /tmp/yaourt-tmp-shauder/PKGDEST.82R/pms-1.60.0-2-x86_64.pkg.tar.xz'
    [2012-08-08 12:12] upgraded pms (1.60.0-2 -> 1.60.0-2)
    [2012-08-08 18:02] Running 'pacman -R pms'
    [2012-08-08 18:02] removed pms (1.60.0-2)
    [2012-08-08 18:02] Running 'pacman -Sy'
    [2012-08-08 18:02] synchronizing package lists
    [2012-08-08 18:03] Running 'pacman -U /tmp/yaourt-tmp-shauder/PKGDEST.BkP/pms-1.60.0-2-x86_64.pkg.tar.xz'
    [2012-08-08 18:03] installed pms (1.60.0-2)
    [2012-08-08 18:17] Running 'pacman -S extra/icedtea-web'
    [2012-08-08 18:17] Running 'pacman -S extra/icedtea-web-java7'
    [2012-08-08 18:18] installed icedtea-web-java7 (1.2.1-2)
    [2012-08-08 18:36] Running 'pacman -R pms'
    [2012-08-08 1

    shadowlurker wrote:
    It's problem in pam configuration files. You need to create files useradd, userdel, groupadd and groupdel in /etc/pam.d/ directory with following content:
    auth sufficient pam_rootok.so
    auth required pam_unix.so
    account required pam_unix.so
    session required pam_unix.so
    password required pam_permit.so
    You da man! I also had to add grpconv and chage to get filesystem working but all seems well now thanks!
    Doug piston had me try something that I think will help anyone else who has this problem.  Try re-installing pambase and shadow.  It generated back most of any I was missing.
    Last edited by shauder (2012-11-03 00:55:19)

  • Problem with Intel/ATI Hybrid Graphics

    Hi, I Just got a new laptop with the intel(hd4400)/ati(hd8670m) hybrid graphics. I followed exactly this https://wiki.archlinux.org/index.php/Hy … ons_So_Far, trying to disable my discrete card, but I did not have vgaswitcheroo under /sys/kernel/debug. Then I did a reboot, it stopped booting after FSCK, no login for me. I did add radeon and i915 to MODULES in /etc/mkinitcpio.conf if that's what you are wondering. I had to chroot with Arch installer and add a basic 20-intel.conf file to be able to boot into my DE.
    dmesg output below shows that I had radeon loaded, but still no vgaswitcheroo directory.
    [ 0.000000] Initializing cgroup subsys cpuset
    [ 0.000000] Initializing cgroup subsys cpu
    [ 0.000000] Initializing cgroup subsys cpuacct
    [ 0.000000] Linux version 3.11.6-1-ARCH (nobody@var-lib-archbuild-extra-x86_64-thomas) (gcc version 4.8.1 20130725 (prerelease) (GCC) ) #1 SMP PREEMPT Fri Oct 18 23:22:36 CEST 2013
    [ 0.000000] Command line: BOOT_IMAGE=/vmlinuz-linux root=/dev/mapper/vg_tf-lv_root rw quiet radeon.dpm=1
    [ 0.000000] e820: BIOS-provided physical RAM map:
    [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000006efff] usable
    [ 0.000000] BIOS-e820: [mem 0x000000000006f000-0x000000000006ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000000070000-0x0000000000087fff] usable
    [ 0.000000] BIOS-e820: [mem 0x0000000000088000-0x00000000000bffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000094d5ffff] usable
    [ 0.000000] BIOS-e820: [mem 0x0000000094d60000-0x0000000095d5ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000095d60000-0x000000009a36efff] usable
    [ 0.000000] BIOS-e820: [mem 0x000000009a36f000-0x000000009aebefff] reserved
    [ 0.000000] BIOS-e820: [mem 0x000000009aebf000-0x000000009afbefff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x000000009afbf000-0x000000009affefff] ACPI data
    [ 0.000000] BIOS-e820: [mem 0x000000009afff000-0x000000009affffff] usable
    [ 0.000000] BIOS-e820: [mem 0x000000009b000000-0x000000009f9fffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fe101000-0x00000000fe112fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000feb00000-0x00000000feb0ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fee00fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000ffc00000-0x00000000ffffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000015f5fffff] usable
    [ 0.000000] NX (Execute Disable) protection: active
    [ 0.000000] efi: EFI v2.31 by INSYDE Corp.
    [ 0.000000] efi: ACPI=0x9affe000 ACPI 2.0=0x9affe014 SMBIOS=0x9aebef98
    [ 0.000000] efi: mem00: type=3, attr=0xf, range=[0x0000000000000000-0x0000000000001000) (0MB)
    [ 0.000000] efi: mem01: type=7, attr=0xf, range=[0x0000000000001000-0x000000000006f000) (0MB)
    [ 0.000000] efi: mem02: type=0, attr=0xf, range=[0x000000000006f000-0x0000000000070000) (0MB)
    [ 0.000000] efi: mem03: type=7, attr=0xf, range=[0x0000000000070000-0x0000000000088000) (0MB)
    [ 0.000000] efi: mem04: type=6, attr=0x800000000000000f, range=[0x0000000000088000-0x000000000009f000) (0MB)
    [ 0.000000] efi: mem05: type=0, attr=0xf, range=[0x000000000009f000-0x00000000000a0000) (0MB)
    [ 0.000000] efi: mem06: type=2, attr=0xf, range=[0x0000000000100000-0x0000000001051000) (15MB)
    [ 0.000000] efi: mem07: type=7, attr=0xf, range=[0x0000000001051000-0x0000000002000000) (15MB)
    [ 0.000000] efi: mem08: type=2, attr=0xf, range=[0x0000000002000000-0x0000000002f51000) (15MB)
    [ 0.000000] efi: mem09: type=7, attr=0xf, range=[0x0000000002f51000-0x000000003737a000) (836MB)
    [ 0.000000] efi: mem10: type=2, attr=0xf, range=[0x000000003737a000-0x00000000379b5000) (6MB)
    [ 0.000000] efi: mem11: type=7, attr=0xf, range=[0x00000000379b5000-0x000000006d8c0000) (863MB)
    [ 0.000000] efi: mem12: type=2, attr=0xf, range=[0x000000006d8c0000-0x0000000092d70000) (596MB)
    [ 0.000000] efi: mem13: type=4, attr=0xf, range=[0x0000000092d70000-0x0000000092d90000) (0MB)
    [ 0.000000] efi: mem14: type=7, attr=0xf, range=[0x0000000092d90000-0x0000000093ee1000) (17MB)
    [ 0.000000] efi: mem15: type=4, attr=0xf, range=[0x0000000093ee1000-0x0000000094d60000) (14MB)
    [ 0.000000] efi: mem16: type=0, attr=0xf, range=[0x0000000094d60000-0x0000000095d60000) (16MB)
    [ 0.000000] efi: mem17: type=7, attr=0xf, range=[0x0000000095d60000-0x0000000095f52000) (1MB)
    [ 0.000000] efi: mem18: type=1, attr=0xf, range=[0x0000000095f52000-0x0000000095f6f000) (0MB)
    [ 0.000000] efi: mem19: type=7, attr=0xf, range=[0x0000000095f6f000-0x0000000097260000) (18MB)
    [ 0.000000] efi: mem20: type=4, attr=0xf, range=[0x0000000097260000-0x0000000097262000) (0MB)
    [ 0.000000] efi: mem21: type=7, attr=0xf, range=[0x0000000097262000-0x0000000097272000) (0MB)
    [ 0.000000] efi: mem22: type=2, attr=0xf, range=[0x0000000097272000-0x000000009727c000) (0MB)
    [ 0.000000] efi: mem23: type=4, attr=0xf, range=[0x000000009727c000-0x0000000097c77000) (9MB)
    [ 0.000000] efi: mem24: type=7, attr=0xf, range=[0x0000000097c77000-0x0000000097c7a000) (0MB)
    [ 0.000000] efi: mem25: type=4, attr=0xf, range=[0x0000000097c7a000-0x0000000097c81000) (0MB)
    [ 0.000000] efi: mem26: type=7, attr=0xf, range=[0x0000000097c81000-0x0000000097c82000) (0MB)
    [ 0.000000] efi: mem27: type=4, attr=0xf, range=[0x0000000097c82000-0x0000000097db2000) (1MB)
    [ 0.000000] efi: mem28: type=7, attr=0xf, range=[0x0000000097db2000-0x0000000097db3000) (0MB)
    [ 0.000000] efi: mem29: type=4, attr=0xf, range=[0x0000000097db3000-0x0000000097e0a000) (0MB)
    [ 0.000000] efi: mem30: type=3, attr=0xf, range=[0x0000000097e0a000-0x0000000097e17000) (0MB)
    [ 0.000000] efi: mem31: type=4, attr=0xf, range=[0x0000000097e17000-0x0000000097e1f000) (0MB)
    [ 0.000000] efi: mem32: type=3, attr=0xf, range=[0x0000000097e1f000-0x0000000097e20000) (0MB)
    [ 0.000000] efi: mem33: type=4, attr=0xf, range=[0x0000000097e20000-0x0000000097e2c000) (0MB)
    [ 0.000000] efi: mem34: type=3, attr=0xf, range=[0x0000000097e2c000-0x0000000097e34000) (0MB)
    [ 0.000000] efi: mem35: type=4, attr=0xf, range=[0x0000000097e34000-0x0000000097e4c000) (0MB)
    [ 0.000000] efi: mem36: type=7, attr=0xf, range=[0x0000000097e4c000-0x0000000097e4d000) (0MB)
    [ 0.000000] efi: mem37: type=4, attr=0xf, range=[0x0000000097e4d000-0x0000000097e50000) (0MB)
    [ 0.000000] efi: mem38: type=3, attr=0xf, range=[0x0000000097e50000-0x0000000097e57000) (0MB)
    [ 0.000000] efi: mem39: type=4, attr=0xf, range=[0x0000000097e57000-0x0000000097e6e000) (0MB)
    [ 0.000000] efi: mem40: type=3, attr=0xf, range=[0x0000000097e6e000-0x0000000097ee9000) (0MB)
    [ 0.000000] efi: mem41: type=4, attr=0xf, range=[0x0000000097ee9000-0x0000000097efc000) (0MB)
    [ 0.000000] efi: mem42: type=7, attr=0xf, range=[0x0000000097efc000-0x0000000097efd000) (0MB)
    [ 0.000000] efi: mem43: type=4, attr=0xf, range=[0x0000000097efd000-0x0000000097f0b000) (0MB)
    [ 0.000000] efi: mem44: type=7, attr=0xf, range=[0x0000000097f0b000-0x0000000097f0d000) (0MB)
    [ 0.000000] efi: mem45: type=4, attr=0xf, range=[0x0000000097f0d000-0x000000009810f000) (2MB)
    [ 0.000000] efi: mem46: type=3, attr=0xf, range=[0x000000009810f000-0x0000000098111000) (0MB)
    [ 0.000000] efi: mem47: type=4, attr=0xf, range=[0x0000000098111000-0x0000000099f6f000) (30MB)
    [ 0.000000] efi: mem48: type=3, attr=0xf, range=[0x0000000099f6f000-0x000000009a36f000) (4MB)
    [ 0.000000] efi: mem49: type=5, attr=0x800000000000000f, range=[0x000000009a36f000-0x000000009a56f000) (2MB)
    [ 0.000000] efi: mem50: type=6, attr=0x800000000000000f, range=[0x000000009a56f000-0x000000009aabf000) (5MB)
    [ 0.000000] efi: mem51: type=0, attr=0xf, range=[0x000000009aabf000-0x000000009aebf000) (4MB)
    [ 0.000000] efi: mem52: type=10, attr=0xf, range=[0x000000009aebf000-0x000000009afbf000) (1MB)
    [ 0.000000] efi: mem53: type=9, attr=0xf, range=[0x000000009afbf000-0x000000009afff000) (0MB)
    [ 0.000000] efi: mem54: type=4, attr=0xf, range=[0x000000009afff000-0x000000009b000000) (0MB)
    [ 0.000000] efi: mem55: type=7, attr=0xf, range=[0x0000000100000000-0x000000015f600000) (1526MB)
    [ 0.000000] efi: mem56: type=0, attr=0x0, range=[0x00000000000a0000-0x00000000000c0000) (0MB)
    [ 0.000000] efi: mem57: type=0, attr=0x0, range=[0x000000009b000000-0x000000009fa00000) (74MB)
    [ 0.000000] efi: mem58: type=11, attr=0x8000000000000001, range=[0x00000000e0000000-0x00000000f0000000) (256MB)
    [ 0.000000] efi: mem59: type=0, attr=0x0, range=[0x00000000fe101000-0x00000000fe113000) (0MB)
    [ 0.000000] efi: mem60: type=11, attr=0x8000000000000001, range=[0x00000000feb00000-0x00000000feb10000) (0MB)
    [ 0.000000] efi: mem61: type=11, attr=0x8000000000000001, range=[0x00000000fec00000-0x00000000fec01000) (0MB)
    [ 0.000000] efi: mem62: type=11, attr=0x8000000000000001, range=[0x00000000fed00000-0x00000000fed1c000) (0MB)
    [ 0.000000] efi: mem63: type=11, attr=0x8000000000000000, range=[0x00000000fed1c000-0x00000000fed20000) (0MB)
    [ 0.000000] efi: mem64: type=11, attr=0x8000000000000001, range=[0x00000000fed20000-0x00000000fee01000) (0MB)
    [ 0.000000] efi: mem65: type=11, attr=0x8000000000000000, range=[0x00000000ffc00000-0x0000000100000000) (4MB)
    [ 0.000000] SMBIOS 2.7 present.
    [ 0.000000] DMI: Dell Inc. Inspiron 3537/028XKX, BIOS A05 08/30/2013
    [ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
    [ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
    [ 0.000000] No AGP bridge found
    [ 0.000000] e820: last_pfn = 0x15f600 max_arch_pfn = 0x400000000
    [ 0.000000] MTRR default type: uncachable
    [ 0.000000] MTRR fixed ranges enabled:
    [ 0.000000] 00000-9FFFF write-back
    [ 0.000000] A0000-BFFFF uncachable
    [ 0.000000] C0000-E7FFF write-protect
    [ 0.000000] E8000-EFFFF write-combining
    [ 0.000000] F0000-FFFFF write-protect
    [ 0.000000] MTRR variable ranges enabled:
    [ 0.000000] 0 base 0000000000 mask 7F80000000 write-back
    [ 0.000000] 1 base 0080000000 mask 7FE0000000 write-back
    [ 0.000000] 2 base 009B000000 mask 7FFF000000 uncachable
    [ 0.000000] 3 base 009C000000 mask 7FFC000000 uncachable
    [ 0.000000] 4 base 00FFC00000 mask 7FFFC00000 write-protect
    [ 0.000000] 5 base 0100000000 mask 7F80000000 write-back
    [ 0.000000] 6 base 015F600000 mask 7FFFE00000 uncachable
    [ 0.000000] 7 base 015F800000 mask 7FFF800000 uncachable
    [ 0.000000] 8 base 0160000000 mask 7FE0000000 uncachable
    [ 0.000000] 9 disabled
    [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    [ 0.000000] e820: last_pfn = 0x9b000 max_arch_pfn = 0x400000000
    [ 0.000000] Scanning 1 areas for low memory corruption
    [ 0.000000] Base memory trampoline at [ffff88000007e000] 7e000 size 24576
    [ 0.000000] Using GB pages for direct mapping
    [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
    [ 0.000000] [mem 0x00000000-0x000fffff] page 4k
    [ 0.000000] BRK [0x02b2f000, 0x02b2ffff] PGTABLE
    [ 0.000000] BRK [0x02b30000, 0x02b30fff] PGTABLE
    [ 0.000000] BRK [0x02b31000, 0x02b31fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0x15f400000-0x15f5fffff]
    [ 0.000000] [mem 0x15f400000-0x15f5fffff] page 2M
    [ 0.000000] BRK [0x02b32000, 0x02b32fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0x15c000000-0x15f3fffff]
    [ 0.000000] [mem 0x15c000000-0x15f3fffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x100000000-0x15bffffff]
    [ 0.000000] [mem 0x100000000-0x13fffffff] page 1G
    [ 0.000000] [mem 0x140000000-0x15bffffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x00100000-0x94d5ffff]
    [ 0.000000] [mem 0x00100000-0x001fffff] page 4k
    [ 0.000000] [mem 0x00200000-0x3fffffff] page 2M
    [ 0.000000] [mem 0x40000000-0x7fffffff] page 1G
    [ 0.000000] [mem 0x80000000-0x94bfffff] page 2M
    [ 0.000000] [mem 0x94c00000-0x94d5ffff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0x95d60000-0x9a36efff]
    [ 0.000000] [mem 0x95d60000-0x95dfffff] page 4k
    [ 0.000000] [mem 0x95e00000-0x9a1fffff] page 2M
    [ 0.000000] [mem 0x9a200000-0x9a36efff] page 4k
    [ 0.000000] BRK [0x02b33000, 0x02b33fff] PGTABLE
    [ 0.000000] BRK [0x02b34000, 0x02b34fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0x9afff000-0x9affffff]
    [ 0.000000] [mem 0x9afff000-0x9affffff] page 4k
    [ 0.000000] RAMDISK: [mem 0x3737a000-0x379b4fff]
    [ 0.000000] ACPI: RSDP 000000009affe014 00024 (v02 DELL )
    [ 0.000000] ACPI: XSDT 000000009affe210 000AC (v01 DELL CL09 00000001 01000013)
    [ 0.000000] ACPI: FACP 000000009aff8000 0010C (v05 DELL CL09 00000001 ASL 00040000)
    [ 0.000000] ACPI Error: Gpe0Block - 32-bit FADT register is too long (32 bytes, 256 bits) to convert to GAS struct - 255 bits max, truncating (20130517/tbfadt-202)
    [ 0.000000] ACPI: DSDT 000000009afe9000 0B8AC (v01 DELL CL09 00000000 ASL 00040000)
    [ 0.000000] ACPI: FACS 000000009afb8000 00040
    [ 0.000000] ACPI: SLIC 000000009affd000 00176 (v01 DELL CL09 00000001 ASL 00040000)
    [ 0.000000] ACPI: UEFI 000000009affc000 00236 (v01 DELL CL09 00000001 ASL 00040000)
    [ 0.000000] ACPI: FPDT 000000009affa000 00044 (v01 DELL CL09 00000001 ASL 00040000)
    [ 0.000000] ACPI: ASF! 000000009aff9000 000A5 (v32 DELL CL09 00000001 ASL 00040000)
    [ 0.000000] ACPI: HPET 000000009aff7000 00038 (v01 DELL CL09 00000001 ASL 00040000)
    [ 0.000000] ACPI: APIC 000000009aff6000 0008C (v03 DELL CL09 00000001 ASL 00040000)
    [ 0.000000] ACPI: MCFG 000000009aff5000 0003C (v01 DELL CL09 00000001 ASL 00040000)
    [ 0.000000] ACPI: SSDT 000000009afe8000 006FE (v01 COMPAL CRV ORB 00001000 ACPI 00040000)
    [ 0.000000] ACPI: BOOT 000000009afe6000 00028 (v01 DELL CL09 00000001 ASL 00040000)
    [ 0.000000] ACPI: ASPT 000000009afe4000 00034 (v07 DELL CL09 00000001 ASL 00040000)
    [ 0.000000] ACPI: DBGP 000000009afe3000 00034 (v01 DELL CL09 00000001 ASL 00040000)
    [ 0.000000] ACPI: SSDT 000000009afdd000 00539 (v01 COMPAL CRV ORB 00003000 ACPI 00040000)
    [ 0.000000] ACPI: SSDT 000000009afdc000 00AD8 (v01 COMPAL CRV ORB 00003000 ACPI 00040000)
    [ 0.000000] ACPI: SSDT 000000009afd8000 0343C (v01 COMPAL CRV ORB 00003000 ACPI 00040000)
    [ 0.000000] ACPI: SSDT 000000009afd5000 01E3D (v01 COMPAL CRV ORB 00001000 ACPI 00040000)
    [ 0.000000] ACPI: BGRT 000000009afd7000 00038 (v01 DELL CL09 00000001 ASL 00040000)
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] No NUMA configuration found
    [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000015f5fffff]
    [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x15f5fffff]
    [ 0.000000] NODE_DATA [mem 0x15f5f8000-0x15f5fcfff]
    [ 0.000000] [ffffea0000000000-ffffea00057fffff] PMD -> [ffff88015ac00000-ffff88015ebfffff] on node 0
    [ 0.000000] Zone ranges:
    [ 0.000000] DMA [mem 0x00001000-0x00ffffff]
    [ 0.000000] DMA32 [mem 0x01000000-0xffffffff]
    [ 0.000000] Normal [mem 0x100000000-0x15f5fffff]
    [ 0.000000] Movable zone start for each node
    [ 0.000000] Early memory node ranges
    [ 0.000000] node 0: [mem 0x00001000-0x0006efff]
    [ 0.000000] node 0: [mem 0x00070000-0x00087fff]
    [ 0.000000] node 0: [mem 0x00100000-0x94d5ffff]
    [ 0.000000] node 0: [mem 0x95d60000-0x9a36efff]
    [ 0.000000] node 0: [mem 0x9afff000-0x9affffff]
    [ 0.000000] node 0: [mem 0x100000000-0x15f5fffff]
    [ 0.000000] On node 0 totalpages: 1018102
    [ 0.000000] DMA zone: 64 pages used for memmap
    [ 0.000000] DMA zone: 22 pages reserved
    [ 0.000000] DMA zone: 3974 pages, LIFO batch:0
    [ 0.000000] DMA32 zone: 9742 pages used for memmap
    [ 0.000000] DMA32 zone: 623472 pages, LIFO batch:31
    [ 0.000000] Normal zone: 6104 pages used for memmap
    [ 0.000000] Normal zone: 390656 pages, LIFO batch:31
    [ 0.000000] ACPI: PM-Timer IO Port: 0x1808
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x02] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x00] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x00] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x00] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x00] disabled)
    [ 0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
    [ 0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-39
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
    [ 0.000000] ACPI: IRQ0 used by override.
    [ 0.000000] ACPI: IRQ2 used by override.
    [ 0.000000] ACPI: IRQ9 used by override.
    [ 0.000000] Using ACPI (MADT) for SMP configuration information
    [ 0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
    [ 0.000000] smpboot: Allowing 8 CPUs, 4 hotplug CPUs
    [ 0.000000] nr_irqs_gsi: 56
    [ 0.000000] PM: Registered nosave memory: [mem 0x0006f000-0x0006ffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x00088000-0x000bffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x000c0000-0x000fffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x94d60000-0x95d5ffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x9a36f000-0x9aebefff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x9aebf000-0x9afbefff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x9afbf000-0x9affefff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x9b000000-0x9f9fffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x9fa00000-0xdfffffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xe0000000-0xefffffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xf0000000-0xfe100fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfe101000-0xfe112fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfe113000-0xfeafffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfeb00000-0xfeb0ffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfeb10000-0xfebfffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed00000-0xfee00fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xffbfffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xffc00000-0xffffffff]
    [ 0.000000] e820: [mem 0x9fa00000-0xdfffffff] available for PCI devices
    [ 0.000000] Booting paravirtualized kernel on bare hardware
    [ 0.000000] setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:8 nr_node_ids:1
    [ 0.000000] PERCPU: Embedded 29 pages/cpu @ffff88015f200000 s86528 r8192 d24064 u262144
    [ 0.000000] pcpu-alloc: s86528 r8192 d24064 u262144 alloc=1*2097152
    [ 0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 6 7
    [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1002170
    [ 0.000000] Policy zone: Normal
    [ 0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=/dev/mapper/vg_tf-lv_root rw quiet radeon.dpm=1
    [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
    [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340
    [ 0.000000] Checking aperture...
    [ 0.000000] No AGP bridge found
    [ 0.000000] Calgary: detecting Calgary via BIOS EBDA area
    [ 0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
    [ 0.000000] Memory: 3856592K/4072408K available (5050K kernel code, 799K rwdata, 1696K rodata, 1140K init, 1288K bss, 215816K reserved)
    [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
    [ 0.000000] Preemptible hierarchical RCU implementation.
    [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
    [ 0.000000] Dump stacks of tasks blocking RCU-preempt GP.
    [ 0.000000] RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=8.
    [ 0.000000] NR_IRQS:8448 nr_irqs:1016 16
    [ 0.000000] Console: colour dummy device 80x25
    [ 0.000000] console [tty0] enabled
    [ 0.000000] allocated 16777216 bytes of page_cgroup
    [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
    [ 0.000000] hpet clockevent registered
    [ 0.000000] tsc: Fast TSC calibration using PIT
    [ 0.003333] tsc: Detected 2294.570 MHz processor
    [ 0.000003] Calibrating delay loop (skipped), value calculated using timer frequency.. 4590.35 BogoMIPS (lpj=7648566)
    [ 0.000007] pid_max: default: 32768 minimum: 301
    [ 0.000040] init_memory_mapping: [mem 0x9a36f000-0x9a56efff]
    [ 0.000042] [mem 0x9a36f000-0x9a56efff] page 4k
    [ 0.000064] init_memory_mapping: [mem 0x9a56f000-0x9aabefff]
    [ 0.000066] [mem 0x9a56f000-0x9a5fffff] page 4k
    [ 0.000067] [mem 0x9a600000-0x9a9fffff] page 2M
    [ 0.000069] [mem 0x9aa00000-0x9aabefff] page 4k
    [ 0.059748] Security Framework initialized
    [ 0.059759] AppArmor: AppArmor disabled by boot time parameter
    [ 0.059761] Yama: becoming mindful.
    [ 0.060120] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
    [ 0.061320] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
    [ 0.061810] Mount-cache hash table entries: 256
    [ 0.062052] Initializing cgroup subsys memory
    [ 0.062063] Initializing cgroup subsys devices
    [ 0.062065] Initializing cgroup subsys freezer
    [ 0.062067] Initializing cgroup subsys net_cls
    [ 0.062069] Initializing cgroup subsys blkio
    [ 0.062098] CPU: Physical Processor ID: 0
    [ 0.062100] CPU: Processor Core ID: 0
    [ 0.062105] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
    ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
    [ 0.063398] mce: CPU supports 7 MCE banks
    [ 0.063415] CPU0: Thermal monitoring enabled (TM1)
    [ 0.063429] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
    Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0
    tlb_flushall_shift: 6
    [ 0.063562] Freeing SMP alternatives memory: 20K (ffffffff819e6000 - ffffffff819eb000)
    [ 0.064699] ACPI: Core revision 20130517
    [ 0.077923] ACPI: All ACPI Tables successfully acquired
    [ 0.083767] ftrace: allocating 20100 entries in 79 pages
    [ 0.096243] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    [ 0.129231] smpboot: CPU0: Intel(R) Core(TM) i5-4200U CPU @ 1.60GHz (fam: 06, model: 45, stepping: 01)
    [ 0.129240] TSC deadline timer enabled
    [ 0.129252] Performance Events: PEBS fmt2+, 16-deep LBR, Haswell events, full-width counters, Intel PMU driver.
    [ 0.129261] ... version: 3
    [ 0.129262] ... bit width: 48
    [ 0.129263] ... generic registers: 4
    [ 0.129265] ... value mask: 0000ffffffffffff
    [ 0.129267] ... max period: 0000ffffffffffff
    [ 0.129268] ... fixed-purpose events: 3
    [ 0.129269] ... event mask: 000000070000000f
    [ 0.167457] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
    [ 0.152681] smpboot: Booting Node 0, Processors #1 #2 #3
    [ 0.209878] Brought up 4 CPUs
    [ 0.209882] smpboot: Total of 4 processors activated (18363.41 BogoMIPS)
    [ 0.215147] devtmpfs: initialized
    [ 0.216459] PM: Registering ACPI NVS region [mem 0x9aebf000-0x9afbefff] (1048576 bytes)
    [ 0.217451] RTC time: 2:22:13, date: 11/08/13
    [ 0.217501] NET: Registered protocol family 16
    [ 0.217661] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
    [ 0.217663] ACPI: bus type PCI registered
    [ 0.217666] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
    [ 0.217737] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    [ 0.217740] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
    [ 0.252752] PCI: Using configuration type 1 for base access
    [ 0.252922] dmi type 0xB1 record - unknown flag
    [ 0.253726] bio: create slab <bio-0> at 0
    [ 0.253868] ACPI: Added _OSI(Module Device)
    [ 0.253870] ACPI: Added _OSI(Processor Device)
    [ 0.253872] ACPI: Added _OSI(3.0 _SCP Extensions)
    [ 0.253874] ACPI: Added _OSI(Processor Aggregator Device)
    [ 0.256659] ACPI: EC: Look up EC in DSDT
    [ 0.259524] ACPI: Executed 1 blocks of module-level executable AML code
    [ 0.272874] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
    [ 0.274013] ACPI: SSDT 000000009ae7dc18 003D3 (v01 PmRef Cpu0Cst 00003001 INTL 20130117)
    [ 0.274706] ACPI: Dynamic OEM Table Load:
    [ 0.274709] ACPI: SSDT (null) 003D3 (v01 PmRef Cpu0Cst 00003001 INTL 20130117)
    [ 0.282313] ACPI: SSDT 000000009ae7d618 005AA (v01 PmRef ApIst 00003000 INTL 20130117)
    [ 0.283108] ACPI: Dynamic OEM Table Load:
    [ 0.283111] ACPI: SSDT (null) 005AA (v01 PmRef ApIst 00003000 INTL 20130117)
    [ 0.301675] ACPI: SSDT 000000009ae7cd98 00119 (v01 PmRef ApCst 00003000 INTL 20130117)
    [ 0.302368] ACPI: Dynamic OEM Table Load:
    [ 0.302370] ACPI: SSDT (null) 00119 (v01 PmRef ApCst 00003000 INTL 20130117)
    [ 0.431586] ACPI: Interpreter enabled
    [ 0.431597] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20130517/hwxface-571)
    [ 0.431606] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20130517/hwxface-571)
    [ 0.431630] ACPI: (supports S0 S3 S4 S5)
    [ 0.431632] ACPI: Using IOAPIC for interrupt routing
    [ 0.431666] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    [ 0.431855] ACPI: No dock devices found.
    [ 0.634551] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
    [ 0.634846] acpi PNP0A08:00: Requesting ACPI _OSC control (0x1d)
    [ 0.635302] acpi PNP0A08:00: ACPI _OSC control (0x1d) granted
    [ 0.635816] PCI host bridge to bus 0000:00
    [ 0.635820] pci_bus 0000:00: root bus resource [bus 00-fe]
    [ 0.635823] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
    [ 0.635825] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
    [ 0.635828] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
    [ 0.635830] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff]
    [ 0.635832] pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff]
    [ 0.635834] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff]
    [ 0.635836] pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff]
    [ 0.635838] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff]
    [ 0.635840] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff]
    [ 0.635842] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff]
    [ 0.635844] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff]
    [ 0.635846] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff]
    [ 0.635848] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff]
    [ 0.635850] pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000ebfff]
    [ 0.635852] pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000effff]
    [ 0.635854] pci_bus 0000:00: root bus resource [mem 0x000f0000-0x000fffff]
    [ 0.635856] pci_bus 0000:00: root bus resource [mem 0x9fa00000-0xfeafffff]
    [ 0.635867] pci 0000:00:00.0: [8086:0a04] type 00 class 0x060000
    [ 0.636037] pci 0000:00:02.0: [8086:0a16] type 00 class 0x030000
    [ 0.636053] pci 0000:00:02.0: reg 0x10: [mem 0xc0000000-0xc03fffff 64bit]
    [ 0.636062] pci 0000:00:02.0: reg 0x18: [mem 0xb0000000-0xbfffffff 64bit pref]
    [ 0.636069] pci 0000:00:02.0: reg 0x20: [io 0x5000-0x503f]
    [ 0.636232] pci 0000:00:03.0: [8086:0a0c] type 00 class 0x040300
    [ 0.636243] pci 0000:00:03.0: reg 0x10: [mem 0xc0810000-0xc0813fff 64bit]
    [ 0.636435] pci 0000:00:14.0: [8086:9c31] type 00 class 0x0c0330
    [ 0.636456] pci 0000:00:14.0: reg 0x10: [mem 0xc0800000-0xc080ffff 64bit]
    [ 0.636523] pci 0000:00:14.0: PME# supported from D3hot D3cold
    [ 0.636647] pci 0000:00:14.0: System wakeup disabled by ACPI
    [ 0.636693] pci 0000:00:16.0: [8086:9c3a] type 00 class 0x078000
    [ 0.636717] pci 0000:00:16.0: reg 0x10: [mem 0xc0818000-0xc081801f 64bit]
    [ 0.636795] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
    [ 0.636949] pci 0000:00:1b.0: [8086:9c20] type 00 class 0x040300
    [ 0.636965] pci 0000:00:1b.0: reg 0x10: [mem 0xc0814000-0xc0817fff 64bit]
    [ 0.637037] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
    [ 0.637182] pci 0000:00:1c.0: [8086:9c14] type 01 class 0x060400
    [ 0.637255] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
    [ 0.637400] pci 0000:00:1c.0: System wakeup disabled by ACPI
    [ 0.637446] pci 0000:00:1c.3: [8086:9c16] type 01 class 0x060400
    [ 0.637518] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
    [ 0.637662] pci 0000:00:1c.4: [8086:9c18] type 01 class 0x060400
    [ 0.637734] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
    [ 0.637885] pci 0000:00:1d.0: [8086:9c26] type 00 class 0x0c0320
    [ 0.638879] pci 0000:00:1d.0: reg 0x10: [mem 0xc081c000-0xc081c3ff]
    [ 0.644729] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
    [ 0.644857] pci 0000:00:1d.0: System wakeup disabled by ACPI
    [ 0.644903] pci 0000:00:1f.0: [8086:9c43] type 00 class 0x060100
    [ 0.645161] pci 0000:00:1f.2: [8086:9c03] type 00 class 0x010601
    [ 0.645179] pci 0000:00:1f.2: reg 0x10: [io 0x5088-0x508f]
    [ 0.645188] pci 0000:00:1f.2: reg 0x14: [io 0x5094-0x5097]
    [ 0.645196] pci 0000:00:1f.2: reg 0x18: [io 0x5080-0x5087]
    [ 0.645205] pci 0000:00:1f.2: reg 0x1c: [io 0x5090-0x5093]
    [ 0.645213] pci 0000:00:1f.2: reg 0x20: [io 0x5060-0x507f]
    [ 0.645222] pci 0000:00:1f.2: reg 0x24: [mem 0xc081b000-0xc081b7ff]
    [ 0.645264] pci 0000:00:1f.2: PME# supported from D3hot
    [ 0.645401] pci 0000:00:1f.3: [8086:9c22] type 00 class 0x0c0500
    [ 0.645417] pci 0000:00:1f.3: reg 0x10: [mem 0xc0819000-0xc08190ff 64bit]
    [ 0.645440] pci 0000:00:1f.3: reg 0x20: [io 0x5040-0x505f]
    [ 0.645679] pci 0000:01:00.0: [10ec:8136] type 00 class 0x020000
    [ 0.645710] pci 0000:01:00.0: reg 0x10: [io 0x4000-0x40ff]
    [ 0.645750] pci 0000:01:00.0: reg 0x18: [mem 0xc0700000-0xc0700fff 64bit]
    [ 0.645779] pci 0000:01:00.0: reg 0x20: [mem 0xc0400000-0xc0403fff 64bit pref]
    [ 0.645873] pci 0000:01:00.0: supports D1 D2
    [ 0.645875] pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.652308] pci 0000:00:1c.0: PCI bridge to [bus 01]
    [ 0.652312] pci 0000:00:1c.0: bridge window [io 0x4000-0x4fff]
    [ 0.652316] pci 0000:00:1c.0: bridge window [mem 0xc0700000-0xc07fffff]
    [ 0.652322] pci 0000:00:1c.0: bridge window [mem 0xc0400000-0xc04fffff 64bit pref]
    [ 0.652414] pci 0000:02:00.0: [168c:0036] type 00 class 0x028000
    [ 0.652447] pci 0000:02:00.0: reg 0x10: [mem 0xc0600000-0xc067ffff 64bit]
    [ 0.652527] pci 0000:02:00.0: reg 0x30: [mem 0xffff0000-0xffffffff pref]
    [ 0.652608] pci 0000:02:00.0: supports D1 D2
    [ 0.652610] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.658964] pci 0000:00:1c.3: PCI bridge to [bus 02]
    [ 0.658970] pci 0000:00:1c.3: bridge window [mem 0xc0600000-0xc06fffff]
    [ 0.659066] pci 0000:03:00.0: [1002:6660] type 00 class 0x038000
    [ 0.659093] pci 0000:03:00.0: reg 0x10: [mem 0xa0000000-0xafffffff 64bit pref]
    [ 0.659113] pci 0000:03:00.0: reg 0x18: [mem 0xc0500000-0xc053ffff 64bit]
    [ 0.659127] pci 0000:03:00.0: reg 0x20: [io 0x3000-0x30ff]
    [ 0.659154] pci 0000:03:00.0: reg 0x30: [mem 0xfffe0000-0xffffffff pref]
    [ 0.659233] pci 0000:03:00.0: supports D1 D2
    [ 0.659235] pci 0000:03:00.0: PME# supported from D1 D2 D3hot
    [ 0.665628] pci 0000:00:1c.4: PCI bridge to [bus 03]
    [ 0.665632] pci 0000:00:1c.4: bridge window [io 0x3000-0x3fff]
    [ 0.665636] pci 0000:00:1c.4: bridge window [mem 0xc0500000-0xc05fffff]
    [ 0.665642] pci 0000:00:1c.4: bridge window [mem 0xa0000000-0xafffffff 64bit pref]
    [ 0.665658] acpi PNP0A08:00: Disabling ASPM (FADT indicates it is unsupported)
    [ 0.726347] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
    [ 0.726411] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
    [ 0.726470] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
    [ 0.726529] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
    [ 0.726588] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
    [ 0.726646] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
    [ 0.726705] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
    [ 0.726765] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
    [ 0.727383] ACPI: Enabled 5 GPEs in block 00 to 7F
    [ 0.727392] ACPI: \_SB_.PCI0: notify handler is installed
    [ 0.727488] Found 1 acpi root devices
    [ 0.727533] ACPI: EC: GPE = 0xa, I/O: command/status = 0x66, data = 0x62
    [ 0.727642] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
    [ 0.727647] vgaarb: loaded
    [ 0.727648] vgaarb: bridge control possible 0000:00:02.0
    [ 0.727700] PCI: Using ACPI for IRQ routing
    [ 0.734096] PCI: pci_cache_line_size set to 64 bytes
    [ 0.734149] e820: reserve RAM buffer [mem 0x0006f000-0x0006ffff]
    [ 0.734151] e820: reserve RAM buffer [mem 0x00088000-0x0008ffff]
    [ 0.734152] e820: reserve RAM buffer [mem 0x94d60000-0x97ffffff]
    [ 0.734154] e820: reserve RAM buffer [mem 0x9a36f000-0x9bffffff]
    [ 0.734157] e820: reserve RAM buffer [mem 0x9b000000-0x9bffffff]
    [ 0.734158] e820: reserve RAM buffer [mem 0x15f600000-0x15fffffff]
    [ 0.734265] NetLabel: Initializing
    [ 0.734267] NetLabel: domain hash size = 128
    [ 0.734268] NetLabel: protocols = UNLABELED CIPSOv4
    [ 0.734282] NetLabel: unlabeled traffic allowed by default
    [ 0.734302] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
    [ 0.734309] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
    [ 0.736336] Switched to clocksource hpet
    [ 0.741791] pnp: PnP ACPI init
    [ 0.741808] ACPI: bus type PNP registered
    [ 0.741844] pnp 00:00: [dma 4]
    [ 0.741872] pnp 00:00: Plug and Play ACPI device, IDs PNP0200 (active)
    [ 0.741898] pnp 00:01: Plug and Play ACPI device, IDs INT0800 (active)
    [ 0.742037] pnp 00:02: Plug and Play ACPI device, IDs PNP0103 (active)
    [ 0.742091] system 00:03: [io 0x0680-0x069f] has been reserved
    [ 0.742094] system 00:03: [io 0xfd60-0xfd63] has been reserved
    [ 0.742096] system 00:03: [io 0xffff] has been reserved
    [ 0.742099] system 00:03: [io 0xffff] has been reserved
    [ 0.742101] system 00:03: [io 0xffff] has been reserved
    [ 0.742103] system 00:03: [io 0x1800-0x18fe] could not be reserved
    [ 0.742106] system 00:03: [io 0x164e-0x164f] has been reserved
    [ 0.742109] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.742169] pnp 00:04: Plug and Play ACPI device, IDs PNP0b00 (active)
    [ 0.742223] system 00:05: [io 0x1854-0x1857] has been reserved
    [ 0.742227] system 00:05: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
    [ 0.742290] pnp 00:06: Plug and Play ACPI device, IDs PNP0303 (active)
    [ 0.742323] pnp 00:07: Plug and Play ACPI device, IDs DLL05eb PNP0f13 (active)
    [ 0.799825] system 00:08: [mem 0xfed1c000-0xfed1ffff] has been reserved
    [ 0.799828] system 00:08: [mem 0xfed10000-0xfed17fff] has been reserved
    [ 0.799831] system 00:08: [mem 0xfed18000-0xfed18fff] has been reserved
    [ 0.799833] system 00:08: [mem 0xfed19000-0xfed19fff] has been reserved
    [ 0.799836] system 00:08: [mem 0xe0000000-0xefffffff] has been reserved
    [ 0.799838] system 00:08: [mem 0xfed20000-0xfed3ffff] has been reserved
    [ 0.799840] system 00:08: [mem 0xfed90000-0xfed93fff] has been reserved
    [ 0.799843] system 00:08: [mem 0xff000000-0xff000fff] has been reserved
    [ 0.799845] system 00:08: [mem 0xff010000-0xffffffff] could not be reserved
    [ 0.799848] system 00:08: [mem 0xfee00000-0xfeefffff] could not be reserved
    [ 0.799850] system 00:08: [mem 0x9fa22000-0x9fa22fff] has been reserved
    [ 0.799853] system 00:08: [mem 0x9fa10000-0x9fa1ffff] has been reserved
    [ 0.799856] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.800510] pnp: PnP ACPI: found 9 devices
    [ 0.800512] ACPI: bus type PNP unregistered
    [ 0.807188] pci 0000:02:00.0: no compatible bridge window for [mem 0xffff0000-0xffffffff pref]
    [ 0.807192] pci 0000:03:00.0: no compatible bridge window for [mem 0xfffe0000-0xffffffff pref]
    [ 0.807227] pci 0000:00:1c.3: BAR 15: assigned [mem 0x9fb00000-0x9fbfffff pref]
    [ 0.807230] pci 0000:00:1c.0: PCI bridge to [bus 01]
    [ 0.807234] pci 0000:00:1c.0: bridge window [io 0x4000-0x4fff]
    [ 0.807240] pci 0000:00:1c.0: bridge window [mem 0xc0700000-0xc07fffff]
    [ 0.807244] pci 0000:00:1c.0: bridge window [mem 0xc0400000-0xc04fffff 64bit pref]
    [ 0.807251] pci 0000:02:00.0: BAR 6: assigned [mem 0x9fb00000-0x9fb0ffff pref]
    [ 0.807254] pci 0000:00:1c.3: PCI bridge to [bus 02]
    [ 0.807259] pci 0000:00:1c.3: bridge window [mem 0xc0600000-0xc06fffff]
    [ 0.807263] pci 0000:00:1c.3: bridge window [mem 0x9fb00000-0x9fbfffff pref]
    [ 0.807270] pci 0000:03:00.0: BAR 6: assigned [mem 0xc0540000-0xc055ffff pref]
    [ 0.807272] pci 0000:00:1c.4: PCI bridge to [bus 03]
    [ 0.807275] pci 0000:00:1c.4: bridge window [io 0x3000-0x3fff]
    [ 0.807280] pci 0000:00:1c.4: bridge window [mem 0xc0500000-0xc05fffff]
    [ 0.807285] pci 0000:00:1c.4: bridge window [mem 0xa0000000-0xafffffff 64bit pref]
    [ 0.807584] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
    [ 0.807586] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
    [ 0.807589] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
    [ 0.807591] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff]
    [ 0.807593] pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff]
    [ 0.807595] pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff]
    [ 0.807597] pci_bus 0000:00: resource 10 [mem 0x000cc000-0x000cffff]
    [ 0.807599] pci_bus 0000:00: resource 11 [mem 0x000d0000-0x000d3fff]
    [ 0.807601] pci_bus 0000:00: resource 12 [mem 0x000d4000-0x000d7fff]
    [ 0.807603] pci_bus 0000:00: resource 13 [mem 0x000d8000-0x000dbfff]
    [ 0.807605] pci_bus 0000:00: resource 14 [mem 0x000dc000-0x000dffff]
    [ 0.807607] pci_bus 0000:00: resource 15 [mem 0x000e0000-0x000e3fff]
    [ 0.807609] pci_bus 0000:00: resource 16 [mem 0x000e4000-0x000e7fff]
    [ 0.807611] pci_bus 0000:00: resource 17 [mem 0x000e8000-0x000ebfff]
    [ 0.807613] pci_bus 0000:00: resource 18 [mem 0x000ec000-0x000effff]
    [ 0.807615] pci_bus 0000:00: resource 19 [mem 0x000f0000-0x000fffff]
    [ 0.807617] pci_bus 0000:00: resource 20 [mem 0x9fa00000-0xfeafffff]
    [ 0.807619] pci_bus 0000:01: resource 0 [io 0x4000-0x4fff]
    [ 0.807622] pci_bus 0000:01: resource 1 [mem 0xc0700000-0xc07fffff]
    [ 0.807624] pci_bus 0000:01: resource 2 [mem 0xc0400000-0xc04fffff 64bit pref]
    [ 0.807626] pci_bus 0000:02: resource 1 [mem 0xc0600000-0xc06fffff]
    [ 0.807628] pci_bus 0000:02: resource 2 [mem 0x9fb00000-0x9fbfffff pref]
    [ 0.807630] pci_bus 0000:03: resource 0 [io 0x3000-0x3fff]
    [ 0.807632] pci_bus 0000:03: resource 1 [mem 0xc0500000-0xc05fffff]
    [ 0.807635] pci_bus 0000:03: resource 2 [mem 0xa0000000-0xafffffff 64bit pref]
    [ 0.807677] NET: Registered protocol family 2
    [ 0.807890] TCP established hash table entries: 32768 (order: 7, 524288 bytes)
    [ 0.808027] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
    [ 0.808127] TCP: Hash tables configured (established 32768 bind 32768)
    [ 0.808150] TCP: reno registered
    [ 0.808162] UDP hash table entries: 2048 (order: 4, 65536 bytes)
    [ 0.808181] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
    [ 0.808261] NET: Registered protocol family 1
    [ 0.808274] pci 0000:00:02.0: Boot video device
    [ 0.823082] PCI: CLS 64 bytes, default 64
    [ 0.823122] Unpacking initramfs...
    [ 0.982411] Freeing initrd memory: 6380K (ffff88003737a000 - ffff8800379b5000)
    [ 0.982417] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
    [ 0.982420] software IO TLB [mem 0x8ed70000-0x92d70000] (64MB) mapped at [ffff88008ed70000-ffff880092d6ffff]
    [ 0.982447] Simple Boot Flag at 0x44 set to 0x1
    [ 0.982626] Scanning for low memory corruption every 60 seconds
    [ 0.982970] audit: initializing netlink socket (disabled)
    [ 0.982981] type=2000 audit(1383877333.966:1): initialized
    [ 1.000018] HugeTLB registered 2 MB page size, pre-allocated 0 pages
    [ 1.001570] zbud: loaded
    [ 1.001748] VFS: Disk quotas dquot_6.5.2
    [ 1.001801] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [ 1.001998] msgmni has been set to 7672
    [ 1.002265] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
    [ 1.002308] io scheduler noop registered
    [ 1.002311] io scheduler deadline registered
    [ 1.002344] io scheduler cfq registered (default)
    [ 1.002441] pcieport 0000:00:1c.0: irq 56 for MSI/MSI-X
    [ 1.002526] pcieport 0000:00:1c.3: irq 57 for MSI/MSI-X
    [ 1.002598] pcieport 0000:00:1c.4: irq 58 for MSI/MSI-X
    [ 1.002681] pcieport 0000:00:1c.0: Signaling PME through PCIe PME interrupt
    [ 1.002684] pci 0000:01:00.0: Signaling PME through PCIe PME interrupt
    [ 1.002688] pcie_pme 0000:00:1c.0:pcie01: service driver pcie_pme loaded
    [ 1.002706] pcieport 0000:00:1c.3: Signaling PME through PCIe PME interrupt
    [ 1.002708] pci 0000:02:00.0: Signaling PME through PCIe PME interrupt
    [ 1.002712] pcie_pme 0000:00:1c.3:pcie01: service driver pcie_pme loaded
    [ 1.002728] pcieport 0000:00:1c.4: Signaling PME through PCIe PME interrupt
    [ 1.002730] pci 0000:03:00.0: Signaling PME through PCIe PME interrupt
    [ 1.002734] pcie_pme 0000:00:1c.4:pcie01: service driver pcie_pme loaded
    [ 1.002751] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
    [ 1.002769] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
    [ 1.002888] efifb: probing for efifb
    [ 1.003509] efifb: framebuffer at 0xb0000000, mapped to 0xffffc90020e00000, using 4160k, total 4160k
    [ 1.003511] efifb: mode is 1366x768x32, linelength=5504, pages=1
    [ 1.003513] efifb: scrolling: redraw
    [ 1.003515] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
    [ 1.007477] Console: switching to colour frame buffer device 170x48
    [ 1.011265] fb0: EFI VGA frame buffer device
    [ 1.011272] intel_idle: MWAIT substates: 0x11142120
    [ 1.011274] intel_idle: v0.4 model 0x45
    [ 1.011275] intel_idle: lapic_timer_reliable_states 0xffffffff
    [ 1.011336] GHES: HEST is not enabled!
    [ 1.011398] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    [ 1.011946] Linux agpgart interface v0.103
    [ 1.012027] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
    [ 1.032274] serio: i8042 KBD port at 0x60,0x64 irq 1
    [ 1.032308] serio: i8042 AUX port at 0x60,0x64 irq 12
    [ 1.032411] mousedev: PS/2 mouse device common for all mice
    [ 1.032672] rtc_cmos 00:04: RTC can wake from S4
    [ 1.032819] rtc_cmos 00:04: rtc core: registered rtc_cmos as rtc0
    [ 1.032857] rtc_cmos 00:04: alarms up to one month, 242 bytes nvram, hpet irqs
    [ 1.032871] Intel P-state driver initializing.
    [ 1.032884] Intel pstate controlling: cpu 0
    [ 1.032911] Intel pstate controlling: cpu 1
    [ 1.032923] Intel pstate controlling: cpu 2
    [ 1.032935] Intel pstate controlling: cpu 3
    [ 1.033105] cpuidle: using governor ladder
    [ 1.033295] cpuidle: using governor menu
    [ 1.033356] drop_monitor: Initializing network drop monitor service
    [ 1.033431] TCP: cubic registered
    [ 1.033524] NET: Registered protocol family 10
    [ 1.033688] NET: Registered protocol family 17
    [ 1.033697] Key type dns_resolver registered
    [ 1.033905] PM: Hibernation image not present or could not be loaded.
    [ 1.033915] registered taskstats version 1
    [ 1.034407] Magic number: 5:662:358
    [ 1.034483] rtc_cmos 00:04: setting system clock to 2013-11-08 02:22:14 UTC (1383877334)
    [ 1.035212] Freeing unused kernel memory: 1140K (ffffffff818c9000 - ffffffff819e6000)
    [ 1.035213] Write protecting the kernel read-only data: 8192k
    [ 1.037442] Freeing unused kernel memory: 1084K (ffff8800024f1000 - ffff880002600000)
    [ 1.038163] Freeing unused kernel memory: 352K (ffff8800027a8000 - ffff880002800000)
    [ 1.045866] systemd-udevd[57]: starting version 208
    [ 1.050291] [drm] Initialized drm 1.1.0 20060810
    [ 1.053926] [drm] radeon kernel modesetting enabled.
    [ 1.053955] checking generic (b0000000 410000) vs hw (a0000000 10000000)
    [ 1.053962] radeon 0000:03:00.0: enabling device (0000 -> 0003)
    [ 1.054153] [drm] initializing kernel modesetting (HAINAN 0x1002:0x6660 0x1028:0x05EA).
    [ 1.054190] [drm] register mmio base: 0xC0500000
    [ 1.054191] [drm] register mmio size: 262144
    [ 1.055856] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
    [ 1.982382] tsc: Refined TSC clocksource calibration: 2294.688 MHz
    [ 2.566653] ATOM BIOS: Dell
    [ 2.566668] [drm] GPU not posted. posting now...
    [ 2.570040] radeon 0000:03:00.0: VRAM: 1024M 0x0000000000000000 - 0x000000003FFFFFFF (1024M used)
    [ 2.570042] radeon 0000:03:00.0: GTT: 512M 0x0000000040000000 - 0x000000005FFFFFFF
    [ 2.570044] [drm] Detected VRAM RAM=1024M, BAR=256M
    [ 2.570045] [drm] RAM width 64bits DDR
    [ 2.570094] [TTM] Zone kernel: Available graphics memory: 1965320 kiB
    [ 2.570095] [TTM] Initializing pool allocator
    [ 2.570099] [TTM] Initializing DMA pool allocator
    [ 2.570117] [drm] radeon: 1024M of VRAM memory ready
    [ 2.570118] [drm] radeon: 512M of GTT memory ready.
    [ 2.570129] [drm] GART: num cpu pages 131072, num gpu pages 131072
    [ 2.570456] [drm] probing gen 2 caps for device 8086:9c18 = 5323c42/0
    [ 2.570460] [drm] PCIE gen 2 link speeds already enabled
    [ 2.570620] [drm] Loading HAINAN Microcode
    [ 2.981834] Switched to clocksource tsc
    [ 2.993997] [drm] PCIE GART of 512M enabled (table at 0x0000000000040000).
    [ 2.994098] radeon 0000:03:00.0: WB enabled
    [ 2.994100] radeon 0000:03:00.0: fence driver on ring 0 use gpu addr 0x0000000040000c00 and cpu addr 0xffff880156e63c00
    [ 2.994102] radeon 0000:03:00.0: fence driver on ring 1 use gpu addr 0x0000000040000c04 and cpu addr 0xffff880156e63c04
    [ 2.994103] radeon 0000:03:00.0: fence driver on ring 2 use gpu addr 0x0000000040000c08 and cpu addr 0xffff880156e63c08
    [ 2.994104] radeon 0000:03:00.0: fence driver on ring 3 use gpu addr 0x0000000040000c0c and cpu addr 0xffff880156e63c0c
    [ 2.994106] radeon 0000:03:00.0: fence driver on ring 4 use gpu addr 0x0000000040000c10 and cpu addr 0xffff880156e63c10
    [ 2.994107] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
    [ 2.994108] [drm] Driver supports precise vblank timestamp query.
    [ 2.994126] radeon 0000:03:00.0: irq 59 for MSI/MSI-X
    [ 2.994137] radeon 0000:03:00.0: radeon: using MSI.
    [ 2.994157] [drm] radeon: irq initialized.
    [ 3.013688] [drm] ring test on 0 succeeded in 1 usecs
    [ 3.013694] [drm] ring test on 1 succeeded in 1 usecs
    [ 3.013698] [drm] ring test on 2 succeeded in 1 usecs
    [ 3.013761] [drm] ring test on 3 succeeded in 2 usecs
    [ 3.013770] [drm] ring test on 4 succeeded in 1 usecs
    [ 3.015377] [drm] ib test on ring 0 succeeded in 0 usecs
    [ 3.015424] [drm] ib test on ring 1 succeeded in 0 usecs
    [ 3.015476] [drm] ib test on ring 2 succeeded in 0 usecs
    [ 3.015496] [drm] ib test on ring 3 succeeded in 0 usecs
    [ 3.015517] [drm] ib test on ring 4 succeeded in 1 usecs
    [ 3.015656] [drm] Radeon Display Connectors
    [ 3.015663] [drm] Internal thermal controller without fan control
    [ 3.015712] [drm] probing gen 2 caps for device 8086:9c18 = 5323c42/0
    [ 3.015739] == power state 0 ==
    [ 3.015740] ui class: none
    [ 3.015742] internal class: boot
    [ 3.015744] caps:
    [ 3.015746] uvd vclk: 0 dclk: 0
    [ 3.015748] power level 0 sclk: 30000 mclk: 29900 vddc: 900 vddci: 0 pcie gen: 2
    [ 3.015749] status: c r b
    [ 3.015752] == power state 1 ==
    [ 3.015753] ui class: performance
    [ 3.015754] internal class: none
    [ 3.015756] caps:
    [ 3.015758] uvd vclk: 0 dclk: 0
    [ 3.015760] power level 0 sclk: 30000 mclk: 30000 vddc: 800 vddci: 0 pcie gen: 2
    [ 3.015761] power level 1 sclk: 40000 mclk: 90000 vddc: 875 vddci: 0 pcie gen: 2
    [ 3.015763] power level 2 sclk: 75000 mclk: 90000 vddc: 950 vddci: 0 pcie gen: 2
    [ 3.015765] power level 3 sclk: 90000 mclk: 90000 vddc: 1025 vddci: 0 pcie gen: 2
    [ 3.015767] power level 4 sclk: 97500 mclk: 90000 vddc: 1075 vddci: 0 pcie gen: 2
    [ 3.015768] status:
    [ 3.015769] == power state 2 ==
    [ 3.015771] ui class: battery
    [ 3.015772] internal class: none
    [ 3.015773] caps:
    [ 3.015775] uvd vclk: 0 dclk: 0
    [ 3.015777] power level 0 sclk: 30000 mclk: 30000 vddc: 800 vddci: 0 pcie gen: 2
    [ 3.015778] power level 1 sclk: 40000 mclk: 60000 vddc: 850 vddci: 0 pcie gen: 2
    [ 3.015780] power level 2 sclk: 40000 mclk: 60000 vddc: 850 vddci: 0 pcie gen: 2
    [ 3.015781] status:
    [ 3.023133] switching from power state:
    [ 3.023135] ui class: none
    [ 3.023136] internal class: boot
    [ 3.023138] caps:
    [ 3.023139] uvd vclk: 0 dclk: 0
    [ 3.023141] power level 0 sclk: 30000 mclk: 29900 vddc: 900 vddci: 0 pcie gen: 2
    [ 3.023142] status: c b
    [ 3.023143] switching to power state:
    [ 3.023144] ui class: performance
    [ 3.023145] internal class: none
    [ 3.023147] caps:
    [ 3.023148] uvd vclk: 0 dclk: 0
    [ 3.023149] power level 0 sclk: 30000 mclk: 30000 vddc: 800 vddci: 0 pcie gen: 2
    [ 3.023151] power level 1 sclk: 40000 mclk: 90000 vddc: 875 vddci: 0 pcie gen: 2
    [ 3.023152] power level 2 sclk: 75000 mclk: 90000 vddc: 950 vddci: 0 pcie gen: 2
    [ 3.023154] power level 3 sclk: 90000 mclk: 90000 vddc: 1025 vddci: 0 pcie gen: 2
    [ 3.023155] power level 4 sclk: 97500 mclk: 90000 vddc: 1075 vddci: 0 pcie gen: 2
    [ 3.023156] status: r
    [ 3.024470] [drm] radeon: dpm initialized
    [ 3.024475] radeon 0000:03:00.0: No connectors reported connected with modes
    [ 3.024477] [drm] Cannot find any crtc or sizes - going 1024x768
    [ 3.026968] [drm] fb mappable at 0xA1150000
    [ 3.026970] [drm] vram apper at 0xA0000000
    [ 3.026971] [drm] size 3145728
    [ 3.026972] [drm] fb depth is 24
    [ 3.026973] [drm] pitch is 4096
    [ 3.026976] checking generic (b0000000 410000) vs hw (a0000000 10000000)
    [ 3.027040] radeon 0000:03:00.0: fb1: radeondrmfb frame buffer device
    [ 3.027042] radeon 0000:03:00.0: registered panic notifier
    [ 3.027053] [drm] Initialized radeon 2.34.0 20080528 for 0000:03:00.0 on minor 0
    [ 3.027978] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0A08:00/device:02/PNP0C0D:00/input/input1
    [ 3.028026] ACPI: Lid Switch [LID0]
    [ 3.028063] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0A08:00/device:02/PNP0C0C:00/input/input2
    [ 3.028066] ACPI: Power Button [PWRB]
    [ 3.028114] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
    [ 3.028116] ACPI: Power Button [PWRF]
    [ 3.031882] [drm] Memory usable by graphics device = 2048M
    [ 3.031886] checking generic (b0000000 410000) vs hw (b0000000 10000000)
    [ 3.031888] fb: conflicting fb hw usage inteldrmfb vs EFI VGA - removing generic driver
    [ 3.031900] Console: switching to colour dummy device 80x25
    [ 3.031959] i915 0000:00:02.0: setting latency timer to 64
    [ 3.056716] i915 0000:00:02.0: irq 60 for MSI/MSI-X
    [ 3.056723] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
    [ 3.056724] [drm] Driver supports precise vblank timestamp query.
    [ 3.056784] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
    [ 3.101180] fbcon: inteldrmfb (fb0) is primary device
    [ 4.361087] [drm] Enabling RC6 states: RC6 on, RC6p off, RC6pp off
    [ 4.707482] Console: switching to colour frame buffer device 170x48
    [ 4.712160] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
    [ 4.712553] [Firmware Bug]: ACPI(PEGP) defines _DOD but not _DOS
    [ 4.713578] ACPI Error: [\_SB_.PCI0.GFX0.DD02._BCL] Namespace lookup failure, AE_NOT_FOUND (20130517/psargs-359)
    [ 4.713584] ACPI Error: Method parse/execution failed [\_SB_.PCI0.RP05.PEGP.DD02._BCL] (Node ffff880159325d98), AE_NOT_FOUND (20130517/psparse-536)
    [ 4.713871] ACPI: Video Device [PEGP] (multi-head: yes rom: no post: no)
    [ 4.713930] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/device:2f/LNXVIDEO:00/input/input4
    [ 4.715381] acpi device:55: registered as cooling_device0
    [ 4.715415] ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no)
    [ 4.715455] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:01/input/input5
    [ 4.715487] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 1
    [ 4.738967] ACPI: bus type USB registered
    [ 4.738999] usbcore: registered new interface driver usbfs
    [ 4.739016] usbcore: registered new interface driver hub
    [ 4.739050] usbcore: registered new device driver usb
    [ 4.739638] xhci_hcd 0000:00:14.0: setting latency timer to 64
    [ 4.739642] xhci_hcd 0000:00:14.0: xHCI Host Controller
    [ 4.739649] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
    [ 4.739721] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
    [ 4.739741] xhci_hcd 0000:00:14.0: irq 61 for MSI/MSI-X
    [ 4.740145] xHCI xhci_add_endpoint called for root hub
    [ 4.740148] xHCI xhci_check_bandwidth called for root hub
    [ 4.740208] hub 1-0:1.0: USB hub found
    [ 4.740218] hub 1-0:1.0: 9 ports detected
    [ 4.741007] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [ 4.741164] ehci-pci: EHCI PCI platform driver
    [ 4.742756] xhci_hcd 0000:00:14.0: xHCI Host Controller
    [ 4.742760] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
    [ 4.743091] xHCI xhci_add_endpoint called for root hub
    [ 4.743093] xHCI xhci_check_bandwidth called for root hub
    [ 4.743135] hub 2-0:1.0: USB hub found
    [ 4.743141] hub 2-0:1.0: 4 ports detected
    [ 4.743425] SCSI subsystem initialized
    [ 4.745035] ACPI: bus type ATA registered
    [ 4.745122] libata version 3.00 loaded.
    [ 4.747867] ehci-pci 0000:00:1d.0: setting latency timer to 64
    [ 4.747875] ehci-pci 0000:00:1d.0: EHCI Host Controller
    [ 4.747880] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 3
    [ 4.747891] ehci-pci 0000:00:1d.0: debug port 2
    [ 4.751784] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
    [ 4.751800] ehci-pci 0000:00:1d.0: irq 23, io mem 0xc081c000
    [ 4.760774] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
    [ 4.760925] hub 3-0:1.0: USB hub found
    [ 4.760930] hub 3-0:1.0: 2 ports detected
    [ 4.761082] ahci 0000:00:1f.2: version 3.0
    [ 4.761230] ahci 0000:00:1f.2: irq 62 for MSI/MSI-X
    [ 4.774140] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 3 ports 6 Gbps 0x3 impl SATA mode
    [ 4.774146] ahci 0000:00:1f.2: flags: 64bit ncq led clo only pio slum part deso sadm sds apst
    [ 4.774151] ahci 0000:00:1f.2: setting latency timer to 64
    [ 4.774614] scsi0 : ahci
    [ 4.774722] scsi1 : ahci
    [ 4.774798] scsi2 : ahci
    [ 4.774868] ata1: SATA max UDMA/133 abar m2048@0xc081b000 port 0xc081b100 irq 62
    [ 4.774871] ata2: SATA max UDMA/133 abar m2048@0xc081b000 port 0xc081b180 irq 62
    [ 4.774873] ata3: DUMMY
    [ 5.067345] usb 3-1: new high-speed USB device number 2 using ehci-pci
    [ 5.094002] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    [ 5.094032] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
    [ 5.099568] ata2.00: ATAPI: PLDS DVD+/-RW DU-8A5HH, SD12, max UDMA/100
    [ 5.100914] ata2.00: configured for UDMA/100
    [ 5.129572] ata1.00: ATA-8: ST500LT012-1DG142, 0001SDM1, max UDMA/133
    [ 5.129577] ata1.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 31/32)
    [ 5.191169] hub 3-1:1.0: USB hub found
    [ 5.191237] hub 3-1:1.0: 8 ports detected
    [ 5.255854] ata1.00: configured for UDMA/133
    [ 5.256061] scsi 0:0:0:0: Direct-Access ATA ST500LT012-1DG14 0001 PQ: 0 ANSI: 5
    [ 5.261341] scsi 1:0:0:0: CD-ROM PLDS DVD+-RW DU-8A5HH SD12 PQ: 0 ANSI: 5
    [ 5.263686] sd 0:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/465 GiB)
    [ 5.263691] sd 0:0:0:0: [sda] 4096-byte physical blocks
    [ 5.263724] sd 0:0:0:0: [sda] Write Protect is off
    [ 5.263727] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    [ 5.263737] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 5.269320] sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
    [ 5.269323] cdrom: Uniform CD-ROM driver Revision: 3.20
    [ 5.269521] sr 1:0:0:0: Attached scsi CD-ROM sr0
    [ 5.332482] sda: sda1 sda2
    [ 5.333235] sd 0:0:0:0: [sda] Attached SCSI disk
    [ 5.457253] usb 3-1.7: new high-speed USB device number 3 using ehci-pci
    [ 5.549500] device-mapper: uevent: version 1.0.3
    [ 5.549652] device-mapper: ioctl: 4.25.0-ioctl (2013-06-26) initialised: [email protected]
    [ 5.554331] bio: create slab <bio-1> at 1
    [ 5.607167] usb 3-1.8: new high-speed USB device number 4 using ehci-pci
    [ 6.510287] EXT4-fs (dm-1): mounted filesystem with ordered data mode. Opts: (null)
    [ 7.581705] systemd[1]: systemd 208 running in system mode. (+PAM -LIBWRAP -AUDIT -SELINUX -IMA -SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ)
    [ 7.582431] systemd[1]: Set hostname to <archins3537>.
    [ 8.087615] systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
    [ 8.087670] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [ 8.087682] systemd[1]: Starting Login Prompts.
    [ 8.087692] systemd[1]: Reached target Login Prompts.
    [ 8.087700] systemd[1]: Starting Remote File Systems.
    [ 8.087707] systemd[1]: Reached target Remote File Systems.
    [ 8.087715] systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
    [ 8.087736] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
    [ 8.087743] systemd[1]: Starting LVM2 metadata daemon socket.
    [ 8.087762] systemd[1]: Listening on LVM2 metadata daemon socket.
    [ 8.087769] systemd[1]: Starting Device-mapper event daemon FIFOs.
    [ 8.087789] systemd[1]: Listening on Device-mapper event daemon FIFOs.
    [ 8.087796] systemd[1]: Starting Delayed Shutdown Socket.
    [ 8.087813] systemd[1]: Listening on Delayed Shutdown Socket.
    [ 8.087822] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.
    [ 8.087851] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [ 8.087858] systemd[1]: Starting Paths.
    [ 8.087865] systemd[1]: Reached target Paths.
    [ 8.087878] systemd[1]: Starting udev Kernel Socket.
    [ 8.087895] systemd[1]: Listening on udev Kernel Socket.
    [ 8.087904] systemd[1]: Starting udev Control Socket.
    [ 8.087920] systemd[1]: Listening on udev Control Socket.
    [ 8.087944] systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point.
    [ 8.088034] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
    [ 8.088043] systemd[1]: Starting Encrypted Volumes.
    [ 8.088051] systemd[1]: Reached target Encrypted Volumes.
    [ 8.088059] systemd[1]: Starting Journal Socket.
    [ 8.088098] systemd[1]: Listening on Journal Socket.
    [ 8.094096] systemd[1]: Started Set Up Additional Binary Formats.
    [ 8.146808] systemd[1]: Starting Create list of required static device nodes for the current kernel...
    [ 8.147345] systemd[1]: Starting udev Coldplug all Devices...
    [ 8.147641] systemd[1]: Starting Setup Virtual Console...
    [ 8.156662] systemd[1]: Started Load Kernel Modules.
    [ 8.156702] systemd[1]: Mounted FUSE Control File System.
    [ 8.156719] systemd[1]: Mounting Debug File System...
    [ 8.160118] systemd[1]: Starting Apply Kernel Variables...
    [ 8.160456] systemd[1]: Mounting POSIX Message Queue File System...
    [ 8.160770] systemd[1]: Mounting Configuration File System...
    [ 8.161235] systemd[1]: Starting Journal Service...
    [ 8.161549] systemd[1]: Started Journal Service.
    [ 8.407759] systemd-journald[153]: Vacuuming done, freed 0 bytes
    [ 8.622532] EXT4-fs (dm-1): re-mounted. Opts: data=ordered
    [ 8.834003] systemd-udevd[177]: starting version 208
    [ 9.449711] ACPI: Requesting acpi_cpufreq
    [ 9.652388] snd_hda_intel 0000:00:03.0: irq 63 for MSI/MSI-X
    [ 9.652512] snd_hda_intel 0000:00:1b.0: irq 64 for MSI/MSI-X
    [ 9.703295] ACPI: AC Adapter [ACAD] (off-line)
    [ 9.734702] wmi: Mapper loaded
    [ 9.767167] input: PC Speaker as /devices/platform/pcspkr/input/input6
    [ 9.900528] microcode: CPU0 sig=0x40651, pf=0x40, revision=0x15
    [ 9.914682] ACPI: Battery Slot [BAT1] (battery present)
    [ 9.946497] hda_codec: invalid CONNECT_LIST verb 5[1]:0
    [ 9.946555] hda_codec: invalid CONNECT_LIST verb 6[1]:0
    [ 9.946621] hda_codec: invalid CONNECT_LIST verb 7[1]:0
    [ 9.948456] input: HDA Intel MID HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:03.0/sound/card0/input7
    [ 9.948585] input: HDA Intel MID HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:03.0/sound/card0/input8
    [ 9.948656] input: HDA Intel MID HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.0/sound/card0/input9
    [ 9.953096] input: HDA Intel PCH Headphone Mic as /devices/pci0000:00/0000:00:1b.0/sound/card1/input10
    [ 9.953371] ACPI Warning: 0x0000000000001828-0x000000000000182f SystemIO conflicts with Region \PMIO 1 (20130517/utaddress-251)
    [ 9.953378] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 9.953384] ACPI Warning: 0x0000000000000830-0x000000000000083f SystemIO conflicts with Region \GPRL 1 (20130517/utaddress-251)
    [ 9.953388] ACPI Warning: 0x0000000000000830-0x000000000000083f SystemIO conflicts with Region \GPR_ 2 (20130517/utaddress-251)
    [ 9.953392] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 9.953394] ACPI Warning: 0x0000000000000800-0x000000000000082f SystemIO conflicts with Region \GPRL 1 (20130517/utaddress-251)
    [ 9.953398] ACPI Warning: 0x0000000000000800-0x000000000000082f SystemIO conflicts with Region \GPR_ 2 (20130517/utaddress-251)
    [ 9.953402] ACPI Warning: 0x0000000000000800-0x000000000000082f SystemIO conflicts with Region \IO_D 3 (20130517/utaddress-251)
    [ 9.953406] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 9.953407] lpc_ich: Resource conflict(s) found affecting gpio_ich
    [ 9.953792] mei_me 0000:00:16.0: setting latency timer to 64
    [ 9.953838] mei_me 0000:00:16.0: irq 65 for MSI/MSI-X
    [ 9.956390] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
    [ 9.956608] ACPI Warning: 0x0000000000005040-0x000000000000505f SystemIO conflicts with Region \_SB_.PCI0.SBUS.SMBI 1 (20130517/utaddress-251)
    [ 9.956615] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 10.231648] dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.2)
    [ 10.250684] cfg80211: Calling CRDA to update world regulatory domain
    [ 10.307646] input: Dell WMI hotkeys as /devices/virtual/input/input11
    [ 10.310649] microcode: CPU1 sig=0x40651, pf=0x40, revision=0x15
    [ 10.313166] microcode: CPU2 sig=0x40651, pf=0x40, revision=0x15
    [ 10.313536] microcode: CPU3 sig=0x40651, pf=0x40, revision=0x15
    [ 10.313923] microcode: Microcode Update Driver: v2.00 <[email protected]>, Peter Oruba
    [ 10.347294] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
    [ 10.347309] r8169 0000:01:00.0: can't disable ASPM; OS doesn't have ASPM control
    [ 10.347544] r8169 0000:01:00.0: irq 66 for MSI/MSI-X
    [ 10.347727] r8169 0000:01:00.0 eth0: RTL8106e at 0xffffc90022cee000, 74:86:7a:50:ce:f4, XID 04900000 IRQ 66
    [ 10.381911] iTCO_vendor_support: vendor-support=0
    [ 10.393283] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.10
    [ 10.393324] iTCO_wdt: Found a Lynx Point_LP TCO device (Version=2, TCOBASE=0x1860)
    [ 10.393578] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
    [ 10.400848] systemd-udevd[183]: renamed network interface eth0 to enp1s0
    [ 10.416483] ath: EEPROM regdomain: 0x60
    [ 10.416486] ath: EEPROM indicates we should expect a direct regpair map
    [ 10.416489] ath: Country alpha2 being used: 00
    [ 10.416490] ath: Regpair used: 0x60
    [ 10.614808] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
    [ 10.615079] ieee80211 phy0: Atheros AR9565 Rev:1 mem=0xffffc90035180000, irq=19
    [ 10.643067] rts5139: module is from the staging directory, the quality is unknown, you have been warned.
    [ 10.643619] systemd-udevd[189]: renamed network interface wlan0 to wlp2s0
    [ 10.646589] scsi3 : SCSI emulation for RTS5139 USB card reader
    [ 10.646742]

    Cdh wrote:
    You didn't give much information so...
    Blacklisting is now done via /etc/modprobe.d/*.conf files
    For example:
    /etc/modprobe.d/disable-radeon.conf would contain
    install radeon /bin/false
    You can also write "blacklist radeon" instead but that only prevents loading it automatically on itself while booting. You can still modprobe it and if it is a dependency of an automatically loaded module it will still get loaded. With the install ... /bin/false there is no way to load it.
    Also you need to make sure that it is not in the modules array in /etc/mkinitcpio.conf (or that your disable-radeon.conf is in the files array) because the initramfs is its own mini-system that doesn't know about the module configuration otherwise.
    but thats the problem ! i need radeon module to start because vgaswitcheroo needs it ! and then trun it off because 'I' dont need it ! anyway i ll give 'bin/false' method a try !

  • Software raid1 problems, please help

    Hello people
    i`m willing to install software raid1 on my home server (archlinux 2.6.30)
    i have 2 8.4GB hdds /dev/sda && /dev/sdb
    i configuret partitions following wiki & some other tutorials, but so far i`m unsuccessfull
    heres what i did
    partitioned bouth drives (a & b) identicaly
    100mb boot
    512mb swap
    7800mb /
    made raid1 array
    mkfs.ext2 boot and / partitions
    mkswap /dev/md2 (swap partiton)
    when i wrote fdisk -l it showd this
    Disk /dev/mdX doesn't contain a valid partition table
    wher X is 1,2,3
    i have added dm-mod in rc.conf mkinitcpio.conf but nuthing works
    when i try to boot sistem it says this
    ::Running Hook [raid]
    md: raid1 personality registred for level 1
    waiting 10 seconds for device /dev/md3 ...
    root device '/dev/md3' doesn't exist, attempting to create it
    ERROR: Failed to parse block device ids for '/dev/md3'
    ERROR: Unable to detect or create root device '/dev/md3'
    You are being dropped to a recovery shell
    type reboot to reboot
    type exit to continue
    when i type exit, it starts to panic...
    ont thing i`m woried about is that, when i partition my drives and enter setup, i should skip partition part, but when i want to select packages it says that my drives are not partitioned - is this how it should be ?
    Please help me, i realy need to get this working.
    allso i`m wondering what jumper settings should i use on bouth drives?
    i have read that puting /boot partition in raid couses problems, is that true ? because i have /boot in raid1 allso..
    my best regards
    karlis.
    Last edited by karlis (2010-02-25 14:41:09)

    You can lock this topic, problem solved
    i used these topics to fix it
    http://bbs.archlinux.org/viewtopic.php?id=56830
    http://bbs.archlinux.org/viewtopic.php?id=28367
    and most of fix i got from here
    http://bbs.archlinux.org/viewtopic.php?id=56830
    Thanks

  • [SOLVED] Problem with FGLRX and Ati HD4650

    Hi! I'm fede1587 and I'm a new user of Archlinux (but not a new user of Linux). I love it and the KISS philosophy.
    Four days ago I intalled the new version of Arch but unfortunately I have a very big problem and after 4 days of work I have not been able to solve it.
    I have a Sony Vaio VGN-FW41J with a ATI HD4650. I need Ati proprietary drivers, because with the open source ones, the laptop become too hot. After installing the catalyst legacy pakages (234k, catalyst-utils and catalyst-hook) both from AUR and from the repository (following the great guide in ArchWiki) and configuring, when I lanunch startx, sometimes Gnome starts and sometimes I got black screen with horizontal lines.
    I'm searching for solutions from 4 days and I read a lot of topic, and I try a lot of things, but nothing!
    Accourding to the various threads, I have:
    1) Load the module fglrx
    2) Blacklist the radeon module
    3) Re-run mkinitcpio
    4) Run aticonfig --initial
    5) Run aticonfig --acpi-services=off
    6) Add nomodeset to grub
    After I tried to change kernel (thinking about some incompatibilities). I installed linux-lts, and I try with this kernel, but I have the same issue. I also try whit Bridge Linux, but nothing changed.
    This is the only output found in my error.log (Xorg.X.log is empty):
    Aug 26 02:36:51 localhost kernel: [   13.326922] [fglrx:KCL_MEM_VM_MapRegion] *ERROR* remap_pfn_range failed
    Aug 26 02:36:51 localhost kernel: [   13.326932] [fglrx:__create_mapping] *ERROR* Can not get virtual address
    Aug 26 02:36:51 localhost kernel: [   13.326935] [fglrx:__mc_heap_map_virtual_space] *ERROR* Failed to map the virtual space
    Aug 26 02:36:51 localhost kernel: [   13.326938] [fglrx:mc_heap_map_virtual_space] *ERROR* Can not get virtual address
    Aug 26 02:36:51 localhost kernel: [   13.326940] [fglrx:MCIL_GetVirtualAddressInDescriptor] *ERROR* Can not get the virtual address
    Aug 26 02:36:55 localhost kernel: [   16.622882] [fglrx:KCL_MEM_VM_MapRegion] *ERROR* remap_pfn_range failed
    Aug 26 02:36:55 localhost kernel: [   16.622892] [fglrx:__create_mapping] *ERROR* Can not get virtual address
    Aug 26 02:36:55 localhost kernel: [   16.622895] [fglrx:__mc_heap_map_virtual_space] *ERROR* Failed to map the virtual space
    Aug 26 02:36:55 localhost kernel: [   16.622898] [fglrx:mc_heap_map_virtual_space] *ERROR* Can not get virtual address
    Aug 26 02:36:55 localhost kernel: [   16.622900] [fglrx:MCIL_GetVirtualAddressInDescriptor] *ERROR* Can not get the virtual address
    Aug 26 02:36:55 localhost dhcpcd[529]: wlan0: sendmsg: Cannot assign requested address
    Aug 26 02:36:56 localhost kernel: [   18.364335] [fglrx:KCL_MEM_VM_MapRegion] *ERROR* remap_pfn_range failed
    Aug 26 02:36:56 localhost kernel: [   18.364346] [fglrx:__create_mapping] *ERROR* Can not get virtual address
    AuAug 26 02:40:18 localhost /usr/sbin/crond[452]: (CRON) INFO (Syslog will be used instead of sendmail.): File o directory non esistente
    Aug 26 02:40:25 localhost dhcpcd[476]: wlan0: sendmsg: Cannot assign requested address
    I hope you can help me, because I love this distro but I can't use it with the open source driver of the ATI card (too hot) :-(
    Thanks a lot for the help and sorry for my bad english.
    Last edited by fede1587 (2012-08-30 22:15:57)

    Hi. Now I found in my Xorg.0.log the following lines:
    [    16.893] (II) fglrx(0): [uki] DRM interface version 1.0
    [    16.893] (II) fglrx(0): [uki] created "fglrx" driver at busid "PCI:1:0:0"
    [    16.893] (II) fglrx(0): [uki] added 8192 byte SAREA at 0x8000
    [    16.893] (II) fglrx(0): [uki] mapped SAREA 0x8000 to 0x7f82a04c9000
    [    16.893] (II) fglrx(0): [uki] framebuffer handle = 0x9000
    [    16.893] (II) fglrx(0): [uki] added 1 reserved context for kernel
    [    16.893] (II) fglrx(0): swlDriScreenInit done
    [    16.893] (II) fglrx(0): Kernel Module Version Information:
    [    16.893] (II) fglrx(0):     Name: fglrx
    [    16.893] (II) fglrx(0):     Version: 8.97.2
    [    16.893] (II) fglrx(0):     Date: Jul  4 2012
    [    16.893] (II) fglrx(0):     Desc: ATI FireGL DRM kernel module
    [    16.893] (II) fglrx(0): Kernel Module version matches driver.
    [    16.893] (II) fglrx(0): Kernel Module Build Time Information:
    [    16.893] (II) fglrx(0):     Build-Kernel UTS_RELEASE:        3.4.9-1-ARCH
    [    16.893] (II) fglrx(0):     Build-Kernel MODVERSIONS:        no
    [    16.893] (II) fglrx(0):     Build-Kernel __SMP__:            no
    [    16.893] (II) fglrx(0):     Build-Kernel PAGE_SIZE:          0x1000
    [    16.893] (II) fglrx(0): [uki] register handle = 0x0000a000
    [    16.916] (EE) fglrx(0): Not enough video memory to allocate primary surface (frame buffer).
    [    16.916] (II) fglrx(0): Shutdown CMMQS
    [    16.916] (II) fglrx(0): [uki] removed 1 reserved context for kernel
    [    16.916] (II) fglrx(0): [uki] unmapping 8192 bytes of SAREA 0x8000 at 0x7f82a04c9000
    [    16.916] (WW) fglrx(0): ***********************************************************
    [    16.916] (WW) fglrx(0): * DRI initialization failed                               *
    [    16.916] (WW) fglrx(0): * kernel module (fglrx.ko) may be missing or incompatible *
    [    16.916] (WW) fglrx(0): * 2D and 3D acceleration disabled                         *
    [    16.916] (WW) fglrx(0): ***********************************************************
    Do you have an idea of what it could be?
    Thanks a lot...

  • Problem with installing nvidia drivers, like to keep existing kernel *

    Hi All
    I download and install the NVIDIA-Linux-x86-173.14.12-pkg1.run from the nvidia web site because when I try to download from pacman
    it said the following
    [rombel@marclinux ~]$ sudo pacman -S nvidia-173xx
    resolving dependencies...
    looking for inter-conflicts...
    :: nvidia-173xx-utils conflicts with libgl. Remove libgl? [Y/n] y
    Remove (1): libgl-7.2-1 
    Total Removed Size:   2.75 MB
    Targets (8): klibc-1.5.15-1  klibc-extras-2.5-2  klibc-udev-135-2  filesystem-2009.01-1  mkinitcpio-0.5.23-1  kernel26-2.6.28.5-1  nvidia-173xx-utils-173.14.12-1 
                 nvidia-173xx-173.14.12-3 
    Total Download Size:    27.97 MB
    Total Installed Size:   137.78 MB
    so you see it want to upgrade my kernel which I dont want. because my kile and k3b programs gives Segmentation fault when i try to start them.
    However after installing miro i start to get  Xlib: extension "GLX" missing on display ":0 error. See below a copy of my rc.conf, xorg, section of the /var/log/Xorg.0.log files  and error messages from running glxinfo and glxgears.
    Message from the /var/log/Xorg.0.log
    (II) Loading /usr/lib/xorg/modules/extensions//libglx.so
    dlopen: /usr/lib/xorg/modules/extensions//libglx.so: cannot open shared object file: No such file or directory
    (EE) Failed to load /usr/lib/xorg/modules/extensions//libglx.so
    (II) UnloadModule: "glx"
    (EE) Failed to load module "glx" (loader failed, 7)
    (II) LoadModule: "dbe"
    (EE) NVIDIA(0): Failed to initialize the GLX module; please check in your X
    (EE) NVIDIA(0): log file that the GLX module has been loaded in your X
    (EE) NVIDIA(0): server, and that the module is the NVIDIA GLX module. If
    (EE) NVIDIA(0): you continue to encounter problems, Please try
    (EE) NVIDIA(0): reinstalling the NVIDIA driver.
    (II) NVIDIA(0): NVIDIA GPU GeForce FX Go5200 (NV34) at PCI:1:0:0 (GPU-0)
    (--) NVIDIA(0): Memory: 32768 kBytes
    (--) NVIDIA(0): VideoBIOS: 04.34.20.42.c1
    [u]My xorg file[/u]
    Section "Module"
    Load "extmod"
    Load "glx"
    Load "dbe"
    # Load "record"
    Load "xtrap"
    Load "freetype"
    Load "synaptics"
    EndSection
    Section "Device"
    ### Available Driver options are:-
    ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
    ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
    ### [arg]: arg optional
    #Option "SWcursor" # [<bool>]
    #Option "HWcursor" # [<bool>]
    #Option "NoAccel" # [<bool>]
    #Option "ShadowFB" # [<bool>]
    #Option "UseFBDev" # [<bool>]
    #Option "Rotate" # [<str>]
    #Option "VideoKey" # <i>
    #Option "FlatPanel" # [<bool>]
    #Option "FPDither" # [<bool>]
    #Option "CrtcNumber" # <i>
    #Option "FPScale" # [<bool>]
    #Option "FPTweak" # <i>
    #Option "DualHead" # [<bool>]
    Option "AllowGLXWithComposite" "True"
    #Driver "nv"
    Identifier "Card0"
    Driver "nvidia"
    VendorName "nVidia Corporation"
    BoardName "NV34M [GeForce FX Go5200 64M]"
    BusID "PCI:1:0:0"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "Monitor0"
    DefaultDepth 24
    Option "NoLogo" "True"
    Option "RenderAccel" "True"
    Option "AddARGBGVisuals" "True"
    Option "AddARGBGLXVisuals" "True"
    Option "NvAGP" "3"
    SubSection "Display"
    Viewport 0 0
    Depth 1
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 4
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 8
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 15
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 16
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 24
    Modes "1680x1050"
    EndSubSection
    EndSection
    Section "Extensions"
    Option "Composite" "Enable"
    EndSection
    [rombel@marclinux ~]$ glxgears
    Xlib: extension "GLX" missing on display ":0.0".
    Error: couldn't get an RGB, Double-buffered visual
    [rombel@marclinux ~]$ glxinfo
    name of display: :0.0
    Xlib: extension "GLX" missing on display ":0.0".
    Xlib: extension "GLX" missing on display ":0.0".
    Xlib: extension "GLX" missing on display ":0.0".
    Xlib: extension "GLX" missing on display ":0.0".
    Xlib: extension "GLX" missing on display ":0.0".
    Error: couldn't find RGB GLX visual or fbconfig
    Xlib: extension "GLX" missing on display ":0.0".
    Xlib: extension "GLX" missing on display ":0.0".
    Xlib: extension "GLX" missing on display ":0.0".
    Xlib: extension "GLX" missing on display ":0.0".
    Xlib: extension "GLX" missing on display ":0.0".
    Xlib: extension "GLX" missing on display ":0.0".
    Xlib: extension "GLX" missing on display ":0.0".
    3 GLXFBConfigs:
    visual x bf lv rg d st colorbuffer ax dp st accumbuffer ms cav
    id dep cl sp sz l ci b ro r g b a bf th cl r g b a ns b eat
    Segmentation fault
    My rc.conf file
    MOD_AUTOLOAD="yes"
    MOD_BLACKLIST=(intel_agp) #deprecated
    MODULES=(b44 mii ipw2100 ac97_bus snd-mixer-oss acpi-cpufreq snd-pcm-oss snd-page-alloc snd-pcm snd-timer snd autofs4 snd-ac97-codec snd-intel8x0 snd-intel8x0m soundcore nvidia )
    I have google and read some of the forums with machine of similar problems. ANY HELP PLEASE.
    Last edited by B (2009-02-16 20:53:47)

    Hi all
    I try to compile the package as you suggested but with no luck see the steps I did below:
    Note: in the PKBUILD file i change every instants of 2.6.28 to 2.6.25
    [rombel@marclinux ~]$ cd abs/
    [rombel@marclinux abs]$ ls
    nvidia-173xx
    [rombel@marclinux abs]$ cd nvidia-173xx/
    [rombel@marclinux nvidia-173xx]$ ls
    2.6.28.patch  NVIDIA_173.14.12_2.6.27.patch  PKGBUILD  nvidia.install
    [rombel@marclinux nvidia-173xx]$ nano PKGBUILD
    [rombel@marclinux nvidia-173xx]$ nano PKGBUILD
    This is the PKBUILD file
    # $Id: PKGBUILD 8436 2008-08-11 04:51:52Z tpowa $
    # Maintainer : Thomas Baechler <[email protected]>
    pkgname=nvidia-173xx
    pkgver=173.14.12
    _kernver='2.6.25-ARCH'
    pkgrel=3
    pkgdesc="NVIDIA legacy drivers for kernel26, 173xx branch"
    arch=('i686' 'x86_64')
    [ "$CARCH" = "i686"   ] && ARCH=x86
    [ "$CARCH" = "x86_64" ] && ARCH=x86_64
    url="http://www.nvidia.com/"
    depends=('kernel26>=2.6.25' 'kernel26<2.6.29' 'nvidia-173xx-utils')
    conflicts=('nvidia' 'nvidia-96xx' 'nvidia-71xx' 'nvidia-legacy')
    license=('custom')
    install=nvidia.install
    source=(http://us.download.nvidia.com/XFree86/Linux-$ARCH/${pkgver}/NVIDIA-Linux-$ARCH-${pkgver}-pkg0.run
            NVIDIA_173.14.12_2.6.25.patch
        2.6.25.patch)
    md5sums=('76b8eba1b14fc273a1a4044705b0aa56'
             'cd4a68b5a88be6976b90cd0df6bfe89e'
             '460d52dc0a27d64f881cbacd1e7220b5')
    [ "$CARCH" = "x86_64" ] && md5sums=('8675e4ca65033b343c8c77b2ce82e71d'
                                        'cd4a68b5a88be6976b90cd0df6bfe89e'
                                        '460d52dc0a27d64f881cbacd1e7220b5')
    build()
      # Extract
      cd $startdir/src/
      sh NVIDIA-Linux-$ARCH-${pkgver}-pkg0.run --extract-only
      cd NVIDIA-Linux-$ARCH-${pkgver}-pkg0
      # Any extra patches are applied in here...
      patch -Np1 -i ../NVIDIA_173.14.12_2.6.27.patch || return 1
      patch -Np0 -i ../2.6.25.patch || return 1
      cd usr/src/nv/
      ln -s Makefile.kbuild Makefile
      make SYSSRC=/lib/modules/${_kernver}/build module || return 1
      # install kernel module
      mkdir -p $startdir/pkg/lib/modules/${_kernver}/kernel/drivers/video/
      install -m644 nvidia.ko $startdir/pkg/lib/modules/${_kernver}/kernel/drivers/video/
      sed -i -e "s/KERNEL_VERSION='.*'/KERNEL_VERSION='${_kernver}'/" $startdir/*.install
    [rombel@marclinux nvidia-173xx]$ makepkg -s
    ==> Making package: nvidia-173xx 173.14.12-3 i686 (Sun Feb 15 15:14:35 EST 2009)
    ==> Checking Runtime Dependencies...
    ==> Installing missing dependencies...
    Password:
    resolving dependencies...
    looking for inter-conflicts...
    Targets (1): nvidia-173xx-utils-173.14.12-1 
    Total Download Size:    0.00 MB
    Total Installed Size:   23.70 MB
    Proceed with installation? [Y/n] y
    checking package integrity...
    (1/1) checking for file conflicts                   [###################################################] 100%
    error: could not prepare transaction
    error: failed to commit transaction (conflicting files)
    nvidia-173xx-utils: /usr/bin/nvidia-bug-report.sh exists in filesystem
    nvidia-173xx-utils: /usr/bin/nvidia-settings exists in filesystem
    nvidia-173xx-utils: /usr/bin/nvidia-xconfig exists in filesystem
    nvidia-173xx-utils: /usr/lib/libGL.so.1 exists in filesystem
    nvidia-173xx-utils: /usr/lib/libGL.so.173.14.12 exists in filesystem
    nvidia-173xx-utils: /usr/lib/libGLcore.so.1 exists in filesystem
    nvidia-173xx-utils: /usr/lib/libGLcore.so.173.14.12 exists in filesystem
    nvidia-173xx-utils: /usr/lib/libXvMCNVIDIA.a exists in filesystem
    nvidia-173xx-utils: /usr/lib/libXvMCNVIDIA.so.173.14.12 exists in filesystem
    nvidia-173xx-utils: /usr/lib/libXvMCNVIDIA_dynamic.so.1 exists in filesystem
    nvidia-173xx-utils: /usr/lib/libnvidia-cfg.so.1 exists in filesystem
    nvidia-173xx-utils: /usr/lib/libnvidia-cfg.so.173.14.12 exists in filesystem
    nvidia-173xx-utils: /usr/lib/libnvidia-tls.so.1 exists in filesystem
    nvidia-173xx-utils: /usr/lib/libnvidia-tls.so.173.14.12 exists in filesystem
    nvidia-173xx-utils: /usr/lib/xorg/modules/drivers/nvidia_drv.so exists in filesystem
    nvidia-173xx-utils: /usr/lib/xorg/modules/extensions/libglx.so.173.14.12 exists in filesystem
    nvidia-173xx-utils: /usr/share/applications/nvidia-settings.desktop exists in filesystem
    Errors occurred, no packages were upgraded.
    ==> ERROR: Pacman failed to install missing dependencies.

  • Booting problems with systemd, lvm, linux-ck-corex

    Hi everyone,
    since Friday I got some complications while booting my system.
    I use systemd, pulseaudio, bluez, network-manger, gnome and gdm as login manager.
    Every partition (root, home) without the boot and crypted swap partition is within a lvm volume group.
    Xserver with gdm starts but the login mask does not appear. (only the background, mousepointer, topbar with clock, energy etc. are shown)
    Switching to the getty2 works, but after typing username and password, nothing happens.
    Only some messages from systemd are poping up, saying it couldn't mount my home partition (timeout).
    That explains why I couldn't login.
    Shutting down the system via the powerkey works.
    Starting via a system rescue disk, mounting everything (including my home partition) and chrooting works fine.
    Journalctl shows that there are more problems.
    The network-manager times out.
    Gnome-shell with consolekit-daemon and Pulseaudio fails to communicate with bluez over the dbus.
    Some version information of the listed packages:
    % pacman -Qii pulseaudio systemd gnome-shell dbus networkmanager bluez consolekit
    Name : pulseaudio
    Version : 2.1-1
    URL : http://www.freedesktop.org/wiki/Software/PulseAudio
    Licenses : GPL LGPL
    Groups : None
    Provides : None
    Depends On : libpulse=2.1-1 rtkit libltdl speex tdb udev fftw orc libsamplerate webrtc-audio-processing libsystemd
    Optional Deps : avahi: zeroconf support
    bluez: bluetooth support
    gconf: configuration through gconf (paprefs)
    jack: jack support
    lirc-utils: infra-red support
    openssl: RAOP support
    python2-pyqt: Equalizer GUI (qpaeq)
    Required By : gnome-settings-daemon paprefs pulseaudio-alsa
    Conflicts With : None
    Replaces : None
    Installed Size : 5412.00 KiB
    Packager : Jan Alexander Steffens (heftig) <[email protected]>
    Architecture : x86_64
    Build Date : Thu Jul 19 21:18:15 2012
    Install Date : Fri Jul 20 12:02:20 2012
    Install Reason : Explicitly installed
    Install Script : Yes
    Description : A featureful, general-purpose sound server
    Backup Files:
    UNMODIFIED /etc/pulse/daemon.conf
    UNMODIFIED /etc/pulse/default.pa
    UNMODIFIED /etc/pulse/system.pa
    Name : systemd
    Version : 188-2
    URL : http://www.freedesktop.org/wiki/Software/systemd
    Licenses : GPL2 LGPL2.1 MIT
    Groups : None
    Provides : None
    Depends On : acl dbus-core libsystemd=188 kmod libcap pam systemd-tools=188 util-linux xz
    Optional Deps : initscripts: legacy support for hostname and vconsole setup
    initscripts-systemd: legacy generator for initialization scripts
    python2-cairo: systemd-analyze
    python2-dbus: systemd-analyze
    systemd-arch-units: collection of native unit files for Arch daemon/init scripts
    systemd-sysvcompat: symlink package to provide sysvinit binaries
    Required By : systemd-arch-units
    Conflicts With : None
    Replaces : None
    Installed Size : 4720.00 KiB
    Packager : Dave Reisner <[email protected]>
    Architecture : x86_64
    Build Date : Sat Aug 11 01:17:44 2012
    Install Date : Mon Aug 13 20:15:27 2012
    Install Reason : Installed as a dependency for another package
    Install Script : Yes
    Description : system and service manager
    Backup Files:
    UNMODIFIED /etc/dbus-1/system.d/org.freedesktop.systemd1.conf
    UNMODIFIED /etc/dbus-1/system.d/org.freedesktop.hostname1.conf
    UNMODIFIED /etc/dbus-1/system.d/org.freedesktop.login1.conf
    UNMODIFIED /etc/dbus-1/system.d/org.freedesktop.locale1.conf
    UNMODIFIED /etc/dbus-1/system.d/org.freedesktop.timedate1.conf
    UNMODIFIED /etc/systemd/system.conf
    UNMODIFIED /etc/systemd/user.conf
    UNMODIFIED /etc/systemd/logind.conf
    UNMODIFIED /etc/systemd/journald.conf
    Name : gnome-shell
    Version : 3.4.2-1
    URL : http://live.gnome.org/GnomeShell
    Licenses : GPL2
    Groups : gnome
    Provides : None
    Depends On : caribou folks gcr gjs gnome-bluetooth gnome-desktop gnome-menus libcroco libpulse mutter nautilus networkmanager telepathy-logger
    telepathy-mission-control unzip
    Optional Deps : network-manager-applet: shell integration for networkmanager
    Required By : gnome-shell-extension-user-theme
    Conflicts With : None
    Replaces : None
    Installed Size : 6064.00 KiB
    Packager : Ionut Biru <[email protected]>
    Architecture : x86_64
    Build Date : Sat Jul 21 21:27:55 2012
    Install Date : Sun Jul 22 20:51:39 2012
    Install Reason : Explicitly installed
    Install Script : Yes
    Description : The next generation GNOME Shell
    Backup Files:
    (none)
    Name : dbus
    Version : 1.6.4-1
    URL : http://www.freedesktop.org/Software/dbus
    Licenses : GPL custom
    Groups : None
    Provides : None
    Depends On : dbus-core>=1.6.4 libx11
    Optional Deps : None
    Required By : avahi qt rtkit xfconf
    Conflicts With : None
    Replaces : None
    Installed Size : 68.00 KiB
    Packager : Andreas Radke <[email protected]>
    Architecture : x86_64
    Build Date : Sat Jul 21 13:15:36 2012
    Install Date : Sat Jul 21 14:30:09 2012
    Install Reason : Installed as a dependency for another package
    Install Script : No
    Description : Freedesktop.org message bus system
    Backup Files:
    (none)
    Name : networkmanager
    Version : 0.9.4.0-6
    URL : http://www.gnome.org/projects/NetworkManager/
    Licenses : GPL
    Groups : None
    Provides : None
    Depends On : dbus-glib iproute2 libnl nss polkit udev wpa_supplicant ppp dhcpcd libsoup
    Optional Deps : modemmanager: for modem management service
    dhclient: alternative DHCP/DHCPv6 client
    iptables: Connection sharing
    dnsmasq: Connection sharing
    bluez: Bluetooth support
    openresolv: openresolv support
    Required By : cnetworkmanager empathy gnome-shell libsocialweb network-manager-applet networkmanager-dispatcher-netfs networkmanager-dispatcher-ntpd
    networkmanager-dispatcher-openntpd networkmanager-openconnect networkmanager-openvpn networkmanager-pptp networkmanager-vpnc tracker
    Conflicts With : None
    Replaces : None
    Installed Size : 5232.00 KiB
    Packager : Jan Alexander Steffens (heftig) <[email protected]>
    Architecture : x86_64
    Build Date : Fri Jun 15 21:21:11 2012
    Install Date : Sat Aug 11 10:07:19 2012
    Install Reason : Explicitly installed
    Install Script : Yes
    Description : Network Management daemon
    Backup Files:
    MODIFIED /etc/NetworkManager/NetworkManager.conf
    Name : bluez
    Version : 4.101-1
    URL : http://www.bluez.org/
    Licenses : GPL2
    Groups : None
    Provides : bluez-libs bluez-utils
    Depends On : dbus-core python2 systemd-tools
    Optional Deps : gstreamer0.10-base: bluetooth GStreamer support
    alsa-lib: Audio bluetooth devices support
    dbus-python: to run bluez-simple-agent
    pygobject: to run bluez-simple-agent
    libusb-compat: USB adapters support
    cups: CUPS backend
    Required By : blueman gvfs-obexftp kismet obexd-client openobex pilot-link qemu-kvm
    Conflicts With : bluez-libs bluez-utils
    Replaces : bluez-libs bluez-utils
    Installed Size : 3452.00 KiB
    Packager : Tom Gundersen <[email protected]>
    Architecture : x86_64
    Build Date : Sat Jun 23 13:02:36 2012
    Install Date : Sat Aug 11 11:01:04 2012
    Install Reason : Explicitly installed
    Install Script : No
    Description : Libraries and tools for the Bluetooth protocol stack
    Backup Files:
    UNMODIFIED /etc/bluetooth/main.conf
    UNMODIFIED /etc/bluetooth/rfcomm.conf
    MODIFIED /etc/bluetooth/audio.conf
    UNMODIFIED /etc/bluetooth/network.conf
    UNMODIFIED /etc/bluetooth/input.conf
    UNMODIFIED /etc/bluetooth/serial.conf
    UNMODIFIED /etc/conf.d/bluetooth
    UNMODIFIED /etc/dbus-1/system.d/bluetooth.conf
    Name : consolekit
    Version : 0.4.6-4
    URL : http://www.freedesktop.org/wiki/Software/ConsoleKit
    Licenses : GPL
    Groups : None
    Provides : None
    Depends On : polkit zlib libx11 dbus-glib
    Optional Deps : None
    Required By : gdm gnome-session slim xfce4-session
    Conflicts With : None
    Replaces : None
    Installed Size : 720.00 KiB
    Packager : Dave Reisner <[email protected]>
    Architecture : x86_64
    Build Date : Sun May 27 06:29:53 2012
    Install Date : Fri Jun 1 19:13:35 2012
    Install Reason : Installed as a dependency for another package
    Install Script : No
    Description : A framework for defining and tracking users, login sessions, and seats
    Backup Files:
    (none)
    And the version of all the other packages:
    % pacman -Q
    3to2-hg 1.0-1
    a52dec 0.7.4-6
    aalib 1.4rc5-9
    abs 2.4.3-2
    accountsservice 0.6.22-1
    acl 2.2.51-2
    acpi 1.6-1
    acpid 2.0.16-3
    acroread 9.5.1-2
    acsccid 1.0.2-3
    activity-log-manager 0.9.4-1
    adns 1.4-3
    adobe-air 2.1-1
    adobe-air-sdk 2.6-2
    aisleriot 3.2.2-1
    akonadi 1.8.0-1
    alfont 2.0.9-6
    allegro 5.0.7-1
    allegro4 4.4.2-2
    alleyoop 0.9.8-2
    alsa-firmware 1.0.25-2
    alsa-lib 1.0.25-1
    alsa-oss 1.0.25-1
    alsa-plugins 1.0.25-2
    alsa-utils 1.0.25-3
    anjuta 3.4.4-1
    antiword 0.37-3
    apache 2.2.22-4
    apache-ant 1.8.4-1
    apg 2.2.3-3
    apiextractor 0.10.10-1
    apr 1.4.6-1
    apr-util 1.4.1-1
    aptana-studio 3.2.1-1
    aqsis 1.8.1-1
    archlinux-keyring 20120812-1
    argyllcms 1.4.0-4
    aria2 1.15.1-2
    art-sharp 2.24.2-2
    artwiz-fonts 1.3-7
    aspell 0.60.6.1-1
    aspell-de 20120607-1
    aspell-en 7.1-2
    at-spi 1.32.0-5
    at-spi2-atk 2.4.0-1
    at-spi2-core 2.4.2-1
    atk 2.4.0-1
    atkmm 2.22.6-1
    attica 0.4.0-1
    attr 2.4.46-2
    audacity 2.0.1-2
    aurvote 1.3-1
    autoconf 2.69-1
    autoconf2.13 2.13-2
    autofs 5.0.6-3
    autogen 5.15-1
    automake 1.12.2-1
    automoc4 0.9.88-3
    autopano-sift-c 2.5.1-3
    avahi 0.6.31-3
    avidemux-cli 2.5.6-3
    avidemux-gtk 2.5.6-3
    avidemux-qt 2.5.6-3
    avifile 0.7.45-8
    babl 0.1.10-1
    banshee 2.4.1-1
    baobab 3.4.1-2
    bash 4.2.037-1
    bash-completion 2.0-2
    bc 1.06-8
    beep 1.3-2
    bin32-flashplayer-standalone 11.2.202.236-2
    bin32-google-earth 6.0.3.2197-1
    binutils-multilib 2.22-8
    bison 2.6.2-1
    blas 3.4.1-1
    bleachbit 0.9.3-1
    blender 4:2.64-2
    bluefish 2.2.3-1
    blueman 1.23-4
    bluez 4.101-1
    bogofilter 1.2.2-4
    boo 0.9.4.9-2
    boost 1.50.0-2
    boost-libs 1.50.0-2
    brasero 3.4.1-1
    brltty 4.3-5
    bsdiff 4.3-7
    bullet 2.80-1
    bullet-docs 2.80-1
    bzip2 1.0.6-4
    bzr 2.5.1-1
    c-ares 1.9.0-1
    ca-certificates 20120623-1
    ca-certificates-java 20120608-1
    cabal-install 0.14.0-2
    cabextract 1.4-2
    cairo 1.12.2-2
    cairo-perl 1.082-2
    cairomm 1.10.0-2
    calibre 0.8.64-1
    cantarell-fonts 0.0.8-1
    caribou 0.4.2-1
    catdoc 0.94.3-1
    ccid 1.4.7-1
    cdparanoia 10.2-4
    cdrdao 1.2.3-6
    cdrkit 1.1.11-2
    cfitsio 3.310-1
    cheese 3.4.2-1
    cherrytree 0.26-1
    chmlib 0.40-3
    chromium 21.0.1180.75-1
    chromium-pepper-flash 11.3.31.307-1
    chrpath 0.13-3
    cifs-utils 5.6-2
    cksfv 1.3.14-2
    clamav 0.97.5-2
    clang 3.1-4
    clang-analyzer 3.1-4
    claws-mail 3.8.1-1
    claws-mail-extra-plugins 3.8.1-1
    cloog 0.17.0-2
    clutter 1.10.6-1
    clutter-gst 1.6.0-1
    clutter-gtk 1.2.0-1
    cmake 2.8.9-1
    cnetworkmanager 0.21.1-3
    codeblocks 10.05-2
    cogl 1.10.4-1
    colord 0.1.21-2
    compositeproto 0.4.2-2
    consolekit 0.4.6-4
    coolreader 3.0.56-1
    coreutils 8.17-3
    cpio 2.11-3
    cpufrequtils 008-2
    crack-attack 1.1.14-6
    crack-attack-sounds 1.1.14-4
    cracklib 2.8.18-2
    crafty 23.4-2
    crayonphysicsdeluxe 55_3-3
    crda 1.1.2-3
    cronie 1.4.8-3
    cross-arm-elf-binutils 2.21-2
    cross-arm-elf-gcc-base 4.6.0-1
    cryptsetup 1.5.0-1
    csfml 1.99.git20120504-1
    ctags 5.8-3
    cups 1.6.1-4
    cups-filters 1.0.20-1
    cups-pdf 2.6.1-1
    cups-pk-helper 0.2.2-1
    curl 7.27.0-1
    curlftpfs 0.9.2-4
    cvs 1.11.23-8
    d-feet 0.1.14-2
    damageproto 1.2.1-2
    dash 0.5.7-2
    dasher 4.10.1-3
    db 5.3.21-1
    dbus 1.6.4-1
    dbus-core 1.6.4-1
    dbus-glib 0.100-1
    dbus-sharp 0.7.0-4
    dbus-sharp-glib 0.5.0-4
    dconf 0.12.1-2
    deb2targz 0.1-3
    deja-dup 22.1-1
    desktop-file-utils 0.20-1
    devede 3.22.0-2
    devhelp 3.4.1-1
    device-mapper 2.02.96-3
    dfhack-git 20120613-1
    dhclient 4.2.4.1-1
    dhcp 4.2.4.1-1
    dhcpcd 5.5.6-1
    dia 0.97.2-3
    dialog 1.1_20120706-1
    diffstat 1.55-1
    diffutils 3.2-1
    dirmngr 1.1.0-4
    django 1.4.1-1
    django-classy-tags 0.3.4.1-1
    django-cms 2.2-1
    django-mptt 0.5.1-1
    django-sekizai 0.5-1
    djvulibre 3.5.24-3
    dkms 2.2.0.3-11
    dmxproto 2.3.1-2
    dnsmasq 2.62-1
    dnssec-anchors 20120422-1
    dnsutils 9.9.1.P2-1
    docbook-xml 4.5-5
    docbook-xsl 1.77.1-2
    dosbox 0.74-3
    dosfstools 3.0.12-1
    dotconf 1.3-3
    doxygen 1.8.1.2-1
    dri2proto 2.8-1
    dropbox-experimental 1.5.10-1
    duplicity 0.6.19-1
    dvd+rw-tools 7.1-4
    dvdauthor 0.7.0-4
    dvgrab 3.5-4
    dwarffortress 0.34.11-1
    dwarffortress-ironhand 0.73-4
    dwarftherapist-hg 571-1
    e2fsprogs 1.42.4-1
    easytag 2.1.7-2
    eclipse 4.2-1
    eclipse-cdt 8.1.0-2
    eclipse-ecj 3.7.1-1
    eclipse-mylyn 3.8.1-1
    eclipse-pydev 2.6.0-1
    eclipse-qt-eclipse-integration-bin 1.6.1-2
    eclipse-subclipse 1.8.14-1
    eigen2 2.0.17-1
    eject 2.1.5-7
    ekiga 3.3.2-6
    elfutils 0.154-1
    emacs 24.1-2
    empathy 3.4.2.3-1
    enblend-enfuse 4.0-6
    enca 1.13-2
    enchant 1.6.0-4
    engine_pkcs11 0.1.8-2
    enscript 1.6.5.2-2
    eog 3.4.3-1
    eog-plugins 3.4.1-1
    epiphany 3.4.3-1
    epydoc 3.0.1-2
    eric 5.2.4-1
    eric-plugins 5.1.0-1
    eric4 4.5.5-1
    eric4-plugins 4.4.4a-1
    eventlog 0.2.12-3
    evince 3.4.0-1
    evolution 3.4.3-1
    evolution-data-server 3.4.3-1
    evolution-exchange 3.4.3-1
    exempi 2.2.0-1
    exiv2 0.23-1
    exo 0.8.0-1
    expac 1-1
    expat 2.1.0-1
    extundelete 0.2.0-2
    faac 1.28-4
    faad2 2.7-3
    fakeroot 1.18.4-1
    farstream 0.1.2-1
    fb-client 1.0.4-1
    fbreader 0.99.1-1
    fcrackzip 1.0-3
    festival 2.1-3
    ffmpeg 1:0.11.1-1
    ffmpeg-compat 20120509-1
    fftw 3.3.2-1
    file 5.11-1
    file-roller 3.4.2-1
    filesystem 2012.7-1
    filezilla 3.5.3-1
    findutils 4.4.2-4
    firefox 14.0.1-1
    firefox-i18n 14.0.1-1
    firefox-i18n-de 14.0.1-1
    firefox-nightly 17.0a1-1
    fixesproto 5.0-2
    flac 1.2.1-3
    flasher 3.5_2.5.2.2-2
    flashplugin 11.2.202.236-1
    flex 2.5.37-1
    fltk 1.3.0-3
    fltk-docs 1.3.0-3
    fltk-games 1.3.0-3
    fluidsynth 1.1.5-2
    folks 0.6.9-2
    font-bh-ttf 1.0.1-2
    font-bitstream-speedo 1.0.1-2
    font-misc-ethiopic 1.0.1-2
    font-misc-meltho 1.0.1-2
    fontconfig 2.8.0-2
    fontsproto 2.1.2-1
    foomatic-db 1:4.0.17_20120712-1
    foomatic-db-engine 1:4.0.17_20120712-1
    foomatic-db-nonfree 1:4.0.17_20120712-1
    foomatic-filters 1:4.0.17_20120712-1
    fortune-mod 1.99.1-5
    fortune-mod-chucknorris 1-3
    fortune-mod-discworld 0-2
    fortune-mod-ferengi_rules_of_acquisition 20080318-1
    fortune-mod-futurama 0.2-4
    fortune-mod-himym 0.3-3
    fortune-mod-hitchhiker 20050611-1
    fortune-mod-house 20100911-1
    fortune-mod-matrix 20091124-1
    fortune-mod-misfits 0.1-2
    fortune-mod-montypython 20091124-1
    fortune-mod-simpsons-chalkboard 0-2
    fortune-mod-southpark 20100911-1
    fortune-mod-tbbt 0.5-1
    fortune-mod-the-godfather 3.0-2
    fox 1.6.46-1
    freeglut 2.8.0-1
    freeimage 3.15.3-1
    freemind 0.9.0-2
    freenet 0.7.5-1
    freetype2 2.4.10-1
    frei0r-plugins 1.3-3
    fretsonfire 1.3.110-7
    fribidi 0.19.2-2
    ftgl 2.1.3rc5-3
    ftjam 2.5.3rc2-3
    fuse 2.9.1-1
    fuseiso 20070708-4
    fwbuilder 5.1.0.3599-2
    gadmin-samba 0.3.3-1
    gambas3-devel 3.2.1-4
    gambas3-examples 3.2.1-4
    gambas3-gb-cairo 3.2.1-4
    gambas3-gb-chart 3.2.1-4
    gambas3-gb-compress 3.2.1-4
    gambas3-gb-crypt 3.2.1-4
    gambas3-gb-db 3.2.1-4
    gambas3-gb-db-form 3.2.1-4
    gambas3-gb-db-mysql 3.2.1-4
    gambas3-gb-db-odbc 3.2.1-4
    gambas3-gb-db-postgresql 3.2.1-4
    gambas3-gb-db-sqlite2 3.2.1-4
    gambas3-gb-db-sqlite3 3.2.1-4
    gambas3-gb-dbus 3.2.1-4
    gambas3-gb-desktop 3.2.1-4
    gambas3-gb-eval-highlight 3.2.1-4
    gambas3-gb-form 3.2.1-4
    gambas3-gb-form-dialog 3.2.1-4
    gambas3-gb-form-mdi 3.2.1-4
    gambas3-gb-form-stock 3.2.1-4
    gambas3-gb-gsl 3.2.1-4
    gambas3-gb-gtk 3.2.1-4
    gambas3-gb-image 3.2.1-4
    gambas3-gb-image-effect 3.2.1-4
    gambas3-gb-image-imlib 3.2.1-4
    gambas3-gb-image-io 3.2.1-4
    gambas3-gb-net 3.2.1-4
    gambas3-gb-net-curl 3.2.1-4
    gambas3-gb-net-smtp 3.2.1-4
    gambas3-gb-opengl 3.2.1-4
    gambas3-gb-opengl-glsl 3.2.1-4
    gambas3-gb-opengl-glu 3.2.1-4
    gambas3-gb-option 3.2.1-4
    gambas3-gb-pcre 3.2.1-4
    gambas3-gb-pdf 3.2.1-4
    gambas3-gb-qt4 3.2.1-4
    gambas3-gb-qt4-ext 3.2.1-4
    gambas3-gb-qt4-opengl 3.2.1-4
    gambas3-gb-qt4-webkit 3.2.1-4
    gambas3-gb-report 3.2.1-4
    gambas3-gb-sdl 3.2.1-4
    gambas3-gb-sdl-sound 3.2.1-4
    gambas3-gb-settings 3.2.1-4
    gambas3-gb-signal 3.2.1-4
    gambas3-gb-v4l 3.2.1-4
    gambas3-gb-vb 3.2.1-4
    gambas3-gb-web 3.2.1-4
    gambas3-gb-xml 3.2.1-4
    gambas3-gb-xml-rpc 3.2.1-4
    gambas3-gb-xml-xslt 3.2.1-4
    gambas3-ide 3.2.1-4
    gambas3-runtime 3.2.1-4
    gambas3-script 3.2.1-4
    gamin 0.1.10-6
    garcon 0.2.0-1
    gavl 1.2.0-2
    gawk 4.0.1-1
    gc 7.2-1
    gcalctool 6.4.2.1-1
    gcc-fortran 4.7.1-5
    gcc-libs-multilib 4.7.1-5
    gcc-multilib 4.7.1-5
    gcolor2 0.4-6
    gconf 3.2.5-2
    gconf-editor 3.0.0-2
    gconf-sharp 2.24.2-2
    gconf-sharp-peditors 2.24.2-2
    gconfmm 2.28.3-1
    gcr 3.4.1-1
    gd 2.0.36RC1-5
    gdal 1.9.0-1
    gdata-sharp 1.7.0.1-2
    gdb 7.4.1-1
    gdbm 1.10-1
    gdk-pixbuf2 2.26.1-1
    gdl 3.4.2-1
    gdm 3.4.1-2
    gedit 3.4.2-1
    gedit-plugins 3.4.0-2
    geeqie 1.0-7
    gegl 0.2.0-2
    generatorrunner 0.6.16-1
    geoclue 0.12.0-5
    geoip 1.4.8-2
    geoip-database 20120706-1
    geos 3.3.4-1
    gettext 0.18.1.1-4
    gettext-mono 0.18.1.1-1
    ghc 7.4.2-1
    ghex 3.4.1-1
    ghostscript 9.06-1
    giflib 4.1.6-5
    gimp 2.8.0-2
    gimp-fourier 0.4.1-1
    gimp-gap 2.6.0-3
    gimp-paint-studio 1.5_final-1
    gimp-plugin-dcamnoise2 0.64-6
    gimp-plugin-dds 2.0.9-1
    gimp-plugin-pandora 0.9.3-2
    gimp-plugin-texturize 2.1-3
    gimp-resynth 1:20120508-1
    gimpfx-foundry 2.6_1-2
    git 1.7.11.4-1
    git-term 1.2.6-2
    gjs 1.32.0-2
    gkeyfile-sharp 0.1-2
    gksu 2.0.2-4
    glade 3.12.1-1
    glew 1.8.0-1
    glhack 1.2-6
    glib-networking 2.32.3-1
    glib-perl 1.260-1
    glib2 2.32.4-1
    glibc 2.16.0-2
    glibmm 2.32.1-1
    glpk 4.47-1
    glproto 1.4.16-1
    gmime 2.6.10-1
    gmp 5.0.5-1
    gnochm 0.9.11-11
    gnome-activity-journal-bzr 1251-1
    gnome-applets 3.4.1-1
    gnome-backgrounds 3.4.2-1
    gnome-bluetooth 3.4.2-1
    gnome-color-manager 3.4.2-2
    gnome-common 3.4.0.1-2
    gnome-contacts 3.4.1-1
    gnome-control-center 3.4.2-1
    gnome-cups-manager 0.33-6
    gnome-desktop 1:3.4.2-1
    gnome-desktop2 2.32.1-2
    gnome-dictionary 3.4.0-1
    gnome-disk-utility 3.4.1-1
    gnome-doc-utils 0.20.10-1
    gnome-documents 0.4.2-1
    gnome-font-viewer 3.4.0-1
    gnome-games 3.4.2-1
    gnome-games-extra-data 3.2.0-1
    gnome-icon-theme 3.4.0-1
    gnome-icon-theme-extras 3.4.0-1
    gnome-icon-theme-symbolic 3.4.0-1
    gnome-inform7 6G60-3
    gnome-js-common 0.1.2-2
    gnome-keyring 3.4.1-3
    gnome-media 3.4.0-1
    gnome-menus 3.4.2-1
    gnome-mime-data 2.18.0-6
    gnome-nettool 3.1.1-1
    gnome-online-accounts 3.4.2-1
    gnome-packagekit 3.4.2-1
    gnome-panel 3.4.2.1-1
    gnome-power-manager 3.4.0-1
    gnome-print-sharp 2.26.0-7
    gnome-python 2.28.1-8
    gnome-python-extras 2.25.3-12
    gnome-screensaver 3.4.4-1
    gnome-screenshot 3.4.1-1
    gnome-search-tool 3.4.0-1
    gnome-session 3.4.2-3
    gnome-settings-daemon 3.4.2-1
    gnome-settings-daemon-updates 3.4.2-1
    gnome-sharp 2.24.2-2
    gnome-shell 3.4.2-1
    gnome-shell-extension-user-theme 3.2.3-1
    gnome-speech 0.4.25-2
    gnome-system-log 3.4.1-1
    gnome-system-monitor 3.4.1-1
    gnome-terminal 3.4.1.1-1
    gnome-themes-extras 2.22.0-3
    gnome-themes-standard 3.4.2-1
    gnome-tweak-tool 3.4.0.1-1
    gnome-user-docs 3.4.2-1
    gnome-utils 3.4.0-1
    gnome-vfs 2.24.4-6
    gnome-vfs-sharp 2.24.2-2
    gnome-video-effects 0.4.0-1
    gnonlin 0.10.16-2
    gnuchess 6.0.2-1
    gnunet 0.9.3-1
    gnunet-gtk 0.9.3-1
    gnupg 2.0.19-2
    gnuplot 4.6.0-3
    gnutls 3.0.22-1
    gobject-introspection 1.32.1-2
    goocanvas 2.0.1-2
    goocanvas1 1.0.0-1
    gourmet 0.15.9-2
    gparted 0.13.1-1
    gperf 3.0.4-4
    gpgme 1.3.1-4
    gphoto2 2.4.14-1
    gpm 1.20.6-10
    gprolog 1.4.0-2
    gpsim 0.26.1-2
    gputils 0.14.1-1
    grantlee 0.2.0-1
    graphicsmagick 1.3.16-1
    graphite 1:1.0.3-1
    graphviz 2.28.0-10
    grep 2.13-2
    groff 1.21-2
    grsync 1.2.1-1
    grub-bios 2.00-1
    grub-common 2.00-1
    gsettings-desktop-schemas 3.4.2-1
    gsfonts 1.0.7pre44-3
    gsl 1.15-2
    gsm 1.0.13-7
    gsmartcontrol 0.8.7-1
    gssdp 0.12.1-1
    gstreamer0.10 0.10.36-1
    gstreamer0.10-bad 0.10.23-2
    gstreamer0.10-bad-plugins 0.10.23-2
    gstreamer0.10-base 0.10.36-1
    gstreamer0.10-base-plugins 0.10.36-1
    gstreamer0.10-ffmpeg 0.10.13-1
    gstreamer0.10-good 0.10.31-1
    gstreamer0.10-good-plugins 0.10.31-1
    gstreamer0.10-python 0.10.22-1
    gstreamer0.10-ugly 0.10.19-2
    gstreamer0.10-ugly-plugins 0.10.19-2
    gthumb 3.0.1-2
    gtk-doc 1.18-1
    gtk-engines 2.21.0-1
    gtk-recordmydesktop 0.3.8-6
    gtk-sharp-2 2.12.11-1
    gtk-update-icon-cache 2.24.11-2
    gtk-vnc 0.5.0-1
    gtk2 2.24.11-2
    gtk2+extra 2.1.2-2
    gtk2-perl 1.244-1
    gtk2-xfce-engine 3.0.0-1
    gtk3 3.4.4-1
    gtkglext 1.2.0-7
    gtkglextmm 1.2.0-8
    gtkhtml 3.32.2-3
    gtkhtml-sharp 2.26.0-8
    gtkhtml4 4.4.3-1
    gtkmm 2.24.2-2
    gtkmm3 3.4.0-1
    gtksourceview2 2.10.5-2
    gtksourceview2-sharp 2.26.0-8
    gtksourceview3 3.4.2-1
    gtkspell 2.0.16-2
    gts 0.7.6-2
    gucharmap 3.4.1.1-1
    gudev-sharp 0.1-2
    guile 1.8.8-2
    gupnp 0.18.2-1
    gupnp-av 0.10.2-1
    gupnp-dlna 0.6.6-1
    gutenprint 5.2.9-1
    guvcview 1.6.0-2
    gvfs 1.12.3-3
    gvfs-gphoto2 1.12.3-3
    gvfs-obexftp 1.12.3-3
    gvfs-smb 1.12.3-3
    gzip 1.5-1
    hammerfight 1:1.004-1
    handbrake 0.9.8-1
    handbrake-cli 0.9.8-1
    happy 1.18.9-5
    haxe 2.10-1
    hdf5 1.8.8-1
    hdparm 9.39-1
    heirloom-mailx 12.5-3
    help2man 1.40.11-1
    hibiscus 2.2.1-2
    hicolor-icon-theme 0.12-2
    hot-babe 0.2.2-11
    hplip 3.12.6-3
    hspell 1.1-2
    hsqldb-java 1:1.8.0.10-2
    httrack 3.46.1-1
    hugin 2011.4.0-5
    hunspell 1.3.2-1
    hunspell-de 20120607-1
    hunspell-en 7.1-2
    hwids 20120730-1
    hwloc 1.4.2-1
    hydrogen 0.9.5-2
    hyphen 2.8.5-1
    i2p 0.9.1-1
    iana-etc 2.30-3
    iat 0.1.7-4
    icedtea-web-java7 1.2.1-2
    icon-naming-utils 0.8.90-2
    icoutils 0.29.1-2
    icu 49.1.2-2
    id3lib 3.8.3-12
    idnkit 1.0-2
    ilmbase 1.0.2-1
    imagemagick 6.7.8.9-1
    imlib2 1.4.5-2
    indent 2.2.11-2
    inetutils 1.9.1-2
    inform7 6G60-1
    inkscape 0.48.3.1-4
    inputproto 2.2-1
    intel-tbb 4.0_20120613-1
    intltool 0.50.2-1
    iproute2 3.4.0-2
    iptables 1.4.14-3
    iputils 20101006-4
    ipython 0.13-1
    ipython2 0.13-1
    isl 0.10-1
    iso-codes 3.38-1
    itstool 1.1.2-1
    iw 3.4-1
    jack 0.121.3-6
    jade 1.2.1-8
    jameica 2.2-3
    jamestown 1.0.1-1
    jasper 1.900.1-7
    java-rhino 1.7R3-3
    jdk7-openjdk 7.u5_2.2.1-1
    jfsutils 1.1.15-3
    john 1.7.9-6
    jre7-openjdk 7.u5_2.2.1-1
    jre7-openjdk-headless 7.u5_2.2.1-1
    js 1.8.5-3
    json-c 0.9-1
    json-glib 0.14.2-1
    jython 2.5.2-2
    kactivities 4.9.0-1
    kbd 1.15.3-3
    kbproto 1.0.6-1
    kdebase-runtime 4.9.0-3
    kdelibs 4.9.0-4
    kdelibs3 3.5.10-13
    kdenlive 0.9.2-2
    kdepimlibs 4.9.0-1
    keyutils 1.5.5-3
    khrplatform-devel 8.0.4-2
    kismet 2011_03_R2-4
    kmod 9-2
    komodo-ide 7.0.2_70257-1
    komodoedit 7.1.0_10496-1
    krb5 1.10.3-1
    ktechlab 0.3.7-3
    ladspa 1.13-3
    lame 3.99.5-1
    lapack 3.4.1-1
    laptop-mode-tools 1.61-2
    latexila 2.4.0-6
    lcms 1.19-2
    lcms2 2.3-2
    ld-lsb 3-4
    ldns 1.6.13-1
    leptonica 1.69-3
    less 444-3
    lesstif 0.95.2-4
    lftp 4.3.8-1
    lib32-acl 2.2.51-2
    lib32-allegro 5.0.7-1
    lib32-alsa-lib 1.0.25-1
    lib32-alsa-plugins 1.0.25-1
    lib32-atk 2.4.0-1
    lib32-attr 2.4.46-2
    lib32-bzip2 1.0.6-1
    lib32-cairo 1.12.2-1
    lib32-curl 7.26.0-1
    lib32-dbus-core 1.6.4-1
    lib32-e2fsprogs 1.42.4-1
    lib32-expat 2.1.0-1
    lib32-flac 1.2.1-8
    lib32-fontconfig 2.8.0-4
    lib32-freetype2 2.4.10-1
    lib32-gcc-libs 4.7.1-5
    lib32-gdk-pixbuf2 2.26.1-2
    lib32-gettext 0.18.1.1-2
    lib32-giflib 4.1.6-6
    lib32-glew 1.8.0-1
    lib32-glew1.5 1.5.8-1
    lib32-glib2 2.32.4-1
    lib32-glibc 2.16.0-2
    lib32-gtk2 2.24.11-1
    lib32-jack 0.121.3-1
    lib32-json-c 0.9-2
    lib32-keyutils 1.5.5-1
    lib32-krb5 1.10.2-1
    lib32-lcms 1.19-4
    lib32-libasyncns 0.8-6
    lib32-libcanberra 0.28-2
    lib32-libcanberra-pulse 0.28-2
    lib32-libcap 2.22-1
    lib32-libcups 1.6.1-1
    lib32-libdrm 2.4.37-1
    lib32-libdrm-nouveau1 2.4.33-1
    lib32-libffi 3.0.11-1
    lib32-libgcrypt 1.5.0-1
    lib32-libgl 8.0.4-4
    lib32-libglade 2.6.4-5
    lib32-libglapi 8.0.4-4
    lib32-libgpg-error 1.10-1
    lib32-libice 1.0.8-1
    lib32-libjpeg-turbo 1.2.1-1
    lib32-libjpeg6 6b1-1
    lib32-libldap 2.4.32-1
    lib32-libltdl 2.4.2-6
    lib32-libmikmod 3.1.12-6
    lib32-libmng 1.0.10-6
    lib32-libogg 1.3.0-1
    lib32-libpciaccess 0.13.1-1
    lib32-libpng 1.5.12-1
    lib32-libpng12 1.2.50-1
    lib32-libpulse 2.1-1
    lib32-libsm 1.2.1-1
    lib32-libsndfile 1.0.25-2
    lib32-libssh2 1.4.2-1
    lib32-libtiff 4.0.2-1
    lib32-libusb 1.0.9-1
    lib32-libusb-compat 0.1.4-2
    lib32-libvorbis 1.3.3-1
    lib32-libx11 1.5.0-1
    lib32-libxau 1.0.7-1
    lib32-libxcb 1.8.1-2
    lib32-libxcomposite 0.4.3-3
    lib32-libxcursor 1.1.13-1
    lib32-libxdamage 1.1.3-4
    lib32-libxdmcp 1.1.1-1
    lib32-libxext 1.3.1-1
    lib32-libxfixes 5.0-1
    lib32-libxft 2.3.1-1
    lib32-libxi 1.6.1-1
    lib32-libxinerama 1.1.2-1
    lib32-libxml2 2.7.8-2
    lib32-libxmu 1.1.1-1
    lib32-libxpm 3.5.9-2
    lib32-libxrandr 1.3.2-2
    lib32-libxrender 0.9.7-1
    lib32-libxss 1.2.2-1
    lib32-libxt 1.1.3-1
    lib32-libxtst 1.2.1-1
    lib32-libxv 1.0.7-1
    lib32-libxxf86dga 1.1.3-1
    lib32-libxxf86vm 1.1.2-1
    lib32-mesa 8.0.4-4
    lib32-mpg123 1.14.4-1
    lib32-ncurses 5.9-1
    lib32-nouveau-dri 8.0.4-1
    lib32-nspr 4.9.2-1
    lib32-nss 3.13.5-1
    lib32-openal 1.14-1
    lib32-openssl 1.0.1.c-1
    lib32-pango 1.30.1-1
    lib32-pcre 8.31-1
    lib32-physfs 2.0.2-2
    lib32-pixman 0.26.2-1
    lib32-qt 4.8.2-2
    lib32-readline 6.2.004-1
    lib32-sdl 1.2.15-2
    lib32-sdl_image 1.2.12-2
    lib32-sdl_mixer 1.2.11-3
    lib32-sdl_ttf 2.0.11-1
    lib32-smpeg 0.4.4-9
    lib32-sqlite3 3.7.13-1
    lib32-tdb 1.2.9-1
    lib32-util-linux 2.21.2-1
    lib32-v4l-utils 0.8.8-1
    lib32-xcb-util 0.3.9-1
    lib32-zlib 1.2.7-1
    libanjuta 3.4.4-1
    libao 1.1.0-2
    libarchive 3.0.4-1
    libart-lgpl 2.3.21-2
    libass 0.10.0-3
    libassuan 2.0.3-1
    libasyncns 0.8-4
    libatasmart 0.18-2
    libavc1394 0.5.4-1
    libbluray 0.2.2-1
    libbonobo 2.32.1-2
    libbonoboui 2.24.5-2
    libcaca 0.99.beta18-1
    libcanberra 0.28-5
    libcanberra-gstreamer 0.28-5
    libcanberra-pulse 0.28-5
    libcap 2.22-3
    libcap-ng 0.6.6-1
    libcdaudio 0.99.12-6
    libcddb 1.3.2-3
    libcdio 0.83-1
    libchamplain 0.12.3-1
    libcroco 0.6.5-1
    libcups 1.6.1-4
    libdaemon 0.14-2
    libdatrie 0.2.5-1
    libdbusmenu-qt 0.9.2-1
    libdc1394 2.1.3-2
    libdca 0.0.5-3
    libdiscid 0.2.2-2
    libdmtx 0.7.4-3
    libdmx 1.1.2-1
    libdrm 2.4.37-1
    libdrm-nouveau1 2.4.33-1
    libdv 1.0.0-4
    libdvbpsi 0.2.2-1
    libdvdcss 1.2.12-1
    libdvdnav 4.2.0-2
    libdvdread 4.2.0-1
    libebml 1.2.2-2
    libedit 20120311_3.0-1
    libegl 8.0.4-2
    libetpan 1.0-4
    libevent 2.0.19-1
    libexif 0.6.21-1
    libextractor 0.6.3-6
    libffi 3.0.11-1
    libfontenc 1.1.1-1
    libftdi 0.20-1
    libgcrypt 1.5.0-3
    libgda 5.0.3-1
    libgdata 0.12.0-1
    libgdiplus 2.10-2
    libgee 0.6.5-1
    libgeotiff 1.3.0-2
    libgexiv2 0.4.1-3
    libgksu 2.0.12-5
    libgl 8.0.4-2
    libglade 2.6.4-3
    libglademm 2.6.7-2
    libglapi 8.0.4-2
    libgme 0.6.0-2
    libgnome 2.32.1-3
    libgnome-data 2.32.1-3
    libgnome-desktop-sharp 2.26.0-8
    libgnome-keyring 3.4.1-1
    libgnome-media-profiles 3.0.0-3
    libgnome-sharp 2.24.2-2
    libgnomecanvas 2.30.3-2
    libgnomecups 0.2.3-11
    libgnomekbd 3.4.0.2-1
    libgnomeprint 2.18.8-5
    libgnomeprintui 2.18.6-4
    libgnomeui 2.24.5-1
    libgpg-error 1.10-2
    libgphoto2 2.4.14-1
    libgpod 0.8.2-6
    libgsf 1.14.23-1
    libgssglue 0.3-1
    libgtkhtml 2.11.1-4
    libgtop 2.28.4-1
    libgusb 0.1.3-1
    libgweather 3.4.1-1
    libgxps 0.2.2-1
    libical 0.48-1
    libice 1.0.8-1
    libid3tag 0.15.1b-7
    libidl2 0.8.14-2
    libidn 1.25-1
    libiec61883 1.2.0-3
    libieee1284 0.2.11-4
    libimobiledevice 1.1.4-2
    libiodbc 3.52.8-1
    libircclient 1.6-1
    libirman 0.4.5-3
    libjpeg-turbo 1.2.1-1
    libjpeg6-turbo 1.2.1-1
    libkate 0.4.1-3
    libksba 1.2.0-2
    libldap 2.4.32-1
    liblinebreak 2.1-1
    liblouis 2.3.0-1
    liblqr 0.4.1-3
    liblrdf 0.5.0-1
    libltdl 2.4.2-6
    libmad 0.15.1b-6
    libmatroska 1.3.0-2
    libmicrohttpd 0.9.21-1
    libmikmod 3.1.12-4
    libmirage 1.5.0-1
    libmms 0.6.2-1
    libmng 1.0.10-4
    libmodplug 0.8.8.4-1
    libmp4v2 2.0.0-2
    libmpc 0.9-2
    libmpcdec 1.2.6-3
    libmpeg2 0.5.1-3
    libmtp 1.1.3-1
    libmusicbrainz3 3.0.3-2
    libmusicbrainz4 4.0.3-1
    libmysqlclient 5.5.27-1
    libmythes 1:1.2.3-1
    libnice 0.1.2-1
    libnl 3.2.11-1
    libnl1 1.1-1
    libnotify 0.7.5-1
    liboauth 0.9.6-1
    libofa 0.9.3-4
    libogg 1.3.0-1
    libotf 0.9.12-2
    libotr 3.2.0-3
    libp11 0.2.8-1
    libpano13 2.9.18-2
    libpcap 1.3.0-1
    libpciaccess 0.13.1-1
    libpeas 1.4.0-2
    libpipeline 1.2.1-1
    libplist 1.8-2
    libpng 1.5.12-1
    libpng12 1.2.50-1
    libpng14 1.4.11-1
    libproxy 0.4.7-2
    libpst 0.6.54-2
    libpulse 2.1-1
    libpurple 2.10.6-1
    libquvi 0.4.1-1
    libquvi-scripts 0.4.6-1
    libqzeitgeist 0.8.0-2
    libraw 0.14.6-1
    libraw1394 2.0.7-2
    libreoffice-base 3.5.5-1
    libreoffice-calc 3.5.5-1
    libreoffice-common 3.5.5-1
    libreoffice-de 3.5.5-1
    libreoffice-draw 3.5.5-1
    libreoffice-extension-ct2n 3.4.5-2
    libreoffice-extension-diagram 3.4.5-2
    libreoffice-extension-google-docs 3.4.5-2
    libreoffice-extension-hunart 3.4.5-2
    libreoffice-extension-nlpsolver 3.5.5-1
    libreoffice-extension-numbertext 3.4.5-2
    libreoffice-extension-oooblogger 3.4.5-2
    libreoffice-extension-pdfimport 3.5.5-1
    libreoffice-extension-presentation-minimizer 3.5.5-1
    libreoffice-extension-presenter-screen 3.5.5-1
    libreoffice-extension-report-builder 3.5.5-1
    libreoffice-extension-scripting-beanshell 3.4.5-2
    libreoffice-extension-scripting-javascript 3.4.5-2
    libreoffice-extension-scripting-python 3.5.5-1
    libreoffice-extension-typo 3.4.5-2
    libreoffice-extension-validator 3.4.5-2
    libreoffice-extension-watch-window 3.4.5-2
    libreoffice-extension-wiki-publisher 3.5.5-1
    libreoffice-gnome 3.5.5-1
    libreoffice-impress 3.5.5-1
    libreoffice-math 3.5.5-1
    libreoffice-writer 3.5.5-1
    librpcsecgss 0.19-7
    librsvg 2.36.1-1
    librsync 0.9.7-6
    libsamplerate 0.1.8-1
    libsasl 2.1.23-9
    libshiboken 1.1.1-1
    libshout 1:2.3.0-1
    libsidplay 1.36.59-5
    libsigc++ 2.2.10-2
    libsigsegv 2.10-1
    libsm 1.2.1-1
    libsndfile 1.0.25-2
    libsocialweb 0.25.20-1
    libsoup 2.38.1-1
    libsoup-gnome 2.38.1-1
    libspectre 0.2.7-1
    libssh 0.5.2-1
    libssh2 1.4.2-1
    libstdc++5 3.3.6-4
    libsystemd 188-2
    libtasn1 2.13-1
    libthai 0.1.18-1
    libtheora 1.1.1-2
    libtiff 4.0.2-1
    libtiff4 3.9.5-4
    libtiger 0.3.4-3
    libtirpc 0.2.2-2
    libtool 2.4.2-6
    libtorrent-rasterbar 1:0.16.2-1
    libtracker-sparql 0.14.2-1
    libunique 1.1.6-5
    libunique3 3.0.2-2
    libunistring 0.9.3-5
    libunrar 4.2.4-1
    libupnp 1.6.17-1
    libusb-compat 0.1.4-2
    libusbx 1.0.12-2
    libva 1.1.0-1
    libvdpau 0.4.1-2
    libvisual 0.4.0-4
    libvncserver 0.9.9-1
    libvorbis 1.3.3-1
    libvpx 1.1.0-1
    libwacom 0.6-1
    libwbclient 3.6.7-1
    libwebkit 1.8.2-1
    libwebkit3 1.8.2-1
    libwebp 0.1.99-1
    libwmf 0.2.8.4-9
    libwnck 2.30.7-1
    libwnck3 3.4.2-1
    libwpd 0.9.4-1
    libwpg 0.2.1-1
    libwps 0.2.2-2
    libx11 1.5.0-1
    libxau 1.0.7-1
    libxaw 1.0.11-1
    libxcb 1.8.1-1
    libxcomposite 0.4.3-2
    libxcursor 1.1.13-1
    libxdamage 1.1.3-2
    libxdmcp 1.1.1-1
    libxext 1.3.1-1
    libxfce4ui 4.10.0-1
    libxfce4util 4.10.0-1
    libxfixes 5.0-2
    libxfont 1.4.5-1
    libxft 2.3.1-1
    libxi 1.6.1-1
    libxinerama 1.1.2-1
    libxkbfile 1.0.8-1
    libxklavier 5.2.1-2
    libxmi 1.2-5
    libxml2 2.8.0-1
    libxmu 1.1.1-1
    libxp 1.0.1-3
    libxpm 3.5.10-1
    libxrandr 1.4.0-1
    libxrender 0.9.7-1
    libxres 1.0.6-1
    libxslt 1.1.26-3
    libxss 1.2.2-1
    libxt 1.1.3-1
    libxtst 1.2.1-1
    libxv 1.0.7-1
    libxvmc 1.0.7-1
    libxxf86dga 1.1.3-1
    libxxf86vm 1.1.2-1
    libyaml 0.1.4-2
    libytnef 1.5-3
    libzeitgeist 0.3.18-2
    licenses 2.9-1
    liferea 1.8.7-1
    links 2.7-1
    linux 3.4.7-1
    linux-api-headers 3.4.6-1
    linux-ck-corex 3.4.8-1
    linux-ck-corex-headers 3.4.8-1
    linux-docs 3.4.7-1
    linux-firmware 20120625-1
    linux-headers 3.4.7-1
    linux-mainline 3.6rc1-1
    linux-manpages 3.1-1
    linux-pf-core2 3.5.1-1
    lirc-utils 1:0.9.0-22
    llvm 3.1-4
    lmms 0.4.13-1
    logrotate 3.8.2-1
    lpsolve 5.5.2.0-2
    lsof 4.86-1
    lua 5.1.5-2
    lvm2 2.02.96-3
    lyx 2.0.4-1
    lzo2 2.06-1
    m4 1.4.16-2
    make 3.82-4
    makedepend 1.0.3-2
    makehuman 1.0alpha6-1
    man-db 2.6.2-1
    man-pages 3.41-1
    mash 0.2.0-1
    maxima 5.27.0-2
    mc 4.8.4-1
    mcelog 1.0pre3-3
    mcpp 2.7.2-4
    mdadm 3.2.5-2
    media-player-info 17-1
    megaglest 3.6.0.3-3
    megaglest-data 3.6.0.3-1
    meld 1.6.0-1
    mencoder 35014-1
    mercurial 2.3-1
    mesa 8.0.4-2
    metacity 2.34.5-1
    metakit 2.4.9.7-5
    mime-types 8-1
    miniupnpc 1.6-2
    miro 5.0.2-1
    mixxx 1.10.1-1
    mjpegtools 2.0.0-2
    mkinitcpio 0.10-1
    mkinitcpio-busybox 1.20.1-1
    mkvtoolnix-cli 5.7.0-3
    mlocate 0.25-2
    mlt 0.8.0-1
    mobile-broadband-provider-info 20120614-1
    modemmanager 0.5.2.0-2
    modprobed_db 2.0-2
    mono 2.10.8-1
    mono-addins 0.6.2-2
    mono-basic 2.10-2
    mono-debugger 2.10-2
    mono-tools 2.10-2
    mono-upnp 0.1.2-1
    mono-zeroconf 0.9.0-3
    monodevelop 3.0.3.5-2
    monodevelop-debugger-gdb 3.0.3.5-1
    monodevelop-debugger-mdb 2.4-1
    mousetweaks 3.4.2-1
    mozilla-common 1.4-3
    mpfr 3.1.1-1
    mpg123 1.14.4-1
    mplayer 35014-1
    mtasc 20091229-4
    mtdev 1.1.2-1
    mtools 4.0.17-2
    musicbrainz 2.1.5-5
    mutagen 1.20-4
    mutter 3.4.1-2
    mx 1.4.6-1
    mysql 5.5.27-1
    mysql-clients 5.5.27-1
    mysql-python 1.2.3-3
    namcap 3.2.4-1
    nano 2.2.6-2
    nasm 2.10.03-1
    nautilus 3.4.2-1
    nautilus-dropbox 1.4.0-2
    nautilus-open-terminal 0.19-2
    nautilus-sendto 3.0.3-1
    ncftp 3.2.5-2
    ncurses 5.9-3
    neko 1.8.2-8
    neon 0.29.6-4
    nepomuk-core 4.9.0-1
    net-snmp 5.7.1-3
    net-tools 1.60.20110819cvs-3
    netcdf 4.2.1-1
    netkit-bsd-finger 0.17-7
    netlogo 5.0.2-1
    nettle 2.5-1
    network-manager-applet 0.9.4.1-1
    networkmanager 0.9.4.0-6
    networkmanager-dispatcher-netfs 1.0-2
    networkmanager-dispatcher-ntpd 1.0-3
    networkmanager-dispatcher-openntpd 1.0-4
    networkmanager-openconnect 0.9.4.0-1
    networkmanager-openvpn 0.9.4.0-1
    networkmanager-pptp 0.9.4.0-1
    networkmanager-vpnc 0.9.4.0-1
    nfs-utils 1.2.6-1
    nfsidmap 0.24-3
    nickle 2.70-2
    nltk-data 2.0-7
    nmap 6.01-1
    notification-daemon 0.7.4-1
    nouveau-dri 8.0.4-2
    nouveau-firmware 20091212-4
    nspluginwrapper 1.4.4-2.1
    nspr 4.9.2-1
    nss 3.13.5-1
    nss-mdns 0.10-5
    ntfs-3g 2012.1.15-3
    ntfsprogs 2012.1.15-3
    ntp 4.2.6.p5-7
    nvidia-cg-toolkit 3.1-2
    obex-data-server 0.4.6-2
    obexd-client 0.47-1
    ocaml 3.12.1-3
    ocrfeeder 0.7.9-1
    octave 3.6.2-1
    ogre 1.8.0-3
    ogre-docs 1.8.0-3
    ois 1.3-2
    opal 3.10.5-1
    openal 1.14-1
    opencollada 869-1
    openconnect 1:3.18-1
    opencore-amr 0.1.3-1
    opencv-svn 9044-1
    openexr 1.7.0-2
    openimageio 1.0.8-1
    openjpeg 1.5.0-1
    openmpi 1.6-2
    openntpd 3.9p1-15
    openobex 1.5-3
    openresolv 3.5.1-1
    opensc 0.12.2-3
    openslp 1.2.1-4
    openssh 6.0p1-3
    openssl 1.0.1.c-1
    openvpn 2.2.2-1
    oprofile 0.9.7-4
    orbit2 2.14.19-2
    orc 0.4.16-1
    orca 3.4.2-1
    oxygen-icons 4.9.0-1
    p11-kit 0.12-1
    p7zip 9.20.1-6
    package-query 1.0.1-1
    packagekit 0.6.22-1
    pacman 4.0.3-3
    pacman-color 4.0.3-3
    pacman-contrib 4.0.3-1
    pacman-mirrorlist 20120626-1
    pacmatic 20120218-1
    pam 1.1.5-4
    pambase 20120701-1
    pango 1.30.1-1
    pango-perl 1.223-2
    pangomm 2.28.4-1
    paprefs 0.9.10-2
    parted 3.1-1
    patch 2.6.1-3
    pavucontrol 1.0-1
    pbsdk-linux 1.1.0-1
    pciutils 3.1.10-1
    pcmciautils 018-4
    pcre 8.31-1
    pcsc-ctapi-wrapper 0.3-1
    pcsc-cyberjack 3.99.5_SP03-2
    pcsc-perl 1.4.12-3
    pcsc-tools 1.4.20-1
    pcsclite 1.8.5-1
    pdfcrack 0.11-1
    pdfedit 0.4.5-2
    pdnsd 1.2.9-2
    perl 5.16.1-1
    perl-crypt-ssleay 0.64-1
    perl-digest-sha1 2.13-3
    perl-encode-locale 1.03-1
    perl-error 0.17018-1
    perl-file-listing 6.04-1
    perl-html-parser 3.69-2
    perl-html-tagset 3.20-3
    perl-http-cookies 6.01-1
    perl-http-daemon 6.01-1
    perl-http-date 6.02-1
    perl-http-message 6.03-1
    perl-http-negotiate 6.01-1
    perl-image-exiftool 8.99-1
    perl-io-socket-ssl 1.76-1
    perl-libwww 6.04-1
    perl-locale-gettext 1.05-9
    perl-lwp-mediatypes 6.02-1
    perl-lwp-protocol-https 6.03-1
    perl-mozilla-ca 20120309-1
    perl-net-http 6.03-1
    perl-net-ssleay 1.48-2
    perl-string-crc32 1.4-8
    perl-test-pod 1.45-1
    perl-try-tiny 0.11-1
    perl-uri 1.60-1
    perl-www-robotrules 6.02-1
    perl-xml-libxml 1.98-1
    perl-xml-libxslt 1.77-1
    perl-xml-namespacesupport 1.11-2
    perl-xml-parser 2.41-3
    perl-xml-sax 0.99-3
    perl-xml-sax-base 1.08-2
    perl-xml-simple 2.20-1
    perl-yaml-syck 1.20-2
    pgu 0.18-1
    phonon 1:4.6.0-2
    phonon-gstreamer 4.6.2-1
    physfs 2.0.2-2
    pidgin 2.10.6-1
    pilot-link 0.12.5-3
    pinentry 0.8.1-4
    pitivi 0.15.2-1
    pixman 0.26.2-1
    pkg-config 0.27-1
    pkgfile 3-1
    pkgtools 24-3
    pm-quirks 0.20100619-2
    pm-utils 1.4.1-5
    podofo 0.9.1-3
    polipo 1.0.4.1-6
    polkit 0.105-1
    polkit-gnome 0.105-1
    polkit-qt 0.103.0-1
    poppler 0.20.2-1
    poppler-data 0.4.5-1
    poppler-glib 0.20.2-1
    poppler-qt 0.20.2-1
    popt 1.16-5
    portaudio 19_20111121-1
    portmidi 217-3
    postgresql-libs 9.1.4-1
    powertop 2.0-1
    ppl 1.0-1
    ppp 2.4.5-3
    pptpclient 1.7.2-4
    printproto 1.0.5-2
    prison 1.0-1
    procps-ng 3.3.3-3
    proj 4.8.0-1
    psmisc 22.19-1
    pstotext 1.9-2
    pth 2.0.7-4
    ptlib 2.10.5-1
    pulseaudio 2.1-1
    pulseaudio-alsa 2-1
    pv 1.3.4-1
    pyalpm 0.5.3-1
    pyatspi 2.4.0-1
    pygobject-devel 3.2.2-1
    pygobject2-devel 2.28.6-6
    pygoocanvas 0.14.1-5
    pygtk 2.24.0-3
    pygtksourceview2 2.10.1-4
    pyjamas 0.8-1
    pylint 0.25.2-1
    pyogg 1.3-7
    pyopenssl 0.13-1
    pyorbit 2.24.0-4
    pypy 1.9-1
    pyqt 4.9.4-2
    pyqt-common 4.9.4-2
    pyrex 0.9.9-3
    pyrtf 0.45-5
    pyside 1.1.0-1
    pyside-tools 0.2.13-5
    python 3.2.3-3
    python-all-odfpy 0.9.4-2
    python-boto 2.4.1-1
    python-cairo 1.10.0-1
    python-cjson 1.0.5-4
    python-dbus 1.1.1-1
    python-dbus-common 1.1.1-1
    python-decorator 3.3.3-1
    python-distribute 0.6.28-1
    python-distutils-extra 2.32-1
    python-docs 3.2.3-1
    python-docutils 0.9.1-1
    python-egenix-mx-base 3.2.4-1
    python-foolscap 0.6.3-1
    python-fpconst 0.7.3-3
    python-gnomekeyring 2.32.0-10
    python-gnupginterface 0.3.2-6
    python-gtop 2.32.0-10
    python-imaging 1.1.7-4
    python-jinja 2.6-2
    python-logilab-astng 0.24.0-1
    python-logilab-common 0.58.2-1
    python-lxml 2.3.5-1
    python-m2crypto 0.21.1-1
    python-markupsafe 0.15-1
    python-mechanize 0.2.5-2
    python-nose 1.1.2-3
    python-notify 0.1.1-11
    python-numpy 1.6.2-1
    python-opengl 3.0.1-4
    python-paramiko 1.7.7.1-2
    python-pexpect 2.4-1
    python-pip 1.1-1
    python-pychart 1.39-6
    python-pycurl 7.19.0-6
    python-pyelftools 0.20-1
    python-pyenchant 1.6.5-1
    python-pygame 1.9.1-5
    python-pygments 1.5-2
    python-pyparsing 1.5.6-2
    python-pysqlite 2.6.3-2
    python-pyzmq 2.2.0-1
    python-qscintilla 2.6.2-1
    python-qscintilla-common 2.6.2-1
    python-reportlab 2.5-2
    python-rope 0.9.3-6
    python-rsvg 2.32.0-10
    python-scipy 0.10.1-1
    python-sip 4.13.3-2
    python-soappy 0.12.0-10
    python-south 0.7.6-1
    python-sphinx 1.1.3-2
    python-sqlalchemy 0.7.6-1
    python-tornado 2.2.1-1
    python-wnck 2.32.0-10
    python-yaml 3.10-2
    python2 2.7.3-2
    python2-beautifulsoup3 3.2.1-1
    python2-bonobo 2.28.1-8
    python2-bsdiff4 1.1.1-1
    python2-cairo 1.10.0-1
    python2-cherrypy 3.2.2-1
    python2-crypto 2.6-2
    python2-cssutils 0.9.9-2
    python2-dateutil 1.5-2
    python2-dbus 1.1.1-1
    python2-distribute 0.6.28-1
    python2-distutils-extra 2.32-1
    python2-dnspython 1.10.0-1
    python2-docutils 0.9.1-1
    python2-egg 2.25.3-12
    python2-gconf 2.28.1-8
    python2-gksu2 2.25.3-12
    python2-gnomecanvas 2.28.1-8
    python2-gnomevfs 2.28.1-8
    python2-gobject 3.2.2-1
    python2-gobject2 2.28.6-6
    python2-gtkhtml2 2.25.3-12
    python2-gtkspell 2.25.3-12
    python2-html5lib 0.95-1
    python2-jinja 2.6-2
    python2-libgnome 2.28.1-8
    python2-lxml 2.3.5-1
    python2-markupsafe 0.15-1
    python2-matplotlib 1.1.1-1
    python2-nltk 2.0.2-1
    python2-nose 1.1.2-3
    python2-numpy 1.6.2-1
    python2-pip 1.1-1
    python2-ply 3.4-1
    python2-poppler 0.12.1-7
    python2-psycopg2 2.4.5-1
    python2-pychm 0.8.4-1
    python2-pyenchant 1.6.5-1
    python2-pygments 1.5-2
    python2-pyopenssl 0.13-1
    python2-pyparsing 1.5.6-2
    python2-pyqt 4.9.4-2
    python2-pytz 2012d-1
    python2-pyzmq 2.2.0-1
    python2-qscintilla 2.6.2-1
    python2-rope 0.9.4-1
    python2-sip 4.13.3-2
    python2-sphinx 1.1.3-2
    python2-sqlalchemy 0.7.6-1
    python2-tornado 2.2.1-1
    python2-w3lib 1.0-1
    python2-xdg 0.23-1
    python2-yaml 3.10-2
    python2-zope-interface 3.8.0-1
    python3-html5lib-hg 1757-1
    pywebkitgtk 1.1.8-2
    pyxml 0.8.4-9
    q4wine 0.121-4
    qca 2.0.3-2
    qcachegrind 0.7.1-1
    qemu-kvm 1.1.1-1
    qhull 2012.1-1
    qimageblitz 0.0.6-2
    qjson 0.7.1-2
    qrencode 3.3.1-1
    qscintilla 2.6.2-1
    qt 4.8.2-3
    qt-assistant-compat 4.6.3-2
    qt-doc 4.8.2-1
    qt3 1:3.3.8b-1
    qtcreator 2.5.2-1
    qtwebkit 2.2.2-1
    qucs 0.0.16-2
    r 2.15.1-2
    randrproto 1.4.0-1
    rapidsvn 0.12.0-5
    raptor 2.0.8-1
    rar 4.1.1-1
    rarcrack 0.2-1
    rarian 0.8.1-2
    rasqal 1:0.9.29-1
    rdesktop 1.7.1-2
    readline 6.2.004-1
    recode 3.6-7
    recoll 1.17.3-1
    recordmydesktop 0.3.8.1-6
    recordproto 1.14.2-1
    redland 1:1.0.15-3
    redland-storage-virtuoso 1:1.0.15-3
    reiserfsprogs 3.6.21-4
    remmina 1.0.0-9
    renderproto 0.11.1-2
    rest 0.7.12-1
    rpcbind 0.2.0-8
    rsync 3.0.9-3
    rtkit 0.11-1
    rtmpdump 2.4-1
    ruby 1.9.3_p194-2
    ruby-atk 1.1.3-2
    ruby-cairo 1.12.2-1
    ruby-docs 1.9.3_p194-1
    ruby-gdkpixbuf2 1.1.3-2
    ruby-gio2 1.1.3-2
    ruby-glib2 1.1.3-2
    ruby-gtk2 1.1.3-2
    ruby-pango 1.1.3-2
    ruby-pkgconfig 1.1.3-1
    run-parts 4.3.2-1
    rygel 0.14.3-1
    sage-mathematics 5.2-1
    samba 3.6.7-1
    sane 1.0.22-9
    sbcl 1.0.57-1
    scanmem 0.12-2
    schroedinger 1.0.11-1
    scite 3.2.1-1
    scrapy-stable-git 20110925-1
    screen 4.0.3-13
    screenlets 0.1.6-3
    scribus 1.4.1-1
    scrnsaverproto 1.2.2-1
    scummvm 1.4.1-2
    sdl 1.2.15-1
    sdl_gfx 2.0.23-1
    sdl_image 1.2.12-2
    sdl_mixer 1.2.12-1
    sdl_net 1.2.8-1
    sdl_sound 1.0.3-3
    sdl_ttf 2.0.11-2
    seabios 1.7.0-1
    seahorse 3.4.1-1
    sed 4.2.1-4
    seed 3.2.0-2
    setconf 0.5.2-1
    sfml 2.0rc1-2
    sg3_utils 1.33-1
    shadow 4.1.5.1-1
    shared-color-profiles 0.1.5-1
    shared-color-targets 0.1.1-1
    shared-desktop-ontologies 0.10.0-1
    shared-mime-info 1.0-1
    shotwell 0.12.3-1
    sigil 0.5.902-1
    sip 4.13.3-2
    sk1libs 0.9.1-3
    skype 4.0.0.8-1
    skype4pidgin 20110407-1
    slang 2.2.4-2
    slashem 0.0.7E7F3-2
    slim 1.3.4-2
    smartmontools 5.43-1
    smbclient 3.6.7-1
    smpeg 0.4.4-6
    smplayer 0.8.0-1
    smplayer-themes 20120131-1
    sofia-sip 1.12.11-1
    soprano 2.8.0-2
    sound-juicer 3.4.0-1
    sound-theme-freedesktop 0.7-2
    soundtouch 1.6.0-1
    sox 14.4.0-3
    speech-dispatcher 0.7.1-6
    speex 1.2rc1-2
    splint 3.1.2-3
    sqlite 3.7.13-1
    sqlite2 2.8.17-5
    sqlitebrowser 2.0b1-2
    sqliteman 1.2.2-5
    startup-notification 0.12-3
    strigi 0.7.7-2
    stunnel 4.53-2
    subversion 1.7.5-2
    sudo 1.8.5.p2-1
    suitesparse 4.0.2-1
    supermeatboy 20120607-16
    sushi 0.4.1-2
    swftools 0.9.2-1
    swig 2.0.7-2
    switzerland 0.1.0-2
    sysfsutils 2.1.0-8
    syslinux 4.05-4
    syslog-ng 3.3.5-2
    system-config-lvm 1.1.16-1
    systemd 188-2
    systemd-arch-units 20120704-1
    systemd-sysvcompat 188-2
    systemd-tools 188-2
    systemd-ui-git 20120807-1
    t1lib 5.1.2-3
    taglib 1.7.2-2
    taglib-sharp 2.0.4.0-1
    talloc 2.0.7-1
    tar 1.26-2
    tcl 8.5.12-1
    tdb 1.2.9-2
    telepathy-farstream 0.4.0-1
    telepathy-gabble 0.16.1-1
    telepathy-glib 0.18.1-1
    telepathy-haze 0.6.0-2
    telepathy-idle 0.1.11-1
    telepathy-logger 0.4.0-1
    telepathy-mission-control 5.12.1-1
    telepathy-rakia 0.7.4-1
    telepathy-salut 0.8.0-1
    terminal 0.4.8-2
    tesseract 3.01-3
    texi2html 5.0-2
    texinfo 4.13a-7
    texlive-bibtexextra 2012.26868-1
    texlive-bin 2012.0-3
    texlive-core 2012.26892-2
    texlive-fontsextra 2012.26866-1
    texlive-formatsextra 2012.26689-1
    texlive-games 2012.26207-1
    texlive-genericextra 2012.26700-1
    texlive-htmlxml 2012.24013-1
    texlive-humanities 2012.25861-1
    texlive-langcjk 2012.26777-2
    texlive-langcyrillic 2012.26689-1
    texlive-langextra 2012.26750-1
    texlive-langgreek 2012.26313-1
    texlive-latexextra 2012.26807-1
    texlive-music 2012.26726-1
    texlive-pictures 2012.26791-1
    texlive-plainextra 2012.25953-1
    texlive-pstricks 2012.26865-1
    texlive-publishers 2012.26831-1
    texlive-science 2012.26607-1
    texmacs 1.0.7.15-1
    tftp-hpa 5.2-2
    thunar 1.4.0-2
    tk 8.5.12-1
    tmux 1.6-2
    tofrodos 1.7.9-1
    tomboy 1.10.2-1
    tor 0.2.2.37-1
    totem 3.4.3-1
    totem-plparser 3.4.2-1
    totem-plugin 3.4.3-1
    totem-plugin-arte 3.1.1-1
    tracker 0.14.2-1
    transcode 1.1.7-5
    transfig 3.2.5d-1
    transmission-gtk 2.61-1
    truecrypt 1:7.1a-1
    tsocks 1.8beta5-5
    ttf-adobe-fangsong 5.004-1
    ttf-adobe-fonts 10.1.2-1
    ttf-adobe-heiti 5.005-1
    ttf-adobe-kaiti 5.004-1
    ttf-adobe-song 5.002-1
    ttf-arphic-ukai 0.2.20080216.1-3
    ttf-arphic-uming 0.2.20080216.1-3
    ttf-baekmuk 2.2-7
    ttf-bitstream-vera 1.10-8
    ttf-cheapskate 2.0-8
    ttf-dejavu 2.33-3
    ttf-droid 20110417-2
    ttf-freebanglafont 20120206-2
    ttf-freefont 20120503-1
    ttf-indic-otf 0.2-6
    ttf-linux-libertine 5.3.0-1
    ttf-ms-fonts 2.0-9
    ttf-sazanami 20040629-7
    ttf-source-sans-pro 1.033-2
    ttf-tlwg 0.5.0-1
    ttf-ubraille 001.000-6
    ttf-vista-fonts 1-5
    tumbler 0.1.25-1
    twisted 12.1.0-1
    tzdata 2012e-1
    udisks 1.0.4-4
    udisks2 1.94.0-2
    uniconvertor 1.1.5-5
    unixodbc 2.3.1-1
    unpaper 0.4.2-1
    unrar 4.2.4-1
    unrtf 0.21.2-1
    unzip 6.0-6
    upower 0.9.17-2
    usb_modeswitch 1.2.3-2
    usbmuxd 1.0.8-1
    usbutils 006-1
    util-linux 2.21.2-5
    v4l-utils 0.8.8-1
    v8 3.9.9-1
    vala 0.16.1-1
    valgrind 3.8.0-1
    vba-m-gtk-svn 1108-1
    vbaexpress 1.2-5
    vcdimager 0.7.24-2
    vde2 2.3.2-1
    vdpau-video 0.7.3-3
    vi 1:050325-2
    vidalia 0.2.20-1
    videoproto 2.3.1-2
    vim 7.3.600-1
    vim-a 2.18-6
    vim-bufexplorer 7.2.8-5
    vim-buftabs 0.18-1
    vim-clang-complete 1.8-1
    vim-colorsamplerpack 8.03-3
    vim-doxygentoolkit 0.2.13-2
    vim-guicolorscheme 1.2-3
    vim-minibufexpl 6.4.2-2
    vim-project 1.4.1-6
    vim-runtime 7.3.600-1
    vim-spell-de 20120506-1
    vim-spell-en 20120506-1
    vim-taglist 45-5
    vim-vcscommand 1.99.46-2
    vim-workspace 1.0b1-6
    vinagre 3.4.2-1
    vino 3.4.2-1
    virtualbox 4.1.18-5
    virtualbox-ext-oracle 4.1.18-1
    virtualbox-modules 4.1.18-4
    virtualbox-source 4.1.18-5
    virtuoso 6.1.6-1
    virtuoso-base 6.1.6-1
    visualboyadvance 1.7.2-9
    vlc 2.0.3-2
    vpnc 0.5.3.svn516-3
    vte 0.28.2-3
    vte-common 0.32.2-1
    vte-sharp 2.26.0-8
    vte3 0.32.2-1
    vulture-nethack 2.3.67-0
    warsow 1.0-1
    warsow-data 1.0-1
    wavpack 4.60.1-2
    webkit-sharp 0.3-4
    webrtc-audio-processing 0.1-1
    weka 3.7.5-1
    wesnoth 1.10.3-2
    wesnoth-data 1.10.3-1
    wget 1.14-1
    which 2.20-5
    whois 5.0.18-1
    widelands 17-3
    widelands-data 17-1
    wildmidi 0.2.3.5-2
    wine 1.5.10-1
    wine_gecko 1.7-1
    winegame 0.2.0-2
    winestuff 0.2.0-2
    winetricks 20120308-1
    wireless-regdb 2011.04.28-1
    wireless_tools 29-6
    wireshark-cli 1.8.1-1
    wireshark-gtk 1.8.1-1
    wnck-sharp 2.26.0-8
    wpa_supplicant 1.0-1
    wvdial 1.61-4
    wvstreams 4.6.1-5
    wxgtk 2.8.12.1-3
    wxmaxima 12.04.0-1
    wxpython 2.8.12.1-3
    x264 20120705-1
    xapian-core 1.2.12-1
    xbitmaps 1.1.1-2
    xcb-proto 1.7.1-1
    xcb-util 0.3.9-1
    xcb-util-keysyms 0.3.9-1
    xchat 2.8.8-10
    xcursor-themes 1.0.3-2
    xdg-user-dirs 0.14-3
    xdg-utils 1.1.0-2.20120520
    xerces-c 3.1.1-3
    xextproto 7.2.1-1
    xf86-input-evdev 2.7.3-1
    xf86-input-synaptics 1.6.2-1
    xf86-video-fbdev 0.4.3-1
    xf86-video-nouveau 1.0.1-1
    xf86-video-vesa 2.3.2-1
    xf86dgaproto 2.1-2
    xf86vidmodeproto 2.3.1-2
    xfce4-appfinder 4.10.0-1
    xfce4-mixer 4.8.0-4
    xfce4-panel 4.10.0-1
    xfce4-session 4.10.0-3
    xfce4-settings 4.10.0-2
    xfconf 4.10.0-2
    xfdesktop 4.10.0-3
    xfsprogs 3.1.8-2
    xfwm4 4.10.0-2
    xfwm4-themes 4.10.0-1
    xine-lib 1.2.2-1
    xine-ui 0.99.7-1
    xineramaproto 1.2.1-2
    xinetd 2.3.15-2
    xkeyboard-config 2.6-1
    xmind 3.2.1-1
    xmldiff 0.6.10-2
    xmlto 0.0.25-2
    xmlwrapp 0.6.2-2
    xorg-bdftopcf 1.0.3-2
    xorg-docs 1.7-1
    xorg-font-util 1.3.0-1
    xorg-font-utils 7.6-3
    xorg-fonts-100dpi 1.0.1-4
    xorg-fonts-75dpi 1.0.1-4
    xorg-fonts-alias 1.0.2-2
    xorg-fonts-encodings 1.0.4-3
    xorg-fonts-misc 1.0.1-2
    xorg-iceauth 1.0.5-1
    xorg-luit 1.1.1-1
    xorg-mkfontdir 1.0.7-1
    xorg-mkfontscale 1.1.0-1
    xorg-server 1.12.3.901-1
    xorg-server-common 1.12.3.901-1
    xorg-server-devel 1.12.3.901-1
    xorg-server-utils 7.6-3
    xorg-sessreg 1.0.7-1
    xorg-setxkbmap 1.3.0-1
    xorg-twm 1.0.7-1
    xorg-util-macros 1.17-1
    xorg-utils 7.6-8
    xorg-xauth 1.0.7-1
    xorg-xbacklight 1.1.2-3
    xorg-xcmsdb 1.0.4-1
    xorg-xdpyinfo 1.3.0-1
    xorg-xdriinfo 1.0.4-3
    xorg-xev 1.2.0-1
    xorg-xgamma 1.0.5-1
    xorg-xhost 1.0.5-1
    xorg-xinit 1.3.2-1
    xorg-xinput 1.6.0-1
    xorg-xkbcomp 1.2.4-1
    xorg-xlsatoms 1.1.1-1
    xorg-xlsclients 1.1.2-2
    xorg-xmessage 1.0.3-2
    xorg-xmodmap 1.0.7-1
    xorg-xprop 1.2.1-1
    xorg-xrandr 1.3.5-1
    xorg-xrdb 1.0.9-2
    xorg-xrefresh 1.0.4-3
    xorg-xset 1.2.2-1
    xorg-xsetroot 1.1.0-3
    xorg-xvinfo 1.1.1-3
    xorg-xwininfo 1.1.2-1
    xpdf 3.03-2
    xplc 0.3.13-4
    xproto 7.0.23-1
    xterm 281-1
    xulrunner192 1.9.2.28-3
    xvidcore 1.3.2-1
    xz 5.0.4-1
    yajl 2.0.4-1
    yaourt 1.1-1
    yasm 1.2.0-2
    yelp 3.4.2-1
    yelp-xsl 3.4.2-1
    zeitgeist 0.9.0.1-1
    zenity 3.4.0-1
    zeromq 2.2.0-2
    zip 3.0-3
    zlib 1.2.7-1
    zsh 5.0.0-2
    zsh-completions-git 20120808-2
    zvbi 0.2.33-4
    zziplib 0.13.62-1
    Here some logs:
    % journalctl
    Aug 13 20:16:58 Primat systemd-journal[141]: Journal started
    Aug 13 20:16:59 Primat systemd-modules-load[149]: Inserted module 'nfs'
    Aug 13 20:17:06 Primat vgchange[219]: 3 logical volume(s) in volume group "vg_Primat" now active
    Aug 13 20:17:08 Primat mtp-probe[365]: checking bus 1, device 3: "/sys/devices/pci0000:00/0000:00:1a.7/usb1/1-4"
    Aug 13 20:17:08 Primat mtp-probe[349]: checking bus 4, device 2: "/sys/devices/pci0000:00/0000:00:1a.1/usb4/4-1"
    Aug 13 20:17:08 Primat mtp-probe[365]: bus: 1, device: 3 was not an MTP device
    Aug 13 20:17:08 Primat mtp-probe[349]: bus: 4, device: 2 was not an MTP device
    Aug 13 20:17:11 Primat systemd-cryptsetup[439]: Set cipher aes, mode cbc-essiv:sha256, key size 256 bits for device /dev/sda1.
    Aug 13 20:17:14 Primat systemd-fsck[437]: /dev/sda2: sauber, 344/122160 Dateien, 288834/487974 Blöcke
    Aug 13 20:17:20 Primat mkswap[483]: mkswap: /dev/mapper/swap: warning: don't erase bootbits sectors
    Aug 13 20:17:20 Primat mkswap[483]: on whole disk. Use -f to force.
    Aug 13 20:17:21 Primat mkswap[483]: Swapbereich Version 1 wird angelegt, Größe = 6265312 KiB
    Aug 13 20:17:21 Primat mkswap[483]: kein Label, UUID=cbbb92b0-02cb-46c4-8051-efa98b0669c8
    Aug 13 20:17:22 Primat bluetoothd[497]: bluetoothd[497]: Bluetooth daemon 4.101
    Aug 13 20:17:21 Primat bluetoothd[497]: Bluetooth daemon 4.101
    Aug 13 20:17:22 Primat avahi-daemon[501]: Found user 'avahi' (UID 84) and group 'avahi' (GID 84).
    Aug 13 20:17:22 Primat avahi-daemon[501]: Successfully dropped root privileges.
    Aug 13 20:17:22 Primat avahi-daemon[501]: avahi-daemon 0.6.31 starting up.
    Aug 13 20:17:22 Primat acpid[505]: starting up with netlink and the input layer
    Aug 13 20:17:22 Primat acpid[505]: 4 rules loaded
    Aug 13 20:17:22 Primat acpid[505]: waiting for events: event logging is off
    Aug 13 20:17:22 Primat /usr/sbin/crond[498]: (CRON) INFO (Syslog will be used instead of sendmail.): Datei oder Verzeichnis nicht gefunden
    Aug 13 20:17:22 Primat /usr/sbin/crond[498]: (CRON) INFO (running with inotify support)
    Aug 13 20:17:22 Primat smartd[522]: smartd 5.43 2012-06-30 r3573 [x86_64-linux-3.4.8-1-ck] (local build)
    Aug 13 20:17:22 Primat smartd[522]: Copyright (C) 2002-12 by Bruce Allen, http://smartmontools.sourceforge.net
    Aug 13 20:17:22 Primat smartd[522]: Opened configuration file /etc/smartd.conf
    Aug 13 20:17:22 Primat smartd[522]: Configuration file /etc/smartd.conf was parsed, found DEVICESCAN, scanning devices
    Aug 13 20:17:22 Primat smartd[522]: Device: /dev/sda, type changed from 'scsi' to 'sat'
    Aug 13 20:17:22 Primat smartd[522]: Device: /dev/sda [SAT], opened
    Aug 13 20:17:22 Primat smartd[522]: Device: /dev/sda [SAT], SAMSUNG HM320JI, S/N:S16LJD0Q4*****, WWN:5-0f0000-0014*****, FW:2SS00_01, 320 GB
    Aug 13 20:17:22 Primat smartd[522]: Device: /dev/sda [SAT], found in smartd database: SAMSUNG SpinPoint M6
    Aug 13 20:17:23 Primat bluetoothd[497]: bluetoothd[497]: Starting SDP server
    Aug 13 20:17:23 Primat bluetoothd[497]: Starting SDP server
    Aug 13 20:17:23 Primat avahi-daemon[501]: Successfully called chroot().
    Aug 13 20:17:23 Primat avahi-daemon[501]: Successfully dropped remaining capabilities.
    Aug 13 20:17:23 Primat avahi-daemon[501]: Loading service file /services/sftp-ssh.service.
    Aug 13 20:17:23 Primat avahi-daemon[501]: Loading service file /services/ssh.service.
    Aug 13 20:17:23 Primat avahi-daemon[501]: Loading service file /services/udisks.service.
    Aug 13 20:17:23 Primat avahi-daemon[501]: Network interface enumeration completed.
    Aug 13 20:17:23 Primat avahi-daemon[501]: Registering HINFO record with values 'X86_64'/'LINUX'.
    Aug 13 20:17:23 Primat avahi-daemon[501]: Server startup complete. Host name is Primat.local. Local service cookie is 59663620.
    Aug 13 20:17:23 Primat avahi-daemon[501]: Service "Primat" (/services/udisks.service) successfully established.
    Aug 13 20:17:23 Primat avahi-daemon[501]: Service "Primat" (/services/ssh.service) successfully established.
    Aug 13 20:17:23 Primat avahi-daemon[501]: Service "Primat" (/services/sftp-ssh.service) successfully established.
    Aug 13 20:17:23 Primat systemd-logind[525]: New seat seat0.
    Aug 13 20:17:23 Primat bluetoothd[497]: bluetoothd[497]: Bluetooth Management interface initialized
    Aug 13 20:17:23 Primat bluetoothd[497]: Bluetooth Management interface initialized
    Aug 13 20:17:23 Primat systemd-logind[525]: Watching system buttons on /dev/input/event4 (Power Button)
    Aug 13 20:17:23 Primat systemd-logind[525]: Watching system buttons on /dev/input/event1 (Video Bus)
    Aug 13 20:17:23 Primat systemd-logind[525]: Watching system buttons on /dev/input/event3 (Power Button)
    Aug 13 20:17:23 Primat systemd-logind[525]: Watching system buttons on /dev/input/event2 (Lid Switch)
    Aug 13 20:17:23 Primat NetworkManager[516]: <info> NetworkManager (version 0.9.4.0) is starting...
    Aug 13 20:17:23 Primat NetworkManager[516]: <info> Read config file /etc/NetworkManager/NetworkManager.conf
    Aug 13 20:17:23 Primat NetworkManager[516]: <info> VPN: loaded org.freedesktop.NetworkManager.vpnc
    Aug 13 20:17:23 Primat NetworkManager[516]: <info> VPN: loaded org.freedesktop.NetworkManager.openvpn
    Aug 13 20:17:23 Primat NetworkManager[516]: <info> VPN: loaded org.freedesktop.NetworkManager.pptp
    Aug 13 20:17:23 Primat NetworkManager[516]: <info> VPN: loaded org.freedesktop.NetworkManager.openconnect
    Aug 13 20:17:23 Primat dbus-daemon[527]: dbus[527]: [system] Activating service name='org.freedesktop.PolicyKit1' (using servicehelper)
    Aug 13 20:17:23 Primat dbus[527]: [system] Activating service name='org.freedesktop.PolicyKit1' (using servicehelper)
    Aug 13 20:17:23 Primat bluetoothd[497]: bluetoothd[497]: input-headset driver probe failed for device 6C:9B:02:FD:**:**
    Aug 13 20:17:23 Primat bluetoothd[497]: input-headset driver probe failed for device 6C:9B:02:FD:**:**
    Aug 13 20:17:23 Primat bluetoothd[497]: bluetoothd[497]: input-headset driver probe failed for device 00:1B:DC:04:**:**
    Aug 13 20:17:23 Primat bluetoothd[497]: input-headset driver probe failed for device 00:1B:DC:04:**:**
    Aug 13 20:17:23 Primat bluetoothd[497]: bluetoothd[497]: input-headset driver probe failed for device BC:B1:F3:C8:**:**
    Aug 13 20:17:23 Primat bluetoothd[497]: input-headset driver probe failed for device BC:B1:F3:C8:**:**
    Aug 13 20:17:23 Primat smartd[522]: Device: /dev/sda [SAT], is SMART capable. Adding to "monitor" list.
    Aug 13 20:17:23 Primat smartd[522]: Monitoring 1 ATA and 0 SCSI devices
    Aug 13 20:17:23 Primat bluetoothd[497]: bluetoothd[497]: Adapter /org/bluez/497/hci0 has been enabled
    Aug 13 20:17:23 Primat bluetoothd[497]: Adapter /org/bluez/497/hci0 has been enabled
    Aug 13 20:17:24 Primat smartd[522]: Device: /dev/sda [SAT], previous self-test was interrupted by the host with a reset
    Aug 13 20:17:24 Primat dbus-daemon[527]: dbus[527]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
    Aug 13 20:17:24 Primat dbus[527]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
    Aug 13 20:17:24 Primat NetworkManager[516]: <info> Loaded plugin keyfile: (c) 2007 - 2010 Red Hat, Inc. To report bugs please use the NetworkManager mailing list.
    Aug 13 20:17:24 Primat NetworkManager[516]: keyfile: parsing *** ...
    Aug 13 20:17:25 Primat acpid[505]: client connected from 849[0:0]
    Aug 13 20:17:25 Primat acpid[505]: 1 client rule loaded
    Aug 13 20:17:27 Primat dbus-daemon[527]: dbus[527]: [system] Activating via systemd: service name='org.freedesktop.ColorManager' unit='colord.service'
    Aug 13 20:17:27 Primat dbus[527]: [system] Activating via systemd: service name='org.freedesktop.ColorManager' unit='colord.service'
    Aug 13 20:17:28 Primat dbus-daemon[527]: dbus[527]: [system] Successfully activated service 'org.freedesktop.ColorManager'
    Aug 13 20:17:28 Primat dbus[527]: [system] Successfully activated service 'org.freedesktop.ColorManager'
    Aug 13 20:17:29 Primat dbus-daemon[527]: dbus[527]: [system] Activating via systemd: service name='org.freedesktop.Accounts' unit='accounts-daemon.service'
    Aug 13 20:17:29 Primat dbus[527]: [system] Activating via systemd: service name='org.freedesktop.Accounts' unit='accounts-daemon.service'
    Aug 13 20:17:29 Primat dbus-daemon[527]: dbus[527]: [system] Successfully activated service 'org.freedesktop.Accounts'
    Aug 13 20:17:29 Primat dbus[527]: [system] Successfully activated service 'org.freedesktop.Accounts'
    Aug 13 20:17:29 Primat dbus-daemon[527]: dbus[527]: [system] Activating via systemd: service name='org.freedesktop.ConsoleKit' unit='console-kit-daemon.service'
    Aug 13 20:17:29 Primat dbus[527]: [system] Activating via systemd: service name='org.freedesktop.ConsoleKit' unit='console-kit-daemon.service'
    Aug 13 20:17:29 Primat console-kit-daemon[887]: missing action
    Aug 13 20:17:29 Primat dbus-daemon[527]: dbus[527]: [system] Successfully activated service 'org.freedesktop.ConsoleKit'
    Aug 13 20:17:29 Primat dbus[527]: [system] Successfully activated service 'org.freedesktop.ConsoleKit'
    Aug 13 20:17:30 Primat systemd-logind[525]: New session 1 of user gdm.
    Aug 13 20:17:30 Primat systemd-logind[525]: Linked /tmp/.X11-unix/X0 to /run/user/120/X11-display.
    Aug 13 20:17:30 Primat dbus-daemon[527]: dbus[527]: [system] Activating via systemd: service name='org.freedesktop.colord-sane' unit='colord-sane.service'
    Aug 13 20:17:30 Primat dbus[527]: [system] Activating via systemd: service name='org.freedesktop.colord-sane' unit='colord-sane.service'
    Aug 13 20:17:31 Primat dbus-daemon[527]: dbus[527]: [system] Successfully activated service 'org.freedesktop.colord-sane'
    Aug 13 20:17:31 Primat dbus[527]: [system] Successfully activated service 'org.freedesktop.colord-sane'
    Aug 13 20:17:32 Primat dbus-daemon[527]: dbus[527]: [system] Activating via systemd: service name='org.freedesktop.UPower' unit='upower.service'
    Aug 13 20:17:32 Primat dbus[527]: [system] Activating via systemd: service name='org.freedesktop.UPower' unit='upower.service'
    Aug 13 20:17:32 Primat dbus-daemon[527]: dbus[527]: [system] Successfully activated service 'org.freedesktop.UPower'
    Aug 13 20:17:32 Primat dbus[527]: [system] Successfully activated service 'org.freedesktop.UPower'
    Aug 13 20:17:36 Primat dbus-daemon[527]: dbus[527]: [system] Activating via systemd: service name='org.freedesktop.RealtimeKit1' unit='rtkit-daemon.service'
    Aug 13 20:17:36 Primat dbus[527]: [system] Activating via systemd: service name='org.freedesktop.RealtimeKit1' unit='rtkit-daemon.service'
    Aug 13 20:17:36 Primat systemd[1]: Failed to create cgroup cpu:/: No such file or directory
    Aug 13 20:17:40 Primat dbus-daemon[527]: dbus[527]: [system] Successfully activated service 'org.freedesktop.RealtimeKit1'
    Aug 13 20:17:40 Primat dbus[527]: [system] Successfully activated service 'org.freedesktop.RealtimeKit1'
    Aug 13 20:17:40 Primat bluetoothd[497]: bluetoothd[497]: Endpoint registered: sender=:1.29 path=/MediaEndpoint/HFPAG
    Aug 13 20:17:40 Primat bluetoothd[497]: bluetoothd[497]: Endpoint registered: sender=:1.29 path=/MediaEndpoint/HFPHS
    Aug 13 20:17:40 Primat bluetoothd[497]: bluetoothd[497]: Endpoint registered: sender=:1.29 path=/MediaEndpoint/A2DPSource
    Aug 13 20:17:40 Primat bluetoothd[497]: bluetoothd[497]: Endpoint registered: sender=:1.29 path=/MediaEndpoint/A2DPSink
    Aug 13 20:17:40 Primat bluetoothd[497]: Endpoint registered: sender=:1.29 path=/MediaEndpoint/HFPAG
    Aug 13 20:17:40 Primat bluetoothd[497]: Endpoint registered: sender=:1.29 path=/MediaEndpoint/HFPHS
    Aug 13 20:17:40 Primat bluetoothd[497]: Endpoint registered: sender=:1.29 path=/MediaEndpoint/A2DPSource
    Aug 13 20:17:40 Primat bluetoothd[497]: Endpoint registered: sender=:1.29 path=/MediaEndpoint/A2DPSink
    Aug 13 20:17:42 Primat dbus-daemon[527]: dbus[527]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.31" (uid=120 pid=1629 comm="gnome-shell --gdm-mode ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.14" (uid=0 pid=887 comm="/usr/sbin/console-kit-daemon --no-daemon ")
    Aug 13 20:17:42 Primat dbus[527]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.31" (uid=120 pid=1629 comm="gnome-shell --gdm-mode ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.14" (uid=0 pid=887 comm="/usr/sbin/console-kit-daemon --no-daemon ")
    Aug 13 20:18:26 Primat systemd[1]: Job dev-mapper-vg_Primat\x2dlv_Home.device/start timed out.
    Aug 13 20:18:26 Primat systemd[1]: Job home.mount/start failed with result 'dependency'.
    Aug 13 20:18:26 Primat systemd[1]: Job systemd-fsck@dev-mapper-vg_Primat\x2dlv_Home.service/start failed with result 'dependency'.
    Aug 13 20:18:26 Primat systemd[1]: Job dev-mapper-vg_Primat\x2dlv_Home.device/start failed with result 'timeout'.
    Aug 13 20:18:38 Primat acpid[505]: client 849[0:0] has disconnected
    Aug 13 20:18:52 Primat systemd[1]: NetworkManager.service operation timed out. Terminating.
    Aug 13 20:18:52 Primat NetworkManager[516]: <info> caught signal 15, shutting down normally.
    Aug 13 20:19:48 Primat acpid[505]: client connected from 849[0:0]
    Aug 13 20:19:48 Primat acpid[505]: 1 client rule loaded
    Aug 13 20:19:52 Primat acpid[505]: client 849[0:0] has disconnected
    Aug 13 20:19:55 Primat acpid[505]: client connected from 849[0:0]
    Aug 13 20:19:55 Primat acpid[505]: 1 client rule loaded
    Aug 13 20:19:58 Primat systemd-logind[525]: Power key pressed.
    Aug 13 20:19:58 Primat systemd-logind[525]: Refusing power-off, user is logged in.
    Aug 13 20:19:58 Primat systemd[1]: Job graphical.target/start failed with result 'dependency'.
    Aug 13 20:19:58 Primat bluetoothd[497]: bluetoothd[497]: Terminating
    Aug 13 20:19:58 Primat bluetoothd[497]: bluetoothd[497]: Endpoint unregistered: sender=:1.29 path=/MediaEndpoint/A2DPSink
    Aug 13 20:19:58 Primat bluetoothd[497]: bluetoothd[497]: Endpoint unregistered: sender=:1.29 path=/MediaEndpoint/A2DPSource
    Aug 13 20:19:58 Primat bluetoothd[497]: bluetoothd[497]: Endpoint unregistered: sender=:1.29 path=/MediaEndpoint/HFPAG
    Aug 13 20:19:58 Primat bluetoothd[497]: bluetoothd[497]: Endpoint unregistered: sender=:1.29 path=/MediaEndpoint/HFPHS
    Aug 13 20:19:58 Primat bluetoothd[497]: Terminating
    Aug 13 20:19:58 Primat bluetoothd[497]: Endpoint unregistered: sender=:1.29 path=/MediaEndpoint/A2DPSink
    Aug 13 20:19:58 Primat bluetoothd[497]: Endpoint unregistered: sender=:1.29 path=/MediaEndpoint/A2DPSource
    Aug 13 20:19:58 Primat bluetoothd[497]: Endpoint unregistered: sender=:1.29 path=/MediaEndpoint/HFPAG
    Aug 13 20:19:58 Primat bluetoothd[497]: Endpoint unregistered: sender=:1.29 path=/MediaEndpoint/HFPHS
    Aug 13 20:19:58 Primat dbus[527]: [system] Rejected send message, 3 matched rules; type="error", sender=":1.29" (uid=120 pid=1024 comm="/usr/bin/pulseaudio --start --log-target=syslog ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.1" (uid=0 pid=497 comm="/usr/sbin/bluetoothd -n ")
    Aug 13 20:19:58 Primat dbus[527]: [system] Rejected send message, 3 matched rules; type="error", sender=":1.29" (uid=120 pid=1024 comm="/usr/bin/pulseaudio --start --log-target=syslog ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.1" (uid=0 pid=497 comm="/usr/sbin/bluetoothd -n ")
    Aug 13 20:19:58 Primat dbus[527]: [system] Rejected send message, 3 matched rules; type="error", sender=":1.29" (uid=120 pid=1024 comm="/usr/bin/pulseaudio --start --log-target=syslog ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.1" (uid=0 pid=497 comm="/usr/sbin/bluetoothd -n ")
    Aug 13 20:19:58 Primat dbus[527]: [system] Rejected send message, 3 matched rules; type="error", sender=":1.29" (uid=120 pid=1024 comm="/usr/bin/pulseaudio --start --log-target=syslog ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.1" (uid=0 pid=497 comm="/usr/sbin/bluetoothd -n ")
    Aug 13 20:19:58 Primat avahi-daemon[501]: Got SIGTERM, quitting.
    Aug 13 20:19:58 Primat acpid[505]: exiting
    Aug 13 20:19:58 Primat dbus-daemon[527]: dbus[527]: [system] Rejected send message, 3 matched rules; type="error", sender=":1.29" (uid=120 pid=1024 comm="/usr/bin/pulseaudio --start --log-target=syslog ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.1" (uid=0 pid=497 comm="/usr/sbin/bluetoothd -n ")
    Aug 13 20:19:58 Primat dbus-daemon[527]: dbus[527]: [system] Rejected send message, 3 matched rules; type="error", sender=":1.29" (uid=120 pid=1024 comm="/usr/bin/pulseaudio --start --log-target=syslog ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.1" (uid=0 pid=497 comm="/usr/sbin/bluetoothd -n ")
    Aug 13 20:19:58 Primat dbus-daemon[527]: dbus[527]: [system] Rejected send message, 3 matched rules; type="error", sender=":1.29" (uid=120 pid=1024 comm="/usr/bin/pulseaudio --start --log-target=syslog ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.1" (uid=0 pid=497 comm="/usr/sbin/bluetoothd -n ")
    Aug 13 20:19:58 Primat dbus-daemon[527]: dbus[527]: [system] Rejected send message, 3 matched rules; type="error", sender=":1.29" (uid=120 pid=1024 comm="/usr/bin/pulseaudio --start --log-target=syslog ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Error.UnknownMethod" requested_reply="0" destination=":1.1" (uid=0 pid=497 comm="/usr/sbin/bluetoothd -n ")
    Aug 13 20:19:58 Primat iptables-flush[1693]: /usr/sbin/iptables
    Aug 13 20:19:58 Primat bluetoothd[497]: bluetoothd[497]: Stopping SDP server
    Aug 13 20:19:58 Primat bluetoothd[497]: bluetoothd[497]: Exit
    Aug 13 20:19:58 Primat avahi-daemon[501]: avahi-daemon 0.6.31 exiting.
    Aug 13 20:19:58 Primat bluetoothd[497]: Stopping SDP server
    Aug 13 20:19:58 Primat bluetoothd[497]: Exit
    Aug 13 20:20:10 Primat systemd[1]: Job dev-mapper-vg_Primat\x2dlv_Home.device/start timed out.
    Aug 13 20:20:10 Primat systemd[1]: Job systemd-fsck@dev-mapper-vg_Primat\x2dlv_Home.service/start failed with result 'dependency'.
    Aug 13 20:20:10 Primat systemd[1]: Job dev-mapper-vg_Primat\x2dlv_Home.device/start failed with result 'timeout'.
    Aug 13 20:20:22 Primat systemd[1]: NetworkManager.service stopping timed out (2). Killing.
    Aug 13 20:20:22 Primat systemd[1]: Unit NetworkManager.service entered failed state.
    Aug 13 20:21:28 Primat systemd[1]: Job dev-mapper-swap.device/stop timed out.
    Aug 13 20:21:28 Primat systemd[1]: Job dev-mapper-swap.device/stop failed with result 'timeout'.
    Aug 13 20:21:28 Primat systemd[1]: Job dev-disk-by\x2duuid-cbbb92b0\x2d02cb\x2d46c4\x2d8051\x2defa98b0669c8.device/stop timed out.
    Aug 13 20:21:28 Primat systemd[1]: Job dev-disk-by\x2duuid-cbbb92b0\x2d02cb\x2d46c4\x2d8051\x2defa98b0669c8.

    Your problem sounds similar to this one, except that they're using software raid rather than just pure LVM. If you're using an initrd, you may not have the appropriate modules installed. If you're not using an initrd, then the kernel probably needs LVM support compiled in (not as a module) and could be solved by fixing that. I have never used the ck-patchset, but this should give you an additional data point.
    Also comment=systemd.automount will be deprecated soon as I understand it; if you have a need for automounting, x-systemd.automount should be used instead.

  • [solved] problems with pacman after upgrading to 2.6.27-ARCH

    i'm not sure if my problem is related with the new version of software or the fact that i ran out of space during the upgrade. but once i restarted after the upgrade i was not able to boot into the system and the error i would get was:
    ERROR: Failed to parse block device name for '/dev/sda3'
    unknown
    ERROR: root fs cannot be detected. Try using the rootfstype= kernel parameter.
    i followed what some other people did and i booted with livecd, chrooted and regenerated mkinitcpio. since i saw some other people having the same problems here is what i used:
    http://wiki.archlinux.org/index.php/Boo … omplicated
    http://wiki.archlinux.org/index.php/Mki … ng_presets
    and just for good measure i decided to run fsck:
    http://wiki.archlinux.org/index.php/Fsck
    i was still seeing some segmentation faults so i decided to re-install all of the packages installed:
    http://wiki.archlinux.org/index.php/Pac … re_Restore
    now everything seems to work OK except when i run pacman. here is what i get:
    /sbin/ldconfig: /usr/lib/libgettextpo.so is not an ELF file - it has the wrong magic bytes at the start.
    /sbin/ldconfig: /usr/lib/libwiretap.so.0.0.1 is not an ELF file - it has the wrong magic bytes at the start.
    /sbin/ldconfig: /usr/lib/libasprintf.so.0 is not an ELF file - it has the wrong magic bytes at the start.
    /sbin/ldconfig: /usr/lib/libasprintf.so.0.0.0 is not an ELF file - it has the wrong magic bytes at the start.
    /sbin/ldconfig: /usr/lib/libsigc-2.0.so is not an ELF file - it has the wrong magic bytes at the start.
    /sbin/ldconfig: /usr/lib/libasprintf.so is not an ELF file - it has the wrong magic bytes at the start.
    /sbin/ldconfig: /usr/lib/libwiretap.so is not an ELF file - it has the wrong magic bytes at the start.
    /sbin/ldconfig: /usr/lib/libgettextpo.so.0.4.0 is not an ELF file - it has the wrong magic bytes at the start.
    /sbin/ldconfig: /usr/lib/libgettextsrc.so is not an ELF file - it has the wrong magic bytes at the start.
    /sbin/ldconfig: /usr/lib/libsigc-2.0.so.0 is not an ELF file - it has the wrong magic bytes at the start.
    /sbin/ldconfig: /usr/lib/libgettextsrc-0.17.so is not an ELF file - it has the wrong magic bytes at the start.
    /sbin/ldconfig: /usr/lib/libgettextpo.so.0 is not an ELF file - it has the wrong magic bytes at the start.
    /sbin/ldconfig: /usr/lib/libgettextlib-0.17.so is not an ELF file - it has the wrong magic bytes at the start.
    /sbin/ldconfig: /usr/lib/libsigc-2.0.so.0.0.0 is not an ELF file - it has the wrong magic bytes at the start.
    /sbin/ldconfig: /usr/lib/libwiretap.so.0 is not an ELF file - it has the wrong magic bytes at the start.
    /sbin/ldconfig: /usr/lib/libgettextlib.so is not an ELF file - it has the wrong magic bytes at the start.
    packages are still installed but i would like to get to the bottom of this and get it fixed. any ideas what went wrong (well... besides me running out of disk space!) and how to get it fixed?
    Last edited by djidji (2008-10-24 17:49:14)

    thanks for the reply. i tried finding out what packages these libraries beling to but for every single one of these listed i get an error saying that "No packages owns...". could it be something with ldconfig?
    EDIT:
    so i figured out that one of the files was related to wireshark. i tried re-installing wireshark and here is what i got:
    : sudo pacman -Sy wireshark
    :: Synchronizing package databases...
    core 31.4K 229.6K/s 00:00:00 [#############################################################################################] 100%
    extra 413.1K 508.9K/s 00:00:01 [#############################################################################################] 100%
    community 356.3K 298.9K/s 00:00:01 [#############################################################################################] 100%
    resolving dependencies...
    looking for inter-conflicts...
    Targets (1): wireshark-1.0.4-1
    Total Download Size: 11.89 MB
    Total Installed Size: 51.80 MB
    Proceed with installation? [Y/n]
    :: Retrieving packages from extra...
    wireshark-1.0.4-1-i686 11.9M 455.5K/s 00:00:27 [#############################################################################################] 100%
    checking package integrity...
    (1/1) checking for file conflicts [#############################################################################################] 100%
    error: could not prepare transaction
    error: failed to commit transaction (conflicting files)
    wireshark: /usr/bin/capinfos exists in filesystem
    wireshark: /usr/bin/dftest exists in filesystem
    wireshark: /usr/bin/dumpcap exists in filesystem
    wireshark: /usr/bin/editcap exists in filesystem
    wireshark: /usr/bin/idl2wrs exists in filesystem
    wireshark: /usr/bin/mergecap exists in filesystem
    wireshark: /usr/bin/randpkt exists in filesystem
    wireshark: /usr/bin/rawshark exists in filesystem
    wireshark: /usr/bin/text2pcap exists in filesystem
    wireshark: /usr/bin/tshark exists in filesystem
    wireshark: /usr/bin/wireshark exists in filesystem
    wireshark: /usr/lib/libwireshark.so exists in filesystem
    wireshark: /usr/lib/libwireshark.so.0 exists in filesystem
    wireshark: /usr/lib/libwireshark.so.0.0.1 exists in filesystem
    wireshark: /usr/lib/libwiretap.so exists in filesystem
    wireshark: /usr/lib/libwiretap.so.0 exists in filesystem
    wireshark: /usr/lib/libwiretap.so.0.0.1 exists in filesystem
    wireshark: /usr/share/man/man1/capinfos.1 exists in filesystem
    wireshark: /usr/share/man/man1/dumpcap.1 exists in filesystem
    wireshark: /usr/share/man/man1/editcap.1 exists in filesystem
    wireshark: /usr/share/man/man1/idl2wrs.1 exists in filesystem
    wireshark: /usr/share/man/man1/mergecap.1 exists in filesystem
    wireshark: /usr/share/man/man1/rawshark.1 exists in filesystem
    wireshark: /usr/share/man/man1/text2pcap.1 exists in filesystem
    wireshark: /usr/share/man/man1/tshark.1 exists in filesystem
    wireshark: /usr/share/man/man1/wireshark.1 exists in filesystem
    wireshark: /usr/share/man/man4/wireshark-filter.4 exists in filesystem
    wireshark: /usr/share/wireshark/AUTHORS-SHORT exists in filesystem
    wireshark: /usr/share/wireshark/COPYING exists in filesystem
    wireshark: /usr/share/wireshark/capinfos.html exists in filesystem
    wireshark: /usr/share/wireshark/cfilters exists in filesystem
    wireshark: /usr/share/wireshark/colorfilters exists in filesystem
    wireshark: /usr/share/wireshark/dfilters exists in filesystem
    wireshark: /usr/share/wireshark/diameter/Ericsson.xml exists in filesystem
    wireshark: /usr/share/wireshark/diameter/TGPPGmb.xml exists in filesystem
    wireshark: /usr/share/wireshark/diameter/TGPPSh.xml exists in filesystem
    wireshark: /usr/share/wireshark/diameter/chargecontrol.xml exists in filesystem
    wireshark: /usr/share/wireshark/diameter/dictionary.dtd exists in filesystem
    wireshark: /usr/share/wireshark/diameter/dictionary.xml exists in filesystem
    wireshark: /usr/share/wireshark/diameter/etsie2e4.xml exists in filesystem
    wireshark: /usr/share/wireshark/diameter/gqpolicy.xml exists in filesystem
    wireshark: /usr/share/wireshark/diameter/imscxdx.xml exists in filesystem
    wireshark: /usr/share/wireshark/diameter/mobileipv4.xml exists in filesystem
    wireshark: /usr/share/wireshark/diameter/nasreq.xml exists in filesystem
    wireshark: /usr/share/wireshark/diameter/sip.xml exists in filesystem
    wireshark: /usr/share/wireshark/diameter/sunping.xml exists in filesystem
    wireshark: /usr/share/wireshark/dtds/dc.dtd exists in filesystem
    wireshark: /usr/share/wireshark/dtds/itunes.dtd exists in filesystem
    wireshark: /usr/share/wireshark/dtds/mscml.dtd exists in filesystem
    wireshark: /usr/share/wireshark/dtds/pocsettings.dtd exists in filesystem
    wireshark: /usr/share/wireshark/dtds/presence.dtd exists in filesystem
    wireshark: /usr/share/wireshark/dtds/reginfo.dtd exists in filesystem
    wireshark: /usr/share/wireshark/dtds/rlmi.dtd exists in filesystem
    wireshark: /usr/share/wireshark/dtds/rss.dtd exists in filesystem
    wireshark: /usr/share/wireshark/dtds/smil.dtd exists in filesystem
    wireshark: /usr/share/wireshark/dtds/watcherinfo.dtd exists in filesystem
    wireshark: /usr/share/wireshark/dtds/xcap-caps.dtd exists in filesystem
    wireshark: /usr/share/wireshark/dtds/xcap-error.dtd exists in filesystem
    wireshark: /usr/share/wireshark/dumpcap.html exists in filesystem
    wireshark: /usr/share/wireshark/editcap.html exists in filesystem
    wireshark: /usr/share/wireshark/help/capture_filters.txt exists in filesystem
    wireshark: /usr/share/wireshark/help/capturing.txt exists in filesystem
    wireshark: /usr/share/wireshark/help/display_filters.txt exists in filesystem
    wireshark: /usr/share/wireshark/help/faq.txt exists in filesystem
    wireshark: /usr/share/wireshark/help/getting_started.txt exists in filesystem
    wireshark: /usr/share/wireshark/help/overview.txt exists in filesystem
    wireshark: /usr/share/wireshark/help/toc exists in filesystem
    wireshark: /usr/share/wireshark/idl2wrs.html exists in filesystem
    wireshark: /usr/share/wireshark/manuf exists in filesystem
    wireshark: /usr/share/wireshark/mergecap.html exists in filesystem
    wireshark: /usr/share/wireshark/radius/dictionary exists in filesystem
    wireshark: /usr/share/wireshark/radius/dictionary.3com exists in filesystem
    wireshark: /usr/share/wireshark/radius/dictionary.3gpp exists in filesystem
    wireshark: /usr/share/wireshark/radius/dictionary.3gpp2 exists in filesystem
    wireshark: /usr/share/wireshark/radius/dictionary.acc exists in filesystem
    wireshark: /usr/share/wireshark/radius/dictionary.alcatel exists in filesystem
    wireshark: /usr/share/wireshark/radius/dictionary.alteon exists in filesystem
    wireshark: /usr/share/wireshark/radius/dictionary.altiga exists in filesystem
    wireshark: /usr/share/wireshark/radius/dictionary.aptis exists in filesystem
    wireshark: /usr/share/wireshark/radius/dictionary.ascend exists in filesystem
    wireshark: /usr/share/wireshark/radius/dictionary.bay exists in filesystem
    wireshark: /usr/share/wireshark/radius/dictionary.bintec exists in filesystem
    wireshark: /usr/share/wireshark/radius/dictionary.bristol exists in filesystem
    wireshark: /usr/share/wireshark/radius/dictionary.cablelabs exists in filesystem
    wireshark: /usr/share/wireshark/radius/dictionary.cabletron exists in filesystem
    wireshark: /usr/share/wireshark/radius/dictionary.cisco exists in filesystem
    wireshark: /usr/share/wireshark/radius/dictionary.cisco.bbsm exists in filesystem
    wireshark: /usr/share/wireshark/radius/dictionary.cisco.vpn3000 exists in filesystem
    wireshark: /usr/share/wireshark/radius/dictionary.cisco.vpn5000 exists in filesystem
    wireshark: /usr/share/wireshark/radius/dictionary.colubris exists in filesystem
    wireshark: /usr/share/wireshark/radius/dictionary.columbia_university exists in filesystem
    wireshark: /usr/share/wireshark/radius/dictionary.compat exists in filesystem
    wireshark: /usr/share/wireshark/radius/dictionary.cosine exists in filesystem
    wireshark: /usr/share/wireshark/radius/dictionary.ericsson exists in filesystem
    wireshark: /usr/share/wireshark/radius/dictionary.erx exists in filesystem
    wireshark: /usr/share/wireshark/radius/dictionary.extreme exists in filesystem
    wireshark: /usr/share/wireshark/radius/dictionary.foundry exists in filesystem
    wireshark: /usr/share/wireshark/radius/dictionary.freeradius exists in filesystem
    wireshark: /usr/share/wireshark/radius/dictionary.gandalf exists in filesystem
    wireshark: /usr/share/wireshark/radius/dictionary.garderos exists in filesystem
    wireshark: /usr/share/wireshark/radius/dictionary.gemtek exists in filesystem
    wireshark: /usr/share/wireshark/radius/dictionary.itk exists in filesystem
    wireshark: /usr/share/wireshark/radius/dictionary.juniper exists in filesystem
    wireshark: /usr/share/wireshark/radius/dictionary.karlnet exists in filesystem
    wireshark: /usr/share/wireshark/radius/dictionary.livingston exists in filesystem
    wireshark: /usr/share/wireshark/radius/dictionary.localweb exists in filesystem
    wireshark: /usr/share/wireshark/radius/dictionary.merit exists in filesystem
    wireshark: /usr/share/wireshark/radius/dictionary.microsoft exists in filesystem
    wireshark: /usr/share/wireshark/radius/dictionary.mikrotik exists in filesystem
    wireshark: /usr/share/wireshark/radius/dictionary.navini exists in filesystem
    wireshark: /usr/share/wireshark/radius/dictionary.netscreen exists in filesystem
    wireshark: /usr/share/wireshark/radius/dictionary.nokia exists in filesystem
    wireshark: /usr/share/wireshark/radius/dictionary.nomadix exists in filesystem
    wireshark: /usr/share/wireshark/radius/dictionary.propel exists in filesystem
    wireshark: /usr/share/wireshark/radius/dictionary.quintum exists in filesystem
    wireshark: /usr/share/wireshark/radius/dictionary.redback exists in filesystem
    wireshark: /usr/share/wireshark/radius/dictionary.redcreek exists in filesystem
    wireshark: /usr/share/wireshark/radius/dictionary.shasta exists in filesystem
    wireshark: /usr/share/wireshark/radius/dictionary.shiva exists in filesystem
    wireshark: /usr/share/wireshark/radius/dictionary.sonicwall exists in filesystem
    wireshark: /usr/share/wireshark/radius/dictionary.springtide exists in filesystem
    wireshark: /usr/share/wireshark/radius/dictionary.t_systems_nova exists in filesystem
    wireshark: /usr/share/wireshark/radius/dictionary.telebit exists in filesystem
    wireshark: /usr/share/wireshark/radius/dictionary.trapeze exists in filesystem
    wireshark: /usr/share/wireshark/radius/dictionary.tunnel exists in filesystem
    wireshark: /usr/share/wireshark/radius/dictionary.unisphere exists in filesystem
    wireshark: /usr/share/wireshark/radius/dictionary.unix exists in filesystem
    wireshark: /usr/share/wireshark/radius/dictionary.usr exists in filesystem
    wireshark: /usr/share/wireshark/radius/dictionary.valemount exists in filesystem
    wireshark: /usr/share/wireshark/radius/dictionary.versanet exists in filesystem
    wireshark: /usr/share/wireshark/radius/dictionary.wispr exists in filesystem
    wireshark: /usr/share/wireshark/radius/dictionary.xedia exists in filesystem
    wireshark: /usr/share/wireshark/rawshark.html exists in filesystem
    wireshark: /usr/share/wireshark/services exists in filesystem
    wireshark: /usr/share/wireshark/smi_modules exists in filesystem
    wireshark: /usr/share/wireshark/text2pcap.html exists in filesystem
    wireshark: /usr/share/wireshark/tpncp/tpncp.dat exists in filesystem
    wireshark: /usr/share/wireshark/tshark.html exists in filesystem
    wireshark: /usr/share/wireshark/wimaxasncp/dictionary.dtd exists in filesystem
    wireshark: /usr/share/wireshark/wimaxasncp/dictionary.xml exists in filesystem
    wireshark: /usr/share/wireshark/wireshark-filter.html exists in filesystem
    wireshark: /usr/share/wireshark/wireshark.html exists in filesystem
    wireshark: /usr/share/wireshark/ws.css exists in filesystem
    Errors occurred, no packages were upgraded.
    i'm hoping there is a way to sort this out. i'm loving the way my laptop is set up and would have re-install everything...
    Last edited by djidji (2008-10-24 01:27:00)

  • Problems with browsers and 'w' key since updates

    Hi
    I ran 'pacman -Syu' a little over a week ago, and since then I've been experiencing two rather odd problems.
    1.
    Using any web-browser (firefox, epiphany, songbird, etc), visiting pages that make use of javascript (i -think- that's the cause) makes the browser stop responding for 10-20 seconds. It goes grey and everything. And then eventually it starts working again. This occurs on many websites such as Facebook, Woot.com, to name a few big ones. It's really starting to drive me nuts.
    2.
    This problem's much weirder. After starting my computer, the w key is very unresponsive. By that I mean for a 'w' keystroke to register I need to hold down the 'w' key for 1 or 2 seconds, after which it will finally work. At first I thought this was a problem with my keyboard, but as the computer remains on, the problem slowly disappears - after about 30 minutes, the 'w' key works as expected. I don't think this is an X/GNOME problem, as I experience the same problems in the TTYs.
    I have a Sony Vaio FE-890:
    oliver@helios:~$ uname -a
    Linux helios 2.6.28-ARCH #1 SMP PREEMPT Fri Feb 13 11:03:55 CET 2009 x86_64 Intel(R) Core(TM)2 CPU T7600 @ 2.33GHz GenuineIntel GNU/Linux
    I've been updating frequently in the interim hoping the problems will go away, but so far no luck. Any thoughts?

    Hi
    Thanks for your suggestions.
    Also, flash doesn't work on webpages anymore. I'm assuming this is some problem with the nspluginwrapper thing...
    Here's pacman.log of the fateful upgrade:
    [2009-02-10 10:32] synchronizing package lists
    [2009-02-10 10:32] starting full system upgrade
    [2009-02-10 11:37] synchronizing package lists
    [2009-02-10 11:38] starting full system upgrade
    [2009-02-10 13:10] removed gnome-network-manager (0.6.5-1)
    [2009-02-10 13:10] upgraded tzdata (2008i-1 -> 2009a-1)
    [2009-02-10 13:10] Generating locales...
    [2009-02-10 13:10] en_US.UTF-8... done
    [2009-02-10 13:10] en_US.ISO-8859-1... done
    [2009-02-10 13:10] Generation complete.
    [2009-02-10 13:10] upgraded glibc (2.9-2 -> 2.9-4)
    [2009-02-10 13:10] upgraded readline (5.2.013-1 -> 5.2.013-2)
    [2009-02-10 13:10] upgraded bash (3.2.048-1 -> 3.2.048-3)
    [2009-02-10 13:10] upgraded dhcpcd (4.0.7-1 -> 4.0.10-1)
    [2009-02-10 13:10] upgraded pm-utils (1.2.3-3 -> 1.2.3-4)
    [2009-02-10 13:10] upgraded hal (0.5.11-4 -> 0.5.11-7)
    [2009-02-10 13:10] upgraded libnetworkmanager (0.6.6-1 -> 0.7.0-1)
    [2009-02-10 13:10] upgraded networkmanager (0.6.6-1 -> 0.7.0-1)
    [2009-02-10 13:10] installed network-manager-applet (0.7.0-1)
    [2009-02-10 13:10] upgraded aircrack-ng (1.0_rc1-1 -> 1.0_rc2-1)
    [2009-02-10 13:10] upgraded gcc-libs (4.3.2-2 -> 4.3.3-1)
    [2009-02-10 13:10] upgraded xcb-proto (1.2-2 -> 1.3-1)
    [2009-02-10 13:10] upgraded libxcb (1.1.90.1-1 -> 1.1.93-1)
    [2009-02-10 13:10] upgraded libx11 (1.1.5-2 -> 1.1.99.2-1)
    [2009-02-10 13:10] upgraded amsn (0.97.2-4 -> 0.97.2-8)
    [2009-02-10 13:10] ATTENTION DB PACKAGE:
    [2009-02-10 13:10] Please consider to run db_upgrade on Berkeley DB databases with a major db version number update.
    [2009-02-10 13:10] upgraded db (4.7.25-1 -> 4.7.25-2)
    [2009-02-10 13:10] upgraded apache (2.2.11-1 -> 2.2.11-2)
    [2009-02-10 13:10] upgraded libvorbis (1.2.0-1 -> 1.2.1rc1-1)
    [2009-02-10 13:10] upgraded avidemux (2.4.3-2 -> 2.4.4-1)
    [2009-02-10 13:10] upgraded texinfo (4.13a-1 -> 4.13a-3)
    [2009-02-10 13:10] upgraded binutils (2.19-1 -> 2.19.1-1)
    [2009-02-10 13:10] upgraded boost (1.36.0-2 -> 1.37.0-1)
    [2009-02-10 13:10] upgraded brasero (0.9.0-1 -> 0.9.1-1)
    [2009-02-10 13:10] upgraded curl (7.19.2-1 -> 7.19.3-1)
    [2009-02-10 13:10] upgraded pycairo (1.8.0-2 -> 1.8.2-1)
    [2009-02-10 13:10] upgraded pygtk (2.13.0-2 -> 2.14.0-1)
    [2009-02-10 13:10] upgraded deluge (1.1.0-1 -> 1.1.2-1)
    [2009-02-10 13:10] upgraded device-mapper (1.02.29-1 -> 1.02.30-1)
    [2009-02-10 13:10] upgraded ed (1.1-2 -> 1.2-1)
    [2009-02-10 13:10] upgraded eigen (1.0.5-1 -> 2.0.0-1)
    [2009-02-10 13:10] upgraded fakeroot (1.11.4-1 -> 1.12.1-1)
    [2009-02-10 13:10] upgraded file (4.26-1 -> 5.00-1)
    [2009-02-10 13:10] upgraded gcc (4.3.2-2 -> 4.3.3-1)
    [2009-02-10 13:10] upgraded libtasn1 (1.7-1 -> 1.8-1)
    [2009-02-10 13:10] upgraded gnutls (2.6.3-1 -> 2.6.4-1)
    [2009-02-10 13:10] upgraded inputproto (1.4.4-1 -> 1.5.0-1)
    [2009-02-10 13:10] upgraded xextproto (7.0.4-1 -> 7.0.5-1)
    [2009-02-10 13:10] upgraded libxext (1.0.4-1 -> 1.0.5-1)
    [2009-02-10 13:10] upgraded ghostscript (8.63-4 -> 8.64-1)
    [2009-02-10 13:10] upgraded hwdetect (2008.12-4 -> 2009.01-1)
    [2009-02-10 13:10] upgraded imagemagick (6.4.8.2-1 -> 6.4.9.2-1)
    [2009-02-10 13:10] upgraded inetutils (1.6-2 -> 1.6-3)
    [2009-02-10 13:10] warning: /etc/inittab installed as /etc/inittab.pacnew
    [2009-02-10 13:10] upgraded initscripts (2008.09-2 -> 2009.01-1)
    [2009-02-10 13:11] update desktop mime database ...
    [2009-02-10 13:11] upgraded inkscape (0.46-9 -> 0.46-10)
    [2009-02-10 13:11] upgraded mkinitcpio (0.5.21-1 -> 0.5.23-1)
    [2009-02-10 13:11] >>>
    [2009-02-10 13:11] >>> If you use the LILO bootloader, you should run 'lilo' before rebooting.
    [2009-02-10 13:11] >>>
    [2009-02-10 13:11] >>> Updating module dependencies. Please wait ...
    [2009-02-10 13:11] >>> MKINITCPIO SETUP
    [2009-02-10 13:11] >>> ----------------
    [2009-02-10 13:11] >>> If you use LVM2, Encrypted root or software RAID,
    [2009-02-10 13:11] >>> Ensure you enable support in /etc/mkinitcpio.conf .
    [2009-02-10 13:11] >>> More information about mkinitcpio setup can be found here:
    [2009-02-10 13:11] >>> http://wiki.archlinux.org/index.php/Mkinitcpio
    [2009-02-10 13:11]
    [2009-02-10 13:11] >>> Generating initial ramdisk, using mkinitcpio. Please wait...
    [2009-02-10 13:11] ==> Building image "default"
    [2009-02-10 13:11] ==> Running command: /sbin/mkinitcpio -k 2.6.28-ARCH -c /etc/mkinitcpio.conf -g /boot/kernel26.img
    [2009-02-10 13:11] :: Begin dry run
    [2009-02-10 13:11] :: Parsing hook [base]
    [2009-02-10 13:11] :: Parsing hook [udev]
    [2009-02-10 13:11] :: Parsing hook [autodetect]
    [2009-02-10 13:11] :: Parsing hook [pata]
    [2009-02-10 13:11] :: Parsing hook [scsi]
    [2009-02-10 13:11] :: Parsing hook [sata]
    [2009-02-10 13:11] :: Parsing hook [usb]
    [2009-02-10 13:11] :: Parsing hook [keymap]
    [2009-02-10 13:11] :: Parsing hook [filesystems]
    [2009-02-10 13:11] :: Generating module dependencies
    [2009-02-10 13:11] :: Generating image '/boot/kernel26.img'...SUCCESS
    [2009-02-10 13:11] ==> SUCCESS
    [2009-02-10 13:11] ==> Building image "fallback"
    [2009-02-10 13:11] ==> Running command: /sbin/mkinitcpio -k 2.6.28-ARCH -c /etc/mkinitcpio.conf -g /boot/kernel26-fallback.img -S autodetect
    [2009-02-10 13:11] :: Begin dry run
    [2009-02-10 13:11] :: Parsing hook [base]
    [2009-02-10 13:11] :: Parsing hook [udev]
    [2009-02-10 13:11] :: Parsing hook [pata]
    [2009-02-10 13:11] :: Parsing hook [scsi]
    [2009-02-10 13:11] :: Parsing hook [sata]
    [2009-02-10 13:11] :: Parsing hook [usb]
    [2009-02-10 13:12] :: Parsing hook [keymap]
    [2009-02-10 13:12] :: Parsing hook [filesystems]
    [2009-02-10 13:12] :: Generating module dependencies
    [2009-02-10 13:12] :: Generating image '/boot/kernel26-fallback.img'...SUCCESS
    [2009-02-10 13:12] ==> SUCCESS
    [2009-02-10 13:12] upgraded kernel26 (2.6.28.1-1 -> 2.6.28.4-1)
    [2009-02-10 13:12] upgraded lib32-freetype2 (2.3.7-1 -> 2.3.8-1)
    [2009-02-10 13:12] upgraded lib32-gcc-libs (4.3.2-1 -> 4.3.3-1)
    [2009-02-10 13:12] upgraded lib32-gtk2 (2.14.6-1 -> 2.14.7-1)
    [2009-02-10 13:12] upgraded lib32-readline (5.2-8 -> 5.2.013-1)
    [2009-02-10 13:12] upgraded libice (1.0.4-1 -> 1.0.5-1)
    [2009-02-10 13:12] upgraded libmikmod (3.1.12-1 -> 3.1.12-2)
    [2009-02-10 13:12] upgraded libnova (0.12.2-1 -> 0.12.3-1)
    [2009-02-10 13:12] upgraded libsndfile (1.0.17-2 -> 1.0.18-1)
    [2009-02-10 13:12] upgraded libsamplerate (0.1.4-1 -> 0.1.6-1)
    [2009-02-10 13:12] upgraded libxi (1.1.4-1 -> 1.2.0-1)
    [2009-02-10 13:12] upgraded lvm2 (2.02.43-1 -> 2.02.44-1)
    [2009-02-10 13:12] upgraded man-pages (3.16-1 -> 3.17-1)
    [2009-02-10 13:12] upgraded mlocate (0.21-1 -> 0.21.1-1)
    [2009-02-10 13:12] upgraded opal (3.4.4-2 -> 3.4.4-2.1)
    [2009-02-10 13:12] * relogin or source /etc/profile.d/openoffice.sh
    [2009-02-10 13:12] * see http://wiki.archlinux.org/index.php/Openoffice
    [2009-02-10 13:12] how to use extensions, e.g. for spell checking
    [2009-02-10 13:12] see /opt/openoffice/share/extension/install what
    [2009-02-10 13:12] is shipped with this package
    [2009-02-10 13:12] upgraded openoffice-base (3.0.0-4 -> 3.0.1-1)
    [2009-02-10 13:12] upgraded patch (2.5.9-1 -> 2.5.9-2)
    [2009-02-10 13:12] upgraded php (5.2.7-2 -> 5.2.8-1)
    [2009-02-10 13:13] upgraded pidgin (2.5.3-1 -> 2.5.4-1)
    [2009-02-10 13:13] upgraded pixman (0.12.0-1 -> 0.14.0-1)
    [2009-02-10 13:13] upgraded pycups (1.9.42-2 -> 1.9.45-1)
    [2009-02-10 13:13] upgraded qt (4.4.3-4 -> 4.4.3-5)
    [2009-02-10 13:13] upgraded reiserfsprogs (3.6.20-3 -> 3.6.21-1)
    [2009-02-10 13:13] upgraded sdparm (1.03-1 -> 1.03-2)
    [2009-02-10 13:13] upgraded smpeg (0.4.4-4 -> 0.4.4-5)
    [2009-02-10 13:13] upgraded sound-theme-freedesktop (0.1-1 -> 0.2-1)
    [2009-02-10 13:13] upgraded syslog-ng (2.0.9-1 -> 2.1.3-2)
    [2009-02-10 13:13] upgraded system-config-printer (1.1.1-1 -> 1.1.3-1)
    [2009-02-10 13:13] extracting fonts... done.
    [2009-02-10 13:13] rebuilding font cache... done.
    [2009-02-10 13:13] upgraded ttf-ms-fonts (2.0-1 -> 2.0-2)
    [2009-02-10 13:13] upgraded unrar (3.8.5-1 -> 3.8.5-2)
    [2009-02-10 13:13] upgraded vlc (0.9.8a-4 -> 0.9.8a-5)
    [2009-02-10 13:13] upgraded wireshark (1.0.5-1 -> 1.0.6-1)
    [2009-02-10 13:13] upgraded xcb-util (0.3.2-1 -> 0.3.3-1)
    [2009-02-10 13:13] upgraded xf86-input-evdev (2.1.0-1 -> 2.1.2-1)
    [2009-02-10 13:13] upgraded xf86-input-keyboard (1.3.1-1 -> 1.3.2-1)
    [2009-02-10 13:13] upgraded xf86-input-synaptics (0.99.3-1 -> 1.0.0-1)
    [2009-02-10 13:13] upgraded xine-lib (1.1.16.1-1 -> 1.1.16.1-2)
    [2009-02-10 13:13] upgraded xkeyboard-config (1.4-2 -> 1.5-1)
    [2009-02-10 13:13] upgraded xorg-xinit (1.1.0-1 -> 1.1.1-1)
    [2009-02-10 13:13] upgraded xterm (239-1 -> 241-1)
    [2009-02-10 15:15] synchronizing package lists
    [2009-02-10 15:16] starting full system upgrade
    [2009-02-10 15:17] ==> to use yaourt as user,add these entries to /etc/sudoers:
    [2009-02-10 15:17] user ALL=NOPASSWD: /usr/bin/pacman
    [2009-02-10 15:17] user ALL=NOPASSWD: /usr/bin/pacdiffviewer
    [2009-02-10 15:17] (Please, use sudo very carefully)
    [2009-02-10 15:17] ==> for a full colorized output, install pacman-color and set PacmanBin in /etc/yaourtrc
    [2009-02-10 15:17] upgraded yaourt (0.9.1-1 -> 0.9.2.4-1)
    [2009-02-10 15:18] synchronizing package lists
    [2009-02-10 15:19] starting full system upgrade
    [2009-02-10 15:24] upgraded bin32-wine (1.1.10-1 -> 1.1.14-1)
    [2009-02-10 15:24] Reading package info from stdin ... done.
    [2009-02-10 15:24] Writing new package config file... done.
    [2009-02-10 15:24] upgraded haskell-sdl (0.5.4-1 -> 0.5.5-1)
    [2009-02-10 15:24] Reading package info from stdin ... done.
    [2009-02-10 15:24] Writing new package config file... done.
    [2009-02-10 15:24] upgraded haskell-sdl-ttf (0.5.2-1 -> 0.5.5-1)
    [2009-02-10 15:25] "nspluginwrapper -r $HOME/.mozilla/plugins/* ; nspluginwrapper -v -a -i" to recreate plugins after update
    [2009-02-10 15:25] Konqueror users need to add $HOME/.mozilla/plugins/ to konqueror plugins path
    [2009-02-10 15:25] upgraded nspluginwrapper (1.0.0-1 -> 1.2.2-1)
    [2009-02-10 15:25] installed lib32-curl (7.19.3-1)
    [2009-02-10 15:25] installed lib32-nspr (4.7.3-1)
    [2009-02-10 15:25] installed lib32-sqlite3 (3.6.10-1)
    [2009-02-10 15:25] installed lib32-nss (3.12.2-1)
    [2009-02-10 15:26] Run
    [2009-02-10 15:26] nspluginwrapper -v -r ~/.mozilla/plugins/npwrapper.libflashplayer.so
    [2009-02-10 15:26] nspluginwrapper -v -a -i
    [2009-02-10 15:26] to upgrade the plugin
    [2009-02-10 15:26] upgraded nspluginwrapper-flash (9.0.124.0-1 -> 10.0.15.3-3)

  • Fglrx + acpi = hard problems

    Hello to all, I installed one year ago chakra linux distrbution and all works fine but some things doesn't like to me, so I installed Slackware, but I don't have much time to spent compiling programs.... and compiling... so, I come back with arch + kde. The problem is the ATI video card, I have one 4870x2 PCI-e 16x 2gb gddr5 (chipset r700) and in the last installation I don't remember problems with the propietary driver. But this time the driver doesn't work.
    My hardware is: motherboard gigabyte ga-ma970fxt-ud5p, phenom 2 945 black edition am3, 8gb ddr3 @1600mhz ocz reaper, hdd WD velociraptor 300gb, video card described before.
    I made a fresh install last Monday and every works fine, but I want to install the ATI video propietary drivers and...
    In the first step, I read five or six times this page https://wiki.archlinux.org/index.php/ATI_Catalyst and I followed the procedure according to the section called "Installing from AUR" and I made:
    su root
    pacman -Sy base-devel
    su faktorqm
    cd /home/faktorqm
    wget http://aur.archlinux.org/packages/ca/ca … ils.tar.gz
    wget https://aur.archlinux.org/packages/ca/c … mon.tar.gz
    tar -zxvf catalyst-utils.tar.gz
    tar -zxvf catalyst-daemon.tar.gz
    cd catalyst-utils/
    makepkg -s PKGBUILD
    su root
    pacman -U catalyst-utils-11.12-1-x86_64.pkg.tar.xz
    su faktorqm
    mv ati-driver-installer-11-12-x86.x86_64.run ../catalyst-daemon/
    cd ..
    cd catalyst-daemon/
    makepkg -s PKGBUILD
    su root
    pacman -U catalyst-daemon-11.12-1-x86_64.pkg.tar.xz
    su faktorqm
    cd ..
    No errors in this procedure.
    note 0: my user is called "faktorqm"
    note 1:
    [faktorqm@the_missile /]$ uname -a
    Linux the_missile 3.2.1-2-ARCH #1 SMP PREEMPT Mon Jan 23 12:40:01 UTC 2012 x86_64 AMD Phenom(tm) II X4 955 Processor AuthenticAMD GNU/Linux
    [faktorqm@the_missile /]$
    note 2:
    [faktorqm@the_missile /]$ cat /etc/mkinitcpio.conf
    # vim:set ft=sh
    # MODULES
    # The following modules are loaded before any boot hooks are
    # run. Advanced users may wish to specify all system modules
    # in this array. For instance:
    # MODULES="piix ide_disk reiserfs"
    MODULES="fglrx"
    # BINARIES
    # This setting includes any additional binaries a given user may
    # wish into the CPIO image. This is run first, so it may be used to
    # override the actual binaries used in a given hook.
    # (Existing files are NOT overwritten if already added)
    # BINARIES are dependency parsed, so you may safely ignore libraries
    BINARIES=""
    # FILES
    # This setting is similar to BINARIES above, however, files are added
    # as-is and are not parsed in any way. This is useful for config files.
    # Some users may wish to include modprobe.conf for custom module options
    # like so:
    # FILES="/etc/modprobe.d/modprobe.conf"
    FILES=""
    # HOOKS
    # This is the most important setting in this file. The HOOKS control the
    # modules and scripts added to the image, and what happens at boot time.
    # Order is important, and it is recommended that you do not change the
    # order in which HOOKS are added. Run 'mkinitcpio -H <hook name>' for
    # help on a given hook.
    # 'base' is _required_ unless you know precisely what you are doing.
    # 'udev' is _required_ in order to automatically load modules
    # 'filesystems' is _required_ unless you specify your fs modules in MODULES
    # Examples:
    ## This setup specifies all modules in the MODULES setting above.
    ## No raid, lvm2, or encrypted root is needed.
    # HOOKS="base"
    ## This setup will autodetect all modules for your system and should
    ## work as a sane default
    # HOOKS="base udev autodetect pata scsi sata filesystems"
    ## This is identical to the above, except the old ide subsystem is
    ## used for IDE devices instead of the new pata subsystem.
    # HOOKS="base udev autodetect ide scsi sata filesystems"
    ## This setup will generate a 'full' image which supports most systems.
    ## No autodetection is done.
    # HOOKS="base udev pata scsi sata usb filesystems"
    ## This setup assembles a pata mdadm array with an encrypted root FS.
    ## Note: See 'mkinitcpio -H mdadm' for more information on raid devices.
    # HOOKS="base udev pata mdadm encrypt filesystems"
    ## This setup loads an lvm2 volume group on a usb device.
    # HOOKS="base udev usb lvm2 filesystems"
    HOOKS="base udev autodetect pata scsi sata filesystems usbinput"
    # COMPRESSION
    # Use this to compress the initramfs image. With kernels earlier than
    # 2.6.30, only gzip is supported, which is also the default. Newer kernels
    # support gzip, bzip2 and lzma. Kernels 2.6.38 and later support xz
    # compression.
    #COMPRESSION="gzip"
    #COMPRESSION="bzip2"
    #COMPRESSION="lzma"
    #COMPRESSION="xz"
    #COMPRESSION="lzop"
    # COMPRESSION_OPTIONS
    # Additional options for the compressor
    #COMPRESSION_OPTIONS=""
    [faktorqm@the_missile /]$
    note 4:
    [faktorqm@the_missile /]$ cat /boot/grub/menu.lst
    # Config file for GRUB - The GNU GRand Unified Bootloader
    # /boot/grub/menu.lst
    # DEVICE NAME CONVERSIONS
    # Linux Grub
    # /dev/fd0 (fd0)
    # /dev/sda (hd0)
    # /dev/sdb2 (hd1,1)
    # /dev/sda3 (hd0,2)
    # FRAMEBUFFER RESOLUTION SETTINGS
    # +-------------------------------------------------+
    # | 640x480 800x600 1024x768 1280x1024
    # ----+--------------------------------------------
    # 256 | 0x301=769 0x303=771 0x305=773 0x307=775
    # 32K | 0x310=784 0x313=787 0x316=790 0x319=793
    # 64K | 0x311=785 0x314=788 0x317=791 0x31A=794
    # 16M | 0x312=786 0x315=789 0x318=792 0x31B=795
    # +-------------------------------------------------+
    # for more details and different resolutions see
    # [url]https://wiki.archlinux.org/index.php/GRUB#Framebuffer_resolution[/url]
    # general configuration:
    timeout 5
    default 0
    color light-blue/black light-cyan/blue
    # boot sections follow
    # each is implicitly numbered from 0 in the order of appearance below
    # TIP: If you want a 1024x768 framebuffer, add "vga=773" to your kernel line.
    # (0) Arch Linux
    title Arch Linux
    root (hd2,1)
    kernel /boot/vmlinuz-linux root=/dev/sda2 ro nomodeset acpi=off
    initrd /boot/initramfs-linux.img
    # (1) Arch Linux
    title Arch Linux Fallback
    root (hd2,1)
    kernel /boot/vmlinuz-linux root=/dev/sda2 ro nomodeset acpi=off
    initrd /boot/initramfs-linux-fallback.img
    # (2) Windows
    title Windows
    rootnoverify (hd0,0)
    makeactive
    chainloader +1
    [faktorqm@the_missile /]$
    note 5:
    cat /var/log/boot (output stripped)
    Thu Jan 26 21:45:02 2012: :: Checking fglrx [BUSY] ^[[u: Loading fglrx [FAIL][
    note 6:
    [faktorqm@the_missile /]$ dmesg
    [ 0.000000] Initializing cgroup subsys cpuset
    [ 0.000000] Initializing cgroup subsys cpu
    [ 0.000000] Linux version 3.2.1-2-ARCH (nobody@skynet) (gcc version 4.6.2 20111223 (prerelease) (GCC) ) #1 SMP PREEMPT Mon Jan 23 12:40:01 UTC 2012
    [ 0.000000] Command line: root=/dev/sda2 ro nomodeset acpi=off
    [ 0.000000] BIOS-provided physical RAM map:
    [ 0.000000] BIOS-e820: 0000000000000000 - 000000000009f800 (usable)
    [ 0.000000] BIOS-e820: 000000000009f800 - 00000000000a0000 (reserved)
    [ 0.000000] BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
    [ 0.000000] BIOS-e820: 0000000000100000 - 00000000bfde0000 (usable)
    [ 0.000000] BIOS-e820: 00000000bfde0000 - 00000000bfee0000 (reserved)
    [ 0.000000] BIOS-e820: 00000000bfee0000 - 00000000bfee3000 (ACPI NVS)
    [ 0.000000] BIOS-e820: 00000000bfee3000 - 00000000bfef0000 (ACPI data)
    [ 0.000000] BIOS-e820: 00000000bfef0000 - 00000000bff00000 (reserved)
    [ 0.000000] BIOS-e820: 00000000e0000000 - 00000000f0000000 (reserved)
    [ 0.000000] BIOS-e820: 00000000fec00000 - 0000000100000000 (reserved)
    [ 0.000000] BIOS-e820: 0000000100000000 - 0000000240000000 (usable)
    [ 0.000000] NX (Execute Disable) protection: active
    [ 0.000000] DMI 2.4 present.
    [ 0.000000] DMI: Gigabyte Technology Co., Ltd. GA-MA790FXT-UD5P/GA-MA790FXT-UD5P, BIOS F8n 01/07/2011
    [ 0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
    [ 0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
    [ 0.000000] No AGP bridge found
    [ 0.000000] last_pfn = 0x240000 max_arch_pfn = 0x400000000
    [ 0.000000] MTRR default type: uncachable
    [ 0.000000] MTRR fixed ranges enabled:
    [ 0.000000] 00000-9FFFF write-back
    [ 0.000000] A0000-BFFFF uncachable
    [ 0.000000] C0000-C7FFF write-protect
    [ 0.000000] C8000-FFFFF uncachable
    [ 0.000000] MTRR variable ranges enabled:
    [ 0.000000] 0 base 000000000000 mask FFFF80000000 write-back
    [ 0.000000] 1 base 000080000000 mask FFFFC0000000 write-back
    [ 0.000000] 2 base 0000BFF00000 mask FFFFFFF00000 uncachable
    [ 0.000000] 3 base 000100000000 mask FFFF00000000 write-back
    [ 0.000000] 4 base 000200000000 mask FFFFC0000000 write-back
    [ 0.000000] 5 disabled
    [ 0.000000] 6 disabled
    [ 0.000000] 7 disabled
    [ 0.000000] TOM2: 0000000240000000 aka 9216M
    [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    [ 0.000000] e820 update range: 00000000bff00000 - 0000000100000000 (usable) ==> (reserved)
    [ 0.000000] last_pfn = 0xbfde0 max_arch_pfn = 0x400000000
    [ 0.000000] found SMP MP-table at [ffff8800000f4760] f4760
    [ 0.000000] initial memory mapped : 0 - 20000000
    [ 0.000000] Base memory trampoline at [ffff88000009a000] 9a000 size 20480
    [ 0.000000] Using GB pages for direct mapping
    [ 0.000000] init_memory_mapping: 0000000000000000-00000000bfde0000
    [ 0.000000] 0000000000 - 0080000000 page 1G
    [ 0.000000] 0080000000 - 00bfc00000 page 2M
    [ 0.000000] 00bfc00000 - 00bfde0000 page 4k
    [ 0.000000] kernel direct mapping tables up to bfde0000 @ 1fffd000-20000000
    [ 0.000000] init_memory_mapping: 0000000100000000-0000000240000000
    [ 0.000000] 0100000000 - 0240000000 page 1G
    [ 0.000000] kernel direct mapping tables up to 240000000 @ bfddf000-bfde0000
    [ 0.000000] RAMDISK: 37c7b000 - 37ff0000
    [ 0.000000] Scanning NUMA topology in Northbridge 24
    [ 0.000000] No NUMA configuration found
    [ 0.000000] Faking a node at 0000000000000000-0000000240000000
    [ 0.000000] Initmem setup node 0 0000000000000000-0000000240000000
    [ 0.000000] NODE_DATA [000000023fffb000 - 000000023fffffff]
    [ 0.000000] [ffffea0000000000-ffffea0008ffffff] PMD -> [ffff880237600000-ffff88023f5fffff] on node 0
    [ 0.000000] Zone PFN ranges:
    [ 0.000000] DMA 0x00000010 -> 0x00001000
    [ 0.000000] DMA32 0x00001000 -> 0x00100000
    [ 0.000000] Normal 0x00100000 -> 0x00240000
    [ 0.000000] Movable zone start PFN for each node
    [ 0.000000] early_node_map[3] active PFN ranges
    [ 0.000000] 0: 0x00000010 -> 0x0000009f
    [ 0.000000] 0: 0x00000100 -> 0x000bfde0
    [ 0.000000] 0: 0x00100000 -> 0x00240000
    [ 0.000000] On node 0 totalpages: 2096495
    [ 0.000000] DMA zone: 64 pages used for memmap
    [ 0.000000] DMA zone: 5 pages reserved
    [ 0.000000] DMA zone: 3914 pages, LIFO batch:0
    [ 0.000000] DMA32 zone: 16320 pages used for memmap
    [ 0.000000] DMA32 zone: 765472 pages, LIFO batch:31
    [ 0.000000] Normal zone: 20480 pages used for memmap
    [ 0.000000] Normal zone: 1290240 pages, LIFO batch:31
    [ 0.000000] SFI: Simple Firmware Interface v0.81 [url]http://simplefirmware.org[/url]
    [ 0.000000] Intel MultiProcessor Specification v1.4
    [ 0.000000] MPTABLE: OEM ID: OEM00000
    [ 0.000000] MPTABLE: Product ID: PROD00000000
    [ 0.000000] MPTABLE: APIC at: 0xFEE00000
    [ 0.000000] Processor #0 (Bootup-CPU)
    [ 0.000000] Processor #1
    [ 0.000000] Processor #2
    [ 0.000000] Processor #3
    [ 0.000000] IOAPIC[0]: apic_id 8, version 33, address 0xfec00000, GSI 0-23
    [ 0.000000] Processors: 4
    [ 0.000000] SMP: Allowing 4 CPUs, 0 hotplug CPUs
    [ 0.000000] nr_irqs_gsi: 40
    [ 0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
    [ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000f0000
    [ 0.000000] PM: Registered nosave memory: 00000000000f0000 - 0000000000100000
    [ 0.000000] PM: Registered nosave memory: 00000000bfde0000 - 00000000bfee0000
    [ 0.000000] PM: Registered nosave memory: 00000000bfee0000 - 00000000bfee3000
    [ 0.000000] PM: Registered nosave memory: 00000000bfee3000 - 00000000bfef0000
    [ 0.000000] PM: Registered nosave memory: 00000000bfef0000 - 00000000bff00000
    [ 0.000000] PM: Registered nosave memory: 00000000bff00000 - 00000000e0000000
    [ 0.000000] PM: Registered nosave memory: 00000000e0000000 - 00000000f0000000
    [ 0.000000] PM: Registered nosave memory: 00000000f0000000 - 00000000fec00000
    [ 0.000000] PM: Registered nosave memory: 00000000fec00000 - 0000000100000000
    [ 0.000000] Allocating PCI resources starting at bff00000 (gap: bff00000:20100000)
    [ 0.000000] Booting paravirtualized kernel on bare hardware
    [ 0.000000] setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:4 nr_node_ids:1
    [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88023fc00000 s82048 r8192 d24448 u524288
    [ 0.000000] pcpu-alloc: s82048 r8192 d24448 u524288 alloc=1*2097152
    [ 0.000000] pcpu-alloc: [0] 0 1 2 3
    [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 2059626
    [ 0.000000] Policy zone: Normal
    [ 0.000000] Kernel command line: root=/dev/sda2 ro nomodeset acpi=off
    [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
    [ 0.000000] Checking aperture...
    [ 0.000000] No AGP bridge found
    [ 0.000000] Node 0: aperture @ 590a000000 size 32 MB
    [ 0.000000] Aperture beyond 4GB. Ignoring.
    [ 0.000000] Your BIOS doesn't leave a aperture memory hole
    [ 0.000000] Please enable the IOMMU option in the BIOS setup
    [ 0.000000] This costs you 64 MB of RAM
    [ 0.000000] Mapping aperture over 65536 KB of RAM @ b4000000
    [ 0.000000] PM: Registered nosave memory: 00000000b4000000 - 00000000b8000000
    [ 0.000000] Memory: 8108168k/9437184k available (4279k kernel code, 1051204k absent, 277812k reserved, 4601k data, 728k init)
    [ 0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
    [ 0.000000] Preemptible hierarchical RCU implementation.
    [ 0.000000] Verbose stalled-CPUs detection is disabled.
    [ 0.000000] NR_IRQS:4352 nr_irqs:712 16
    [ 0.000000] Console: colour VGA+ 80x25
    [ 0.000000] console [tty0] enabled
    [ 0.000000] allocated 67108864 bytes of page_cgroup
    [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
    [ 0.000000] Fast TSC calibration using PIT
    [ 0.000000] Detected 3222.584 MHz processor.
    [ 0.006669] Calibrating delay loop (skipped), value calculated using timer frequency.. 6447.71 BogoMIPS (lpj=10741946)
    [ 0.006672] pid_max: default: 32768 minimum: 301
    [ 0.006690] Security Framework initialized
    [ 0.006693] AppArmor: AppArmor disabled by boot time parameter
    [ 0.007218] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
    [ 0.010432] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
    [ 0.011639] Mount-cache hash table entries: 256
    [ 0.011739] Initializing cgroup subsys cpuacct
    [ 0.011744] Initializing cgroup subsys memory
    [ 0.011751] Initializing cgroup subsys devices
    [ 0.011752] Initializing cgroup subsys freezer
    [ 0.011754] Initializing cgroup subsys net_cls
    [ 0.011755] Initializing cgroup subsys blkio
    [ 0.011776] tseg: 00bff00000
    [ 0.011778] CPU: Physical Processor ID: 0
    [ 0.011779] CPU: Processor Core ID: 0
    [ 0.011781] mce: CPU supports 6 MCE banks
    [ 0.011788] using AMD E400 aware idle routine
    [ 0.012331] ftrace: allocating 16774 entries in 66 pages
    [ 0.013474] ExtINT not setup in hardware but reported by MP table
    [ 0.013954] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=0 pin2=0
    [ 0.049389] CPU0: AMD Phenom(tm) II X4 955 Processor stepping 02
    [ 0.153335] Performance Events: AMD PMU driver.
    [ 0.153338] ... version: 0
    [ 0.153339] ... bit width: 48
    [ 0.153340] ... generic registers: 4
    [ 0.153341] ... value mask: 0000ffffffffffff
    [ 0.153342] ... max period: 00007fffffffffff
    [ 0.153344] ... fixed-purpose events: 0
    [ 0.153345] ... event mask: 000000000000000f
    [ 0.153372] System has AMD C1E enabled
    [ 0.153381] Switch to broadcast mode on CPU0
    [ 0.173363] NMI watchdog enabled, takes one hw-pmu counter.
    [ 0.199996] Booting Node 0, Processors #1
    [ 0.199998] smpboot cpu 1: start_ip = 9a000
    [ 0.296660] NMI watchdog enabled, takes one hw-pmu counter.
    [ 0.296660] Switch to broadcast mode on CPU1
    [ 0.316659] #2
    [ 0.316660] smpboot cpu 2: start_ip = 9a000
    [ 0.413323] NMI watchdog enabled, takes one hw-pmu counter.
    [ 0.413319] Switch to broadcast mode on CPU2
    [ 0.433315] #3 Ok.
    [ 0.433316] smpboot cpu 3: start_ip = 9a000
    [ 0.529987] NMI watchdog enabled, takes one hw-pmu counter.
    [ 0.529978] Switch to broadcast mode on CPU3
    [ 0.536635] Brought up 4 CPUs
    [ 0.536637] Total of 4 processors activated (25789.68 BogoMIPS).
    [ 0.540078] devtmpfs: initialized
    [ 0.541202] PM: Registering ACPI NVS region at bfee0000 (12288 bytes)
    [ 0.541202] print_constraints: dummy:
    [ 0.541202] NET: Registered protocol family 16
    [ 0.543338] node 0 link 0: io port [9000, ffff]
    [ 0.543340] TOM: 00000000c0000000 aka 3072M
    [ 0.543342] Fam 10h mmconf [e0000000, e00fffff]
    [ 0.543343] node 0 link 0: mmio [a0000, bffff]
    [ 0.543345] node 0 link 0: mmio [c0000000, dfffffff]
    [ 0.543347] node 0 link 0: mmio [f0000000, fe02ffff]
    [ 0.543348] node 0 link 0: mmio [e0000000, e08fffff] ==> [e0100000, e08fffff]
    [ 0.543351] TOM2: 0000000240000000 aka 9216M
    [ 0.543352] bus: [00, 08] on node 0 link 0
    [ 0.543354] bus: 00 index 0 [io 0x0000-0xffff]
    [ 0.543355] bus: 00 index 1 [mem 0x000a0000-0x000bffff]
    [ 0.543357] bus: 00 index 2 [mem 0xc0000000-0xdfffffff]
    [ 0.543358] bus: 00 index 3 [mem 0xe0900000-0xffffffff]
    [ 0.543359] bus: 00 index 4 [mem 0xe0100000-0xe08fffff]
    [ 0.543361] bus: 00 index 5 [mem 0x240000000-0xfcffffffff]
    [ 0.543369] Extended Config Space enabled on 1 nodes
    [ 0.543426] PCI: Using configuration type 1 for base access
    [ 0.543427] PCI: Using configuration type 1 for extended access
    [ 0.543782] bio: create slab <bio-0> at 0
    [ 0.543782] ACPI: Interpreter disabled.
    [ 0.543782] vgaarb: loaded
    [ 0.543782] PCI: Probing PCI hardware
    [ 0.543782] PCI: Probing PCI hardware (bus 00)
    [ 0.543782] pci 0000:00:00.0: [1002:5956] type 0 class 0x000600
    [ 0.543782] pci 0000:00:00.0: reg 1c: [mem 0xe0000000-0xffffffff 64bit]
    [ 0.543782] pci 0000:00:02.0: [1002:5978] type 1 class 0x000604
    [ 0.543782] pci 0000:00:02.0: PME# supported from D0 D3hot D3cold
    [ 0.543782] pci 0000:00:02.0: PME# disabled
    [ 0.543782] pci 0000:00:07.0: [1002:597d] type 1 class 0x000604
    [ 0.543782] pci 0000:00:07.0: PME# supported from D0 D3hot D3cold
    [ 0.543782] pci 0000:00:07.0: PME# disabled
    [ 0.543782] pci 0000:00:09.0: [1002:597e] type 1 class 0x000604
    [ 0.543782] pci 0000:00:09.0: PME# supported from D0 D3hot D3cold
    [ 0.543782] pci 0000:00:09.0: PME# disabled
    [ 0.543782] pci 0000:00:0a.0: [1002:597f] type 1 class 0x000604
    [ 0.543782] pci 0000:00:0a.0: PME# supported from D0 D3hot D3cold
    [ 0.543782] pci 0000:00:0a.0: PME# disabled
    [ 0.543782] pci 0000:00:11.0: [1002:4390] type 0 class 0x000101
    [ 0.543782] pci 0000:00:11.0: reg 10: [io 0xff00-0xff07]
    [ 0.543782] pci 0000:00:11.0: reg 14: [io 0xfe00-0xfe03]
    [ 0.543782] pci 0000:00:11.0: reg 18: [io 0xfd00-0xfd07]
    [ 0.543782] pci 0000:00:11.0: reg 1c: [io 0xfc00-0xfc03]
    [ 0.543782] pci 0000:00:11.0: reg 20: [io 0xfb00-0xfb0f]
    [ 0.543782] pci 0000:00:11.0: reg 24: [mem 0xfe02f000-0xfe02f3ff]
    [ 0.543782] pci 0000:00:11.0: set SATA to AHCI mode
    [ 0.543782] pci 0000:00:12.0: [1002:4397] type 0 class 0x000c03
    [ 0.543782] pci 0000:00:12.0: reg 10: [mem 0xfe02e000-0xfe02efff]
    [ 0.543782] pci 0000:00:12.1: [1002:4398] type 0 class 0x000c03
    [ 0.543782] pci 0000:00:12.1: reg 10: [mem 0xfe02d000-0xfe02dfff]
    [ 0.543818] pci 0000:00:12.2: [1002:4396] type 0 class 0x000c03
    [ 0.543835] pci 0000:00:12.2: reg 10: [mem 0xfe02c000-0xfe02c0ff]
    [ 0.543900] pci 0000:00:12.2: supports D1 D2
    [ 0.543901] pci 0000:00:12.2: PME# supported from D0 D1 D2 D3hot
    [ 0.543905] pci 0000:00:12.2: PME# disabled
    [ 0.543925] pci 0000:00:13.0: [1002:4397] type 0 class 0x000c03
    [ 0.543937] pci 0000:00:13.0: reg 10: [mem 0xfe02b000-0xfe02bfff]
    [ 0.543995] pci 0000:00:13.1: [1002:4398] type 0 class 0x000c03
    [ 0.544007] pci 0000:00:13.1: reg 10: [mem 0xfe02a000-0xfe02afff]
    [ 0.544070] pci 0000:00:13.2: [1002:4396] type 0 class 0x000c03
    [ 0.544088] pci 0000:00:13.2: reg 10: [mem 0xfe029000-0xfe0290ff]
    [ 0.544152] pci 0000:00:13.2: supports D1 D2
    [ 0.544154] pci 0000:00:13.2: PME# supported from D0 D1 D2 D3hot
    [ 0.544157] pci 0000:00:13.2: PME# disabled
    [ 0.544179] pci 0000:00:14.0: [1002:4385] type 0 class 0x000c05
    [ 0.544264] pci 0000:00:14.1: [1002:439c] type 0 class 0x000101
    [ 0.544279] pci 0000:00:14.1: reg 10: [io 0x0000-0x0007]
    [ 0.544287] pci 0000:00:14.1: reg 14: [io 0x0000-0x0003]
    [ 0.544296] pci 0000:00:14.1: reg 18: [io 0x0000-0x0007]
    [ 0.544305] pci 0000:00:14.1: reg 1c: [io 0x0000-0x0003]
    [ 0.544313] pci 0000:00:14.1: reg 20: [io 0xfa00-0xfa0f]
    [ 0.544358] pci 0000:00:14.2: [1002:4383] type 0 class 0x000403
    [ 0.544378] pci 0000:00:14.2: reg 10: [mem 0xfe024000-0xfe027fff 64bit]
    [ 0.544431] pci 0000:00:14.2: PME# supported from D0 D3hot D3cold
    [ 0.544435] pci 0000:00:14.2: PME# disabled
    [ 0.544446] pci 0000:00:14.3: [1002:439d] type 0 class 0x000601
    [ 0.544515] pci 0000:00:14.4: [1002:4384] type 1 class 0x000604
    [ 0.544552] pci 0000:00:14.5: [1002:4399] type 0 class 0x000c03
    [ 0.544564] pci 0000:00:14.5: reg 10: [mem 0xfe028000-0xfe028fff]
    [ 0.544624] pci 0000:00:18.0: [1022:1200] type 0 class 0x000600
    [ 0.544636] pci 0000:00:18.1: [1022:1201] type 0 class 0x000600
    [ 0.544645] pci 0000:00:18.2: [1022:1202] type 0 class 0x000600
    [ 0.544655] pci 0000:00:18.3: [1022:1203] type 0 class 0x000600
    [ 0.544666] pci 0000:00:18.4: [1022:1204] type 0 class 0x000600
    [ 0.544682] PCI: peer root bus 00 res updated from pci conf
    [ 0.544710] pci 0000:01:00.0: [10b5:8647] type 1 class 0x000604
    [ 0.544718] pci 0000:01:00.0: reg 10: [mem 0xfdae0000-0xfdafffff]
    [ 0.544750] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
    [ 0.544753] pci 0000:01:00.0: PME# disabled
    [ 0.549971] pci 0000:00:02.0: PCI bridge to [bus 01-04]
    [ 0.549974] pci 0000:00:02.0: bridge window [io 0xb000-0xcfff]
    [ 0.549977] pci 0000:00:02.0: bridge window [mem 0xfd800000-0xfdafffff]
    [ 0.549980] pci 0000:00:02.0: bridge window [mem 0xc0000000-0xdfffffff 64bit pref]
    [ 0.550020] pci 0000:02:04.0: [10b5:8647] type 1 class 0x000604
    [ 0.550059] pci 0000:02:04.0: PME# supported from D0 D3hot D3cold
    [ 0.550062] pci 0000:02:04.0: PME# disabled
    [ 0.550085] pci 0000:02:08.0: [10b5:8647] type 1 class 0x000604
    [ 0.550124] pci 0000:02:08.0: PME# supported from D0 D3hot D3cold
    [ 0.550127] pci 0000:02:08.0: PME# disabled
    [ 0.550153] pci 0000:01:00.0: PCI bridge to [bus 02-04]
    [ 0.550158] pci 0000:01:00.0: bridge window [io 0xb000-0xcfff]
    [ 0.550161] pci 0000:01:00.0: bridge window [mem 0xfd800000-0xfd9fffff]
    [ 0.550165] pci 0000:01:00.0: bridge window [mem 0xc0000000-0xdfffffff 64bit pref]
    [ 0.550203] pci 0000:03:00.0: [1002:9441] type 0 class 0x000300
    [ 0.550216] pci 0000:03:00.0: reg 10: [mem 0xd0000000-0xdfffffff 64bit pref]
    [ 0.550226] pci 0000:03:00.0: reg 18: [mem 0xfd9e0000-0xfd9effff 64bit]
    [ 0.550233] pci 0000:03:00.0: reg 20: [io 0xce00-0xceff]
    [ 0.550246] pci 0000:03:00.0: reg 30: [mem 0x00000000-0x0001ffff pref]
    [ 0.550263] pci 0000:03:00.0: supports D1 D2
    [ 0.550281] pci 0000:03:00.1: [1002:aa30] type 0 class 0x000403
    [ 0.550294] pci 0000:03:00.1: reg 10: [mem 0xfd9fc000-0xfd9fffff 64bit]
    [ 0.550338] pci 0000:03:00.1: supports D1 D2
    [ 0.556639] pci 0000:02:04.0: PCI bridge to [bus 03-03]
    [ 0.556643] pci 0000:02:04.0: bridge window [io 0xc000-0xcfff]
    [ 0.556646] pci 0000:02:04.0: bridge window [mem 0xfd900000-0xfd9fffff]
    [ 0.556651] pci 0000:02:04.0: bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
    [ 0.556692] pci 0000:04:00.0: [1002:9441] type 0 class 0x000380
    [ 0.556707] pci 0000:04:00.0: reg 10: [mem 0xc0000000-0xcfffffff 64bit pref]
    [ 0.556719] pci 0000:04:00.0: reg 18: [mem 0xfd8f0000-0xfd8fffff 64bit]
    [ 0.556727] pci 0000:04:00.0: reg 20: [io 0xbe00-0xbeff]
    [ 0.556742] pci 0000:04:00.0: reg 30: [mem 0x00000000-0x0001ffff pref]
    [ 0.556762] pci 0000:04:00.0: supports D1 D2
    [ 0.563305] pci 0000:02:08.0: PCI bridge to [bus 04-04]
    [ 0.563310] pci 0000:02:08.0: bridge window [io 0xb000-0xbfff]
    [ 0.563313] pci 0000:02:08.0: bridge window [mem 0xfd800000-0xfd8fffff]
    [ 0.563317] pci 0000:02:08.0: bridge window [mem 0xc0000000-0xcfffffff 64bit pref]
    [ 0.563357] pci 0000:05:00.0: [10ec:8168] type 0 class 0x000200
    [ 0.563369] pci 0000:05:00.0: reg 10: [io 0xae00-0xaeff]
    [ 0.563388] pci 0000:05:00.0: reg 18: [mem 0xfdfff000-0xfdffffff 64bit pref]
    [ 0.563401] pci 0000:05:00.0: reg 20: [mem 0xfdfe0000-0xfdfeffff 64bit pref]
    [ 0.563410] pci 0000:05:00.0: reg 30: [mem 0x00000000-0x0000ffff pref]
    [ 0.563436] pci 0000:05:00.0: supports D1 D2
    [ 0.563437] pci 0000:05:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.563441] pci 0000:05:00.0: PME# disabled
    [ 0.569972] pci 0000:00:07.0: PCI bridge to [bus 05-05]
    [ 0.569975] pci 0000:00:07.0: bridge window [io 0xa000-0xafff]
    [ 0.569977] pci 0000:00:07.0: bridge window [mem 0xfd500000-0xfd5fffff]
    [ 0.569980] pci 0000:00:07.0: bridge window [mem 0xfdf00000-0xfdffffff 64bit pref]
    [ 0.570011] pci 0000:06:00.0: [10ec:8168] type 0 class 0x000200
    [ 0.570022] pci 0000:06:00.0: reg 10: [io 0xee00-0xeeff]
    [ 0.570042] pci 0000:06:00.0: reg 18: [mem 0xfddff000-0xfddfffff 64bit pref]
    [ 0.570054] pci 0000:06:00.0: reg 20: [mem 0xfdde0000-0xfddeffff 64bit pref]
    [ 0.570063] pci 0000:06:00.0: reg 30: [mem 0x00000000-0x0000ffff pref]
    [ 0.570089] pci 0000:06:00.0: supports D1 D2
    [ 0.570090] pci 0000:06:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.570094] pci 0000:06:00.0: PME# disabled
    [ 0.576638] pci 0000:00:09.0: PCI bridge to [bus 06-06]
    [ 0.576640] pci 0000:00:09.0: bridge window [io 0xe000-0xefff]
    [ 0.576643] pci 0000:00:09.0: bridge window [mem 0xfde00000-0xfdefffff]
    [ 0.576646] pci 0000:00:09.0: bridge window [mem 0xfdd00000-0xfddfffff 64bit pref]
    [ 0.576676] pci 0000:07:00.0: [197b:2363] type 0 class 0x000101
    [ 0.576738] pci 0000:07:00.0: reg 24: [mem 0xfdcfe000-0xfdcfffff]
    [ 0.576769] pci 0000:07:00.0: PME# supported from D3hot
    [ 0.576773] pci 0000:07:00.0: PME# disabled
    [ 0.576793] pci 0000:07:00.1: [197b:2363] type 0 class 0x000101
    [ 0.576810] pci 0000:07:00.1: reg 10: [io 0xdf00-0xdf07]
    [ 0.576820] pci 0000:07:00.1: reg 14: [io 0xde00-0xde03]
    [ 0.576830] pci 0000:07:00.1: reg 18: [io 0xdd00-0xdd07]
    [ 0.576840] pci 0000:07:00.1: reg 1c: [io 0xdc00-0xdc03]
    [ 0.576849] pci 0000:07:00.1: reg 20: [io 0xdb00-0xdb0f]
    [ 0.576899] pci 0000:07:00.0: disabling ASPM on pre-1.1 PCIe device. You can enable it with 'pcie_aspm=force'
    [ 0.576908] pci 0000:00:0a.0: PCI bridge to [bus 07-07]
    [ 0.576910] pci 0000:00:0a.0: bridge window [io 0xd000-0xdfff]
    [ 0.576913] pci 0000:00:0a.0: bridge window [mem 0xfdc00000-0xfdcfffff]
    [ 0.576916] pci 0000:00:0a.0: bridge window [mem 0xfdb00000-0xfdbfffff 64bit pref]
    [ 0.576949] pci 0000:08:07.0: [1814:0601] type 0 class 0x000280
    [ 0.576969] pci 0000:08:07.0: reg 10: [mem 0xfd7e0000-0xfd7effff]
    [ 0.577077] pci 0000:08:0e.0: [104c:8024] type 0 class 0x000c00
    [ 0.577098] pci 0000:08:0e.0: reg 10: [mem 0xfd7ff000-0xfd7ff7ff]
    [ 0.577110] pci 0000:08:0e.0: reg 14: [mem 0xfd7f8000-0xfd7fbfff]
    [ 0.577186] pci 0000:08:0e.0: supports D1 D2
    [ 0.577187] pci 0000:08:0e.0: PME# supported from D0 D1 D2 D3hot
    [ 0.577192] pci 0000:08:0e.0: PME# disabled
    [ 0.577223] pci 0000:00:14.4: PCI bridge to [bus 08-08] (subtractive decode)
    [ 0.577227] pci 0000:00:14.4: bridge window [io 0x9000-0x9fff]
    [ 0.577231] pci 0000:00:14.4: bridge window [mem 0xfd700000-0xfd7fffff]
    [ 0.577235] pci 0000:00:14.4: bridge window [mem 0xfd600000-0xfd6fffff pref]
    [ 0.577237] pci 0000:00:14.4: bridge window [io 0x0000-0xffff] (subtractive decode)
    [ 0.577239] pci 0000:00:14.4: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
    [ 0.577240] pci 0000:00:14.4: bridge window [mem 0xc0000000-0xdfffffff] (subtractive decode)
    [ 0.577242] pci 0000:00:14.4: bridge window [mem 0xe0900000-0xffffffff] (subtractive decode)
    [ 0.577244] pci 0000:00:14.4: bridge window [mem 0xe0100000-0xe08fffff] (subtractive decode)
    [ 0.577246] pci 0000:00:14.4: bridge window [mem 0x240000000-0xfcffffffff] (subtractive decode)
    [ 0.577716] vgaarb: device added: PCI:0000:03:00.0,decodes=io+mem,owns=io+mem,locks=none
    [ 0.578250] PCI: pci_cache_line_size set to 64 bytes
    [ 0.578257] pci 0000:00:00.0: no compatible bridge window for [mem 0xe0000000-0xffffffff 64bit]
    [ 0.578338] Expanded resource reserved due to conflict with PCI Bus #00
    [ 0.578340] reserve RAM buffer: 000000000009f800 - 000000000009ffff
    [ 0.578342] reserve RAM buffer: 00000000bfde0000 - 00000000bfffffff
    [ 0.578405] NetLabel: Initializing
    [ 0.578406] NetLabel: domain hash size = 128
    [ 0.578407] NetLabel: protocols = UNLABELED CIPSOv4
    [ 0.578416] NetLabel: unlabeled traffic allowed by default
    [ 0.582576] pnp: PnP ACPI: disabled
    [ 0.583349] PCI: max bus depth: 3 pci_try_num: 4
    [ 0.583381] pci 0000:03:00.0: BAR 6: assigned [mem 0xfd900000-0xfd91ffff pref]
    [ 0.583383] pci 0000:02:04.0: PCI bridge to [bus 03-03]
    [ 0.583385] pci 0000:02:04.0: bridge window [io 0xc000-0xcfff]
    [ 0.583389] pci 0000:02:04.0: bridge window [mem 0xfd900000-0xfd9fffff]
    [ 0.583392] pci 0000:02:04.0: bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
    [ 0.583397] pci 0000:04:00.0: BAR 6: assigned [mem 0xfd800000-0xfd81ffff pref]
    [ 0.583398] pci 0000:02:08.0: PCI bridge to [bus 04-04]
    [ 0.583400] pci 0000:02:08.0: bridge window [io 0xb000-0xbfff]
    [ 0.583403] pci 0000:02:08.0: bridge window [mem 0xfd800000-0xfd8fffff]
    [ 0.583406] pci 0000:02:08.0: bridge window [mem 0xc0000000-0xcfffffff 64bit pref]
    [ 0.583410] pci 0000:01:00.0: PCI bridge to [bus 02-04]
    [ 0.583412] pci 0000:01:00.0: bridge window [io 0xb000-0xcfff]
    [ 0.583416] pci 0000:01:00.0: bridge window [mem 0xfd800000-0xfd9fffff]
    [ 0.583419] pci 0000:01:00.0: bridge window [mem 0xc0000000-0xdfffffff 64bit pref]
    [ 0.583423] pci 0000:00:02.0: PCI bridge to [bus 01-04]
    [ 0.583424] pci 0000:00:02.0: bridge window [io 0xb000-0xcfff]
    [ 0.583427] pci 0000:00:02.0: bridge window [mem 0xfd800000-0xfdafffff]
    [ 0.583429] pci 0000:00:02.0: bridge window [mem 0xc0000000-0xdfffffff 64bit pref]
    [ 0.583432] pci 0000:05:00.0: BAR 6: assigned [mem 0xfdf00000-0xfdf0ffff pref]
    [ 0.583433] pci 0000:00:07.0: PCI bridge to [bus 05-05]
    [ 0.583435] pci 0000:00:07.0: bridge window [io 0xa000-0xafff]
    [ 0.583437] pci 0000:00:07.0: bridge window [mem 0xfd500000-0xfd5fffff]
    [ 0.583439] pci 0000:00:07.0: bridge window [mem 0xfdf00000-0xfdffffff 64bit pref]
    [ 0.583442] pci 0000:06:00.0: BAR 6: assigned [mem 0xfdd00000-0xfdd0ffff pref]
    [ 0.583444] pci 0000:00:09.0: PCI bridge to [bus 06-06]
    [ 0.583446] pci 0000:00:09.0: bridge window [io 0xe000-0xefff]
    [ 0.583448] pci 0000:00:09.0: bridge window [mem 0xfde00000-0xfdefffff]
    [ 0.583450] pci 0000:00:09.0: bridge window [mem 0xfdd00000-0xfddfffff 64bit pref]
    [ 0.583453] pci 0000:00:0a.0: PCI bridge to [bus 07-07]
    [ 0.583455] pci 0000:00:0a.0: bridge window [io 0xd000-0xdfff]
    [ 0.583457] pci 0000:00:0a.0: bridge window [mem 0xfdc00000-0xfdcfffff]
    [ 0.583459] pci 0000:00:0a.0: bridge window [mem 0xfdb00000-0xfdbfffff 64bit pref]
    [ 0.583462] pci 0000:00:14.4: PCI bridge to [bus 08-08]
    [ 0.583464] pci 0000:00:14.4: bridge window [io 0x9000-0x9fff]
    [ 0.583469] pci 0000:00:14.4: bridge window [mem 0xfd700000-0xfd7fffff]
    [ 0.583472] pci 0000:00:14.4: bridge window [mem 0xfd600000-0xfd6fffff pref]
    [ 0.583488] pci 0000:00:02.0: PCI->APIC IRQ transform: INT A -> IRQ 18
    [ 0.583491] pci 0000:00:02.0: setting latency timer to 64
    [ 0.583495] pci 0000:01:00.0: PCI->APIC IRQ transform: INT A -> IRQ 18
    [ 0.583498] pci 0000:01:00.0: setting latency timer to 64
    [ 0.583503] pci 0000:02:04.0: PCI->APIC IRQ transform: INT A -> IRQ 18
    [ 0.583506] pci 0000:02:04.0: setting latency timer to 64
    [ 0.583510] pci 0000:02:08.0: PCI->APIC IRQ transform: INT A -> IRQ 18
    [ 0.583513] pci 0000:02:08.0: setting latency timer to 64
    [ 0.583521] pci 0000:00:07.0: PCI->APIC IRQ transform: INT A -> IRQ 19
    [ 0.583523] pci 0000:00:07.0: setting latency timer to 64
    [ 0.583530] pci 0000:00:09.0: PCI->APIC IRQ transform: INT A -> IRQ 17
    [ 0.583532] pci 0000:00:09.0: setting latency timer to 64
    [ 0.583535] pci 0000:00:0a.0: PCI->APIC IRQ transform: INT A -> IRQ 18
    [ 0.583537] pci 0000:00:0a.0: setting latency timer to 64
    [ 0.583544] pci_bus 0000:00: resource 4 [io 0x0000-0xffff]
    [ 0.583545] pci_bus 0000:00: resource 5 [mem 0x000a0000-0x000bffff]
    [ 0.583547] pci_bus 0000:00: resource 6 [mem 0xc0000000-0xdfffffff]
    [ 0.583548] pci_bus 0000:00: resource 7 [mem 0xe0900000-0xffffffff]
    [ 0.583550] pci_bus 0000:00: resource 8 [mem 0xe0100000-0xe08fffff]
    [ 0.583551] pci_bus 0000:00: resource 9 [mem 0x240000000-0xfcffffffff]
    [ 0.583553] pci_bus 0000:01: resource 0 [io 0xb000-0xcfff]
    [ 0.583554] pci_bus 0000:01: resource 1 [mem 0xfd800000-0xfdafffff]
    [ 0.583556] pci_bus 0000:01: resource 2 [mem 0xc0000000-0xdfffffff 64bit pref]
    [ 0.583558] pci_bus 0000:02: resource 0 [io 0xb000-0xcfff]
    [ 0.583559] pci_bus 0000:02: resource 1 [mem 0xfd800000-0xfd9fffff]
    [ 0.583561] pci_bus 0000:02: resource 2 [mem 0xc0000000-0xdfffffff 64bit pref]
    [ 0.583562] pci_bus 0000:03: resource 0 [io 0xc000-0xcfff]
    [ 0.583564] pci_bus 0000:03: resource 1 [mem 0xfd900000-0xfd9fffff]
    [ 0.583565] pci_bus 0000:03: resource 2 [mem 0xd0000000-0xdfffffff 64bit pref]
    [ 0.583567] pci_bus 0000:04: resource 0 [io 0xb000-0xbfff]
    [ 0.583569] pci_bus 0000:04: resource 1 [mem 0xfd800000-0xfd8fffff]
    [ 0.583570] pci_bus 0000:04: resource 2 [mem 0xc0000000-0xcfffffff 64bit pref]
    [ 0.583572] pci_bus 0000:05: resource 0 [io 0xa000-0xafff]
    [ 0.583573] pci_bus 0000:05: resource 1 [mem 0xfd500000-0xfd5fffff]
    [ 0.583575] pci_bus 0000:05: resource 2 [mem 0xfdf00000-0xfdffffff 64bit pref]
    [ 0.583576] pci_bus 0000:06: resource 0 [io 0xe000-0xefff]
    [ 0.583578] pci_bus 0000:06: resource 1 [mem 0xfde00000-0xfdefffff]
    [ 0.583579] pci_bus 0000:06: resource 2 [mem 0xfdd00000-0xfddfffff 64bit pref]
    [ 0.583581] pci_bus 0000:07: resource 0 [io 0xd000-0xdfff]
    [ 0.583582] pci_bus 0000:07: resource 1 [mem 0xfdc00000-0xfdcfffff]
    [ 0.583584] pci_bus 0000:07: resource 2 [mem 0xfdb00000-0xfdbfffff 64bit pref]
    [ 0.583586] pci_bus 0000:08: resource 0 [io 0x9000-0x9fff]
    [ 0.583587] pci_bus 0000:08: resource 1 [mem 0xfd700000-0xfd7fffff]
    [ 0.583589] pci_bus 0000:08: resource 2 [mem 0xfd600000-0xfd6fffff pref]
    [ 0.583590] pci_bus 0000:08: resource 4 [io 0x0000-0xffff]
    [ 0.583592] pci_bus 0000:08: resource 5 [mem 0x000a0000-0x000bffff]
    [ 0.583593] pci_bus 0000:08: resource 6 [mem 0xc0000000-0xdfffffff]
    [ 0.583595] pci_bus 0000:08: resource 7 [mem 0xe0900000-0xffffffff]
    [ 0.583596] pci_bus 0000:08: resource 8 [mem 0xe0100000-0xe08fffff]
    [ 0.583598] pci_bus 0000:08: resource 9 [mem 0x240000000-0xfcffffffff]
    [ 0.583619] NET: Registered protocol family 2
    [ 0.583770] IP route cache hash table entries: 262144 (order: 9, 2097152 bytes)
    [ 0.584809] TCP established hash table entries: 524288 (order: 11, 8388608 bytes)
    [ 0.587809] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
    [ 0.588112] TCP: Hash tables configured (established 524288 bind 65536)
    [ 0.588114] TCP reno registered
    [ 0.588124] UDP hash table entries: 4096 (order: 5, 131072 bytes)
    [ 0.588174] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
    [ 0.588275] NET: Registered protocol family 1
    [ 0.919963] pci 0000:03:00.0: Boot video device
    [ 0.919980] PCI: CLS 64 bytes, default 64
    [ 0.920026] Unpacking initramfs...
    [ 0.965040] Freeing initrd memory: 3540k freed
    [ 0.966631] PCI-DMA: Disabling AGP.
    [ 0.968974] PCI-DMA: aperture base @ b4000000 size 65536 KB
    [ 0.968975] PCI-DMA: using GART IOMMU.
    [ 0.968977] PCI-DMA: Reserving 64MB of IOMMU area in the AGP aperture
    [ 0.971843] platform rtc_cmos: registered platform RTC device (no PNP device found)
    [ 0.972020] IBS: LVT offset 1 assigned
    [ 0.972020] perf: AMD IBS detected (0x0000001f)
    [ 0.972020] audit: initializing netlink socket (disabled)
    [ 0.972020] type=2000 audit(1327614295.969:1): initialized
    [ 0.983339] HugeTLB registered 2 MB page size, pre-allocated 0 pages
    [ 1.013377] VFS: Disk quotas dquot_6.5.2
    [ 1.013418] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [ 1.013481] msgmni has been set to 15971
    [ 1.013571] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
    [ 1.013571] io scheduler noop registered
    [ 1.013571] io scheduler deadline registered
    [ 1.013571] io scheduler cfq registered (default)
    [ 1.015654] pcieport 0000:00:02.0: setting latency timer to 64
    [ 1.015654] pcieport 0000:00:02.0: irq 40 for MSI/MSI-X
    [ 1.015654] pcieport 0000:00:07.0: setting latency timer to 64
    [ 1.015654] pcieport 0000:00:07.0: irq 41 for MSI/MSI-X
    [ 1.015654] pcieport 0000:00:09.0: setting latency timer to 64
    [ 1.015654] pcieport 0000:00:09.0: irq 42 for MSI/MSI-X
    [ 1.015654] pcieport 0000:00:0a.0: setting latency timer to 64
    [ 1.015654] pcieport 0000:00:0a.0: irq 43 for MSI/MSI-X
    [ 1.015654] pcieport 0000:01:00.0: setting latency timer to 64
    [ 1.015654] pcieport 0000:01:00.0: irq 44 for MSI/MSI-X
    [ 1.015654] pcieport 0000:02:04.0: setting latency timer to 64
    [ 1.015654] pcieport 0000:02:04.0: irq 45 for MSI/MSI-X
    [ 1.015654] pcieport 0000:02:08.0: setting latency timer to 64
    [ 1.015654] pcieport 0000:02:08.0: irq 46 for MSI/MSI-X
    [ 1.015654] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    [ 1.036604] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
    [ 1.089984] Linux agpgart interface v0.103
    [ 1.089984] i8042: PNP: No PS/2 controller found. Probing ports directly.
    [ 1.090029] serio: i8042 KBD port at 0x60,0x64 irq 1
    [ 1.090040] serio: i8042 AUX port at 0x60,0x64 irq 12
    [ 1.090949] mousedev: PS/2 mouse device common for all mice
    [ 1.090949] rtc_cmos rtc_cmos: rtc core: registered rtc_cmos as rtc0
    [ 1.090949] rtc0: alarms up to one day, 114 bytes nvram
    [ 1.090949] cpuidle: using governor ladder
    [ 1.090949] cpuidle: using governor menu
    [ 1.090949] TCP cubic registered
    [ 1.090949] NET: Registered protocol family 17
    [ 1.090949] Registering the dns_resolver key type
    [ 1.090949] PM: Hibernation image not present or could not be loaded.
    [ 1.090949] registered taskstats version 1
    [ 1.096953] rtc_cmos rtc_cmos: setting system clock to 2012-01-26 21:44:57 UTC (1327614297)
    [ 1.096980] Initializing network drop monitor service
    [ 1.097877] Freeing unused kernel memory: 728k freed
    [ 1.098012] Write protecting the kernel read-only data: 8192k
    [ 1.102668] Freeing unused kernel memory: 1848k freed
    [ 1.104691] Freeing unused kernel memory: 696k freed
    [ 1.110427] udevd[88]: starting version 178
    [ 1.135385] SCSI subsystem initialized
    [ 1.138212] usbcore: registered new interface driver usbfs
    [ 1.138227] usbcore: registered new interface driver hub
    [ 1.138580] usbcore: registered new device driver usb
    [ 1.140963] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [ 1.141074] ehci_hcd 0000:00:12.2: PCI->APIC IRQ transform: INT B -> IRQ 17
    [ 1.141108] ehci_hcd 0000:00:12.2: EHCI Host Controller
    [ 1.141134] ehci_hcd 0000:00:12.2: new USB bus registered, assigned bus number 1
    [ 1.141143] ehci_hcd 0000:00:12.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
    [ 1.141178] ehci_hcd 0000:00:12.2: debug port 1
    [ 1.141201] ehci_hcd 0000:00:12.2: irq 17, io mem 0xfe02c000
    [ 1.141313] libata version 3.00 loaded.
    [ 1.148154] Disabling lock debugging due to kernel taint
    [ 1.148174] fglrx: module license 'Proprietary. (C) 2002 - ATI Technologies, Starnberg, GERMANY' taints kernel.
    [ 1.149947] ehci_hcd 0000:00:12.2: USB 2.0 started, EHCI 1.00
    [ 1.150125] hub 1-0:1.0: USB hub found
    [ 1.150131] hub 1-0:1.0: 6 ports detected
    [ 1.150373] ehci_hcd 0000:00:13.2: PCI->APIC IRQ transform: INT B -> IRQ 19
    [ 1.150416] ehci_hcd 0000:00:13.2: EHCI Host Controller
    [ 1.153107] fglrx: Unknown symbol acpi_lid_notifier_register (err 0)
    [ 1.153224] fglrx: Unknown symbol acpi_lid_open (err 0)
    [ 1.153224] fglrx: Unknown symbol acpi_lid_notifier_unregister (err 0)
    [ 1.156619] ehci_hcd 0000:00:13.2: new USB bus registered, assigned bus number 2
    [ 1.156631] ehci_hcd 0000:00:13.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
    [ 1.156658] ehci_hcd 0000:00:13.2: debug port 1
    [ 1.156682] ehci_hcd 0000:00:13.2: irq 19, io mem 0xfe029000
    [ 1.157683] fglrx: Unknown symbol acpi_lid_notifier_register (err 0)
    [ 1.157800] fglrx: Unknown symbol acpi_lid_open (err 0)
    [ 1.157842] fglrx: Unknown symbol acpi_lid_notifier_unregister (err 0)
    [ 1.160890] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
    [ 1.166602] ehci_hcd 0000:00:13.2: USB 2.0 started, EHCI 1.00
    [ 1.166655] hub 2-0:1.0: USB hub found
    [ 1.166658] hub 2-0:1.0: 6 ports detected
    [ 1.166724] ahci 0000:00:11.0: version 3.0
    [ 1.166724] ahci 0000:00:11.0: PCI->APIC IRQ transform: INT A -> IRQ 22
    [ 1.166724] ahci 0000:00:11.0: irq 47 for MSI/MSI-X
    [ 1.166785] ahci 0000:00:11.0: AHCI 0001.0100 32 slots 4 ports 3 Gbps 0xf impl SATA mode
    [ 1.166788] ahci 0000:00:11.0: flags: 64bit ncq sntf ilck pm led clo pmp pio slum part ccc
    [ 1.167127] scsi0 : ahci
    [ 1.167127] scsi1 : ahci
    [ 1.167127] scsi2 : ahci
    [ 1.167127] scsi3 : ahci
    [ 1.167127] ata1: SATA max UDMA/133 abar m1024@0xfe02f000 port 0xfe02f100 irq 47
    [ 1.167127] ata2: SATA max UDMA/133 abar m1024@0xfe02f000 port 0xfe02f180 irq 47
    [ 1.167127] ata3: SATA max UDMA/133 abar m1024@0xfe02f000 port 0xfe02f200 irq 47
    [ 1.167127] ata4: SATA max UDMA/133 abar m1024@0xfe02f000 port 0xfe02f280 irq 47
    [ 1.167127] ahci 0000:07:00.0: PCI->APIC IRQ transform: INT A -> IRQ 18
    [ 1.167127] pata_atiixp 0000:00:14.1: PCI->APIC IRQ transform: INT A -> IRQ 16
    [ 1.167127] scsi4 : pata_atiixp
    [ 1.167127] scsi5 : pata_atiixp
    [ 1.167127] ata5: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0xfa00 irq 14
    [ 1.167127] ata6: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0xfa08 irq 15
    [ 1.167127] ohci_hcd 0000:00:12.0: PCI->APIC IRQ transform: INT A -> IRQ 16
    [ 1.167127] ohci_hcd 0000:00:12.0: OHCI Host Controller
    [ 1.167127] ohci_hcd 0000:00:12.0: new USB bus registered, assigned bus number 3
    [ 1.167127] ohci_hcd 0000:00:12.0: irq 16, io mem 0xfe02e000
    [ 1.179950] ahci 0000:07:00.0: AHCI 0001.0000 32 slots 2 ports 3 Gbps 0x3 impl SATA mode
    [ 1.179953] ahci 0000:07:00.0: flags: 64bit ncq pm led clo pmp pio slum part
    [ 1.179957] ahci 0000:07:00.0: setting latency timer to 64
    [ 1.180169] scsi6 : ahci
    [ 1.180169] scsi7 : ahci
    [ 1.180169] ata7: SATA max UDMA/133 abar m8192@0xfdcfe000 port 0xfdcfe100 irq 18
    [ 1.180169] ata8: SATA max UDMA/133 abar m8192@0xfdcfe000 port 0xfdcfe180 irq 18
    [ 1.180169] pata_acpi 0000:07:00.1: enabling device (0000 -> 0001)
    [ 1.180169] pata_acpi 0000:07:00.1: PCI->APIC IRQ transform: INT B -> IRQ 18
    [ 1.180169] pata_acpi 0000:07:00.1: setting latency timer to 64
    [ 1.224303] hub 3-0:1.0: USB hub found
    [ 1.224303] hub 3-0:1.0: 3 ports detected
    [ 1.224334] ohci_hcd 0000:00:12.1: PCI->APIC IRQ transform: INT A -> IRQ 16
    [ 1.224334] ohci_hcd 0000:00:12.1: OHCI Host Controller
    [ 1.224334] ohci_hcd 0000:00:12.1: new USB bus registered, assigned bus number 4
    [ 1.224334] ohci_hcd 0000:00:12.1: irq 16, io mem 0xfe02d000
    [ 1.280959] hub 4-0:1.0: USB hub found
    [ 1.280959] hub 4-0:1.0: 3 ports detected
    [ 1.280986] ohci_hcd 0000:00:13.0: PCI->APIC IRQ transform: INT A -> IRQ 18
    [ 1.280986] ohci_hcd 0000:00:13.0: OHCI Host Controller
    [ 1.280986] ohci_hcd 0000:00:13.0: new USB bus registered, assigned bus number 5
    [ 1.280986] ohci_hcd 0000:00:13.0: irq 18, io mem 0xfe02b000
    [ 1.333280] ata6.00: ATA-8: ST2000DM001-9YN164, CC96, max UDMA/133
    [ 1.333283] ata6.00: 3907029168 sectors, multi 16: LBA48 NCQ (depth 0/32)
    [ 1.337945] hub 5-0:1.0: USB hub found
    [ 1.337945] hub 5-0:1.0: 3 ports detected
    [ 1.337978] ohci_hcd 0000:00:13.1: PCI->APIC IRQ transform: INT A -> IRQ 18
    [ 1.337978] ohci_hcd 0000:00:13.1: OHCI Host Controller
    [ 1.337978] ohci_hcd 0000:00:13.1: new USB bus registered, assigned bus number 6
    [ 1.337978] ohci_hcd 0000:00:13.1: irq 18, io mem 0xfe02a000
    [ 1.359919] ata6.01: ATA-8: ST31000528AS, CC34, max UDMA/133
    [ 1.359922] ata6.01: 1953525168 sectors, multi 16: LBA48 NCQ (depth 0/32)
    [ 1.373275] ata6.00: configured for UDMA/100
    [ 1.394288] hub 6-0:1.0: USB hub found
    [ 1.394288] hub 6-0:1.0: 3 ports detected
    [ 1.394311] ohci_hcd 0000:00:14.5: PCI->APIC IRQ transform: INT C -> IRQ 18
    [ 1.394311] ohci_hcd 0000:00:14.5: OHCI Host Controller
    [ 1.394311] ohci_hcd 0000:00:14.5: new USB bus registered, assigned bus number 7
    [ 1.394311] ohci_hcd 0000:00:14.5: irq 18, io mem 0xfe028000
    [ 1.436583] ata6.01: configured for UDMA/100
    [ 1.450961] hub 7-0:1.0: USB hub found
    [ 1.450961] hub 7-0:1.0: 2 ports detected
    [ 1.489926] ata2: SATA link down (SStatus 0 SControl 300)
    [ 1.493261] ata1: SATA link down (SStatus 0 SControl 300)
    [ 1.499923] ata7: SATA link down (SStatus 0 SControl 300)
    [ 1.499932] ata8: SATA link down (SStatus 0 SControl 300)
    [ 1.649914] ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    [ 1.649910] ata3.00: ATAPI: HL-DT-STDVD-RAM GH22NS30, 1.02, max UDMA/100
    [ 1.653237] ata3.00: configured for UDMA/100
    [ 1.653263] scsi 2:0:0:0: CD-ROM HL-DT-ST DVD-RAM GH22NS30 1.02 PQ: 0 ANSI: 5
    [ 1.655553] ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    [ 1.676566] ata4.00: HPA detected: current 586070255, native 586072368
    [ 1.676570] ata4.00: ATA-8: WDC WD3000HLFS-01G6U0, 04.04V01, max UDMA/133
    [ 1.676570] ata4.00: 586070255 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
    [ 1.686562] ata4.00: configured for UDMA/133
    [ 1.686604] scsi 3:0:0:0: Direct-Access ATA WDC WD3000HLFS-0 04.0 PQ: 0 ANSI: 5
    [ 1.686689] scsi 5:0:0:0: Direct-Access ATA ST2000DM001-9YN1 CC96 PQ: 0 ANSI: 5
    [ 1.686712] scsi 5:0:1:0: Direct-Access ATA ST31000528AS CC34 PQ: 0 ANSI: 5
    [ 1.687055] pata_jmicron 0000:07:00.1: PCI->APIC IRQ transform: INT B -> IRQ 18
    [ 1.687055] pata_jmicron 0000:07:00.1: setting latency timer to 64
    [ 1.687055] sd 3:0:0:0: [sda] 586070255 512-byte logical blocks: (300 GB/279 GiB)
    [ 1.687055] sd 3:0:0:0: [sda] Write Protect is off
    [ 1.687055] sd 3:0:0:0: [sda] Mode Sense: 00 3a 00 00
    [ 1.687055] sd 3:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 1.687055] sd 5:0:0:0: [sdb] 3907029168 512-byte logical blocks: (2.00 TB/1.81 TiB)
    [ 1.687055] sd 5:0:0:0: [sdb] 4096-byte physical blocks
    [ 1.687055] sd 5:0:0:0: [sdb] Write Protect is off
    [ 1.687055] sd 5:0:0:0: [sdb] Mode Sense: 00 3a 00 00
    [ 1.687055] sd 5:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 1.687055] sd 5:0:1:0: [sdc] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
    [ 1.687055] sd 5:0:1:0: [sdc] Write Protect is off
    [ 1.687055] sd 5:0:1:0: [sdc] Mode Sense: 00 3a 00 00
    [ 1.687055] sd 5:0:1:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 1.687055] scsi8 : pata_jmicron
    [ 1.687055] sr0: scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray
    [ 1.687055] cdrom: Uniform CD-ROM driver Revision: 3.20
    [ 1.689935] scsi9 : pata_jmicron
    [ 1.690067] ata9: PATA max UDMA/100 cmd 0xdf00 ctl 0xde00 bmdma 0xdb00 irq 18
    [ 1.690067] ata10: PATA max UDMA/100 cmd 0xdd00 ctl 0xdc00 bmdma 0xdb08 irq 18
    [ 1.690067] sr 2:0:0:0: Attached scsi CD-ROM sr0
    [ 1.706564] usb 3-3: new low-speed USB device number 2 using ohci_hcd
    [ 1.709922] sdb: sdb1 sdb2
    [ 1.710504] sda: sda1 sda2 sda3 sda4
    [ 1.710517] sda: p4 size 20969472 extends beyond EOD, enabling native capacity
    [ 1.710517] ata4: hard resetting link
    [ 1.726599] sdc: sdc1
    [ 1.731420] sd 5:0:0:0: [sdb] Attached SCSI disk
    [ 1.736584] sd 5:0:1:0: [sdc] Attached SCSI disk
    [ 1.896683] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:12.0/usb3/3-3/3-3:1.0/input/input0
    [ 1.897345] generic-usb 0003:046D:C521.0001: input,hidraw0: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:00:12.0-3/input0
    [ 1.906614] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:12.0/usb3/3-3/3-3:1.1/input/input1
    [ 1.907285] generic-usb 0003:046D:C521.0002: input,hiddev0,hidraw1: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:12.0-3/input1
    [ 1.907285] usbcore: registered new interface driver usbhid
    [ 1.907285] usbhid: USB HID core driver
    [ 1.973212] Switching to clocksource tsc
    [ 2.129599] usb 4-1: new low-speed USB device number 2 using ohci_hcd
    [ 2.193273] ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    [ 2.208095] ata4.00: n_sectors mismatch 586070255 != 586072368
    [ 2.208098] ata4.00: new n_sectors matches native, probably late HPA unlock, n_sectors updated
    [ 2.216578] ata4.00: configured for UDMA/133
    [ 2.216582] ata4: EH complete
    [ 2.216668] sd 3:0:0:0: [sda] 586072368 512-byte logical blocks: (300 GB/279 GiB)
    [ 2.216905] sda: detected capacity change from 300067970560 to 300069052416
    [ 2.243307] sda: sda1 sda2 sda3 sda4
    [ 2.243590] sd 3:0:0:0: [sda] Attached SCSI disk
    [ 2.341779] input: Genius Multimedia Keyboard as /devices/pci0000:00/0000:00:12.1/usb4/4-1/4-1:1.0/input/input2
    [ 2.341812] generic-usb 0003:0458:0708.0003: input,hidraw2: USB HID v1.11 Keyboard [Genius Multimedia Keyboard] on usb-0000:00:12.1-1/input0
    [ 2.361632] input: Genius Multimedia Keyboard as /devices/pci0000:00/0000:00:12.1/usb4/4-1/4-1:1.1/input/input3
    [ 2.361681] generic-usb 0003:0458:0708.0004: input,hiddev0,hidraw3: USB HID v1.11 Device [Genius Multimedia Keyboard] on usb-0000:00:12.1-1/input1
    [ 2.939621] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
    [ 3.992107] udevd[243]: starting version 178
    [ 4.220355] EDAC MC: Ver: 2.1.0
    [ 4.223287] input: PC Speaker as /devices/platform/pcspkr/input/input4
    [ 4.260077] MCE: In-kernel MCE decoding enabled.
    [ 4.265446] AMD64 EDAC driver v3.4.0
    [ 4.265512] EDAC amd64: DRAM ECC disabled.
    [ 4.265519] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
    [ 4.265520] Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
    [ 4.265521] (Note that use of the override may cause unknown side effects.)
    [ 4.289047] firewire_ohci 0000:08:0e.0: PCI->APIC IRQ transform: INT A -> IRQ 22
    [ 4.309438] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
    [ 4.309453] r8169 0000:05:00.0: PCI->APIC IRQ transform: INT A -> IRQ 19
    [ 4.309480] r8169 0000:05:00.0: setting latency timer to 64
    [ 4.309519] r8169 0000:05:00.0: irq 48 for MSI/MSI-X
    [ 4.309671] r8169 0000:05:00.0: eth0: RTL8168c/8111c at 0xffffc900017a0000, 00:24:1d:76:91:9c, XID 1c4000c0 IRQ 48
    [ 4.309673] r8169 0000:05:00.0: eth0: jumbo features [frames: 6128 bytes, tx checksumming: ko]
    [ 4.309707] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
    [ 4.309719] r8169 0000:06:00.0: PCI->APIC IRQ transform: INT A -> IRQ 17
    [ 4.309732] r8169 0000:06:00.0: setting latency timer to 64
    [ 4.309766] r8169 0000:06:00.0: irq 49 for MSI/MSI-X
    [ 4.309895] r8169 0000:06:00.0: eth1: RTL8168c/8111c at 0xffffc9000175a000, 00:24:1d:76:91:9e, XID 1c4000c0 IRQ 49
    [ 4.309898] r8169 0000:06:00.0: eth1: jumbo features [frames: 6128 bytes, tx checksumming: ko]
    [ 4.319010] SP5100 TCO timer: SP5100 TCO WatchDog Timer Driver v0.01
    [ 4.319060] SP5100 TCO timer: mmio address 0xfec000f0 already in use
    [ 4.339695] firewire_ohci: Added fw-ohci device 0000:08:0e.0, OHCI v1.10, 4 IR + 8 IT contexts, quirks 0x2
    [ 4.347192] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
    [ 4.368446] cfg80211: Calling CRDA to update world regulatory domain
    [ 4.439847] fglrx: Unknown symbol acpi_lid_notifier_register (err 0)
    [ 4.439887] fglrx: Unknown symbol acpi_lid_notifier_register (err 0)
    [ 4.440213] fglrx: Unknown symbol acpi_lid_open (err 0)
    [ 4.440242] fglrx: Unknown symbol acpi_lid_open (err 0)
    [ 4.440372] fglrx: Unknown symbol acpi_lid_notifier_unregister (err 0)
    [ 4.440384] fglrx: Unknown symbol acpi_lid_notifier_unregister (err 0)
    [ 4.518173] rt2800pci 0000:08:07.0: PCI->APIC IRQ transform: INT A -> IRQ 21
    [ 4.546577] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
    [ 4.546764] Registered led device: rt2800pci-phy0::radio
    [ 4.546777] Registered led device: rt2800pci-phy0::assoc
    [ 4.546791] Registered led device: rt2800pci-phy0::quality
    [ 4.566190] snd_hda_intel 0000:00:14.2: PCI->APIC IRQ transform: INT A -> IRQ 16
    [ 4.712416] hda_codec: ALC889A: BIOS auto-probing.
    [ 4.729011] input: HDA ATI SB Headphone as /devices/pci0000:00/0000:00:14.2/sound/card0/input5
    [ 4.729173] snd_hda_intel 0000:03:00.1: PCI->APIC IRQ transform: INT B -> IRQ 18
    [ 4.729237] snd_hda_intel 0000:03:00.1: irq 50 for MSI/MSI-X
    [ 4.729256] snd_hda_intel 0000:03:00.1: setting latency timer to 64
    [ 4.743475] HDMI status: Codec=0 Pin=3 Presence_Detect=0 ELD_Valid=0
    [ 4.743566] input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:02.0/0000:01:00.0/0000:02:04.0/0000:03:00.1/sound/card1/input6
    [ 4.839477] firewire_core: created device fw0: GUID 00aa981000001fd0, S400
    [ 5.683949] EXT4-fs (sda2): re-mounted. Opts: (null)
    [ 5.731153] EXT4-fs (sda3): mounted filesystem with ordered data mode. Opts: (null)
    [ 5.795031] EXT4-fs (sdb1): mounted filesystem with ordered data mode. Opts: (null)
    [ 5.871329] EXT4-fs (sdb2): mounted filesystem with ordered data mode. Opts: (null)
    [ 5.885607] Adding 10484732k swap on /dev/sda4. Priority:-1 extents:1 across:10484732k
    [ 6.915362] r8169 0000:05:00.0: eth0: link down
    [ 6.915375] r8169 0000:05:00.0: eth0: link down
    [ 8.609247] r8169 0000:05:00.0: eth0: link up
    [faktorqm@the_missile /]$
    note 7:
    [faktorqm@the_missile /]$ lspci
    00:00.0 Host bridge: ATI Technologies Inc RD790 Northbridge only dual slot PCI-e_GFX and HT3 K8 part
    00:02.0 PCI bridge: ATI Technologies Inc RD790 PCI to PCI bridge (external gfx0 port A)
    00:07.0 PCI bridge: ATI Technologies Inc RD790 PCI to PCI bridge (PCI express gpp port D)
    00:09.0 PCI bridge: ATI Technologies Inc RD790 PCI to PCI bridge (PCI express gpp port E)
    00:0a.0 PCI bridge: ATI Technologies Inc RD790 PCI to PCI bridge (PCI express gpp port F)
    00:11.0 SATA controller: ATI Technologies Inc SB7x0/SB8x0/SB9x0 SATA Controller [IDE mode]
    00:12.0 USB controller: ATI Technologies Inc SB7x0/SB8x0/SB9x0 USB OHCI0 Controller
    00:12.1 USB controller: ATI Technologies Inc SB7x0 USB OHCI1 Controller
    00:12.2 USB controller: ATI Technologies Inc SB7x0/SB8x0/SB9x0 USB EHCI Controller
    00:13.0 USB controller: ATI Technologies Inc SB7x0/SB8x0/SB9x0 USB OHCI0 Controller
    00:13.1 USB controller: ATI Technologies Inc SB7x0 USB OHCI1 Controller
    00:13.2 USB controller: ATI Technologies Inc SB7x0/SB8x0/SB9x0 USB EHCI Controller
    00:14.0 SMBus: ATI Technologies Inc SBx00 SMBus Controller (rev 3c)
    00:14.1 IDE interface: ATI Technologies Inc SB7x0/SB8x0/SB9x0 IDE Controller
    00:14.2 Audio device: ATI Technologies Inc SBx00 Azalia (Intel HDA)
    00:14.3 ISA bridge: ATI Technologies Inc SB7x0/SB8x0/SB9x0 LPC host controller
    00:14.4 PCI bridge: ATI Technologies Inc SBx00 PCI to PCI Bridge
    00:14.5 USB controller: ATI Technologies Inc SB7x0/SB8x0/SB9x0 USB OHCI2 Controller
    00:18.0 Host bridge: Advanced Micro Devices [AMD] Family 10h Processor HyperTransport Configuration
    00:18.1 Host bridge: Advanced Micro Devices [AMD] Family 10h Processor Address Map
    00:18.2 Host bridge: Advanced Micro Devices [AMD] Family 10h Processor DRAM Controller
    00:18.3 Host bridge: Advanced Micro Devices [AMD] Family 10h Processor Miscellaneous Control
    00:18.4 Host bridge: Advanced Micro Devices [AMD] Family 10h Processor Link Control
    01:00.0 PCI bridge: PLX Technology, Inc. PEX 8647 48-Lane, 3-Port PCI Express Gen 2 (5.0 GT/s) Switch (rev ab)
    02:04.0 PCI bridge: PLX Technology, Inc. PEX 8647 48-Lane, 3-Port PCI Express Gen 2 (5.0 GT/s) Switch (rev ab)
    02:08.0 PCI bridge: PLX Technology, Inc. PEX 8647 48-Lane, 3-Port PCI Express Gen 2 (5.0 GT/s) Switch (rev ab)
    03:00.0 VGA compatible controller: ATI Technologies Inc R700 [Radeon HD 4870 X2]
    03:00.1 Audio device: ATI Technologies Inc RV770 HDMI Audio [Radeon HD 4850/4870]
    04:00.0 Display controller: ATI Technologies Inc R700 [Radeon HD 4870 X2]
    05:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 02)
    06:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 02)
    07:00.0 SATA controller: JMicron Technology Corp. JMB362/JMB363 Serial ATA Controller (rev 02)
    07:00.1 IDE interface: JMicron Technology Corp. JMB362/JMB363 Serial ATA Controller (rev 02)
    08:07.0 Network controller: Ralink corp. RT2800 802.11n PCI
    08:0e.0 FireWire (IEEE 1394): Texas Instruments TSB43AB23 IEEE-1394a-2000 Controller (PHY/Link)
    [faktorqm@the_missile /]$
    note 8:
    [root@the_missile /]# cat /etc/X11/xorg.conf
    Section "ServerLayout"
    Identifier "aticonfig Layout"
    Screen 0 "aticonfig-Screen[0]-0" 0 0
    EndSection
    Section "Module"
    EndSection
    Section "Monitor"
    Identifier "aticonfig-Monitor[0]-0"
    Option "VendorName" "ATI Proprietary Driver"
    Option "ModelName" "Generic Autodetecting Monitor"
    Option "DPMS" "true"
    EndSection
    Section "Device"
    Identifier "aticonfig-Device[0]-0"
    Driver "fglrx"
    BusID "PCI:3:0:0"
    EndSection
    Section "Screen"
    Identifier "aticonfig-Screen[0]-0"
    Device "aticonfig-Device[0]-0"
    Monitor "aticonfig-Monitor[0]-0"
    DefaultDepth 24
    SubSection "Display"
    Viewport 0 0
    Depth 24
    EndSubSection
    EndSection
    [root@the_missile /]#
    Now, the problem:
    [root@the_missile /]# modprobe -vvvv fglrx
    insmod /lib/modules/3.2.1-2-ARCH/kernel/drivers/acpi/button.ko.gz
    libkmod: kmod_module_insert_module: Failed to insert module '/lib/modules/3.2.1-2-ARCH/kernel/drivers/acpi/button.ko.gz': No such device
    [root@the_missile /]#
    now, if you see menu.lst from grub, I disabled acpi because the kernel never boot if that option is not especified. I tried with acpi=noirq and acpi=force and the kernel never boot. So, I don't have a solution in my mind, and I don't know one path to follow. If someone can give me just an idea of what happend, I will really appreciate that.
    KDE works fine, and X starts fine.
    pages that I read:
    https://wiki.archlinux.org/index.php/ATI_Catalyst
    https://bbs.archlinux.org/viewtopic.php?id=79509 (what's about this??)
    https://bbs.archlinux.org/viewtopic.php?id=123669
    and many many others pages talking about acpi, lacpi, apic, etc.
    Thank you for your time in advance. Regards!!
    Last edited by faktorqm (2012-01-27 02:25:31)

    I forgot to mention that I blacklisted the radeon module following the new procedure in /etc/modprobe.d/blacklist.conf and the contest of this file is "blacklist radeon" and my rc.conf is:
    [faktorqm@the_missile /]$ cat /etc/rc.conf
    # /etc/rc.conf - Main Configuration for Arch Linux
    # LOCALIZATION
    # LOCALE: available languages can be listed with the 'locale -a' command
    # DAEMON_LOCALE: If set to 'yes', use $LOCALE as the locale during daemon
    # startup and during the boot process. If set to 'no', the C locale is used.
    # HARDWARECLOCK: set to "", "UTC" or "localtime", any other value will result
    # in the hardware clock being left untouched (useful for virtualization)
    # Note: Using "localtime" is discouraged, using "" makes hwclock fall back
    # to the value in /var/lib/hwclock/adjfile
    # TIMEZONE: timezones are found in /usr/share/zoneinfo
    # Note: if unset, the value in /etc/localtime is used unchanged
    # KEYMAP: keymaps are found in /usr/share/kbd/keymaps
    # CONSOLEFONT: found in /usr/share/kbd/consolefonts (only needed for non-US)
    # CONSOLEMAP: found in /usr/share/kbd/consoletrans
    # USECOLOR: use ANSI color sequences in startup messages
    LOCALE="en_US.UTF-8"
    DAEMON_LOCALE="no"
    HARDWARECLOCK="localtime"
    TIMEZONE="America/Argentina/Buenos_Aires"
    KEYMAP="bg-cp855"
    CONSOLEFONT="cp850-8x16"
    CONSOLEMAP=
    USECOLOR="yes"
    # HARDWARE
    # MODULES: Modules to load at boot-up. Blacklisting is no longer supported.
    # Replace every !module by an entry as on the following line in a file in
    # /etc/modprobe.d:
    # blacklist module
    # See "man modprobe.conf" for details.
    MODULES=()
    # Udev settle timeout (default to 30)
    UDEV_TIMEOUT=30
    # Scan for FakeRAID (dmraid) Volumes at startup
    USEDMRAID="no"
    # Scan for BTRFS volumes at startup
    USEBTRFS="no"
    # Scan for LVM volume groups at startup, required if you use LVM
    USELVM="no"
    # NETWORKING
    # HOSTNAME: Hostname of machine. Should also be put in /etc/hosts
    HOSTNAME="the_missile"
    # Use 'ip addr' or 'ls /sys/class/net/' to see all available interfaces.
    # Wired network setup
    # - interface: name of device (required)
    # - address: IP address (leave blank for DHCP)
    # - netmask: subnet mask (ignored for DHCP) (optional, defaults to 255.255.255.0)
    # - broadcast: broadcast address (ignored for DHCP) (optional)
    # - gateway: default route (ignored for DHCP)
    # Static IP example
    # interface=eth0
    # address=192.168.0.2
    # netmask=255.255.255.0
    # broadcast=192.168.0.255
    # gateway=192.168.0.1
    # DHCP example
    # interface=eth0
    # address=
    # netmask=
    # gateway=
    interface=eth0
    address=
    netmask=
    broadcast=
    gateway=
    # Setting this to "yes" will skip network shutdown.
    # This is required if your root device is on NFS.
    NETWORK_PERSIST="no"
    # Enable these netcfg profiles at boot-up. These are useful if you happen to
    # need more advanced network features than the simple network service
    # supports, such as multiple network configurations (ie, laptop users)
    # - set to 'menu' to present a menu during boot-up (dialog package required)
    # - prefix an entry with a ! to disable it
    # Network profiles are found in /etc/network.d
    # This requires the netcfg package
    #NETWORKS=(main)
    # DAEMONS
    # Daemons to start at boot-up (in this order)
    # - prefix a daemon with a ! to disable it
    # - prefix a daemon with a @ to start it up in the background
    # If something other takes care of your hardware clock (ntpd, dual-boot...)
    # you should disable 'hwclock' here.
    DAEMONS=(autofglrx hwclock syslog-ng network netfs crond kdm)
    [faktorqm@the_missile /]$
    THANK YOU AGAIN!! Regards!!
    Last edited by faktorqm (2012-01-27 02:26:15)

  • Problems resuming from suspend on IBM Thinkpad R51

    I have been searching the forums and google for the past several days trying to fix this problem. When I enter suspend through fn+f4 or close the lid, I am unable to resume from suspend status, and must hard shutdown.
    I followed the instructions with my device IDs from this post, https://bbs.archlinux.org/viewtopic.php … 5#p1030435
    This link seems like it might work, but there aren't any of the /etc/sbin/* or /etc/bin/* files  :: http://www.thinkwiki.org/wiki/ACPI_acti … ed_for_R51
    $ lspci -ks 0:02
    00:02.0 VGA compatible controller: Intel Corporation 82852/855GM Integrated Graphics Device (rev 02)
    Subsystem: IBM Device 0557
    Kernel driver in use: i915
    Kernel modules: i915
    00:02.1 Display controller: Intel Corporation 82852/855GM Integrated Graphics Device (rev 02)
    Subsystem: IBM Device 0557
    Kernel modules: i915
    $ cat /etc/default/grub
    GRUB_DEFAULT=0
    GRUB_TIMEOUT=5
    GRUB_DISTRIBUTOR="Arch"
    GRUB_CMDLINE_LINUX_DEFAULT="i915.modeset=1"
    GRUB_CMDLINE_LINUX=""
    # 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=0
    #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"
    $ cat /etc/X11/xorg.conf
    Section "ServerLayout"
    Identifier "X.org Configured"
    Screen 0 "Screen0" 0 0
    Screen 1 "Screen1" RightOf "Screen0"
    Screen 2 "Screen2" RightOf "Screen1"
    Screen 3 "Screen3" RightOf "Screen2"
    InputDevice "Mouse0" "CorePointer"
    InputDevice "Keyboard0" "CoreKeyboard"
    EndSection
    Section "Files"
    ModulePath "/usr/lib/xorg/modules"
    FontPath "/usr/share/fonts/misc/"
    FontPath "/usr/share/fonts/TTF/"
    FontPath "/usr/share/fonts/OTF/"
    FontPath "/usr/share/fonts/Type1/"
    FontPath "/usr/share/fonts/100dpi/"
    FontPath "/usr/share/fonts/75dpi/"
    EndSection
    Section "Module"
    Load "glx"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "kbd"
    EndSection
    Section "InputDevice"
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/input/mice"
    Option "ZAxisMapping" "4 5 6 7"
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    VendorName "Monitor Vendor"
    ModelName "Monitor Model"
    EndSection
    Section "Monitor"
    Identifier "Monitor1"
    VendorName "Monitor Vendor"
    ModelName "Monitor Model"
    EndSection
    Section "Monitor"
    Identifier "Monitor2"
    VendorName "Monitor Vendor"
    ModelName "Monitor Model"
    EndSection
    Section "Monitor"
    Identifier "Monitor3"
    VendorName "Monitor Vendor"
    ModelName "Monitor Model"
    EndSection
    Section "Device"
    ### Available Driver options are:-
    ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
    ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
    ### <percent>: "<f>%"
    ### [arg]: arg optional
    #Option "ShadowFB" # [<bool>]
    #Option "DefaultRefresh" # [<bool>]
    #Option "ModeSetClearScreen" # [<bool>]
    Identifier "Card0"
    Driver "vesa"
    BusID "PCI:0:2:0"
    EndSection
    Section "Device"
    ### Available Driver options are:-
    ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
    ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
    ### <percent>: "<f>%"
    ### [arg]: arg optional
    #Option "NoAccel" # [<bool>]
    #Option "AccelMethod" # <str>
    #Option "Backlight" # <str>
    #Option "DRI" # <str>
    #Option "ColorKey" # <i>
    #Option "VideoKey" # <i>
    #Option "Tiling" # [<bool>]
    #Option "LinearFramebuffer" # [<bool>]
    #Option "SwapbuffersWait" # [<bool>]
    #Option "TripleBuffer" # [<bool>]
    #Option "XvPreferOverlay" # [<bool>]
    #Option "HotPlug" # [<bool>]
    #Option "RelaxedFencing" # [<bool>]
    #Option "XvMC" # [<bool>]
    #Option "ZaphodHeads" # <str>
    #Option "TearFree" # [<bool>]
    #Option "PerCrtcPixmaps" # [<bool>]
    #Option "FallbackDebug" # [<bool>]
    #Option "DebugFlushBatches" # [<bool>]
    #Option "DebugFlushCaches" # [<bool>]
    #Option "DebugWait" # [<bool>]
    #Option "BufferCache" # [<bool>]
    Identifier "Card1"
    Driver "intel"
    BusID "PCI:0:2:0"
    EndSection
    Section "Device"
    ### Available Driver options are:-
    ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
    ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
    ### <percent>: "<f>%"
    ### [arg]: arg optional
    #Option "NoAccel" # [<bool>]
    #Option "AccelMethod" # <str>
    #Option "Backlight" # <str>
    #Option "DRI" # <str>
    #Option "ColorKey" # <i>
    #Option "VideoKey" # <i>
    #Option "Tiling" # [<bool>]
    #Option "LinearFramebuffer" # [<bool>]
    #Option "SwapbuffersWait" # [<bool>]
    #Option "TripleBuffer" # [<bool>]
    #Option "XvPreferOverlay" # [<bool>]
    #Option "HotPlug" # [<bool>]
    #Option "RelaxedFencing" # [<bool>]
    #Option "XvMC" # [<bool>]
    #Option "ZaphodHeads" # <str>
    #Option "TearFree" # [<bool>]
    #Option "PerCrtcPixmaps" # [<bool>]
    #Option "FallbackDebug" # [<bool>]
    #Option "DebugFlushBatches" # [<bool>]
    #Option "DebugFlushCaches" # [<bool>]
    #Option "DebugWait" # [<bool>]
    #Option "BufferCache" # [<bool>]
    Identifier "Card2"
    Driver "intel"
    BusID "PCI:0:2:1"
    EndSection
    Section "Device"
    ### Available Driver options are:-
    ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
    ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
    ### <percent>: "<f>%"
    ### [arg]: arg optional
    #Option "ShadowFB" # [<bool>]
    #Option "Rotate" # <str>
    #Option "fbdev" # <str>
    #Option "debug" # [<bool>]
    Identifier "Card3"
    Driver "fbdev"
    BusID "PCI:0:2:0"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "Monitor0"
    SubSection "Display"
    Viewport 0 0
    Depth 1
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 4
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 8
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 15
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 16
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 24
    EndSubSection
    EndSection
    Section "Screen"
    Identifier "Screen1"
    Device "Card1"
    Monitor "Monitor1"
    SubSection "Display"
    Viewport 0 0
    Depth 1
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 4
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 8
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 15
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 16
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 24
    EndSubSection
    EndSection
    Section "Screen"
    Identifier "Screen2"
    Device "Card2"
    Monitor "Monitor2"
    SubSection "Display"
    Viewport 0 0
    Depth 1
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 4
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 8
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 15
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 16
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 24
    EndSubSection
    EndSection
    Section "Screen"
    Identifier "Screen3"
    Device "Card3"
    Monitor "Monitor3"
    SubSection "Display"
    Viewport 0 0
    Depth 1
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 4
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 8
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 15
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 16
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 24
    EndSubSection
    EndSection
    $ cat /etc/X11/xorg.conf.d/20-intel.conf
    Section "Device
    Identifier "card0"
    Driver "intel"
    VendorName "Intel Corporation"
    BoardName "Intel Corporation 82852/855GM Integrated Graphics Device (rev 02)"
    BusID "PCI:0:2:0"
    EndSection
    $ modinfo i915
    filename: /lib/modules/3.9.9-1-ARCH/kernel/drivers/gpu/drm/i915/i915.ko.gz
    license: GPL and additional rights
    description: Intel Graphics
    author: Tungsten Graphics, Inc.
    license: GPL and additional rights
    alias: pci:v00008086d00000155sv*sd*bc03sc*i*
    alias: pci:v00008086d00000157sv*sd*bc03sc*i*
    alias: pci:v00008086d00000F30sv*sd*bc03sc*i*
    alias: pci:v00008086d00000D2Esv*sd*bc03sc*i*
    alias: pci:v00008086d00000D1Esv*sd*bc03sc*i*
    alias: pci:v00008086d00000D0Esv*sd*bc03sc*i*
    alias: pci:v00008086d00000D2Bsv*sd*bc03sc*i*
    alias: pci:v00008086d00000D1Bsv*sd*bc03sc*i*
    alias: pci:v00008086d00000D0Bsv*sd*bc03sc*i*
    alias: pci:v00008086d00000D26sv*sd*bc03sc*i*
    alias: pci:v00008086d00000D16sv*sd*bc03sc*i*
    alias: pci:v00008086d00000D06sv*sd*bc03sc*i*
    alias: pci:v00008086d00000D2Asv*sd*bc03sc*i*
    alias: pci:v00008086d00000D1Asv*sd*bc03sc*i*
    alias: pci:v00008086d00000D0Asv*sd*bc03sc*i*
    alias: pci:v00008086d00000D22sv*sd*bc03sc*i*
    alias: pci:v00008086d00000D12sv*sd*bc03sc*i*
    alias: pci:v00008086d00000D02sv*sd*bc03sc*i*
    alias: pci:v00008086d00000A2Esv*sd*bc03sc*i*
    alias: pci:v00008086d00000A1Esv*sd*bc03sc*i*
    alias: pci:v00008086d00000A0Esv*sd*bc03sc*i*
    alias: pci:v00008086d00000A2Bsv*sd*bc03sc*i*
    alias: pci:v00008086d00000A1Bsv*sd*bc03sc*i*
    alias: pci:v00008086d00000A0Bsv*sd*bc03sc*i*
    alias: pci:v00008086d00000A26sv*sd*bc03sc*i*
    alias: pci:v00008086d00000A16sv*sd*bc03sc*i*
    alias: pci:v00008086d00000A06sv*sd*bc03sc*i*
    alias: pci:v00008086d00000A2Asv*sd*bc03sc*i*
    alias: pci:v00008086d00000A1Asv*sd*bc03sc*i*
    alias: pci:v00008086d00000A0Asv*sd*bc03sc*i*
    alias: pci:v00008086d00000A22sv*sd*bc03sc*i*
    alias: pci:v00008086d00000A12sv*sd*bc03sc*i*
    alias: pci:v00008086d00000A02sv*sd*bc03sc*i*
    alias: pci:v00008086d00000C2Esv*sd*bc03sc*i*
    alias: pci:v00008086d00000C1Esv*sd*bc03sc*i*
    alias: pci:v00008086d00000C0Esv*sd*bc03sc*i*
    alias: pci:v00008086d00000C2Bsv*sd*bc03sc*i*
    alias: pci:v00008086d00000C1Bsv*sd*bc03sc*i*
    alias: pci:v00008086d00000C0Bsv*sd*bc03sc*i*
    alias: pci:v00008086d00000C26sv*sd*bc03sc*i*
    alias: pci:v00008086d00000C16sv*sd*bc03sc*i*
    alias: pci:v00008086d00000C06sv*sd*bc03sc*i*
    alias: pci:v00008086d00000C2Asv*sd*bc03sc*i*
    alias: pci:v00008086d00000C1Asv*sd*bc03sc*i*
    alias: pci:v00008086d00000C0Asv*sd*bc03sc*i*
    alias: pci:v00008086d00000C22sv*sd*bc03sc*i*
    alias: pci:v00008086d00000C12sv*sd*bc03sc*i*
    alias: pci:v00008086d00000C02sv*sd*bc03sc*i*
    alias: pci:v00008086d0000042Esv*sd*bc03sc*i*
    alias: pci:v00008086d0000041Esv*sd*bc03sc*i*
    alias: pci:v00008086d0000040Esv*sd*bc03sc*i*
    alias: pci:v00008086d0000042Bsv*sd*bc03sc*i*
    alias: pci:v00008086d0000041Bsv*sd*bc03sc*i*
    alias: pci:v00008086d0000040Bsv*sd*bc03sc*i*
    alias: pci:v00008086d00000426sv*sd*bc03sc*i*
    alias: pci:v00008086d00000416sv*sd*bc03sc*i*
    alias: pci:v00008086d00000406sv*sd*bc03sc*i*
    alias: pci:v00008086d0000042Asv*sd*bc03sc*i*
    alias: pci:v00008086d0000041Asv*sd*bc03sc*i*
    alias: pci:v00008086d0000040Asv*sd*bc03sc*i*
    alias: pci:v00008086d00000422sv*sd*bc03sc*i*
    alias: pci:v00008086d00000412sv*sd*bc03sc*i*
    alias: pci:v00008086d00000402sv*sd*bc03sc*i*
    alias: pci:v00008086d0000016Asv*sd*bc03sc*i*
    alias: pci:v00008086d0000015Asv*sd*bc03sc*i*
    alias: pci:v00008086d00000162sv*sd*bc03sc*i*
    alias: pci:v00008086d00000152sv*sd*bc03sc*i*
    alias: pci:v00008086d00000166sv*sd*bc03sc*i*
    alias: pci:v00008086d00000156sv*sd*bc03sc*i*
    alias: pci:v00008086d0000010Asv*sd*bc03sc*i*
    alias: pci:v00008086d00000126sv*sd*bc03sc*i*
    alias: pci:v00008086d00000116sv*sd*bc03sc*i*
    alias: pci:v00008086d00000106sv*sd*bc03sc*i*
    alias: pci:v00008086d00000122sv*sd*bc03sc*i*
    alias: pci:v00008086d00000112sv*sd*bc03sc*i*
    alias: pci:v00008086d00000102sv*sd*bc03sc*i*
    alias: pci:v00008086d00000046sv*sd*bc03sc*i*
    alias: pci:v00008086d00000042sv*sd*bc03sc*i*
    alias: pci:v00008086d0000A011sv*sd*bc03sc*i*
    alias: pci:v00008086d0000A001sv*sd*bc03sc*i*
    alias: pci:v00008086d00002E92sv*sd*bc03sc*i*
    alias: pci:v00008086d00002E42sv*sd*bc03sc*i*
    alias: pci:v00008086d00002E32sv*sd*bc03sc*i*
    alias: pci:v00008086d00002E22sv*sd*bc03sc*i*
    alias: pci:v00008086d00002E12sv*sd*bc03sc*i*
    alias: pci:v00008086d00002E02sv*sd*bc03sc*i*
    alias: pci:v00008086d00002A42sv*sd*bc03sc*i*
    alias: pci:v00008086d00002A12sv*sd*bc03sc*i*
    alias: pci:v00008086d00002A02sv*sd*bc03sc*i*
    alias: pci:v00008086d000029D2sv*sd*bc03sc*i*
    alias: pci:v00008086d000029C2sv*sd*bc03sc*i*
    alias: pci:v00008086d000029B2sv*sd*bc03sc*i*
    alias: pci:v00008086d000029A2sv*sd*bc03sc*i*
    alias: pci:v00008086d00002992sv*sd*bc03sc*i*
    alias: pci:v00008086d00002982sv*sd*bc03sc*i*
    alias: pci:v00008086d00002972sv*sd*bc03sc*i*
    alias: pci:v00008086d000027AEsv*sd*bc03sc*i*
    alias: pci:v00008086d000027A2sv*sd*bc03sc*i*
    alias: pci:v00008086d00002772sv*sd*bc03sc*i*
    alias: pci:v00008086d00002592sv*sd*bc03sc*i*
    alias: pci:v00008086d0000258Asv*sd*bc03sc*i*
    alias: pci:v00008086d00002582sv*sd*bc03sc*i*
    alias: pci:v00008086d00002572sv*sd*bc03sc*i*
    alias: pci:v00008086d0000358Esv*sd*bc03sc*i*
    alias: pci:v00008086d00003582sv*sd*bc03sc*i*
    alias: pci:v00008086d00002562sv*sd*bc03sc*i*
    alias: pci:v00008086d00003577sv*sd*bc03sc*i*
    depends: drm_kms_helper,drm,intel-gtt,i2c-core,video,button,i2c-algo-bit,intel-agp
    intree: Y
    vermagic: 3.9.9-1-ARCH SMP preempt mod_unload modversions 686
    parm: invert_brightness:Invert backlight brightness (-1 force normal, 0 machine defaults, 1 force inversion), please report PCI device ID, subsystem vendor and subsystem device ID to [email protected], if your machine needs it. It will then be included in an upcoming module version. (int)
    parm: modeset:Use kernel modesetting [KMS] (0=DRM_I915_KMS from .config, 1=on, -1=force vga console preference [default]) (int)
    parm: fbpercrtc:int
    parm: panel_ignore_lid:Override lid status (0=autodetect, 1=autodetect disabled [default], -1=force lid closed, -2=force lid open) (int)
    parm: powersave:Enable powersavings, fbc, downclocking, etc. (default: true) (int)
    parm: semaphores:Use semaphores for inter-ring sync (default: -1 (use per-chip defaults)) (int)
    parm: i915_enable_rc6:Enable power-saving render C-state 6. Different stages can be selected via bitmask values (0 = disable; 1 = enable rc6; 2 = enable deep rc6; 4 = enable deepest rc6). For example, 3 would enable rc6 and deep rc6, and 7 would enable everything. default: -1 (use per-chip default) (int)
    parm: i915_enable_fbc:Enable frame buffer compression for power savings (default: -1 (use per-chip default)) (int)
    parm: lvds_downclock:Use panel (LVDS/eDP) downclocking for power savings (default: false) (int)
    parm: lvds_channel_mode:Specify LVDS channel mode (0=probe BIOS [default], 1=single-channel, 2=dual-channel) (int)
    parm: lvds_use_ssc:Use Spread Spectrum Clock with panels [LVDS/eDP] (default: auto from VBT) (int)
    parm: vbt_sdvo_panel_type:Override/Ignore selection of SDVO panel mode in the VBT (-2=ignore, -1=auto [default], index in VBT BIOS table) (int)
    parm: reset:Attempt GPU resets (default: true) (bool)
    parm: enable_hangcheck:Periodically check GPU activity for detecting hangs. WARNING: Disabling this can cause system wide hangs. (default: true) (bool)
    parm: i915_enable_ppgtt:Enable PPGTT (default: true) (int)
    parm: preliminary_hw_support:Enable preliminary hardware support. Enable Haswell and ValleyView Support. (default: false) (int)
    parm: disable_power_well:Disable the power well when possible (default: false) (int)
    $ zcat /proc/config.gz
    # Automatically generated file; DO NOT EDIT.
    # Linux/x86 3.9.9-1 Kernel Configuration
    # CONFIG_64BIT is not set
    CONFIG_X86_32=y
    CONFIG_X86=y
    CONFIG_INSTRUCTION_DECODER=y
    CONFIG_OUTPUT_FORMAT="elf32-i386"
    CONFIG_ARCH_DEFCONFIG="arch/x86/configs/i386_defconfig"
    CONFIG_LOCKDEP_SUPPORT=y
    CONFIG_STACKTRACE_SUPPORT=y
    CONFIG_HAVE_LATENCYTOP_SUPPORT=y
    CONFIG_MMU=y
    CONFIG_NEED_DMA_MAP_STATE=y
    CONFIG_NEED_SG_DMA_LENGTH=y
    CONFIG_GENERIC_ISA_DMA=y
    CONFIG_GENERIC_BUG=y
    CONFIG_GENERIC_HWEIGHT=y
    CONFIG_GENERIC_GPIO=y
    CONFIG_ARCH_MAY_HAVE_PC_FDC=y
    CONFIG_RWSEM_XCHGADD_ALGORITHM=y
    CONFIG_GENERIC_CALIBRATE_DELAY=y
    CONFIG_ARCH_HAS_CPU_RELAX=y
    CONFIG_ARCH_HAS_DEFAULT_IDLE=y
    CONFIG_ARCH_HAS_CACHE_LINE_SIZE=y
    CONFIG_ARCH_HAS_CPU_AUTOPROBE=y
    CONFIG_HAVE_SETUP_PER_CPU_AREA=y
    CONFIG_NEED_PER_CPU_EMBED_FIRST_CHUNK=y
    CONFIG_NEED_PER_CPU_PAGE_FIRST_CHUNK=y
    CONFIG_ARCH_HIBERNATION_POSSIBLE=y
    CONFIG_ARCH_SUSPEND_POSSIBLE=y
    # CONFIG_ZONE_DMA32 is not set
    # CONFIG_AUDIT_ARCH is not set
    CONFIG_ARCH_SUPPORTS_OPTIMIZED_INLINING=y
    CONFIG_ARCH_SUPPORTS_DEBUG_PAGEALLOC=y
    CONFIG_HAVE_INTEL_TXT=y
    CONFIG_X86_32_SMP=y
    CONFIG_X86_HT=y
    CONFIG_ARCH_HWEIGHT_CFLAGS="-fcall-saved-ecx -fcall-saved-edx"
    CONFIG_ARCH_CPU_PROBE_RELEASE=y
    CONFIG_ARCH_SUPPORTS_UPROBES=y
    CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
    CONFIG_IRQ_WORK=y
    CONFIG_BUILDTIME_EXTABLE_SORT=y
    # General setup
    CONFIG_INIT_ENV_ARG_LIMIT=32
    CONFIG_CROSS_COMPILE=""
    CONFIG_LOCALVERSION="-ARCH"
    CONFIG_LOCALVERSION_AUTO=y
    CONFIG_HAVE_KERNEL_GZIP=y
    CONFIG_HAVE_KERNEL_BZIP2=y
    CONFIG_HAVE_KERNEL_LZMA=y
    CONFIG_HAVE_KERNEL_XZ=y
    CONFIG_HAVE_KERNEL_LZO=y
    CONFIG_KERNEL_GZIP=y
    # CONFIG_KERNEL_BZIP2 is not set
    # CONFIG_KERNEL_LZMA is not set
    # CONFIG_KERNEL_XZ is not set
    # CONFIG_KERNEL_LZO is not set
    CONFIG_DEFAULT_HOSTNAME="(none)"
    CONFIG_SWAP=y
    CONFIG_SYSVIPC=y
    CONFIG_SYSVIPC_SYSCTL=y
    CONFIG_POSIX_MQUEUE=y
    CONFIG_POSIX_MQUEUE_SYSCTL=y
    CONFIG_FHANDLE=y
    CONFIG_AUDIT=y
    CONFIG_AUDITSYSCALL=y
    CONFIG_AUDIT_WATCH=y
    CONFIG_AUDIT_TREE=y
    CONFIG_AUDIT_LOGINUID_IMMUTABLE=y
    CONFIG_HAVE_GENERIC_HARDIRQS=y
    # IRQ subsystem
    CONFIG_GENERIC_HARDIRQS=y
    CONFIG_GENERIC_IRQ_PROBE=y
    CONFIG_GENERIC_IRQ_SHOW=y
    CONFIG_GENERIC_PENDING_IRQ=y
    CONFIG_IRQ_DOMAIN=y
    # CONFIG_IRQ_DOMAIN_DEBUG is not set
    CONFIG_IRQ_FORCED_THREADING=y
    CONFIG_SPARSE_IRQ=y
    CONFIG_CLOCKSOURCE_WATCHDOG=y
    CONFIG_KTIME_SCALAR=y
    CONFIG_GENERIC_CLOCKEVENTS=y
    CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
    CONFIG_GENERIC_CLOCKEVENTS_BROADCAST=y
    CONFIG_GENERIC_CLOCKEVENTS_MIN_ADJUST=y
    CONFIG_GENERIC_CMOS_UPDATE=y
    # Timers subsystem
    CONFIG_TICK_ONESHOT=y
    CONFIG_NO_HZ=y
    CONFIG_HIGH_RES_TIMERS=y
    # CPU/Task time and stats accounting
    CONFIG_TICK_CPU_ACCOUNTING=y
    # CONFIG_IRQ_TIME_ACCOUNTING is not set
    CONFIG_BSD_PROCESS_ACCT=y
    CONFIG_BSD_PROCESS_ACCT_V3=y
    CONFIG_TASKSTATS=y
    CONFIG_TASK_DELAY_ACCT=y
    CONFIG_TASK_XACCT=y
    CONFIG_TASK_IO_ACCOUNTING=y
    # RCU Subsystem
    CONFIG_TREE_PREEMPT_RCU=y
    CONFIG_PREEMPT_RCU=y
    CONFIG_RCU_STALL_COMMON=y
    CONFIG_RCU_FANOUT=32
    CONFIG_RCU_FANOUT_LEAF=16
    # CONFIG_RCU_FANOUT_EXACT is not set
    CONFIG_RCU_FAST_NO_HZ=y
    # CONFIG_TREE_RCU_TRACE is not set
    # CONFIG_RCU_BOOST is not set
    CONFIG_RCU_NOCB_CPU=y
    CONFIG_IKCONFIG=y
    CONFIG_IKCONFIG_PROC=y
    CONFIG_LOG_BUF_SHIFT=19
    CONFIG_HAVE_UNSTABLE_SCHED_CLOCK=y
    CONFIG_ARCH_SUPPORTS_NUMA_BALANCING=y
    CONFIG_ARCH_WANTS_PROT_NUMA_PROT_NONE=y
    CONFIG_CGROUPS=y
    # CONFIG_CGROUP_DEBUG is not set
    CONFIG_CGROUP_FREEZER=y
    CONFIG_CGROUP_DEVICE=y
    CONFIG_CPUSETS=y
    CONFIG_PROC_PID_CPUSET=y
    CONFIG_CGROUP_CPUACCT=y
    CONFIG_RESOURCE_COUNTERS=y
    CONFIG_MEMCG=y
    CONFIG_MEMCG_SWAP=y
    # CONFIG_MEMCG_SWAP_ENABLED is not set
    CONFIG_MEMCG_KMEM=y
    # CONFIG_CGROUP_HUGETLB is not set
    # CONFIG_CGROUP_PERF is not set
    CONFIG_CGROUP_SCHED=y
    CONFIG_FAIR_GROUP_SCHED=y
    CONFIG_CFS_BANDWIDTH=y
    CONFIG_RT_GROUP_SCHED=y
    CONFIG_BLK_CGROUP=y
    # CONFIG_DEBUG_BLK_CGROUP is not set
    # CONFIG_CHECKPOINT_RESTORE is not set
    CONFIG_NAMESPACES=y
    CONFIG_UTS_NS=y
    CONFIG_IPC_NS=y
    CONFIG_PID_NS=y
    CONFIG_NET_NS=y
    CONFIG_SCHED_AUTOGROUP=y
    CONFIG_MM_OWNER=y
    # CONFIG_SYSFS_DEPRECATED is not set
    CONFIG_RELAY=y
    CONFIG_BLK_DEV_INITRD=y
    CONFIG_INITRAMFS_SOURCE=""
    CONFIG_RD_GZIP=y
    CONFIG_RD_BZIP2=y
    CONFIG_RD_LZMA=y
    CONFIG_RD_XZ=y
    CONFIG_RD_LZO=y
    # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
    CONFIG_SYSCTL=y
    CONFIG_ANON_INODES=y
    # CONFIG_EXPERT is not set
    CONFIG_HAVE_UID16=y
    CONFIG_UID16=y
    # CONFIG_SYSCTL_SYSCALL is not set
    CONFIG_SYSCTL_EXCEPTION_TRACE=y
    CONFIG_KALLSYMS=y
    # CONFIG_KALLSYMS_ALL is not set
    CONFIG_HOTPLUG=y
    CONFIG_PRINTK=y
    CONFIG_BUG=y
    CONFIG_ELF_CORE=y
    CONFIG_PCSPKR_PLATFORM=y
    CONFIG_HAVE_PCSPKR_PLATFORM=y
    CONFIG_BASE_FULL=y
    CONFIG_FUTEX=y
    CONFIG_EPOLL=y
    CONFIG_SIGNALFD=y
    CONFIG_TIMERFD=y
    CONFIG_EVENTFD=y
    CONFIG_SHMEM=y
    CONFIG_AIO=y
    # CONFIG_EMBEDDED is not set
    CONFIG_HAVE_PERF_EVENTS=y
    # Kernel Performance Events And Counters
    CONFIG_PERF_EVENTS=y
    # CONFIG_DEBUG_PERF_USE_VMALLOC is not set
    CONFIG_VM_EVENT_COUNTERS=y
    CONFIG_PCI_QUIRKS=y
    CONFIG_SLUB_DEBUG=y
    # CONFIG_COMPAT_BRK is not set
    # CONFIG_SLAB is not set
    CONFIG_SLUB=y
    CONFIG_PROFILING=y
    CONFIG_TRACEPOINTS=y
    CONFIG_OPROFILE=m
    # CONFIG_OPROFILE_EVENT_MULTIPLEX is not set
    CONFIG_HAVE_OPROFILE=y
    CONFIG_OPROFILE_NMI_TIMER=y
    CONFIG_KPROBES=y
    CONFIG_JUMP_LABEL=y
    CONFIG_KPROBES_ON_FTRACE=y
    CONFIG_UPROBES=y
    # CONFIG_HAVE_64BIT_ALIGNED_ACCESS is not set
    CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y
    CONFIG_ARCH_USE_BUILTIN_BSWAP=y
    CONFIG_KRETPROBES=y
    CONFIG_USER_RETURN_NOTIFIER=y
    CONFIG_HAVE_IOREMAP_PROT=y
    CONFIG_HAVE_KPROBES=y
    CONFIG_HAVE_KRETPROBES=y
    CONFIG_HAVE_OPTPROBES=y
    CONFIG_HAVE_KPROBES_ON_FTRACE=y
    CONFIG_HAVE_ARCH_TRACEHOOK=y
    CONFIG_HAVE_DMA_ATTRS=y
    CONFIG_HAVE_DMA_CONTIGUOUS=y
    CONFIG_USE_GENERIC_SMP_HELPERS=y
    CONFIG_GENERIC_SMP_IDLE_THREAD=y
    CONFIG_HAVE_REGS_AND_STACK_ACCESS_API=y
    CONFIG_HAVE_DMA_API_DEBUG=y
    CONFIG_HAVE_HW_BREAKPOINT=y
    CONFIG_HAVE_MIXED_BREAKPOINTS_REGS=y
    CONFIG_HAVE_USER_RETURN_NOTIFIER=y
    CONFIG_HAVE_PERF_EVENTS_NMI=y
    CONFIG_HAVE_PERF_REGS=y
    CONFIG_HAVE_PERF_USER_STACK_DUMP=y
    CONFIG_HAVE_ARCH_JUMP_LABEL=y
    CONFIG_ARCH_HAVE_NMI_SAFE_CMPXCHG=y
    CONFIG_HAVE_ALIGNED_STRUCT_PAGE=y
    CONFIG_HAVE_CMPXCHG_LOCAL=y
    CONFIG_HAVE_CMPXCHG_DOUBLE=y
    CONFIG_ARCH_WANT_IPC_PARSE_VERSION=y
    CONFIG_HAVE_ARCH_SECCOMP_FILTER=y
    CONFIG_SECCOMP_FILTER=y
    CONFIG_HAVE_IRQ_TIME_ACCOUNTING=y
    CONFIG_HAVE_ARCH_TRANSPARENT_HUGEPAGE=y
    CONFIG_MODULES_USE_ELF_REL=y
    CONFIG_CLONE_BACKWARDS=y
    CONFIG_OLD_SIGSUSPEND3=y
    CONFIG_OLD_SIGACTION=y
    # GCOV-based kernel profiling
    # CONFIG_GCOV_KERNEL is not set
    CONFIG_HAVE_GENERIC_DMA_COHERENT=y
    CONFIG_SLABINFO=y
    CONFIG_RT_MUTEXES=y
    CONFIG_BASE_SMALL=0
    CONFIG_MODULES=y
    CONFIG_MODULE_FORCE_LOAD=y
    CONFIG_MODULE_UNLOAD=y
    CONFIG_MODULE_FORCE_UNLOAD=y
    CONFIG_MODVERSIONS=y
    # CONFIG_MODULE_SRCVERSION_ALL is not set
    # CONFIG_MODULE_SIG is not set
    CONFIG_STOP_MACHINE=y
    CONFIG_BLOCK=y
    CONFIG_LBDAF=y
    CONFIG_BLK_DEV_BSG=y
    CONFIG_BLK_DEV_BSGLIB=y
    # CONFIG_BLK_DEV_INTEGRITY is not set
    CONFIG_BLK_DEV_THROTTLING=y
    # Partition Types
    CONFIG_PARTITION_ADVANCED=y
    # CONFIG_ACORN_PARTITION is not set
    # CONFIG_OSF_PARTITION is not set
    # CONFIG_AMIGA_PARTITION is not set
    # CONFIG_ATARI_PARTITION is not set
    CONFIG_MAC_PARTITION=y
    CONFIG_MSDOS_PARTITION=y
    CONFIG_BSD_DISKLABEL=y
    CONFIG_MINIX_SUBPARTITION=y
    CONFIG_SOLARIS_X86_PARTITION=y
    # CONFIG_UNIXWARE_DISKLABEL is not set
    CONFIG_LDM_PARTITION=y
    # CONFIG_LDM_DEBUG is not set
    # CONFIG_SGI_PARTITION is not set
    # CONFIG_ULTRIX_PARTITION is not set
    # CONFIG_SUN_PARTITION is not set
    CONFIG_KARMA_PARTITION=y
    CONFIG_EFI_PARTITION=y
    # CONFIG_SYSV68_PARTITION is not set
    # IO Schedulers
    CONFIG_IOSCHED_NOOP=y
    CONFIG_IOSCHED_DEADLINE=y
    CONFIG_IOSCHED_CFQ=y
    CONFIG_CFQ_GROUP_IOSCHED=y
    # CONFIG_DEFAULT_DEADLINE is not set
    CONFIG_DEFAULT_CFQ=y
    # CONFIG_DEFAULT_NOOP is not set
    CONFIG_DEFAULT_IOSCHED="cfq"
    CONFIG_PREEMPT_NOTIFIERS=y
    CONFIG_PADATA=y
    CONFIG_ASN1=m
    CONFIG_UNINLINE_SPIN_UNLOCK=y
    CONFIG_FREEZER=y
    # Processor type and features
    CONFIG_ZONE_DMA=y
    CONFIG_SMP=y
    CONFIG_X86_MPPARSE=y
    # CONFIG_X86_BIGSMP is not set
    # CONFIG_X86_EXTENDED_PLATFORM is not set
    # CONFIG_X86_GOLDFISH is not set
    # CONFIG_X86_INTEL_LPSS is not set
    CONFIG_X86_SUPPORTS_MEMORY_FAILURE=y
    CONFIG_X86_32_IRIS=m
    CONFIG_SCHED_OMIT_FRAME_POINTER=y
    CONFIG_PARAVIRT_GUEST=y
    CONFIG_PARAVIRT_TIME_ACCOUNTING=y
    # CONFIG_XEN_PRIVILEGED_GUEST is not set
    CONFIG_KVM_GUEST=y
    CONFIG_LGUEST_GUEST=y
    CONFIG_PARAVIRT=y
    # CONFIG_PARAVIRT_SPINLOCKS is not set
    CONFIG_PARAVIRT_CLOCK=y
    # CONFIG_PARAVIRT_DEBUG is not set
    CONFIG_NO_BOOTMEM=y
    # CONFIG_MEMTEST is not set
    # CONFIG_M486 is not set
    # CONFIG_M586 is not set
    # CONFIG_M586TSC is not set
    # CONFIG_M586MMX is not set
    CONFIG_M686=y
    # CONFIG_MPENTIUMII is not set
    # CONFIG_MPENTIUMIII is not set
    # CONFIG_MPENTIUMM is not set
    # CONFIG_MPENTIUM4 is not set
    # CONFIG_MK6 is not set
    # CONFIG_MK7 is not set
    # CONFIG_MK8 is not set
    # CONFIG_MCRUSOE is not set
    # CONFIG_MEFFICEON is not set
    # CONFIG_MWINCHIPC6 is not set
    # CONFIG_MWINCHIP3D is not set
    # CONFIG_MELAN is not set
    # CONFIG_MGEODEGX1 is not set
    # CONFIG_MGEODE_LX is not set
    # CONFIG_MCYRIXIII is not set
    # CONFIG_MVIAC3_2 is not set
    # CONFIG_MVIAC7 is not set
    # CONFIG_MCORE2 is not set
    # CONFIG_MATOM is not set
    CONFIG_X86_GENERIC=y
    CONFIG_X86_INTERNODE_CACHE_SHIFT=6
    CONFIG_X86_L1_CACHE_SHIFT=6
    # CONFIG_X86_PPRO_FENCE is not set
    CONFIG_X86_INTEL_USERCOPY=y
    CONFIG_X86_USE_PPRO_CHECKSUM=y
    CONFIG_X86_TSC=y
    CONFIG_X86_CMPXCHG64=y
    CONFIG_X86_CMOV=y
    CONFIG_X86_MINIMUM_CPU_FAMILY=5
    CONFIG_X86_DEBUGCTLMSR=y
    CONFIG_CPU_SUP_INTEL=y
    CONFIG_CPU_SUP_AMD=y
    CONFIG_CPU_SUP_CENTAUR=y
    CONFIG_CPU_SUP_TRANSMETA_32=y
    CONFIG_HPET_TIMER=y
    CONFIG_HPET_EMULATE_RTC=y
    CONFIG_DMI=y
    CONFIG_NR_CPUS=8
    CONFIG_SCHED_SMT=y
    CONFIG_SCHED_MC=y
    # CONFIG_PREEMPT_NONE is not set
    # CONFIG_PREEMPT_VOLUNTARY is not set
    CONFIG_PREEMPT=y
    CONFIG_PREEMPT_COUNT=y
    CONFIG_X86_LOCAL_APIC=y
    CONFIG_X86_IO_APIC=y
    CONFIG_X86_REROUTE_FOR_BROKEN_BOOT_IRQS=y
    CONFIG_X86_MCE=y
    CONFIG_X86_MCE_INTEL=y
    CONFIG_X86_MCE_AMD=y
    # CONFIG_X86_ANCIENT_MCE is not set
    CONFIG_X86_MCE_THRESHOLD=y
    # CONFIG_X86_MCE_INJECT is not set
    CONFIG_X86_THERMAL_VECTOR=y
    CONFIG_VM86=y
    CONFIG_TOSHIBA=m
    CONFIG_I8K=m
    CONFIG_X86_REBOOTFIXUPS=y
    CONFIG_MICROCODE=m
    CONFIG_MICROCODE_INTEL=y
    CONFIG_MICROCODE_AMD=y
    CONFIG_MICROCODE_OLD_INTERFACE=y
    CONFIG_MICROCODE_INTEL_LIB=y
    CONFIG_MICROCODE_INTEL_EARLY=y
    CONFIG_MICROCODE_EARLY=y
    CONFIG_X86_MSR=m
    CONFIG_X86_CPUID=m
    # CONFIG_NOHIGHMEM is not set
    CONFIG_HIGHMEM4G=y
    # CONFIG_HIGHMEM64G is not set
    CONFIG_PAGE_OFFSET=0xC0000000
    CONFIG_HIGHMEM=y
    CONFIG_ARCH_FLATMEM_ENABLE=y
    CONFIG_ARCH_SPARSEMEM_ENABLE=y
    CONFIG_ARCH_SELECT_MEMORY_MODEL=y
    CONFIG_ILLEGAL_POINTER_VALUE=0
    CONFIG_SELECT_MEMORY_MODEL=y
    CONFIG_FLATMEM_MANUAL=y
    # CONFIG_SPARSEMEM_MANUAL is not set
    CONFIG_FLATMEM=y
    CONFIG_FLAT_NODE_MEM_MAP=y
    CONFIG_SPARSEMEM_STATIC=y
    CONFIG_HAVE_MEMBLOCK=y
    CONFIG_HAVE_MEMBLOCK_NODE_MAP=y
    CONFIG_ARCH_DISCARD_MEMBLOCK=y
    CONFIG_MEMORY_ISOLATION=y
    # CONFIG_HAVE_BOOTMEM_INFO_NODE is not set
    CONFIG_PAGEFLAGS_EXTENDED=y
    CONFIG_SPLIT_PTLOCK_CPUS=4
    CONFIG_BALLOON_COMPACTION=y
    CONFIG_COMPACTION=y
    CONFIG_MIGRATION=y
    # CONFIG_PHYS_ADDR_T_64BIT is not set
    CONFIG_ZONE_DMA_FLAG=1
    CONFIG_BOUNCE=y
    CONFIG_VIRT_TO_BUS=y
    CONFIG_MMU_NOTIFIER=y
    CONFIG_KSM=y
    CONFIG_DEFAULT_MMAP_MIN_ADDR=4096
    CONFIG_ARCH_SUPPORTS_MEMORY_FAILURE=y
    CONFIG_MEMORY_FAILURE=y
    CONFIG_HWPOISON_INJECT=m
    CONFIG_TRANSPARENT_HUGEPAGE=y
    CONFIG_TRANSPARENT_HUGEPAGE_ALWAYS=y
    # CONFIG_TRANSPARENT_HUGEPAGE_MADVISE is not set
    CONFIG_CROSS_MEMORY_ATTACH=y
    CONFIG_CLEANCACHE=y
    CONFIG_FRONTSWAP=y
    # CONFIG_HIGHPTE is not set
    CONFIG_X86_CHECK_BIOS_CORRUPTION=y
    CONFIG_X86_BOOTPARAM_MEMORY_CORRUPTION_CHECK=y
    CONFIG_X86_RESERVE_LOW=64
    # CONFIG_MATH_EMULATION is not set
    CONFIG_MTRR=y
    CONFIG_MTRR_SANITIZER=y
    CONFIG_MTRR_SANITIZER_ENABLE_DEFAULT=0
    CONFIG_MTRR_SANITIZER_SPARE_REG_NR_DEFAULT=1
    CONFIG_X86_PAT=y
    CONFIG_ARCH_USES_PG_UNCACHED=y
    CONFIG_ARCH_RANDOM=y
    CONFIG_X86_SMAP=y
    CONFIG_EFI=y
    CONFIG_EFI_STUB=y
    CONFIG_SECCOMP=y
    CONFIG_CC_STACKPROTECTOR=y
    # CONFIG_HZ_100 is not set
    # CONFIG_HZ_250 is not set
    CONFIG_HZ_300=y
    # CONFIG_HZ_1000 is not set
    CONFIG_HZ=300
    CONFIG_SCHED_HRTICK=y
    CONFIG_KEXEC=y
    # CONFIG_CRASH_DUMP is not set
    # CONFIG_KEXEC_JUMP is not set
    CONFIG_PHYSICAL_START=0x1000000
    CONFIG_RELOCATABLE=y
    CONFIG_X86_NEED_RELOCS=y
    CONFIG_PHYSICAL_ALIGN=0x100000
    CONFIG_HOTPLUG_CPU=y
    # CONFIG_BOOTPARAM_HOTPLUG_CPU0 is not set
    # CONFIG_DEBUG_HOTPLUG_CPU0 is not set
    # CONFIG_COMPAT_VDSO is not set
    # CONFIG_CMDLINE_BOOL is not set
    CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
    # Power management and ACPI options
    CONFIG_SUSPEND=y
    CONFIG_SUSPEND_FREEZER=y
    CONFIG_HIBERNATE_CALLBACKS=y
    CONFIG_HIBERNATION=y
    CONFIG_PM_STD_PARTITION=""
    CONFIG_PM_SLEEP=y
    CONFIG_PM_SLEEP_SMP=y
    CONFIG_PM_AUTOSLEEP=y
    CONFIG_PM_WAKELOCKS=y
    CONFIG_PM_WAKELOCKS_LIMIT=100
    CONFIG_PM_WAKELOCKS_GC=y
    CONFIG_PM_RUNTIME=y
    CONFIG_PM=y
    CONFIG_PM_DEBUG=y
    CONFIG_PM_ADVANCED_DEBUG=y
    # CONFIG_PM_TEST_SUSPEND is not set
    CONFIG_PM_SLEEP_DEBUG=y
    CONFIG_PM_TRACE=y
    CONFIG_PM_TRACE_RTC=y
    CONFIG_ACPI=y
    CONFIG_ACPI_SLEEP=y
    # CONFIG_ACPI_PROCFS is not set
    # CONFIG_ACPI_PROCFS_POWER is not set
    CONFIG_ACPI_EC_DEBUGFS=m
    # CONFIG_ACPI_PROC_EVENT is not set
    CONFIG_ACPI_AC=m
    CONFIG_ACPI_BATTERY=m
    CONFIG_ACPI_BUTTON=m
    CONFIG_ACPI_VIDEO=m
    CONFIG_ACPI_FAN=m
    CONFIG_ACPI_DOCK=y
    CONFIG_ACPI_I2C=m
    CONFIG_ACPI_PROCESSOR=m
    CONFIG_ACPI_IPMI=m
    CONFIG_ACPI_HOTPLUG_CPU=y
    CONFIG_ACPI_PROCESSOR_AGGREGATOR=m
    CONFIG_ACPI_THERMAL=m
    # CONFIG_ACPI_CUSTOM_DSDT is not set
    CONFIG_ACPI_INITRD_TABLE_OVERRIDE=y
    CONFIG_ACPI_BLACKLIST_YEAR=0
    # CONFIG_ACPI_DEBUG is not set
    CONFIG_ACPI_PCI_SLOT=y
    CONFIG_X86_PM_TIMER=y
    CONFIG_ACPI_CONTAINER=y
    CONFIG_ACPI_SBS=m
    CONFIG_ACPI_HED=y
    CONFIG_ACPI_CUSTOM_METHOD=m
    CONFIG_ACPI_BGRT=y
    CONFIG_ACPI_APEI=y
    CONFIG_ACPI_APEI_GHES=y
    CONFIG_ACPI_APEI_PCIEAER=y
    CONFIG_ACPI_APEI_MEMORY_FAILURE=y
    CONFIG_ACPI_APEI_EINJ=m
    CONFIG_ACPI_APEI_ERST_DEBUG=m
    CONFIG_SFI=y
    CONFIG_X86_APM_BOOT=y
    CONFIG_APM=y
    # CONFIG_APM_IGNORE_USER_SUSPEND is not set
    CONFIG_APM_DO_ENABLE=y
    # CONFIG_APM_CPU_IDLE is not set
    # CONFIG_APM_DISPLAY_BLANK is not set
    # CONFIG_APM_ALLOW_INTS is not set
    # CPU Frequency scaling
    CONFIG_CPU_FREQ=y
    CONFIG_CPU_FREQ_TABLE=y
    CONFIG_CPU_FREQ_GOV_COMMON=y
    CONFIG_CPU_FREQ_STAT=m
    CONFIG_CPU_FREQ_STAT_DETAILS=y
    # CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE is not set
    # CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE is not set
    CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND=y
    # CONFIG_CPU_FREQ_DEFAULT_GOV_CONSERVATIVE is not set
    CONFIG_CPU_FREQ_GOV_PERFORMANCE=y
    CONFIG_CPU_FREQ_GOV_POWERSAVE=m
    CONFIG_CPU_FREQ_GOV_USERSPACE=m
    CONFIG_CPU_FREQ_GOV_ONDEMAND=y
    CONFIG_CPU_FREQ_GOV_CONSERVATIVE=m
    # x86 CPU frequency scaling drivers
    CONFIG_X86_INTEL_PSTATE=y
    CONFIG_X86_PCC_CPUFREQ=m
    CONFIG_X86_ACPI_CPUFREQ=m
    CONFIG_X86_ACPI_CPUFREQ_CPB=y
    CONFIG_X86_POWERNOW_K6=m
    CONFIG_X86_POWERNOW_K7=m
    CONFIG_X86_POWERNOW_K7_ACPI=y
    CONFIG_X86_POWERNOW_K8=m
    CONFIG_X86_GX_SUSPMOD=m
    # CONFIG_X86_SPEEDSTEP_CENTRINO is not set
    CONFIG_X86_SPEEDSTEP_ICH=m
    CONFIG_X86_SPEEDSTEP_SMI=m
    CONFIG_X86_P4_CLOCKMOD=m
    CONFIG_X86_CPUFREQ_NFORCE2=m
    CONFIG_X86_LONGRUN=m
    CONFIG_X86_LONGHAUL=m
    CONFIG_X86_E_POWERSAVER=m
    # shared options
    CONFIG_X86_SPEEDSTEP_LIB=m
    CONFIG_X86_SPEEDSTEP_RELAXED_CAP_CHECK=y
    CONFIG_CPU_IDLE=y
    # CONFIG_CPU_IDLE_MULTIPLE_DRIVERS is not set
    CONFIG_CPU_IDLE_GOV_LADDER=y
    CONFIG_CPU_IDLE_GOV_MENU=y
    # CONFIG_ARCH_NEEDS_CPU_IDLE_COUPLED is not set
    CONFIG_INTEL_IDLE=y
    # Bus options (PCI etc.)
    CONFIG_PCI=y
    # CONFIG_PCI_GOBIOS is not set
    # CONFIG_PCI_GOMMCONFIG is not set
    # CONFIG_PCI_GODIRECT is not set
    # CONFIG_PCI_GOOLPC is not set
    CONFIG_PCI_GOANY=y
    CONFIG_PCI_BIOS=y
    CONFIG_PCI_DIRECT=y
    CONFIG_PCI_MMCONFIG=y
    CONFIG_PCI_OLPC=y
    CONFIG_PCI_DOMAINS=y
    CONFIG_PCIEPORTBUS=y
    CONFIG_HOTPLUG_PCI_PCIE=m
    CONFIG_PCIEAER=y
    # CONFIG_PCIE_ECRC is not set
    # CONFIG_PCIEAER_INJECT is not set
    CONFIG_PCIEASPM=y
    # CONFIG_PCIEASPM_DEBUG is not set
    CONFIG_PCIEASPM_DEFAULT=y
    # CONFIG_PCIEASPM_POWERSAVE is not set
    # CONFIG_PCIEASPM_PERFORMANCE is not set
    CONFIG_PCIE_PME=y
    CONFIG_ARCH_SUPPORTS_MSI=y
    CONFIG_PCI_MSI=y
    # CONFIG_PCI_DEBUG is not set
    CONFIG_PCI_REALLOC_ENABLE_AUTO=y
    CONFIG_PCI_STUB=m
    CONFIG_HT_IRQ=y
    CONFIG_PCI_ATS=y
    CONFIG_PCI_IOV=y
    CONFIG_PCI_PRI=y
    CONFIG_PCI_PASID=y
    CONFIG_PCI_IOAPIC=y
    CONFIG_PCI_LABEL=y
    CONFIG_ISA_DMA_API=y
    CONFIG_ISA=y
    # CONFIG_EISA is not set
    # CONFIG_SCx200 is not set
    CONFIG_OLPC=y
    CONFIG_OLPC_XO1_PM=y
    CONFIG_OLPC_XO1_RTC=y
    CONFIG_OLPC_XO1_SCI=y
    CONFIG_OLPC_XO15_SCI=y
    # CONFIG_ALIX is not set
    # CONFIG_NET5501 is not set
    # CONFIG_GEOS is not set
    CONFIG_AMD_NB=y
    CONFIG_PCCARD=m
    CONFIG_PCMCIA=m
    CONFIG_PCMCIA_LOAD_CIS=y
    CONFIG_CARDBUS=y
    # PC-card bridges
    CONFIG_YENTA=m
    CONFIG_YENTA_O2=y
    CONFIG_YENTA_RICOH=y
    CONFIG_YENTA_TI=y
    CONFIG_YENTA_ENE_TUNE=y
    CONFIG_YENTA_TOSHIBA=y
    CONFIG_PD6729=m
    CONFIG_I82092=m
    CONFIG_I82365=m
    CONFIG_TCIC=m
    CONFIG_PCMCIA_PROBE=y
    CONFIG_PCCARD_NONSTATIC=y
    CONFIG_HOTPLUG_PCI=m
    CONFIG_HOTPLUG_PCI_COMPAQ=m
    # CONFIG_HOTPLUG_PCI_COMPAQ_NVRAM is not set
    CONFIG_HOTPLUG_PCI_IBM=m
    CONFIG_HOTPLUG_PCI_ACPI=m
    CONFIG_HOTPLUG_PCI_ACPI_IBM=m
    CONFIG_HOTPLUG_PCI_CPCI=y
    CONFIG_HOTPLUG_PCI_CPCI_ZT5550=m
    CONFIG_HOTPLUG_PCI_CPCI_GENERIC=m
    CONFIG_HOTPLUG_PCI_SHPC=m
    CONFIG_RAPIDIO=y
    CONFIG_RAPIDIO_TSI721=y
    CONFIG_RAPIDIO_DISC_TIMEOUT=30
    # CONFIG_RAPIDIO_ENABLE_RX_TX_PORTS is not set
    CONFIG_RAPIDIO_DMA_ENGINE=y
    CONFIG_RAPIDIO_DEBUG=y
    CONFIG_RAPIDIO_TSI57X=y
    CONFIG_RAPIDIO_CPS_XX=y
    CONFIG_RAPIDIO_TSI568=y
    CONFIG_RAPIDIO_CPS_GEN2=y
    CONFIG_RAPIDIO_TSI500=y
    # Executable file formats / Emulations
    CONFIG_BINFMT_ELF=y
    CONFIG_ARCH_BINFMT_ELF_RANDOMIZE_PIE=y
    # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set
    CONFIG_HAVE_AOUT=y
    CONFIG_BINFMT_AOUT=m
    CONFIG_BINFMT_MISC=y
    CONFIG_COREDUMP=y
    CONFIG_HAVE_ATOMIC_IOMAP=y
    CONFIG_HAVE_TEXT_POKE_SMP=y
    CONFIG_NET=y
    # Networking options
    CONFIG_PACKET=y
    CONFIG_PACKET_DIAG=m
    CONFIG_UNIX=y
    CONFIG_UNIX_DIAG=m
    CONFIG_XFRM=y
    CONFIG_XFRM_ALGO=m
    CONFIG_XFRM_USER=m
    # CONFIG_XFRM_SUB_POLICY is not set
    # CONFIG_XFRM_MIGRATE is not set
    # CONFIG_XFRM_STATISTICS is not set
    CONFIG_XFRM_IPCOMP=m
    CONFIG_NET_KEY=m
    # CONFIG_NET_KEY_MIGRATE is not set
    CONFIG_INET=y
    CONFIG_IP_MULTICAST=y
    CONFIG_IP_ADVANCED_ROUTER=y
    CONFIG_IP_FIB_TRIE_STATS=y
    CONFIG_IP_MULTIPLE_TABLES=y
    CONFIG_IP_ROUTE_MULTIPATH=y
    CONFIG_IP_ROUTE_VERBOSE=y
    CONFIG_IP_ROUTE_CLASSID=y
    # CONFIG_IP_PNP is not set
    CONFIG_NET_IPIP=m
    CONFIG_NET_IPGRE_DEMUX=m
    CONFIG_NET_IPGRE=m
    # CONFIG_NET_IPGRE_BROADCAST is not set
    CONFIG_IP_MROUTE=y
    # CONFIG_IP_MROUTE_MULTIPLE_TABLES is not set
    CONFIG_IP_PIMSM_V1=y
    CONFIG_IP_PIMSM_V2=y
    CONFIG_ARPD=y
    CONFIG_SYN_COOKIES=y
    CONFIG_NET_IPVTI=m
    CONFIG_INET_AH=m
    CONFIG_INET_ESP=m
    CONFIG_INET_IPCOMP=m
    CONFIG_INET_XFRM_TUNNEL=m
    CONFIG_INET_TUNNEL=m
    CONFIG_INET_XFRM_MODE_TRANSPORT=m
    CONFIG_INET_XFRM_MODE_TUNNEL=m
    CONFIG_INET_XFRM_MODE_BEET=m
    CONFIG_INET_LRO=y
    CONFIG_INET_DIAG=y
    CONFIG_INET_TCP_DIAG=y
    CONFIG_INET_UDP_DIAG=m
    CONFIG_TCP_CONG_ADVANCED=y
    CONFIG_TCP_CONG_BIC=m
    CONFIG_TCP_CONG_CUBIC=y
    CONFIG_TCP_CONG_WESTWOOD=m
    CONFIG_TCP_CONG_HTCP=m
    CONFIG_TCP_CONG_HSTCP=m
    CONFIG_TCP_CONG_HYBLA=m
    CONFIG_TCP_CONG_VEGAS=m
    CONFIG_TCP_CONG_SCALABLE=m
    CONFIG_TCP_CONG_LP=m
    CONFIG_TCP_CONG_VENO=m
    CONFIG_TCP_CONG_YEAH=m
    CONFIG_TCP_CONG_ILLINOIS=m
    CONFIG_DEFAULT_CUBIC=y
    # CONFIG_DEFAULT_RENO is not set
    CONFIG_DEFAULT_TCP_CONG="cubic"
    # CONFIG_TCP_MD5SIG is not set
    CONFIG_IPV6=y
    CONFIG_IPV6_PRIVACY=y
    CONFIG_IPV6_ROUTER_PREF=y
    CONFIG_IPV6_ROUTE_INFO=y
    CONFIG_IPV6_OPTIMISTIC_DAD=y
    CONFIG_INET6_AH=m
    CONFIG_INET6_ESP=m
    CONFIG_INET6_IPCOMP=m
    CONFIG_IPV6_MIP6=m
    CONFIG_INET6_XFRM_TUNNEL=m
    CONFIG_INET6_TUNNEL=m
    CONFIG_INET6_XFRM_MODE_TRANSPORT=m
    CONFIG_INET6_XFRM_MODE_TUNNEL=m
    CONFIG_INET6_XFRM_MODE_BEET=m
    CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION=m
    CONFIG_IPV6_SIT=m
    CONFIG_IPV6_SIT_6RD=y
    CONFIG_IPV6_NDISC_NODETYPE=y
    CONFIG_IPV6_TUNNEL=m
    CONFIG_IPV6_GRE=m
    CONFIG_IPV6_MULTIPLE_TABLES=y
    CONFIG_IPV6_SUBTREES=y
    # CONFIG_IPV6_MROUTE is not set
    CONFIG_NETLABEL=y
    CONFIG_NETWORK_SECMARK=y
    CONFIG_NETWORK_PHY_TIMESTAMPING=y
    CONFIG_NETFILTER=y
    # CONFIG_NETFILTER_DEBUG is not set
    CONFIG_NETFILTER_ADVANCED=y
    CONFIG_BRIDGE_NETFILTER=y
    # Core Netfilter Configuration
    CONFIG_NETFILTER_NETLINK=m
    CONFIG_NETFILTER_NETLINK_ACCT=m
    CONFIG_NETFILTER_NETLINK_QUEUE=m
    CONFIG_NETFILTER_NETLINK_LOG=m
    CONFIG_NF_CONNTRACK=m
    CONFIG_NF_CONNTRACK_MARK=y
    CONFIG_NF_CONNTRACK_SECMARK=y
    CONFIG_NF_CONNTRACK_ZONES=y
    CONFIG_NF_CONNTRACK_PROCFS=y
    CONFIG_NF_CONNTRACK_EVENTS=y
    CONFIG_NF_CONNTRACK_TIMEOUT=y
    CONFIG_NF_CONNTRACK_TIMESTAMP=y
    CONFIG_NF_CONNTRACK_LABELS=y
    CONFIG_NF_CT_PROTO_DCCP=m
    CONFIG_NF_CT_PROTO_GRE=m
    CONFIG_NF_CT_PROTO_SCTP=m
    CONFIG_NF_CT_PROTO_UDPLITE=m
    CONFIG_NF_CONNTRACK_AMANDA=m
    CONFIG_NF_CONNTRACK_FTP=m
    CONFIG_NF_CONNTRACK_H323=m
    CONFIG_NF_CONNTRACK_IRC=m
    CONFIG_NF_CONNTRACK_BROADCAST=m
    CONFIG_NF_CONNTRACK_NETBIOS_NS=m
    CONFIG_NF_CONNTRACK_SNMP=m
    CONFIG_NF_CONNTRACK_PPTP=m
    CONFIG_NF_CONNTRACK_SANE=m
    CONFIG_NF_CONNTRACK_SIP=m
    CONFIG_NF_CONNTRACK_TFTP=m
    CONFIG_NF_CT_NETLINK=m
    CONFIG_NF_CT_NETLINK_TIMEOUT=m
    CONFIG_NF_CT_NETLINK_HELPER=m
    CONFIG_NETFILTER_NETLINK_QUEUE_CT=y
    CONFIG_NF_NAT=m
    CONFIG_NF_NAT_NEEDED=y
    CONFIG_NF_NAT_PROTO_DCCP=m
    CONFIG_NF_NAT_PROTO_UDPLITE=m
    CONFIG_NF_NAT_PROTO_SCTP=m
    CONFIG_NF_NAT_AMANDA=m
    CONFIG_NF_NAT_FTP=m
    CONFIG_NF_NAT_IRC=m
    CONFIG_NF_NAT_SIP=m
    CONFIG_NF_NAT_TFTP=m
    CONFIG_NETFILTER_TPROXY=m
    CONFIG_NETFILTER_XTABLES=m
    # Xtables combined modules
    CONFIG_NETFILTER_XT_MARK=m
    CONFIG_NETFILTER_XT_CONNMARK=m
    CONFIG_NETFILTER_XT_SET=m
    # Xtables targets
    CONFIG_NETFILTER_XT_TARGET_AUDIT=m
    CONFIG_NETFILTER_XT_TARGET_CHECKSUM=m
    CONFIG_NETFILTER_XT_TARGET_CLASSIFY=m
    CONFIG_NETFILTER_XT_TARGET_CONNMARK=m
    CONFIG_NETFILTER_XT_TARGET_CONNSECMARK=m
    CONFIG_NETFILTER_XT_TARGET_CT=m
    CONFIG_NETFILTER_XT_TARGET_DSCP=m
    CONFIG_NETFILTER_XT_TARGET_HL=m
    CONFIG_NETFILTER_XT_TARGET_HMARK=m
    CONFIG_NETFILTER_XT_TARGET_IDLETIMER=m
    CONFIG_NETFILTER_XT_TARGET_LED=m
    CONFIG_NETFILTER_XT_TARGET_LOG=m
    CONFIG_NETFILTER_XT_TARGET_MARK=m
    CONFIG_NETFILTER_XT_TARGET_NETMAP=m
    CONFIG_NETFILTER_XT_TARGET_NFLOG=m
    CONFIG_NETFILTER_XT_TARGET_NFQUEUE=m
    CONFIG_NETFILTER_XT_TARGET_NOTRACK=m
    CONFIG_NETFILTER_XT_TARGET_RATEEST=m
    CONFIG_NETFILTER_XT_TARGET_REDIRECT=m
    CONFIG_NETFILTER_XT_TARGET_TEE=m
    CONFIG_NETFILTER_XT_TARGET_TPROXY=m
    CONFIG_NETFILTER_XT_TARGET_TRACE=m
    CONFIG_NETFILTER_XT_TARGET_SECMARK=m
    CONFIG_NETFILTER_XT_TARGET_TCPMSS=m
    CONFIG_NETFILTER_XT_TARGET_TCPOPTSTRIP=m
    # Xtables matches
    CONFIG_NETFILTER_XT_MATCH_ADDRTYPE=m
    CONFIG_NETFILTER_XT_MATCH_BPF=m
    CONFIG_NETFILTER_XT_MATCH_CLUSTER=m
    CONFIG_NETFILTER_XT_MATCH_COMMENT=m
    CONFIG_NETFILTER_XT_MATCH_CONNBYTES=m
    CONFIG_NETFILTER_XT_MATCH_CONNLABEL=m
    CONFIG_NETFILTER_XT_MATCH_CONNLIMIT=m
    CONFIG_NETFILTER_XT_MATCH_CONNMARK=m
    CONFIG_NETFILTER_XT_MATCH_CONNTRACK=m
    CONFIG_NETFILTER_XT_MATCH_CPU=m
    CONFIG_NETFILTER_XT_MATCH_DCCP=m
    CONFIG_NETFILTER_XT_MATCH_DEVGROUP=m
    CONFIG_NETFILTER_XT_MATCH_DSCP=m
    CONFIG_NETFILTER_XT_MATCH_ECN=m
    CONFIG_NETFILTER_XT_MATCH_ESP=m
    CONFIG_NETFILTER_XT_MATCH_HASHLIMIT=m
    CONFIG_NETFILTER_XT_MATCH_HELPER=m
    CONFIG_NETFILTER_XT_MATCH_HL=m
    CONFIG_NETFILTER_XT_MATCH_IPRANGE=m
    CONFIG_NETFILTER_XT_MATCH_IPVS=m
    CONFIG_NETFILTER_XT_MATCH_LENGTH=m
    CONFIG_NETFILTER_XT_MATCH_LIMIT=m
    CONFIG_NETFILTER_XT_MATCH_MAC=m
    CONFIG_NETFILTER_XT_MATCH_MARK=m
    CONFIG_NETFILTER_XT_MATCH_MULTIPORT=m
    CONFIG_NETFILTER_XT_MATCH_NFACCT=m
    CONFIG_NETFILTER_XT_MATCH_OSF=m
    CONFIG_NETFILTER_XT_MATCH_OWNER=m
    CONFIG_NETFILTER_XT_MATCH_POLICY=m
    CONFIG_NETFILTER_XT_MATCH_PHYSDEV=m
    CONFIG_NETFILTER_XT_MATCH_PKTTYPE=m
    CONFIG_NETFILTER_XT_MATCH_QUOTA=m
    CONFIG_NETFILTER_XT_MATCH_RATEEST=m
    CONFIG_NETFILTER_XT_MATCH_REALM=m
    CONFIG_NETFILTER_XT_MATCH_RECENT=m
    CONFIG_NETFILTER_XT_MATCH_SCTP=m
    CONFIG_NETFILTER_XT_MATCH_SOCKET=m
    CONFIG_NETFILTER_XT_MATCH_STATE=m
    CONFIG_NETFILTER_XT_MATCH_STATISTIC=m
    CONFIG_NETFILTER_XT_MATCH_STRING=m
    CONFIG_NETFILTER_XT_MATCH_TCPMSS=m
    CONFIG_NETFILTER_XT_MATCH_TIME=m
    CONFIG_NETFILTER_XT_MATCH_U32=m
    CONFIG_IP_SET=m
    CONFIG_IP_SET_MAX=256
    CONFIG_IP_SET_BITMAP_IP=m
    CONFIG_IP_SET_BITMAP_IPMAC=m
    CONFIG_IP_SET_BITMAP_PORT=m
    CONFIG_IP_SET_HASH_IP=m
    CONFIG_IP_SET_HASH_IPPORT=m
    CONFIG_IP_SET_HASH_IPPORTIP=m
    CONFIG_IP_SET_HASH_IPPORTNET=m
    CONFIG_IP_SET_HASH_NET=m
    CONFIG_IP_SET_HASH_NETPORT=m
    CONFIG_IP_SET_HASH_NETIFACE=m
    CONFIG_IP_SET_LIST_SET=m
    CONFIG_IP_VS=m
    # CONFIG_IP_VS_IPV6 is not set
    # CONFIG_IP_VS_DEBUG is not set
    CONFIG_IP_VS_TAB_BITS=12
    # IPVS transport protocol load balancing support
    CONFIG_IP_VS_PROTO_TCP=y
    CONFIG_IP_VS_PROTO_UDP=y
    CONFIG_IP_VS_PROTO_AH_ESP=y
    CONFIG_IP_VS_PROTO_ESP=y
    CONFIG_IP_VS_PROTO_AH=y
    CONFIG_IP_VS_PROTO_SCTP=y
    # IPVS scheduler
    CONFIG_IP_VS_RR=m
    CONFIG_IP_VS_WRR=m
    CONFIG_IP_VS_LC=m
    CONFIG_IP_VS_WLC=m
    CONFIG_IP_VS_LBLC=m
    CONFIG_IP_VS_LBLCR=m
    CONFIG_IP_VS_DH=m
    CONFIG_IP_VS_SH=m
    CONFIG_IP_VS_SED=m
    CONFIG_IP_VS_NQ=m
    # IPVS SH scheduler
    CONFIG_IP_VS_SH_TAB_BITS=8
    # IPVS application helper
    CONFIG_IP_VS_FTP=m
    CONFIG_IP_VS_NFCT=y
    CONFIG_IP_VS_PE_SIP=m
    # IP: Netfilter Configuration
    CONFIG_NF_DEFRAG_IPV4=m
    CONFIG_NF_CONNTRACK_IPV4=m
    # CONFIG_NF_CONNTRACK_PROC_COMPAT is not set
    CONFIG_IP_NF_IPTABLES=m
    CONFIG_IP_NF_MATCH_AH=m
    CONFIG_IP_NF_MATCH_ECN=m
    CONFIG_IP_NF_MATCH_RPFILTER=m
    CONFIG_IP_NF_MATCH_TTL=m
    CONFIG_IP_NF_FILTER=m
    CONFIG_IP_NF_TARGET_REJECT=m
    CONFIG_IP_NF_TARGET_ULOG=m
    CONFIG_NF_NAT_IPV4=m
    CONFIG_IP_NF_TARGET_MASQUERADE=m
    CONFIG_IP_NF_TARGET_NETMAP=m
    CONFIG_IP_NF_TARGET_REDIRECT=m
    CONFIG_NF_NAT_SNMP_BASIC=m
    CONFIG_NF_NAT_PROTO_GRE=m
    CONFIG_NF_NAT_PPTP=m
    CONFIG_NF_NAT_H323=m
    CONFIG_IP_NF_MANGLE=m
    CONFIG_IP_NF_TARGET_CLUSTERIP=m
    CONFIG_IP_NF_TARGET_ECN=m
    CONFIG_IP_NF_TARGET_TTL=m
    CONFIG_IP_NF_RAW=m
    CONFIG_IP_NF_SECURITY=m
    CONFIG_IP_NF_ARPTABLES=m
    CONFIG_IP_NF_ARPFILTER=m
    CONFIG_IP_NF_ARP_MANGLE=m
    # IPv6: Netfilter Configuration
    CONFIG_NF_DEFRAG_IPV6=m
    CONFIG_NF_CONNTRACK_IPV6=m
    CONFIG_IP6_NF_IPTABLES=m
    CONFIG_IP6_NF_MATCH_AH=m
    CONFIG_IP6_NF_MATCH_EUI64=m
    CONFIG_IP6_NF_MATCH_FRAG=m
    CONFIG_IP6_NF_MATCH_OPTS=m
    CONFIG_IP6_NF_MATCH_HL=m
    CONFIG_IP6_NF_MATCH_IPV6HEADER=m
    CONFIG_IP6_NF_MATCH_MH=m
    CONFIG_IP6_NF_MATCH_RPFILTER=m
    CONFIG_IP6_NF_MATCH_RT=m
    CONFIG_IP6_NF_TARGET_HL=m
    CONFIG_IP6_NF_FILTER=m
    CONFIG_IP6_NF_TARGET_REJECT=m
    CONFIG_IP6_NF_MANGLE=m
    CONFIG_IP6_NF_RAW=m
    CONFIG_IP6_NF_SECURITY=m
    CONFIG_NF_NAT_IPV6=m
    CONFIG_IP6_NF_TARGET_MASQUERADE=m
    CONFIG_IP6_NF_TARGET_NPT=m
    CONFIG_BRIDGE_NF_EBTABLES=m
    CONFIG_BRIDGE_EBT_BROUTE=m
    CONFIG_BRIDGE_EBT_T_FILTER=m
    CONFIG_BRIDGE_EBT_T_NAT=m
    CONFIG_BRIDGE_EBT_802_3=m
    CONFIG_BRIDGE_EBT_AMONG=m
    CONFIG_BRIDGE_EBT_ARP=m
    CONFIG_BRIDGE_EBT_IP=m
    CONFIG_BRIDGE_EBT_IP6=m
    CONFIG_BRIDGE_EBT_LIMIT=m
    CONFIG_BRIDGE_EBT_MARK=m
    CONFIG_BRIDGE_EBT_PKTTYPE=m
    CONFIG_BRIDGE_EBT_STP=m
    CONFIG_BRIDGE_EBT_VLAN=m
    CONFIG_BRIDGE_EBT_ARPREPLY=m
    CONFIG_BRIDGE_EBT_DNAT=m
    CONFIG_BRIDGE_EBT_MARK_T=m
    CONFIG_BRIDGE_EBT_REDIRECT=m
    CONFIG_BRIDGE_EBT_SNAT=m
    CONFIG_BRIDGE_EBT_LOG=m
    CONFIG_BRIDGE_EBT_ULOG=m
    CONFIG_BRIDGE_EBT_NFLOG=m
    CONFIG_IP_DCCP=m
    CONFIG_INET_DCCP_DIAG=m
    # DCCP CCIDs Configuration
    # CONFIG_IP_DCCP_CCID2_DEBUG is not set
    CONFIG_IP_DCCP_CCID3=y
    # CONFIG_IP_DCCP_CCID3_DEBUG is not set
    CONFIG_IP_DCCP_TFRC_LIB=y
    # DCCP Kernel Hacking
    # CONFIG_IP_DCCP_DEBUG is not set
    CONFIG_NET_DCCPPROBE=m
    CONFIG_IP_SCTP=m
    CONFIG_NET_SCTPPROBE=m
    # CONFIG_SCTP_DBG_MSG is not set
    # CONFIG_SCTP_DBG_OBJCNT is not set
    # CONFIG_SCTP_DEFAULT_COOKIE_HMAC_MD5 is not set
    CONFIG_SCTP_DEFAULT_COOKIE_HMAC_SHA1=y
    # CONFIG_SCTP_DEFAULT_COOKIE_HMAC_NONE is not set
    CONFIG_SCTP_COOKIE_HMAC_MD5=y
    CONFIG_SCTP_COOKIE_HMAC_SHA1=y
    # CONFIG_RDS is not set
    # CONFIG_TIPC is not set
    CONFIG_ATM=m
    CONFIG_ATM_CLIP=m
    # CONFIG_ATM_CLIP_NO_ICMP is not set
    CONFIG_ATM_LANE=m
    CONFIG_ATM_MPOA=m
    CONFIG_ATM_BR2684=m
    # CONFIG_ATM_BR2684_IPFILTER is not set
    CONFIG_L2TP=m
    # CONFIG_L2TP_DEBUGFS is not set
    CONFIG_L2TP_V3=y
    CONFIG_L2TP_IP=m
    CONFIG_L2TP_ETH=m
    CONFIG_STP=m
    CONFIG_MRP=m
    CONFIG_BRIDGE=m
    CONFIG_BRIDGE_IGMP_SNOOPING=y
    CONFIG_BRIDGE_VLAN_FILTERING=y
    CONFIG_HAVE_NET_DSA=y
    CONFIG_NET_DSA=m
    CONFIG_NET_DSA_TAG_DSA=y
    CONFIG_NET_DSA_TAG_EDSA=y
    CONFIG_NET_DSA_TAG_TRAILER=y
    CONFIG_VLAN_8021Q=m
    # CONFIG_VLAN_8021Q_GVRP is not set
    CONFIG_VLAN_8021Q_MVRP=y
    # CONFIG_DECNET is not set
    CONFIG_LLC=m
    CONFIG_LLC2=m
    CONFIG_IPX=m
    # CONFIG_IPX_INTERN is not set
    CONFIG_ATALK=m
    CONFIG_DEV_APPLETALK=m
    CONFIG_LTPC=m
    CONFIG_COPS=m
    CONFIG_COPS_DAYNA=y
    CONFIG_COPS_TANGENT=y
    CONFIG_IPDDP=m
    CONFIG_IPDDP_ENCAP=y
    CONFIG_IPDDP_DECAP=y
    # CONFIG_X25 is not set
    # CONFIG_LAPB is not set
    CONFIG_PHONET=m
    CONFIG_IEEE802154=m
    CONFIG_IEEE802154_6LOWPAN=m
    CONFIG_MAC802154=m
    CONFIG_NET_SCHED=y
    # Queueing/Scheduling
    CONFIG_NET_SCH_CBQ=m
    CONFIG_NET_SCH_HTB=m
    CONFIG_NET_SCH_HFSC=m
    CONFIG_NET_SCH_ATM=m
    CONFIG_NET_SCH_PRIO=m
    CONFIG_NET_SCH_MULTIQ=m
    CONFIG_NET_SCH_RED=m
    CONFIG_NET_SCH_SFB=m
    CONFIG_NET_SCH_SFQ=m
    CONFIG_NET_SCH_TEQL=m
    CONFIG_NET_SCH_TBF=m
    CONFIG_NET_SCH_GRED=m
    CONFIG_NET_SCH_DSMARK=m
    CONFIG_NET_SCH_NETEM=m
    CONFIG_NET_SCH_DRR=m
    CONFIG_NET_SCH_MQPRIO=m
    CONFIG_NET_SCH_CHOKE=m
    CONFIG_NET_SCH_QFQ=m
    CONFIG_NET_SCH_CODEL=m
    CONFIG_NET_SCH_FQ_CODEL=m
    CONFIG_NET_SCH_INGRESS=m
    CONFIG_NET_SCH_PLUG=m
    # Classification
    CONFIG_NET_CLS=y
    CONFIG_NET_CLS_BASIC=m
    CONFIG_NET_CLS_TCINDEX=m
    CONFIG_NET_CLS_ROUTE4=m
    CONFIG_NET_CLS_FW=m
    CONFIG_NET_CLS_U32=m
    # CONFIG_CLS_U32_PERF is not set
    # CONFIG_CLS_U32_MARK is not set
    CONFIG_NET_CLS_RSVP=m
    CONFIG_NET_CLS_RSVP6=m
    CONFIG_NET_CLS_FLOW=m
    CONFIG_NET_CLS_CGROUP=y
    # CONFIG_NET_EMATCH is not set
    CONFIG_NET_CLS_ACT=y
    CONFIG_NET_ACT_POLICE=m
    CONFIG_NET_ACT_GACT=m
    CONFIG_GACT_PROB=y
    CONFIG_NET_ACT_MIRRED=m
    CONFIG_NET_ACT_IPT=m
    CONFIG_NET_ACT_NAT=m
    CONFIG_NET_ACT_PEDIT=m
    CONFIG_NET_ACT_SIMP=m
    CONFIG_NET_ACT_SKBEDIT=m
    CONFIG_NET_ACT_CSUM=m
    CONFIG_NET_CLS_IND=y
    CONFIG_NET_SCH_FIFO=y
    # CONFIG_DCB is not set
    CONFIG_DNS_RESOLVER=y
    CONFIG_BATMAN_ADV=m
    CONFIG_BATMAN_ADV_BLA=y
    CONFIG_BATMAN_ADV_DAT=y
    # CONFIG_BATMAN_ADV_DEBUG is not set
    CONFIG_OPENVSWITCH=m
    CONFIG_VSOCKETS=m
    CONFIG_VMWARE_VMCI_VSOCKETS=m
    CONFIG_RPS=y
    CONFIG_RFS_ACCEL=y
    CONFIG_XPS=y
    CONFIG_NETPRIO_CGROUP=m
    CONFIG_BQL=y
    # Network testing
    CONFIG_NET_PKTGEN=m
    CONFIG_NET_TCPPROBE=m
    CONFIG_NET_DROP_MONITOR=y
    CONFIG_HAMRADIO=y
    # Packet Radio protocols
    CONFIG_AX25=m
    CONFIG_AX25_DAMA_SLAVE=y
    CONFIG_NETROM=m
    CONFIG_ROSE=m
    # AX.25 network device drivers
    CONFIG_MKISS=m
    CONFIG_6PACK=m
    CONFIG_BPQETHER=m
    CONFIG_SCC=m
    # CONFIG_SCC_DELAY is not set
    # CONFIG_SCC_TRXECHO is not set
    CONFIG_BAYCOM_SER_FDX=m
    CONFIG_BAYCOM_SER_HDX=m
    CONFIG_BAYCOM_PAR=m
    CONFIG_BAYCOM_EPP=m
    CONFIG_YAM=m
    # CONFIG_CAN is not set
    CONFIG_IRDA=m
    # IrDA protocols
    CONFIG_IRLAN=m
    CONFIG_IRNET=m
    CONFIG_IRCOMM=m
    CONFIG_IRDA_ULTRA=y
    # IrDA options
    CONFIG_IRDA_CACHE_LAST_LSAP=y
    CONFIG_IRDA_FAST_RR=y
    # CONFIG_IRDA_DEBUG is not set
    # Infrared-port device drivers
    # SIR device drivers
    CONFIG_IRTTY_SIR=m
    # Dongle support
    CONFIG_DONGLE=y
    CONFIG_ESI_DONGLE=m
    CONFIG_ACTISYS_DONGLE=m
    CONFIG_TEKRAM_DONGLE=m
    CONFIG_TOIM3232_DONGLE=m
    CONFIG_LITELINK_DONGLE=m
    CONFIG_MA600_DONGLE=m
    CONFIG_GIRBIL_DONGLE=m
    CONFIG_MCP2120_DONGLE=m
    CONFIG_OLD_BELKIN_DONGLE=m
    CONFIG_ACT200L_DONGLE=m
    CONFIG_KINGSUN_DONGLE=m
    CONFIG_KSDAZZLE_DONGLE=m
    CONFIG_KS959_DONGLE=m
    # FIR device drivers
    CONFIG_USB_IRDA=m
    CONFIG_SIGMATEL_FIR=m
    CONFIG_NSC_FIR=m
    CONFIG_WINBOND_FIR=m
    CONFIG_TOSHIBA_FIR=m
    CONFIG_SMC_IRCC_FIR=m
    CONFIG_ALI_FIR=m
    CONFIG_VLSI_FIR=m
    CONFIG_VIA_FIR=m
    CONFIG_MCS_FIR=m
    CONFIG_BT=m
    CONFIG_BT_RFCOMM=m
    CONFIG_BT_RFCOMM_TTY=y
    CONFIG_BT_BNEP=m
    # CONFIG_BT_BNEP_MC_FILTER is not set
    # CONFIG_BT_BNEP_PROTO_FILTER is not set
    # CONFIG_BT_CMTP is not set
    CONFIG_BT_HIDP=m
    # Bluetooth device drivers
    CONFIG_BT_HCIBTUSB=m
    CONFIG_BT_HCIBTSDIO=m
    CONFIG_BT_HCIUART=m
    CONFIG_BT_HCIUART_H4=y
    CONFIG_BT_HCIUART_BCSP=y
    CONFIG_BT_HCIUART_ATH3K=y
    CONFIG_BT_HCIUART_LL=y
    CONFIG_BT_HCIUART_3WIRE=y
    CONFIG_BT_HCIBCM203X=m
    CONFIG_BT_HCIBPA10X=m
    CONFIG_BT_HCIBFUSB=m
    CONFIG_BT_HCIDTL1=m
    CONFIG_BT_HCIBT3C=m
    CONFIG_BT_HCIBLUECARD=m
    CONFIG_BT_HCIBTUART=m
    CONFIG_BT_HCIVHCI=m
    CONFIG_BT_MRVL=m
    CONFIG_BT_MRVL_SDIO=m
    CONFIG_BT_ATH3K=m
    CONFIG_BT_WILINK=m
    CONFIG_AF_RXRPC=m
    # CONFIG_AF_RXRPC_DEBUG is not set
    CONFIG_RXKAD=m
    CONFIG_FIB_RULES=y
    CONFIG_WIRELESS=y
    CONFIG_WIRELESS_EXT=y
    CONFIG_WEXT_CORE=y
    CONFIG_WEXT_PROC=y
    CONFIG_WEXT_SPY=y
    CONFIG_WEXT_PRIV=y
    CONFIG_CFG80211=m
    # CONFIG_NL80211_TESTMODE is not set
    # CONFIG_CFG80211_DEVELOPER_WARNINGS is not set
    # CONFIG_CFG80211_REG_DEBUG is not set
    CONFIG_CFG80211_DEFAULT_PS=y
    # CONFIG_CFG80211_DEBUGFS is not set
    # CONFIG_CFG80211_INTERNAL_REGDB is not set
    CONFIG_CFG80211_WEXT=y
    CONFIG_LIB80211=m
    CONFIG_LIB80211_CRYPT_WEP=m
    CONFIG_LIB80211_CRYPT_CCMP=m
    CONFIG_LIB80211_CRYPT_TKIP=m
    # CONFIG_LIB80211_DEBUG is not set
    CONFIG_MAC80211=m
    CONFIG_MAC80211_HAS_RC=y
    CONFIG_MAC80211_RC_MINSTREL=y
    CONFIG_MAC80211_RC_MINSTREL_HT=y
    CONFIG_MAC80211_RC_DEFAULT_MINSTREL=y
    CONFIG_MAC80211_RC_DEFAULT="minstrel_ht"
    CONFIG_MAC80211_MESH=y
    CONFIG_MAC80211_LEDS=y
    # CONFIG_MAC80211_DEBUGFS is not set
    # CONFIG_MAC80211_MESSAGE_TRACING is not set
    # CONFIG_MAC80211_DEBUG_MENU is not set
    CONFIG_WIMAX=m
    CONFIG_WIMAX_DEBUG_LEVEL=8
    CONFIG_RFKILL=m
    CONFIG_RFKILL_LEDS=y
    CONFIG_RFKILL_INPUT=y
    CONFIG_NET_9P=m
    CONFIG_NET_9P_VIRTIO=m
    # CONFIG_NET_9P_DEBUG is not set
    CONFIG_CAIF=m
    # CONFIG_CAIF_DEBUG is not set
    CONFIG_CAIF_NETDEV=m
    CONFIG_CAIF_USB=m
    CONFIG_CEPH_LIB=m
    # CONFIG_CEPH_LIB_PRETTYDEBUG is not set
    # CONFIG_CEPH_LIB_USE_DNS_RESOLVER is not set
    CONFIG_NFC=m
    CONFIG_NFC_NCI=m
    CONFIG_NFC_HCI=m
    # CONFIG_NFC_SHDLC is not set
    # CONFIG_NFC_LLCP is not set
    # Near Field Communication (NFC) devices
    CONFIG_NFC_PN533=m
    CONFIG_NFC_WILINK=m
    CONFIG_NFC_PN544=m
    CONFIG_NFC_MICROREAD=m
    # Device Drivers
    # Generic Driver Options
    CONFIG_UEVENT_HELPER_PATH=""
    CONFIG_DEVTMPFS=y
    # CONFIG_DEVTMPFS_MOUNT is not set
    CONFIG_STANDALONE=y
    CONFIG_PREVENT_FIRMWARE_BUILD=y
    CONFIG_FW_LOADER=y
    CONFIG_FIRMWARE_IN_KERNEL=y
    CONFIG_EXTRA_FIRMWARE=""
    # CONFIG_FW_LOADER_USER_HELPER is not set
    # CONFIG_DEBUG_DRIVER is not set
    # CONFIG_DEBUG_DEVRES is not set
    # CONFIG_SYS_HYPERVISOR is not set
    # CONFIG_GENERIC_CPU_DEVICES is not set
    CONFIG_REGMAP=y
    CONFIG_REGMAP_I2C=m
    CONFIG_REGMAP_MMIO=m
    CONFIG_REGMAP_IRQ=y
    CONFIG_DMA_SHARED_BUFFER=y
    # CONFIG_CMA is not set
    # Bus devices
    CONFIG_CONNECTOR=y
    CONFIG_PROC_EVENTS=y
    CONFIG_MTD=m
    CONFIG_MTD_TESTS=m
    CONFIG_MTD_REDBOOT_PARTS=m
    CONFIG_MTD_REDBOOT_DIRECTORY_BLOCK=-1
    # CONFIG_MTD_REDBOOT_PARTS_UNALLOCATED is not set
    # CONFIG_MTD_REDBOOT_PARTS_READONLY is not set
    CONFIG_MTD_CMDLINE_PARTS=m
    CONFIG_MTD_OF_PARTS=m
    CONFIG_MTD_AR7_PARTS=m
    # User Modules And Translation Layers
    CONFIG_MTD_CHAR=m
    CONFIG_MTD_BLKDEVS=m
    CONFIG_MTD_BLOCK=m
    CONFIG_MTD_BLOCK_RO=m
    CONFIG_FTL=m
    CONFIG_NFTL=m
    CONFIG_NFTL_RW=y
    CONFIG_INFTL=m
    CONFIG_RFD_FTL=m
    CONFIG_SSFDC=m
    # CONFIG_SM_FTL is not set
    CONFIG_MTD_OOPS=m
    CONFIG_MTD_SWAP=m
    # RAM/ROM/Flash chip drivers
    CONFIG_MTD_CFI=m
    CONFIG_MTD_JEDECPROBE=m
    CONFIG_MTD_GEN_PROBE=m
    # CONFIG_MTD_CFI_ADV_OPTIONS is not set
    CONFIG_MTD_MAP_BANK_WIDTH_1=y
    CONFIG_MTD_MAP_BANK_WIDTH_2=y
    CONFIG_MTD_MAP_BANK_WIDTH_4=y
    # CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
    # CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
    # CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
    CONFIG_MTD_CFI_I1=y
    CONFIG_MTD_CFI_I2=y
    # CONFIG_MTD_CFI_I4 is not set
    # CONFIG_MTD_CFI_I8 is not set
    CONFIG_MTD_CFI_INTELEXT=m
    CONFIG_MTD_CFI_AMDSTD=m
    CONFIG_MTD_CFI_STAA=m
    CONFIG_MTD_CFI_UTIL=m
    CONFIG_MTD_RAM=m
    CONFIG_MTD_ROM=m
    CONFIG_MTD_ABSENT=m
    # Mapping drivers for chip access
    CONFIG_MTD_COMPLEX_MAPPINGS=y
    # CONFIG_MTD_PHYSMAP is not set
    CONFIG_MTD_PHYSMAP_OF=m
    CONFIG_MTD_SC520CDP=m
    CONFIG_MTD_NETSC520=m
    CONFIG_MTD_TS5500=m
    # CONFIG_MTD_SBC_GXX is not set
    # CONFIG_MTD_AMD76XROM is not set
    # CONFIG_MTD_ICHXROM is not set
    # CONFIG_MTD_ESB2ROM is not set
    # CONFIG_MTD_CK804XROM is not set
    CONFIG_MTD_SCB2_FLASH=m
    # CONFIG_MTD_NETtel is not set
    # CONFIG_MTD_L440GX is not set
    CONFIG_MTD_PCI=m
    # CONFIG_MTD_PCMCIA is not set
    # CONFIG_MTD_GPIO_ADDR is not set
    # CONFIG_MTD_INTEL_VR_NOR is not set
    CONFIG_MTD_PLATRAM=m
    # CONFIG_MTD_LATCH_ADDR is not set
    # Self-contained MTD device drivers
    CONFIG_MTD_PMC551=m
    # CONFIG_MTD_PMC551_BUGFIX is not set
    # CONFIG_MTD_PMC551_DEBUG is not set
    # CONFIG_MTD_DATAFLASH is not set
    # CONFIG_MTD_M25P80 is not set
    # CONFIG_MTD_SST25L is not set
    # CONFIG_MTD_SLRAM is not set
    CONFIG_MTD_PHRAM=m
    CONFIG_MTD_MTDRAM=m
    CONFIG_MTDRAM_TOTAL_SIZE=4096
    CONFIG_MTDRAM_ERASE_SIZE=128
    CONFIG_MTD_BLOCK2MTD=m
    # Disk-On-Chip Device Drivers
    # CONFIG_MTD_DOC2000 is not set
    # CONFIG_MTD_DOC2001 is not set
    # CONFIG_MTD_DOC2001PLUS is not set
    CONFIG_MTD_DOCG3=m
    CONFIG_BCH_CONST_M=14
    CONFIG_BCH_CONST_T=4
    CONFIG_MTD_NAND_ECC=m
    CONFIG_MTD_NAND_ECC_SMC=y
    CONFIG_MTD_NAND=m
    # CONFIG_MTD_NAND_ECC_BCH is not set
    CONFIG_MTD_SM_COMMON=m
    # CONFIG_MTD_NAND_MUSEUM_IDS is not set
    # CONFIG_MTD_NAND_DENALI is not set
    CONFIG_MTD_NAND_IDS=m
    CONFIG_MTD_NAND_RICOH=m
    CONFIG_MTD_NAND_DISKONCHIP=m
    # CONFIG_MTD_NAND_DISKONCHIP_PROBE_ADVANCED is not set
    CONFIG_MTD_NAND_DISKONCHIP_PROBE_ADDRESS=0
    # CONFIG_MTD_NAND_DISKONCHIP_BBTWRITE is not set
    CONFIG_MTD_NAND_DOCG4=m
    # CONFIG_MTD_NAND_CAFE is not set
    CONFIG_MTD_NAND_CS553X=m
    CONFIG_MTD_NAND_NANDSIM=m
    # CONFIG_MTD_NAND_PLATFORM is not set
    CONFIG_MTD_ALAUDA=m
    # CONFIG_MTD_ONENAND is not set
    # LPDDR flash memory drivers
    CONFIG_MTD_LPDDR=m
    CONFIG_MTD_QINFO_PROBE=m
    CONFIG_MTD_UBI=m
    CONFIG_MTD_UBI_WL_THRESHOLD=4096
    CONFIG_MTD_UBI_BEB_LIMIT=20
    # CONFIG_MTD_UBI_FASTMAP is not set
    # CONFIG_MTD_UBI_GLUEBI is not set
    CONFIG_OF=y
    # Device Tree and Open Firmware support
    CONFIG_PROC_DEVICETREE=y
    # CONFIG_OF_SELFTEST is not set
    CONFIG_OF_PROMTREE=y
    CONFIG_OF_ADDRESS=y
    CONFIG_OF_IRQ=y
    CONFIG_OF_DEVICE=y
    CONFIG_OF_I2C=m
    CONFIG_OF_NET=y
    CONFIG_OF_MDIO=m
    CONFIG_OF_PCI=y
    CONFIG_OF_PCI_IRQ=y
    CONFIG_OF_MTD=y
    CONFIG_PARPORT=m
    CONFIG_PARPORT_PC=m
    CONFIG_PARPORT_SERIAL=m
    # CONFIG_PARPORT_PC_FIFO is not set
    # CONFIG_PARPORT_PC_SUPERIO is not set
    CONFIG_PARPORT_PC_PCMCIA=m
    # CONFIG_PARPORT_GSC is not set
    CONFIG_PARPORT_AX88796=m
    CONFIG_PARPORT_1284=y
    CONFIG_PARPORT_NOT_PC=y
    CONFIG_PNP=y
    # CONFIG_PNP_DEBUG_MESSAGES is not set
    # Protocols
    CONFIG_ISAPNP=y
    # CONFIG_PNPBIOS is not set
    CONFIG_PNPACPI=y
    CONFIG_BLK_DEV=y
    CONFIG_BLK_DEV_FD=m
    # CONFIG_PARIDE is not set
    CONFIG_BLK_DEV_PCIESSD_MTIP32XX=m
    CONFIG_BLK_CPQ_DA=m
    CONFIG_BLK_CPQ_CISS_DA=m
    # CONFIG_CISS_SCSI_TAPE is not set
    CONFIG_BLK_DEV_DAC960=m
    # CONFIG_BLK_DEV_UMEM is not set
    # CONFIG_BLK_DEV_COW_COMMON is not set
    CONFIG_BLK_DEV_LOOP=m
    CONFIG_BLK_DEV_LOOP_MIN_COUNT=8
    CONFIG_BLK_DEV_CRYPTOLOOP=m
    CONFIG_BLK_DEV_DRBD=m
    # CONFIG_DRBD_FAULT_INJECTION is not set
    CONFIG_BLK_DEV_NBD=m
    CONFIG_BLK_DEV_NVME=m
    CONFIG_BLK_DEV_OSD=m
    CONFIG_BLK_DEV_SX8=m
    CONFIG_BLK_DEV_RAM=m
    CONFIG_BLK_DEV_RAM_COUNT=16
    CONFIG_BLK_DEV_RAM_SIZE=16384
    # CONFIG_BLK_DEV_XIP is not set
    CONFIG_CDROM_PKTCDVD=m
    CONFIG_CDROM_PKTCDVD_BUFFERS=8
    # CONFIG_CDROM_PKTCDVD_WCACHE is not set
    CONFIG_ATA_OVER_ETH=m
    CONFIG_VIRTIO_BLK=m
    # CONFIG_BLK_DEV_HD is not set
    CONFIG_BLK_DEV_RBD=m
    CONFIG_BLK_DEV_RSXX=m
    # Misc devices
    CONFIG_SENSORS_LIS3LV02D=m
    CONFIG_AD525X_DPOT=m
    CONFIG_AD525X_DPOT_I2C=m
    # CONFIG_AD525X_DPOT_SPI is not set
    # CONFIG_IBM_ASM is not set
    CONFIG_PHANTOM=m
    CONFIG_INTEL_MID_PTI=m
    CONFIG_SGI_IOC4=m
    CONFIG_TIFM_CORE=m
    CONFIG_TIFM_7XX1=m
    CONFIG_ICS932S401=m
    # CONFIG_ATMEL_SSC is not set
    CONFIG_ENCLOSURE_SERVICES=m
    CONFIG_CS5535_MFGPT=m
    CONFIG_CS5535_MFGPT_DEFAULT_IRQ=7
    CONFIG_CS5535_CLOCK_EVENT_SRC=m
    CONFIG_HP_ILO=m
    CONFIG_APDS9802ALS=m
    CONFIG_ISL29003=m
    CONFIG_ISL29020=m
    CONFIG_SENSORS_TSL2550=m
    CONFIG_SENSORS_BH1780=m
    CONFIG_SENSORS_BH1770=m
    CONFIG_SENSORS_APDS990X=m
    CONFIG_HMC6352=m
    CONFIG_DS1682=m
    # CONFIG_TI_DAC7512 is not set
    CONFIG_VMWARE_BALLOON=m
    CONFIG_BMP085=y
    CONFIG_BMP085_I2C=m
    # CONFIG_BMP085_SPI is not set
    # CONFIG_PCH_PHUB is not set
    CONFIG_USB_SWITCH_FSA9480=m
    # CONFIG_LATTICE_ECP3_CONFIG is not set
    CONFIG_C2PORT=m
    CONFIG_C2PORT_DURAMAR_2150=m
    # EEPROM support
    CONFIG_EEPROM_AT24=m
    # CONFIG_EEPROM_AT25 is not set
    CONFIG_EEPROM_LEGACY=m
    CONFIG_EEPROM_MAX6875=m
    CONFIG_EEPROM_93CX6=m
    # CONFIG_EEPROM_93XX46 is not set
    CONFIG_CB710_CORE=m
    # CONFIG_CB710_DEBUG is not set
    CONFIG_CB710_DEBUG_ASSUMPTIONS=y
    # Texas Instruments shared transport line discipline
    CONFIG_TI_ST=m
    CONFIG_SENSORS_LIS3_I2C=m
    # Altera FPGA firmware download module
    CONFIG_ALTERA_STAPL=m
    CONFIG_INTEL_MEI=m
    CONFIG_INTEL_MEI_ME=y
    CONFIG_VMWARE_VMCI=m
    CONFIG_HAVE_IDE=y
    # CONFIG_IDE is not set
    # SCSI device support
    CONFIG_SCSI_MOD=m
    CONFIG_RAID_ATTRS=m
    CONFIG_SCSI=m
    CONFIG_SCSI_DMA=y
    CONFIG_SCSI_TGT=m
    CONFIG_SCSI_NETLINK=y
    CONFIG_SCSI_PROC_FS=y
    # SCSI support type (disk, tape, CD-ROM)
    CONFIG_BLK_DEV_SD=m
    CONFIG_CHR_DEV_ST=m
    CONFIG_CHR_DEV_OSST=m
    CONFIG_BLK_DEV_SR=m
    CONFIG_BLK_DEV_SR_VENDOR=y
    CONFIG_CHR_DEV_SG=m
    CONFIG_CHR_DEV_SCH=m
    CONFIG_SCSI_ENCLOSURE=m
    CONFIG_SCSI_MULTI_LUN=y
    # CONFIG_SCSI_CONSTANTS is not set
    # CONFIG_SCSI_LOGGING is not set
    # CONFIG_SCSI_SCAN_ASYNC is not set
    # SCSI Transports
    CONFIG_SCSI_SPI_ATTRS=m
    CONFIG_SCSI_FC_ATTRS=m
    # CONFIG_SCSI_FC_TGT_ATTRS is not set
    CONFIG_SCSI_ISCSI_ATTRS=m
    CONFIG_SCSI_SAS_ATTRS=m
    CONFIG_SCSI_SAS_LIBSAS=m
    CONFIG_SCSI_SAS_ATA=y
    CONFIG_SCSI_SAS_HOST_SMP=y
    CONFIG_SCSI_SRP_ATTRS=m
    CONFIG_SCSI_SRP_TGT_ATTRS=y
    CONFIG_SCSI_LOWLEVEL=y
    CONFIG_ISCSI_TCP=m
    CONFIG_ISCSI_BOOT_SYSFS=m
    CONFIG_SCSI_CXGB3_ISCSI=m
    CONFIG_SCSI_CXGB4_ISCSI=m
    CONFIG_SCSI_BNX2_ISCSI=m
    CONFIG_SCSI_BNX2X_FCOE=m
    CONFIG_BE2ISCSI=m
    CONFIG_BLK_DEV_3W_XXXX_RAID=m
    CONFIG_SCSI_HPSA=m
    CONFIG_SCSI_3W_9XXX=m
    CONFIG_SCSI_3W_SAS=m
    CONFIG_SCSI_7000FASST=m
    CONFIG_SCSI_ACARD=m
    CONFIG_SCSI_AHA152X=m
    CONFIG_SCSI_AHA1542=m
    CONFIG_SCSI_AACRAID=m
    CONFIG_SCSI_AIC7XXX=m
    CONFIG_AIC7XXX_CMDS_PER_DEVICE=32
    CONFIG_AIC7XXX_RESET_DELAY_MS=15000
    # CONFIG_AIC7XXX_DEBUG_ENABLE is not set
    CONFIG_AIC7XXX_DEBUG_MASK=0
    CONFIG_AIC7XXX_REG_PRETTY_PRINT=y
    # CONFIG_SCSI_AIC7XXX_OLD is not set
    CONFIG_SCSI_AIC79XX=m
    CONFIG_AIC79XX_CMDS_PER_DEVICE=32
    CONFIG_AIC79XX_RESET_DELAY_MS=15000
    # CONFIG_AIC79XX_DEBUG_ENABLE is not set
    CONFIG_AIC79XX_DEBUG_MASK=0
    CONFIG_AIC79XX_REG_PRETTY_PRINT=y
    CONFIG_SCSI_AIC94XX=m
    # CONFIG_AIC94XX_DEBUG is not set
    CONFIG_SCSI_MVSAS=m
    # CONFIG_SCSI_MVSAS_DEBUG is not set
    CONFIG_SCSI_MVSAS_TASKLET=y
    CONFIG_SCSI_MVUMI=m
    CONFIG_SCSI_DPT_I2O=m
    CONFIG_SCSI_ADVANSYS=m
    CONFIG_SCSI_IN2000=m
    CONFIG_SCSI_ARCMSR=m
    CONFIG_MEGARAID_NEWGEN=y
    CONFIG_MEGARAID_MM=m
    CONFIG_MEGARAID_MAILBOX=m
    CONFIG_MEGARAID_LEGACY=m
    CONFIG_MEGARAID_SAS=m
    CONFIG_SCSI_MPT2SAS=m
    CONFIG_SCSI_MPT2SAS_MAX_SGE=128
    # CONFIG_SCSI_MPT2SAS_LOGGING is not set
    CONFIG_SCSI_MPT3SAS=m
    CONFIG_SCSI_MPT3SAS_MAX_SGE=128
    CONFIG_SCSI_MPT3SAS_LOGGING=y
    CONFIG_SCSI_UFSHCD=m
    CONFIG_SCSI_UFSHCD_PCI=m
    CONFIG_SCSI_HPTIOP=m
    CONFIG_SCSI_BUSLOGIC=m
    # CONFIG_SCSI_FLASHPOINT is not set
    CONFIG_VMWARE_PVSCSI=m
    CONFIG_HYPERV_STORAGE=m
    CONFIG_LIBFC=m
    CONFIG_LIBFCOE=m
    CONFIG_FCOE=m
    CONFIG_FCOE_FNIC=m
    CONFIG_SCSI_DMX3191D=m
    CONFIG_SCSI_DTC3280=m
    CONFIG_SCSI_EATA=m
    # CONFIG_SCSI_EATA_TAGGED_QUEUE is not set
    # CONFIG_SCSI_EATA_LINKED_COMMANDS is not set
    CONFIG_SCSI_EATA_MAX_TAGS=16
    CONFIG_SCSI_FUTURE_DOMAIN=m
    CONFIG_SCSI_GDTH=m
    CONFIG_SCSI_ISCI=m
    CONFIG_SCSI_GENERIC_NCR5380=m
    CONFIG_SCSI_GENERIC_NCR5380_MMIO=m
    CONFIG_SCSI_GENERIC_NCR53C400=y
    CONFIG_SCSI_IPS=m
    CONFIG_SCSI_INITIO=m
    CONFIG_SCSI_INIA100=m
    CONFIG_SCSI_PPA=m
    CONFIG_SCSI_IMM=m
    # CONFIG_SCSI_IZIP_EPP16 is not set
    # CONFIG_SCSI_IZIP_SLOW_CTR is not set
    CONFIG_SCSI_NCR53C406A=m
    CONFIG_SCSI_STEX=m
    CONFIG_SCSI_SYM53C8XX_2=m
    CONFIG_SCSI_SYM53C8XX_DMA_ADDRESSING_MODE=1
    CONFIG_SCSI_SYM53C8XX_DEFAULT_TAGS=16
    CONFIG_SCSI_SYM53C8XX_MAX_TAGS=64
    CONFIG_SCSI_SYM53C8XX_MMIO=y
    CONFIG_SCSI_IPR=m
    # CONFIG_SCSI_IPR_TRACE is not set
    # CONFIG_SCSI_IPR_DUMP is not set
    CONFIG_SCSI_PAS16=m
    CONFIG_SCSI_QLOGIC_FAS=m
    CONFIG_SCSI_QLOGIC_1280=m
    CONFIG_SCSI_QLA_FC=m
    CONFIG_TCM_QLA2XXX=m
    CONFIG_SCSI_QLA_ISCSI=m
    CONFIG_SCSI_LPFC=m
    # CONFIG_SCSI_LPFC_DEBUG_FS is not set
    CONFIG_SCSI_SYM53C416=m
    CONFIG_SCSI_DC395x=m
    CONFIG_SCSI_DC390T=m
    CONFIG_SCSI_T128=m
    CONFIG_SCSI_U14_34F=m
    # CONFIG_SCSI_U14_34F_TAGGED_QUEUE is not set
    # CONFIG_SCSI_U14_34F_LINKED_COMMANDS is not set
    CONFIG_SCSI_U14_34F_MAX_TAGS=8
    CONFIG_SCSI_ULTRASTOR=m
    CONFIG_SCSI_NSP32=m
    # CONFIG_SCSI_DEBUG is not set
    CONFIG_SCSI_PMCRAID=m
    CONFIG_SCSI_PM8001=m
    CONFIG_SCSI_SRP=m
    CONFIG_SCSI_BFA_FC=m
    CONFIG_SCSI_VIRTIO=m
    CONFIG_SCSI_CHELSIO_FCOE=m
    CONFIG_SCSI_LOWLEVEL_PCMCIA=y
    CONFIG_PCMCIA_AHA152X=m
    CONFIG_PCMCIA_FDOMAIN=m
    CONFIG_PCMCIA_NINJA_SCSI=m
    CONFIG_PCMCIA_QLOGIC=m
    CONFIG_PCMCIA_SYM53C500=m
    CONFIG_SCSI_DH=m
    CONFIG_SCSI_DH_RDAC=m
    CONFIG_SCSI_DH_HP_SW=m
    CONFIG_SCSI_DH_EMC=m
    CONFIG_SCSI_DH_ALUA=m
    CONFIG_SCSI_OSD_INITIATOR=m
    CONFIG_SCSI_OSD_ULD=m
    CONFIG_SCSI_OSD_DPRINT_SENSE=0
    # CONFIG_SCSI_OSD_DEBUG is not set
    CONFIG_ATA=m
    # CONFIG_ATA_NONSTANDARD is not set
    CONFIG_ATA_VERBOSE_ERROR=y
    CONFIG_ATA_ACPI=y
    CONFIG_SATA_ZPODD=y
    CONFIG_SATA_PMP=y
    # Controllers with non-SFF native interface
    CONFIG_SATA_AHCI=m
    CONFIG_SATA_AHCI_PLATFORM=m
    CONFIG_SATA_INIC162X=m
    CONFIG_SATA_ACARD_AHCI=m
    CONFIG_SATA_SIL24=m
    CONFIG_ATA_SFF=y
    # SFF controllers with custom DMA interface
    CONFIG_PDC_ADMA=m
    CONFIG_SATA_QSTOR=m
    CONFIG_SATA_SX4=m
    CONFIG_ATA_BMDMA=y
    # SATA SFF controllers with BMDMA
    CONFIG_ATA_PIIX=m
    CONFIG_SATA_HIGHBANK=m
    CONFIG_SATA_MV=m
    CONFIG_SATA_NV=m
    CONFIG_SATA_PROMISE=m
    CONFIG_SATA_SIL=m
    CONFIG_SATA_SIS=m
    CONFIG_SATA_SVW=m
    CONFIG_SATA_ULI=m
    CONFIG_SATA_VIA=m
    CONFIG_SATA_VITESSE=m
    # PATA SFF controllers with BMDMA
    CONFIG_PATA_ALI=m
    CONFIG_PATA_AMD=m
    CONFIG_PATA_ARASAN_CF=m
    CONFIG_PATA_ARTOP=m
    CONFIG_PATA_ATIIXP=m
    CONFIG_PATA_ATP867X=m
    CONFIG_PATA_CMD64X=m
    CONFIG_PATA_CS5520=m
    CONFIG_PATA_CS5530=m
    CONFIG_PATA_CS5535=m
    CONFIG_PATA_CS5536=m
    CONFIG_PATA_CYPRESS=m
    CONFIG_PATA_EFAR=m
    CONFIG_PATA_HPT366=m
    CONFIG_PATA_HPT37X=m
    CONFIG_PATA_HPT3X2N=m
    CONFIG_PATA_HPT3X3=m
    # CONFIG_PATA_HPT3X3_DMA is not set
    CONFIG_PATA_IT8213=m
    CONFIG_PATA_IT821X=m
    CONFIG_PATA_JMICRON=m
    CONFIG_PATA_MARVELL=m
    CONFIG_PATA_NETCELL=m
    CONFIG_PATA_NINJA32=m
    CONFIG_PATA_NS87415=m
    CONFIG_PATA_OLDPIIX=m
    CONFIG_PATA_OPTIDMA=m
    CONFIG_PATA_PDC2027X=m
    CONFIG_PATA_PDC_OLD=m
    CONFIG_PATA_RADISYS=m
    CONFIG_PATA_RDC=m
    CONFIG_PATA_SC1200=m
    CONFIG_PATA_SCH=m
    CONFIG_PATA_SERVERWORKS=m
    CONFIG_PATA_SIL680=m
    CONFIG_PATA_SIS=m
    CONFIG_PATA_TOSHIBA=m
    CONFIG_PATA_TRIFLEX=m
    CONFIG_PATA_VIA=m
    CONFIG_PATA_WINBOND=m
    # PIO-only SFF controllers
    CONFIG_PATA_CMD640_PCI=m
    CONFIG_PATA_ISAPNP=m
    CONFIG_PAT

    xf86-video-intel?  I tried putting that in /etc/default/grub 
    $ cat /etc/default/grub
    GRUB_DEFAULT=0
    GRUB_TIMEOUT=5
    GRUB_DISTRIBUTOR="Arch"
    GRUB_CMDLINE_LINUX_DEFAULT="i915.modeset=1"
    GRUB_CMDLINE_LINUX=""
    # 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=0
    #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"
    according to the link I need to add it to /etc/mkinitcpio.conf
    I added it and got this error during build::
    ==> ERROR: module not found: `i915.modeset=1'
    so I reverted it back to i915 and I am wondering about the warnings during build
    ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
    -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
    ==> Starting build: 3.9.9-1-ARCH
    -> Running build hook: [base]
    -> Running build hook: [udev]
    -> Running build hook: [autodetect]
    -> Running build hook: [modconf]
    -> Running build hook: [block]
    -> Running build hook: [resume]
    -> Running build hook: [filesystems]
    -> Running build hook: [keyboard]
    -> Running build hook: [fsck]
    ==> Generating module dependencies
    ==> Creating gzip initcpio image: /boot/initramfs-linux.img
    ==> Image generation successful
    ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
    -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
    ==> Starting build: 3.9.9-1-ARCH
    -> Running build hook: [base]
    -> Running build hook: [udev]
    -> Running build hook: [modconf]
    -> Running build hook: [block]
    ==> WARNING: Possibly missing firmware for module: aic94xx
    ==> WARNING: Possibly missing firmware for module: bfa
    -> Running build hook: [resume]
    -> Running build hook: [filesystems]
    -> Running build hook: [keyboard]
    -> Running build hook: [fsck]
    ==> Generating module dependencies
    ==> Creating gzip initcpio image: /boot/initramfs-linux-fallback.img
    ==> Image generation successful
    Last edited by Areckx (2013-07-10 20:37:39)

Maybe you are looking for

  • ERROR [code=1] Running adjopy.class

    Hi DBA's When i am applying patch 5903765 i got the following error. i checked the write permission and owner permission, it seems everyting is fine and I run manually following script, i got the same error. adjava -mx512m -nojit oracle.apps.ad.jri.a

  • How to go about preserving iWork while resetting a MacBook?

    I am soon upgrading to a retina MacBook pro from my black MacBook that I got several years back and my father is taking it over. I would like to do a factory reset for him so that everything is fresh and snappy. Nothing on the MacBook needs to be pre

  • What "Components" of After Effects require QuickTime?

    I get the message "quicktime is not installed on this system some components will not work correctly" whenever I startup After Effects.  It is true that I do not have QuickTime installed on this system, but I do have several questions.  (This isn't a

  • Accuracy of the get timestamp function accuracy +/- 16 ms??

      I'm using the "Get Timestamp Function" in my vi to mark time in my file roughly every 30 seconds.  The problem I am seeing is that it seems sometimes it is 16 ms off.  Sooner rather than later.  Do I need to mix this with the get time in seconds fu

  • Issue in heading please help me out

    Hi   I have a problem in using REUSE_ALV_HIERSEQ_LIST_DISPLAY. i have to display a heading which i build up using events. I want to make the font size in heading bigger. and also I want to make the subheading in bold. please help me out sarang