[SOLVED] "No scan results", Ralink Device 3592

Hi,
I have recently installed Arch on my HP ProBook 4530s, and it has gone great; except that I can't seem to be able to get wifi to work. I've followed the instructions on the wiki, but no dice so far. At first, I tried using netcfg profiles, but it keeps giving "WPA Authentication/Association error." (even though my network uses WEP, and I'm sure I'm entering the correct ESSID/key):
#netcfg -u wireless-home
:: wireless-home up [BUSY]
> WPA Authentication/Association Failed
[FAIL]
## contents of /etc/network.d/wireless-home
CONNECTION='wireless'
DESCRIPTION='BT HomeHub'
INTERFACE='wlan0'
SECURITY='wep'
ESSID='BTHomeHub-A970'
KEY='XXXXXXXXXXX'
IP='dhcp'
# Uncomment this if your ssid is hidden
#HIDDEN=yes
## Uncomment if you are using an ad-hoc connection
#ADHOC=1
PRE_UP="iwconfig $INTERFACE essid $ESSID channel 7"
#TIMEOUT=60
I then tried scanning for networking with iwlist, but that returned no results:
#iwlist wlan0 scan
wlan0 No scan results
I have also tired wicd with wicd-curses, but that also didn't show any wireless networks. I'm pretty sure my network is working properly -- I am able to connect to it in Windows 7 on the same laptop.
The built-in wireless card appears to be detected as "Ralink corp. Device 3592":
#lspci | grep -i net
24:00.0 Network controller: Ralink corp. Device 3592
25:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 06)
I am on 3.0-ARCH and using the default rt2800pci driver. After reading posts about similar problems on this forum, and googling around, I tried downgrading to rt2870sta, which I've installed from AUR, added to MODULES in /etc/rc.conf, while blacklisting rt2800pci; but that made the wlan0 interface disappear completely.
I am now at a loss regarding how to proceed. Does anyone have experience with this card/driver? Am I missing something? Is there something I can do to possibly identify the cause?
Here is additional information (ifconfig output, etc) from my setup:
#lsmod | grep rt
rt2800pci 9373 0
rt2800lib 37024 1 rt2800pci
crc_ccitt 1331 1 rt2800lib
rt2x00pci 4986 1 rt2800pci
rt2x00lib 34214 3 rt2800pci,rt2800lib,rt2x00pci
mac80211 215908 3 rt2800lib,rt2x00pci,rt2x00lib
cfg80211 160772 2 rt2x00lib,mac80211
iTCO_vendor_support 1929 1 iTCO_wdt
eeprom_93cx6 1344 1 rt2800pci
#lspci | grep -i net
24:00.0 Network controller: Ralink corp. Device 3592
25:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 06)
#ifconfig
eth0: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500 metric 1
ether 64:31:50:97:a9:21 txqueuelen 1000 (Ethernet)
RX packets 10856 bytes 673492 (657.7 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 1505 bytes 63805 (62.3 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
device interrupt 50 base 0xe000
lo: flags=73<UP,LOOPBACK,RUNNING> mtu 16436 metric 1
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0x10<host>
loop txqueuelen 0 (Local Loopback)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 0 bytes 0 (0.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
wlan0: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500 metric 1
ether 68:a3:c4:bb:bf:ba txqueuelen 1000 (Ethernet)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 0 bytes 0 (0.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
#ip addr
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 16436 qdisc noqueue state UNKNOWN
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
2: eth0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc pfifo_fast state DOWN qlen 1000
link/ether 64:31:50:97:a9:21 brd ff:ff:ff:ff:ff:ff
3: wlan0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq state DOWN qlen 1000
link/ether 68:a3:c4:bb:bf:ba brd ff:ff:ff:ff:ff:ff
Any suggestions/pointers would be greatly appreciated. Thanks!
Last edited by setrofim (2011-11-20 14:41:53)

yes, I been searching the solution as well, as i am using gentoo but kernel drivers doesnt work
I searched one from Russian website, translated into English
I cannot compile it successfully, but let me know if this helps or not
cheers
Solving Problems with Ralink RT3592
I think many familiar with the situation when the laptop identifies all devices except the wireless connection, well, or, as in my case, the device is recognized but not working.
To determine what kind of device is responsible for the wireless connection, you can execute the following command:
$ Lspci-v | grep-i-A 5 "network controller"
24:00.0 Network controller: Ralink corp. Device 3592
Subsystem: Hewlett-Packard Company Device 1638
Flags: bus master, fast devsel, latency 0, IRQ 19
Memory at d4700000 (32-bit, non-prefetchable) [size = 64K]
Capabilities:
Kernel driver in use: rt2800pci
As can be seen, the device is identified as Ralink RT3592, and even found a driver rt2800pci. In the description of the driver does have this card, but the device does not wish to be connected to the network.
Googling, I learned that I am not the only one who have the problem. Many advised to go to the official website of Ralink, download a tarball with the drivers and follow the instructions to install them. Installing the truth was make & & make install, which I personally do not like: I want to know what, where and why is copied to my system, so that if something were to look for the problem easier.
So. The first thing you need - is to download a tarball with the driver from the official site (have to sign the agreement).
The manufacturer's website says that these drivers are suitable for the RT3060, RT3062, RT3562 and RT3592. I tested only on its chip.
Next, unpack the tarball and the directory contains files inside README_STA_pci, where you can read all the installation instructions (including the infamous make install).
Next steps.
1. modify Makefile according to the instructions (I did not need)
2. change the os / linux / config.mk according to instructions (changing settings):
HAS_WPA_SUPPLICANT = y
HAS_NATIVE_WPA_SUPPLICANT_SUPPORT = y
3. make: I gave an error when creating a directory in the root (strange that it's in the make), but the assembly was completed
4. sudo mkdir-p / etc/Wireless/RT2860STA
5. sudo cp RT2860STA.dat / etc/Wireless/RT2860STA
6. sudo cp RT2860STACard.dat / etc/Wireless/RT2860STA
6. sudo cp os/linux/rt3562sta.ko / lib / modules / $ (uname-r) / kernel/drivers/net/wireless/rt2860sta.ko
7. sudo depmod $ (uname-r)
8. add a module to the blacklist rt2800pci for Ubuntu is equivalent to adding to / etc / modprobe.d / blacklist.conf lines:
blacklist rt2800pci
9. reboot
In principle, until the eighth paragraph to see success, you can try the following:
$ Sudo modprobe-r rt2800pci
$ Sudo modprobe rt2860sta
... And restart the network. If everything goes well, we can safely add a free module in the blacklist.
Of course, in an amicable way to compile the package, but the time for analysis of the principles of the assembly, I was not. But such a package is in the repository Russian Fedora (Respect), and the AUR PKGBUILD for too simple.
Last edited by olo (2011-11-07 04:16:12)

Similar Messages

  • I keep getting a message from Norton Security that there is an intrusion that is being blocked. The intrusion is always accompanied by this message 'the attack was resulted from /device/harddiskvolume2/programfiles/mozillafoxfire/foxfire.exe. Why is this

    I keep getting messages from Norton security that there has been an attack that has been blocked. It is accompanied by the message that 'the attack was resulted from device/harddiskvolume2/programfiles/mozillafoxfire/foxfire.exe Why is this happening so frequently? Also I was getting a message every time I closed my browser window that Firefox had crashed (even though it had not), and it wanted to send a message to Mozilla.
    == This happened ==
    Every time Firefox opened
    == Two days ago

    I did some searching and found http://community.norton.com/t5/Norton-Internet-Security-Norton/repeated-quot-intrusion-attempt-quot-alerts-from-Norton-AV-2010/m-p/232823
    Maybe that will help? Did you come across a website that said was scanning your computer for viruses? Those websites are really attack sites.

  • Why does my brand new HP Officejet 5740 have extremely poor quality scan results?

    My brand new HP Officejet 5740 has extremely poor quality scan results!  
    Excessive and unacceptable amounts of white specs appear in the resulting  jpegs, of what are  perfectly clean, orignal, dark,  documents, pages and  photos,  when placed into the scanner.  Why is this happening???
    Has anyone else experienced this problem?  If so, how did you resolve it?

    Hi @mpstone1,
    Welcome to the HP Support Forums! I see you are not happy with the scan quality on your new HP Officejet 5740, when you scan something you are getting alot of white specs.
    I would like you to first perform a Hard Reset on the OJ 5740:
    1. Unplug all cables and memory cards from the printer. Unplug the power cord, directly from the back of the printer while the printer is still turned on.
    2. Unplug the other end of the cord from the power source.
    3. If there is a power module on the power cord, disconnect one end and reconnect it.
    4. After 60 seconds, plug the cord directly into a wall outlet (not a surge protector or battery backup as they can cause the printer to lose basic functionality over time).
    5. Plug the power cord into the back of the printer.
    6. The printer should automatically power back up. If it doesn't, turn it on with the power button.
    7. Try making a photocopy (if your printer is an all-in-on printer) before connecting any other cables to the printer.
    8. Connect any other needed cables to the printer.
    Please continue here: Vertical Bands, Lines, or Streaks in Copies, Faxes, or Scans, complete the steps listed, make sure the scanner lid is fully down when powering on, do not lift the lid until the printer is fully initialzied.
    If after the troubleshooting has been done the copy quality has not improved, contact our technical support at 800-474-6836 as it may be the hardware and you would still be in warranty. If you live outside the US/Canada Region, please click the link below to get the support number for your region.
    http://www8.hp.com/us/en/contact-hp/ww-phone-assist.html
    I hope this helps!
    HevnLgh
    I work on behalf of HP
    Please click “Accept as Solution” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" to the left of the reply button to say “Thanks” for helping!

  • Lenovo C260 series, hardware scan result - FAILED

    A routine hard ware scan using Lenovo Solution Centre showed:Critical - Has detected one or more failures; Result : FAILED, Device: PCI Express Express System ,                    Error Code  WPE001001-HK7C1HNon Critical: Device Manager alert: One or more devices have problem: Drivers - Intel Pentium N and J series / Intel Celeron Processor N and J Series EH1 USB-OF34 Disabled.  ( system still under warrenty) HELP  

    Try running the Intel driver updater from the Intel site? This thread suggests it worked:
    https://forums.lenovo.com/t5/Lenovo-A-B-C-N-S-Flex-and/C260-driver-error-intel-r-pentium-r-processor-n-and-j-series/m-p/2092089#M6427
    Though the last post is an e-mail from Lenovo saying it's a known glitch with a fix in the future.

  • G 500s Hardware Scan Result Code

    Hello,
    I recently got a result code from my hardware scan:
    Result code: WHD01V00G-HJ9B6E
    When I look at the results I can see that the only failure was the "SMART short self-test"
    Not sure what this means?
    Thanks!
    Solved!
    Go to Solution.

    hi timnava,
    Welcome to Lenovo Community Forums!
    You can try other HDD test to verify that the HDD really is failing
    You can try HDTUNE
    If this give same Samrt test failed then I suggest you back up your Documents and Call lenovo Technical Team about the problem.
    http://support.lenovo.com/en_US/feedback/detail.page?LegacyDocID=MIGR-76613
    Regards
    Solid Cruver
    Did someone help you today? Press the star on the left to thank them with a Kudo!
    If you find a post helpful and it answers your question, please mark it as an "Accepted Solution"! This will help the rest of the Community with similar issues identify the verified solution and benefit from it.
    Follow @LenovoForums on Twitter!

  • I have used Image Capture to scan images/documents and then saved them as either PDFs or PNG files.  For some reason, just this past week Image Capture will no longer save the file.  It scans, and the Scan Results window pops up, but it won't save file.

    I have used Image Capture to scan images/documents and then saved them as either PDFs or PNG files.  For some reason, just this past week, Image Capture will no longer save the file.  It scans, and the Scan Results window pops up, but it won't save file.
    The file name has no special character in it, just letters and no spaces.
    I have done this in the past and it has worked, but now it will not.
    I have not upgraded any software, that I am aware of.
    After scanning, the Image Capture pops up the Scan Results with the file name in the window, but neither the Scan Results nor the Image Capture window responds to inputs.  The Image Capture window is frozen, with only the "Overview" and "Cancel" buttons active (but non-responsive).
    Is this a software issue or a scanner hardware issue?  I am using a HP Photosmart C6200 series printer/scanner on a network using a Time Capsule airport.
    Thanks.

    I had the same problem.
    Got a 90% fix.  Apparently the Mavericks preferences won't work with Yosemite, so I just deleted the Image Capture preferences.
    Unfortunately, the "Scan to" folder seems to be permanently set to the Pictures folder.
    1.  Quit Image Capture
    2.  Go to Finder > Go > Home, which opens up your home folder (named after your user name)
    3.  Open Library > Preferences > com.apple.ImageCapture.plist - Drag this file to the Trash
    4.  Start "Image Capture", click "Details" and change all your settings as you prefer
    5.  Quit and restart "Image Capture".   Notice it remembers all your settings except "Scan to" folder.  It insists on saving to "Pictures".
    That's as far as I was successful.  I tried changing the "Scan to" folder to "Desktop", but on launch, Image Capture always sets it back to "Pictures".
    This is what I tried:
    6.  Download and install "Pref Setter" from http://www.nightproductions.net/prefsetter.html
    7.  Quit "Image Capture".  Right-click on "com.apple.ImageCapture.plist" and open with Pref Setter.
    8.  Search for "Pictures", which finds "~/Pictures" (the tilde character at the start means your home directory).
    9.  Double-click on "~/Pictures" and change it to the folder you prefer.  I like "~/Desktop"
    10. Choose File > Save then Quit from Pref Setter.  Note that re-opening the plist file still shows "~/Desktop"
    11. Start up "Image Capture" -- on startup, "Image Capture" sets "Scan to" folder to "Pictures"
    I consider this a bug.

  • Can I force LE 8 to scan for audio device?

    I run all recordings through a Mac Min. As there is only 1 firewire port, I need to have my mixer feeding into a powered hub. When I start the Mac, it doesn't retain the connection to the mixer and I need to switch the mixer and the mic off on order to let Logic go through the scanning process to re-acquire it. This isn't really a problem, but I find it really irritating. When I had a direct firewire connection to the control room iMac, it always 'saw' the mixer and mic.
    Can anybody suggest a way to keep the connection/setting or can I force Logic to do the scan for audio devices without having to turn the mixer off and on.
    Thanks.

    I am aware of the "hold alt key" at start up. However this doesn't work for me for some reason

  • Iwl3945: no scan results with 'iwlist scan'

    hello!
    i have a little problem. i successfully use the iwl3945 wifi driver. i can connect with the arch network scripts.
    but i cannot scan anymore with the iwlist tool. it tells me that there are no scan results.
    anyone else with this problem? how can i fix it?
    thx, mfg iggy

    I find this strange too.
    [marc@~] iwlist wlan0 scan
    wlan0 No scan results
    [marc@~] su -
    Password:
    [root@~] iwlist wlan0 scan
    wlan0 Scan completed :
    Cell 01 - Address: 00:19:5B:0B:21:16
    ESSID:"scram"
    Mode:Master
    Channel:9
    Frequency:2.452 GHz (Channel 9)
    Quality=88/100 Signal level=-45 dBm Noise level=-84 dBm
    Encryption key:on
    IE: IEEE 802.11i/WPA2 Version 1
    Group Cipher : CCMP
    Pairwise Ciphers (1) : CCMP
    Authentication Suites (1) : PSK
    Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 6 Mb/s
    9 Mb/s; 12 Mb/s; 18 Mb/s; 24 Mb/s; 36 Mb/s
    48 Mb/s; 54 Mb/s
    Extra:tsf=000007f9c4876b63
    [root@~]

  • Disable scanning for new devices?

    Another new user question: Is there a way to disable the automatic scanning for new devices in Logic Pro 9? At the moment, my system is connected to a KVM (w/USB) switch, and every time I switch to the system running logic, it asks me if I want to use my USB headset, which is on the KVM switch, as an audio device (I don't). It would be nice if I could turn off that function and scan manually when I add a device that I want to use with Logic. Thanks...

    Hi Stephan,
    Not yet.   This is a new feature we added in December to demonstrate during registration that the Service Request automation is working. 
    While these Demo Service Requests are real Service Requests, they are held in a special queue and not routed to TAC engineers. Smart Call Home will automatically close every Demo Service Request after a short time.
    In the next release, we plan to implement a toggle in the Smart Call Home portal so that you can control this feature.
    Feel free to continue registering devices.  Demo SRs are just an additional validation that everything is working.  They shouldn't create any additional work for you or for TAC.

  • Bad Scan result black page with color vertical lines

    Why my HP Deskjet 1050 All in one printer Bad Scan result black page with color vertical lines ? i'm running on linux mint 17. 

    Hi , Welcome to the HP Forums! I understand that you are getting vertical lines with your scanning when using your HP Deskjet 1050 printer on Linux Mint 17. I am happy to look into this for you! What happens when you make copies with the printer? Copy Documents with Text and Graphics. Do you still see the vertical lines? In the meantime, please see this guide, Vertical Bands, Lines, or Streaks in Copies or Scans, and let me know what happens! Hope to hear from you soon!  “Please click the Thumbs up icon below to thank me for responding.”

  • HP Officejet Pro L7590 Stopped scanning to removeable devices..ie. USB Flash Drive

    Printer Just stopped scanning to a removeable Flash Drives on the printer itself. The unit is shared by multiple people in the office. The document will scan, but is says " SCAN Failure.. Memory Device Failure". The issue is that we have tried other none good Flash drives with the same result. The unit will scan manually to a computer if the scan is intiated through the "HP Solution Center", but a randon user can not preform a scan through the direct panel on the front of the unit and send it to a flash drive.  I have tried looking for updates and found no info on this unit. I know it is older, but it works so well.  Please help!

    Hi @Steve25 ,
    I see that you are having issues scanning to the flash drive. I would be happy to help you.
    The printer might not be able to read the Flash Drive because of the way it was formatted or the size is too big.
    I believe it should be able to read it, when it is formatted for FAT32.
    Try another USB drive under 2GB to make sure it isn't a hardware issue with the printer.
    I checked the specifications, but it doesn't mention the size, that the printer is compatible with reading.
    Most likely, under 2GB for this model.
    What size is the flash drive? (1 GB, 4 GB, 8 GB, 16 GB)
    What is the format of the scan you are trying to save to the flash drive? (JPEG, PDF)
    Is the flash drive formatted?
    Does the flash drive work if you connect it to another device and are the files readable on the flash drive?
    If there is anything else I can help you with, just let me know.
    Have a nice day!
    Thank You.
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" on the right to say “Thanks” for helping!
    Gemini02
    I work on behalf of HP

  • [Solved] Unable to find root device

    Hi guys,
    it's been three days now that my laptop refuses to boot with a message from systemd like this:
    ERROR: device 'UUID=xxx...' not found. Skipping fsck.
    ERROR: Unable to find root device 'UUID=xxx...'.
    You are being dropped to a recovery shell.
    That said, keep in mind that I'm saying "three days" just because it's in the past two days that I've spent most of the time searching in the Internet for a solution of what seems just to be a well-known, very common problem, especially when it arises after a kernel upgrade (as in my case).
    But believe me, I've been trying this and that through the live Arch Linux environment, but without the slightest improvement: regeneration of the initramfs, regeneration of /etc/fstab, reconfiguration of GRUB (although this was clearly unhelpful, since the problem arises when the kernel has already been booted), small changes in the hooks in /etc/mkinitcpio.conf, small changes to some modules loaded at boot, downgrading linux... Nothing works.
    I'm now writing from another computer, so I cannot post the entire output of useful commands now, but if you need to know something I will give you the necessary information.
    In the meanwhile, notice that I use Linux LVM partition with logical volumes formatted with Btrfs, without encryption.
    It's strange that even with the dowgrade from Linux 3.18.3 (the one after whose installation the system was unusable) to 3.18.2 the problem still remains.
    However, the only thing I managed to take from my system is the output of dmesg, obtained from the recovery shell, after having set the debug settings for systemd in the kernel command line before booting.
    [ 0.000000] Initializing cgroup subsys cpuset
    [ 0.000000] Initializing cgroup subsys cpu
    [ 0.000000] Initializing cgroup subsys cpuacct
    [ 0.000000] Linux version 3.18.4-1-ARCH (builduser@tobias) (gcc version 4.9.2 20141224 (prerelease) (GCC) ) #1 SMP PREEMPT Tue Jan 27 20:45:02 CET 2015
    [ 0.000000] Command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=345f6168-2ff7-41fd-bf0e-050d4dd6795d systemd.log_level=debug systemd.log_target=kmsg log_buf_len=1M rw quiet
    [ 0.000000] e820: BIOS-provided physical RAM map:
    [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x00000000000913ff] usable
    [ 0.000000] BIOS-e820: [mem 0x0000000000091400-0x000000000009ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000c8c6cfff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000c8c6d000-0x00000000dae8cfff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000dae8d000-0x00000000daeb6fff] ACPI data
    [ 0.000000] BIOS-e820: [mem 0x00000000daeb7000-0x00000000db802fff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x00000000db803000-0x00000000dbafffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000dd000000-0x00000000df1fffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed03fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000021edfffff] usable
    [ 0.000000] NX (Execute Disable) protection: active
    [ 0.000000] SMBIOS 2.8 present.
    [ 0.000000] DMI: Dell Inc. Latitude E5550/0YM97J, BIOS A03 10/30/2014
    [ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
    [ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
    [ 0.000000] AGP: No AGP bridge found
    [ 0.000000] e820: last_pfn = 0x21ee00 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-FFFFF write-protect
    [ 0.000000] MTRR variable ranges enabled:
    [ 0.000000] 0 base 0000000000 mask 7E00000000 write-back
    [ 0.000000] 1 base 0200000000 mask 7FE0000000 write-back
    [ 0.000000] 2 base 00E0000000 mask 7FE0000000 uncachable
    [ 0.000000] 3 base 00DE000000 mask 7FFE000000 uncachable
    [ 0.000000] 4 base 00DD000000 mask 7FFF000000 uncachable
    [ 0.000000] 5 base 021F000000 mask 7FFF000000 uncachable
    [ 0.000000] 6 base 021EE00000 mask 7FFFE00000 uncachable
    [ 0.000000] 7 disabled
    [ 0.000000] 8 disabled
    [ 0.000000] 9 disabled
    [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    [ 0.000000] e820: update [mem 0xdd000000-0xffffffff] usable ==> reserved
    [ 0.000000] e820: last_pfn = 0xc8c6d max_arch_pfn = 0x400000000
    [ 0.000000] found SMP MP-table at [mem 0x000fda70-0x000fda7f] mapped at [ffff8800000fda70]
    [ 0.000000] Scanning 1 areas for low memory corruption
    [ 0.000000] Base memory trampoline at [ffff88000008b000] 8b000 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 [0x01b36000, 0x01b36fff] PGTABLE
    [ 0.000000] BRK [0x01b37000, 0x01b37fff] PGTABLE
    [ 0.000000] BRK [0x01b38000, 0x01b38fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0x21ec00000-0x21edfffff]
    [ 0.000000] [mem 0x21ec00000-0x21edfffff] page 2M
    [ 0.000000] BRK [0x01b39000, 0x01b39fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0x21c000000-0x21ebfffff]
    [ 0.000000] [mem 0x21c000000-0x21ebfffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x200000000-0x21bffffff]
    [ 0.000000] [mem 0x200000000-0x21bffffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x00100000-0xc8c6cfff]
    [ 0.000000] [mem 0x00100000-0x001fffff] page 4k
    [ 0.000000] [mem 0x00200000-0x3fffffff] page 2M
    [ 0.000000] [mem 0x40000000-0xbfffffff] page 1G
    [ 0.000000] [mem 0xc0000000-0xc8bfffff] page 2M
    [ 0.000000] [mem 0xc8c00000-0xc8c6cfff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0x100000000-0x1ffffffff]
    [ 0.000000] [mem 0x100000000-0x1ffffffff] page 1G
    [ 0.000000] log_buf_len: 1048576 bytes
    [ 0.000000] early log buf free: 519600(99%)
    [ 0.000000] RAMDISK: [mem 0x3539c000-0x369c5fff]
    [ 0.000000] ACPI: Early table checksum verification disabled
    [ 0.000000] ACPI: RSDP 0x00000000000EF280 000024 (v02 DELL )
    [ 0.000000] ACPI: XSDT 0x00000000DAE960A8 0000CC (v01 DELL CBX3 01072009 AMI 00010013)
    [ 0.000000] ACPI: FACP 0x00000000DAEA9C60 00010C (v05 DELL CBX3 01072009 AMI 00010013)
    [ 0.000000] ACPI: DSDT 0x00000000DAE96200 013A5B (v02 DELL CBX3 01072009 INTL 20120913)
    [ 0.000000] ACPI: FACS 0x00000000DB800F80 000040
    [ 0.000000] ACPI: APIC 0x00000000DAEA9D70 000084 (v03 DELL CBX3 01072009 AMI 00010013)
    [ 0.000000] ACPI: FPDT 0x00000000DAEA9DF8 000044 (v01 DELL CBX3 01072009 AMI 00010013)
    [ 0.000000] ACPI: FIDT 0x00000000DAEA9E40 00009C (v01 DELL CBX3 01072009 AMI 00010013)
    [ 0.000000] ACPI: MCFG 0x00000000DAEA9EE0 00003C (v01 DELL CBX3 01072009 MSFT 00000097)
    [ 0.000000] ACPI: HPET 0x00000000DAEA9F20 000038 (v01 DELL CBX3 01072009 AMI. 00000005)
    [ 0.000000] ACPI: SSDT 0x00000000DAEA9F58 0004B5 (v01 SataRe SataTabl 00001000 INTL 20120913)
    [ 0.000000] ACPI: UEFI 0x00000000DAEAA410 000042 (v01 00000000 00000000)
    [ 0.000000] ACPI: SSDT 0x00000000DAEAA458 000C7D (v02 Ther_R Ther_Rvp 00001000 INTL 20120913)
    [ 0.000000] ACPI: ASF! 0x00000000DAEAB0D8 0000A0 (v32 INTEL HCG 00000001 TFSM 000F4240)
    [ 0.000000] ACPI: SSDT 0x00000000DAEAB178 00051F (v02 PmRef Cpu0Ist 00003000 INTL 20120913)
    [ 0.000000] ACPI: SSDT 0x00000000DAEAB698 000B74 (v02 CpuRef CpuSsdt 00003000 INTL 20120913)
    [ 0.000000] ACPI: SSDT 0x00000000DAEAC210 0001C7 (v02 PmRef LakeTiny 00003000 INTL 20120913)
    [ 0.000000] ACPI: SSDT 0x00000000DAEAC3D8 0003A5 (v02 CppcTa CppcTabl 00001000 INTL 20120913)
    [ 0.000000] ACPI: PCCT 0x00000000DAEAC780 00006E (v05 PcctTa PcctTabl 00001000 INTL 20120913)
    [ 0.000000] ACPI: SSDT 0x00000000DAEAC7F0 000AC4 (v02 Cpc_Ta Cpc_Tabl 00001000 INTL 20120913)
    [ 0.000000] ACPI: SSDT 0x00000000DAEAD2B8 0041AC (v02 SaSsdt SaSsdt 00003000 INTL 20120913)
    [ 0.000000] ACPI: SSDT 0x00000000DAEB1468 004508 (v01 DptfTa DptfTabl 00001000 INTL 20120913)
    [ 0.000000] ACPI: SLIC 0x00000000DAEB5970 000176 (v03 DELL CBX3 01072009 MSFT 00010013)
    [ 0.000000] ACPI: MSDM 0x00000000DAEB5AE8 000055 (v03 DELL CBX3 06222004 AMI 00010013)
    [ 0.000000] ACPI: DMAR 0x00000000DAEB5B40 0000B0 (v01 INTEL BDW 00000001 INTL 00000001)
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] No NUMA configuration found
    [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000021edfffff]
    [ 0.000000] NODE_DATA(0) allocated [mem 0x21ecfa000-0x21ecfdfff]
    [ 0.000000] [ffffea0000000000-ffffea00087fffff] PMD -> [ffff880216800000-ffff88021e3fffff] on node 0
    [ 0.000000] Zone ranges:
    [ 0.000000] DMA [mem 0x00001000-0x00ffffff]
    [ 0.000000] DMA32 [mem 0x01000000-0xffffffff]
    [ 0.000000] Normal [mem 0x100000000-0x21edfffff]
    [ 0.000000] Movable zone start for each node
    [ 0.000000] Early memory node ranges
    [ 0.000000] node 0: [mem 0x00001000-0x00090fff]
    [ 0.000000] node 0: [mem 0x00100000-0xc8c6cfff]
    [ 0.000000] node 0: [mem 0x100000000-0x21edfffff]
    [ 0.000000] Initmem setup node 0 [mem 0x00001000-0x21edfffff]
    [ 0.000000] On node 0 totalpages: 1997309
    [ 0.000000] DMA zone: 64 pages used for memmap
    [ 0.000000] DMA zone: 21 pages reserved
    [ 0.000000] DMA zone: 3984 pages, LIFO batch:0
    [ 0.000000] DMA32 zone: 12786 pages used for memmap
    [ 0.000000] DMA32 zone: 818285 pages, LIFO batch:31
    [ 0.000000] Normal zone: 18360 pages used for memmap
    [ 0.000000] Normal zone: 1175040 pages, LIFO batch:31
    [ 0.000000] Reserving Intel graphics stolen memory at 0xdd200000-0xdf1fffff
    [ 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[0x02] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x01] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled)
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high dfl lint[0xe4])
    [ 0.000000] ACPI: NMI not connected to LINT 1!
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] dfl edge lint[0x35])
    [ 0.000000] ACPI: NMI not connected to LINT 1!
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] dfl edge lint[0x4b])
    [ 0.000000] ACPI: NMI not connected to LINT 1!
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x59])
    [ 0.000000] ACPI: NMI not connected to LINT 1!
    [ 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: IRQ9 used by override.
    [ 0.000000] Using ACPI (MADT) for SMP configuration information
    [ 0.000000] ACPI: HPET id: 0x8086a701 base: 0xfed00000
    [ 0.000000] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
    [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x00091000-0x00091fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x00092000-0x0009ffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xc8c6d000-0xdae8cfff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xdae8d000-0xdaeb6fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xdaeb7000-0xdb802fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xdb803000-0xdbafffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xdbb00000-0xdcffffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xdd000000-0xdf1fffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xdf200000-0xf7ffffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfc000000-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-0xfed03fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed04000-0xfed1bfff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed20000-0xfedfffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
    [ 0.000000] e820: [mem 0xdf200000-0xf7ffffff] 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:4 nr_node_ids:1
    [ 0.000000] PERCPU: Embedded 30 pages/cpu @ffff88021ea00000 s82880 r8192 d31808 u524288
    [ 0.000000] pcpu-alloc: s82880 r8192 d31808 u524288 alloc=1*2097152
    [ 0.000000] pcpu-alloc: [0] 0 1 2 3
    [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1966078
    [ 0.000000] Policy zone: Normal
    [ 0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=345f6168-2ff7-41fd-bf0e-050d4dd6795d systemd.log_level=debug systemd.log_target=kmsg log_buf_len=1M rw quiet
    [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
    [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form
    [ 0.000000] AGP: Checking aperture...
    [ 0.000000] AGP: 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: 7760140K/7989236K available (5479K kernel code, 908K rwdata, 1720K rodata, 1160K init, 1184K bss, 229096K reserved)
    [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, 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=4.
    [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
    [ 0.000000] NR_IRQS:8448 nr_irqs:728 0
    [ 0.000000] Console: colour dummy device 80x25
    [ 0.000000] console [tty0] enabled
    [ 0.000000] allocated 32505856 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.000000] tsc: Detected 2593.984 MHz processor
    [ 0.000025] Calibrating delay loop (skipped), value calculated using timer frequency.. 5190.13 BogoMIPS (lpj=8646613)
    [ 0.000028] pid_max: default: 32768 minimum: 301
    [ 0.000032] ACPI: Core revision 20140926
    [ 0.020437] ACPI: All ACPI Tables successfully acquired
    [ 0.021107] Security Framework initialized
    [ 0.021114] Yama: becoming mindful.
    [ 0.021531] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
    [ 0.023288] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
    [ 0.024091] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes)
    [ 0.024099] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes)
    [ 0.024297] Initializing cgroup subsys memory
    [ 0.024302] Initializing cgroup subsys devices
    [ 0.024304] Initializing cgroup subsys freezer
    [ 0.024305] Initializing cgroup subsys net_cls
    [ 0.024307] Initializing cgroup subsys blkio
    [ 0.024325] CPU: Physical Processor ID: 0
    [ 0.024326] CPU: Processor Core ID: 0
    [ 0.024329] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
    [ 0.024329] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
    [ 0.025227] mce: CPU supports 7 MCE banks
    [ 0.025238] CPU0: Thermal monitoring enabled (TM1)
    [ 0.025247] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 1024
    [ 0.025247] Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 1024, 1GB 4
    [ 0.025334] Freeing SMP alternatives memory: 20K (ffffffff81a07000 - ffffffff81a0c000)
    [ 0.026009] ftrace: allocating 20921 entries in 82 pages
    [ 0.033432] dmar: Host address width 39
    [ 0.033434] dmar: DRHD base: 0x000000fed90000 flags: 0x0
    [ 0.033442] dmar: IOMMU 0: reg_base_addr fed90000 ver 1:0 cap c0000020660462 ecap f0101a
    [ 0.033443] dmar: DRHD base: 0x000000fed91000 flags: 0x1
    [ 0.033447] dmar: IOMMU 1: reg_base_addr fed91000 ver 1:0 cap d2008c20660462 ecap f010da
    [ 0.033448] dmar: RMRR base: 0x000000db9ee000 end: 0x000000db9fcfff
    [ 0.033449] dmar: RMRR base: 0x000000dd000000 end: 0x000000df1fffff
    [ 0.033571] IOAPIC id 2 under DRHD base 0xfed91000 IOMMU 1
    [ 0.033572] HPET id 0 under DRHD base 0xfed91000
    [ 0.033573] Queued invalidation will be enabled to support x2apic and Intr-remapping.
    [ 0.033573] Your BIOS is broken and requested that x2apic be disabled.
    [ 0.033573] This will slightly decrease performance.
    [ 0.033573] Use 'intremap=no_x2apic_optout' to override BIOS request.
    [ 0.033713] Enabled IRQ remapping in xapic mode
    [ 0.033713] x2apic not enabled, IRQ remapping is in xapic mode
    [ 0.034335] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    [ 0.067359] smpboot: CPU0: Intel(R) Core(TM) i5-4310U CPU @ 2.00GHz (fam: 06, model: 45, stepping: 01)
    [ 0.067366] TSC deadline timer enabled
    [ 0.067387] Performance Events: PEBS fmt2+, 16-deep LBR, Haswell events, full-width counters, Intel PMU driver.
    [ 0.067404] ... version: 3
    [ 0.067405] ... bit width: 48
    [ 0.067406] ... generic registers: 4
    [ 0.067407] ... value mask: 0000ffffffffffff
    [ 0.067407] ... max period: 0000ffffffffffff
    [ 0.067408] ... fixed-purpose events: 3
    [ 0.067409] ... event mask: 000000070000000f
    [ 0.090846] x86: Booting SMP configuration:
    [ 0.090848] .... node #0, CPUs: #1
    [ 0.105028] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
    [ 0.111723] #2 #3
    [ 0.146545] x86: Booted up 1 node, 4 CPUs
    [ 0.146548] smpboot: Total of 4 processors activated (20760.53 BogoMIPS)
    [ 0.149839] devtmpfs: initialized
    [ 0.151742] PM: Registering ACPI NVS region [mem 0xdaeb7000-0xdb802fff] (9748480 bytes)
    [ 0.152488] pinctrl core: initialized pinctrl subsystem
    [ 0.152525] RTC time: 14:27:35, date: 01/29/15
    [ 0.152613] NET: Registered protocol family 16
    [ 0.163220] cpuidle: using governor ladder
    [ 0.176565] cpuidle: using governor menu
    [ 0.176604] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
    [ 0.176606] ACPI: bus type PCI registered
    [ 0.176607] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
    [ 0.176682] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
    [ 0.176684] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
    [ 0.176776] PCI: Using configuration type 1 for base access
    [ 0.176783] dmi type 0xB1 record - unknown flag
    [ 0.190254] ACPI: Added _OSI(Module Device)
    [ 0.190257] ACPI: Added _OSI(Processor Device)
    [ 0.190258] ACPI: Added _OSI(3.0 _SCP Extensions)
    [ 0.190259] ACPI: Added _OSI(Processor Aggregator Device)
    [ 0.195406] ACPI: Executed 16 blocks of module-level executable AML code
    [ 0.527048] ACPI: Dynamic OEM Table Load:
    [ 0.527056] ACPI: SSDT 0xFFFF88021322C800 0003D3 (v02 PmRef Cpu0Cst 00003001 INTL 20120913)
    [ 0.540534] ACPI: Dynamic OEM Table Load:
    [ 0.540541] ACPI: SSDT 0xFFFF8802131E2000 0005AA (v02 PmRef ApIst 00003000 INTL 20120913)
    [ 0.553725] ACPI: Dynamic OEM Table Load:
    [ 0.553731] ACPI: SSDT 0xFFFF8802131DD200 000119 (v02 PmRef ApCst 00003000 INTL 20120913)
    [ 0.607146] ACPI: Interpreter enabled
    [ 0.607157] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20140926/hwxface-580)
    [ 0.607166] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20140926/hwxface-580)
    [ 0.607184] ACPI: (supports S0 S3 S4 S5)
    [ 0.607185] ACPI: Using IOAPIC for interrupt routing
    [ 0.607218] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    [ 0.608649] ACPI: Power Resource [PG00] (on)
    [ 0.620317] ACPI: Power Resource [PG01] (on)
    [ 0.640702] ACPI: Power Resource [PG02] (on)
    [ 1.401836] ACPI: Power Resource [FN00] (off)
    [ 1.401913] ACPI: Power Resource [FN01] (off)
    [ 1.401986] ACPI: Power Resource [FN02] (off)
    [ 1.402057] ACPI: Power Resource [FN03] (off)
    [ 1.402127] ACPI: Power Resource [FN04] (off)
    [ 1.403037] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
    [ 1.403043] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
    [ 1.403622] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
    [ 1.404193] PCI host bridge to bus 0000:00
    [ 1.404195] pci_bus 0000:00: root bus resource [bus 00-3e]
    [ 1.404196] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
    [ 1.404198] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
    [ 1.404199] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
    [ 1.404200] pci_bus 0000:00: root bus resource [mem 0xdf200000-0xfeafffff]
    [ 1.404207] pci 0000:00:00.0: [8086:0a04] type 00 class 0x060000
    [ 1.404286] pci 0000:00:02.0: [8086:0a16] type 00 class 0x030000
    [ 1.404296] pci 0000:00:02.0: reg 0x10: [mem 0xf7800000-0xf7bfffff 64bit]
    [ 1.404301] pci 0000:00:02.0: reg 0x18: [mem 0xe0000000-0xefffffff 64bit pref]
    [ 1.404305] pci 0000:00:02.0: reg 0x20: [io 0xf000-0xf03f]
    [ 1.404376] pci 0000:00:03.0: [8086:0a0c] type 00 class 0x040300
    [ 1.404383] pci 0000:00:03.0: reg 0x10: [mem 0xf7e3c000-0xf7e3ffff 64bit]
    [ 1.404461] pci 0000:00:04.0: [8086:0a03] type 00 class 0x118000
    [ 1.404471] pci 0000:00:04.0: reg 0x10: [mem 0xf7e30000-0xf7e37fff 64bit]
    [ 1.404565] pci 0000:00:14.0: [8086:9c31] type 00 class 0x0c0330
    [ 1.404580] pci 0000:00:14.0: reg 0x10: [mem 0xf7e20000-0xf7e2ffff 64bit]
    [ 1.404631] pci 0000:00:14.0: PME# supported from D3hot D3cold
    [ 1.404674] pci 0000:00:14.0: System wakeup disabled by ACPI
    [ 1.404707] pci 0000:00:16.0: [8086:9c3a] type 00 class 0x078000
    [ 1.404725] pci 0000:00:16.0: reg 0x10: [mem 0xf7e46000-0xf7e4601f 64bit]
    [ 1.404787] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
    [ 1.404856] pci 0000:00:19.0: [8086:15a2] type 00 class 0x020000
    [ 1.404870] pci 0000:00:19.0: reg 0x10: [mem 0xf7e00000-0xf7e1ffff]
    [ 1.404876] pci 0000:00:19.0: reg 0x14: [mem 0xf7e43000-0xf7e43fff]
    [ 1.404882] pci 0000:00:19.0: reg 0x18: [io 0xf080-0xf09f]
    [ 1.404937] pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
    [ 1.445821] pci 0000:00:19.0: System wakeup disabled by ACPI
    [ 1.445873] pci 0000:00:1b.0: [8086:9c20] type 00 class 0x040300
    [ 1.445892] pci 0000:00:1b.0: reg 0x10: [mem 0xf7e38000-0xf7e3bfff 64bit]
    [ 1.445956] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
    [ 1.446016] pci 0000:00:1b.0: System wakeup disabled by ACPI
    [ 1.446062] pci 0000:00:1c.0: [8086:9c10] type 01 class 0x060400
    [ 1.446146] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
    [ 1.446197] pci 0000:00:1c.0: System wakeup disabled by ACPI
    [ 1.446246] pci 0000:00:1c.3: [8086:9c16] type 01 class 0x060400
    [ 1.446328] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
    [ 1.446379] pci 0000:00:1c.3: System wakeup disabled by ACPI
    [ 1.446423] pci 0000:00:1c.4: [8086:9c18] type 01 class 0x060400
    [ 1.446505] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
    [ 1.446555] pci 0000:00:1c.4: System wakeup disabled by ACPI
    [ 1.446601] pci 0000:00:1d.0: [8086:9c26] type 00 class 0x0c0320
    [ 1.446621] pci 0000:00:1d.0: reg 0x10: [mem 0xf7e42000-0xf7e423ff]
    [ 1.446711] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
    [ 1.446770] pci 0000:00:1d.0: System wakeup disabled by ACPI
    [ 1.446812] pci 0000:00:1f.0: [8086:9c43] type 00 class 0x060100
    [ 1.446999] pci 0000:00:1f.2: [8086:282a] type 00 class 0x010400
    [ 1.447014] pci 0000:00:1f.2: reg 0x10: [io 0xf0d0-0xf0d7]
    [ 1.447021] pci 0000:00:1f.2: reg 0x14: [io 0xf0c0-0xf0c3]
    [ 1.447027] pci 0000:00:1f.2: reg 0x18: [io 0xf0b0-0xf0b7]
    [ 1.447034] pci 0000:00:1f.2: reg 0x1c: [io 0xf0a0-0xf0a3]
    [ 1.447041] pci 0000:00:1f.2: reg 0x20: [io 0xf060-0xf07f]
    [ 1.447048] pci 0000:00:1f.2: reg 0x24: [mem 0xf7e41000-0xf7e417ff]
    [ 1.447087] pci 0000:00:1f.2: PME# supported from D3hot
    [ 1.447164] pci 0000:00:1f.3: [8086:9c22] type 00 class 0x0c0500
    [ 1.447177] pci 0000:00:1f.3: reg 0x10: [mem 0xf7e40000-0xf7e400ff 64bit]
    [ 1.447196] pci 0000:00:1f.3: reg 0x20: [io 0xf040-0xf05f]
    [ 1.449196] pci 0000:01:00.0: [1217:8520] type 00 class 0x080501
    [ 1.449218] pci 0000:01:00.0: reg 0x10: [mem 0xf7d01000-0xf7d01fff]
    [ 1.449231] pci 0000:01:00.0: reg 0x14: [mem 0xf7d00000-0xf7d007ff]
    [ 1.449369] pci 0000:01:00.0: PME# supported from D3hot D3cold
    [ 1.449400] pci 0000:01:00.0: System wakeup disabled by ACPI
    [ 1.457648] pci 0000:00:1c.0: PCI bridge to [bus 01]
    [ 1.457653] pci 0000:00:1c.0: bridge window [mem 0xf7d00000-0xf7dfffff]
    [ 1.458041] pci 0000:02:00.0: [8086:095a] type 00 class 0x028000
    [ 1.458129] pci 0000:02:00.0: reg 0x10: [mem 0xf7c00000-0xf7c01fff 64bit]
    [ 1.458420] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
    [ 1.458511] pci 0000:02:00.0: System wakeup disabled by ACPI
    [ 1.462692] pci 0000:00:1c.3: PCI bridge to [bus 02]
    [ 1.462697] pci 0000:00:1c.3: bridge window [mem 0xf7c00000-0xf7cfffff]
    [ 1.462787] pci 0000:00:1c.4: PCI bridge to [bus 03]
    [ 1.464747] acpi PNP0A08:00: Disabling ASPM (FADT indicates it is unsupported)
    [ 1.547152] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15)
    [ 1.547202] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
    [ 1.547250] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
    [ 1.547296] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 *10 11 12 14 15)
    [ 1.547342] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 *5 6 10 11 12 14 15)
    [ 1.547388] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 *4 5 6 10 11 12 14 15)
    [ 1.547434] ACPI: PCI Interrupt Link [LNKG] (IRQs *3 4 5 6 10 11 12 14 15)
    [ 1.547480] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
    [ 1.613841] ACPI: Enabled 3 GPEs in block 00 to 7F
    [ 1.613905] ACPI : EC: GPE = 0x27, I/O: command/status = 0x934, data = 0x930
    [ 1.614013] vgaarb: setting as boot device: PCI:0000:00:02.0
    [ 1.614016] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
    [ 1.614019] vgaarb: loaded
    [ 1.614020] vgaarb: bridge control possible 0000:00:02.0
    [ 1.614099] PCI: Using ACPI for IRQ routing
    [ 1.615308] PCI: pci_cache_line_size set to 64 bytes
    [ 1.615344] e820: reserve RAM buffer [mem 0x00091400-0x0009ffff]
    [ 1.615345] e820: reserve RAM buffer [mem 0xc8c6d000-0xcbffffff]
    [ 1.615346] e820: reserve RAM buffer [mem 0x21ee00000-0x21fffffff]
    [ 1.615428] NetLabel: Initializing
    [ 1.615429] NetLabel: domain hash size = 128
    [ 1.615429] NetLabel: protocols = UNLABELED CIPSOv4
    [ 1.615438] NetLabel: unlabeled traffic allowed by default
    [ 1.615467] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
    [ 1.615471] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
    [ 1.617497] Switched to clocksource hpet
    [ 1.621576] pnp: PnP ACPI init
    [ 1.621752] system 00:00: [io 0x0680-0x069f] has been reserved
    [ 1.621755] system 00:00: [io 0xffff] has been reserved
    [ 1.621756] system 00:00: [io 0xffff] has been reserved
    [ 1.621758] system 00:00: [io 0xffff] has been reserved
    [ 1.621759] system 00:00: [io 0x1800-0x18fe] could not be reserved
    [ 1.621761] system 00:00: [io 0x164e-0x164f] has been reserved
    [ 1.621763] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 1.621806] pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
    [ 1.621837] system 00:02: [io 0x1854-0x1857] has been reserved
    [ 1.621839] system 00:02: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
    [ 1.621908] pnp 00:03: Plug and Play ACPI device, IDs PNP0303 (active)
    [ 1.621927] pnp 00:04: Plug and Play ACPI device, IDs DLL062c PNP0f13 (active)
    [ 1.774372] pnp 00:05: Plug and Play ACPI device, IDs PNP0401 (disabled)
    [ 1.774526] system 00:06: [mem 0xfed1c000-0xfed1ffff] has been reserved
    [ 1.774529] system 00:06: [mem 0xfed10000-0xfed17fff] has been reserved
    [ 1.774530] system 00:06: [mem 0xfed18000-0xfed18fff] has been reserved
    [ 1.774532] system 00:06: [mem 0xfed19000-0xfed19fff] has been reserved
    [ 1.774534] system 00:06: [mem 0xf8000000-0xfbffffff] has been reserved
    [ 1.774536] system 00:06: [mem 0xfed20000-0xfed3ffff] has been reserved
    [ 1.774538] system 00:06: [mem 0xfed90000-0xfed93fff] could not be reserved
    [ 1.774539] system 00:06: [mem 0xfed45000-0xfed8ffff] has been reserved
    [ 1.774541] system 00:06: [mem 0xff000000-0xffffffff] has been reserved
    [ 1.774543] system 00:06: [mem 0xfee00000-0xfeefffff] could not be reserved
    [ 1.774545] system 00:06: [mem 0xf7fe0000-0xf7feffff] has been reserved
    [ 1.774547] system 00:06: [mem 0xf7ff0000-0xf7ffffff] has been reserved
    [ 1.774549] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 1.774927] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 2.001167] pnp: PnP ACPI: found 8 devices
    [ 2.007535] pci 0000:00:1c.0: PCI bridge to [bus 01]
    [ 2.007540] pci 0000:00:1c.0: bridge window [mem 0xf7d00000-0xf7dfffff]
    [ 2.007546] pci 0000:00:1c.3: PCI bridge to [bus 02]
    [ 2.007549] pci 0000:00:1c.3: bridge window [mem 0xf7c00000-0xf7cfffff]
    [ 2.007555] pci 0000:00:1c.4: PCI bridge to [bus 03]
    [ 2.007564] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
    [ 2.007566] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
    [ 2.007567] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
    [ 2.007568] pci_bus 0000:00: resource 7 [mem 0xdf200000-0xfeafffff]
    [ 2.007570] pci_bus 0000:01: resource 1 [mem 0xf7d00000-0xf7dfffff]
    [ 2.007571] pci_bus 0000:02: resource 1 [mem 0xf7c00000-0xf7cfffff]
    [ 2.007594] NET: Registered protocol family 2
    [ 2.007754] TCP established hash table entries: 65536 (order: 7, 524288 bytes)
    [ 2.007894] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
    [ 2.008082] TCP: Hash tables configured (established 65536 bind 65536)
    [ 2.008100] TCP: reno registered
    [ 2.008108] UDP hash table entries: 4096 (order: 5, 131072 bytes)
    [ 2.008140] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
    [ 2.008195] NET: Registered protocol family 1
    [ 2.008208] pci 0000:00:02.0: Video device with shadowed ROM
    [ 2.024532] PCI: CLS 64 bytes, default 64
    [ 2.024577] Unpacking initramfs...
    [ 2.341540] Freeing initrd memory: 22696K (ffff88003539c000 - ffff8800369c6000)
    [ 2.341564] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
    [ 2.341567] software IO TLB [mem 0xc4c6d000-0xc8c6d000] (64MB) mapped at [ffff8800c4c6d000-ffff8800c8c6cfff]
    [ 2.341712] RAPL PMU detected, hw unit 2^-14 Joules, API unit is 2^-32 Joules, 4 fixed counters 655360 ms ovfl timer
    [ 2.341757] microcode: CPU0 sig=0x40651, pf=0x40, revision=0x1c
    [ 2.341762] microcode: CPU1 sig=0x40651, pf=0x40, revision=0x1c
    [ 2.341766] microcode: CPU2 sig=0x40651, pf=0x40, revision=0x1c
    [ 2.341771] microcode: CPU3 sig=0x40651, pf=0x40, revision=0x1c
    [ 2.341822] microcode: Microcode Update Driver: v2.00 <[email protected]>, Peter Oruba
    [ 2.341843] Scanning for low memory corruption every 60 seconds
    [ 2.342043] futex hash table entries: 1024 (order: 4, 65536 bytes)
    [ 2.342061] Initialise system trusted keyring
    [ 2.342314] HugeTLB registered 2 MB page size, pre-allocated 0 pages
    [ 2.343277] zpool: loaded
    [ 2.343280] zbud: loaded
    [ 2.343434] VFS: Disk quotas dquot_6.5.2
    [ 2.343457] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [ 2.343557] msgmni has been set to 15200
    [ 2.343599] Key type big_key registered
    [ 2.343749] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
    [ 2.343779] io scheduler noop registered
    [ 2.343781] io scheduler deadline registered
    [ 2.343802] io scheduler cfq registered (default)
    [ 2.343967] pcieport 0000:00:1c.0: irq 42 for MSI/MSI-X
    [ 2.344096] pcieport 0000:00:1c.3: irq 43 for MSI/MSI-X
    [ 2.344214] pcieport 0000:00:1c.4: irq 44 for MSI/MSI-X
    [ 2.344282] pcieport 0000:00:1c.0: Signaling PME through PCIe PME interrupt
    [ 2.344283] pci 0000:01:00.0: Signaling PME through PCIe PME interrupt
    [ 2.344286] pcie_pme 0000:00:1c.0:pcie01: service driver pcie_pme loaded
    [ 2.344296] pcieport 0000:00:1c.3: Signaling PME through PCIe PME interrupt
    [ 2.344297] pci 0000:02:00.0: Signaling PME through PCIe PME interrupt
    [ 2.344300] pcie_pme 0000:00:1c.3:pcie01: service driver pcie_pme loaded
    [ 2.344310] pcieport 0000:00:1c.4: Signaling PME through PCIe PME interrupt
    [ 2.344312] pcie_pme 0000:00:1c.4:pcie01: service driver pcie_pme loaded
    [ 2.344325] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
    [ 2.344337] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
    [ 2.344362] vesafb: mode is 1920x1080x32, linelength=7680, pages=0
    [ 2.344363] vesafb: scrolling: redraw
    [ 2.344364] vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
    [ 2.344382] vesafb: framebuffer at 0xe0000000, mapped to 0xffffc90004f80000, using 8128k, total 8128k
    [ 2.492136] Console: switching to colour frame buffer device 240x67
    [ 2.639261] fb0: VESA VGA frame buffer device
    [ 2.639278] intel_idle: MWAIT substates: 0x11142120
    [ 2.639279] intel_idle: v0.4 model 0x45
    [ 2.639280] intel_idle: lapic_timer_reliable_states 0xffffffff
    [ 2.639471] GHES: HEST is not enabled!
    [ 2.639520] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    [ 2.639854] Linux agpgart interface v0.103
    [ 2.639890] rtc_cmos 00:01: RTC can wake from S4
    [ 2.640003] rtc_cmos 00:01: rtc core: registered rtc_cmos as rtc0
    [ 2.640027] rtc_cmos 00:01: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
    [ 2.640037] Intel P-state driver initializing.
    [ 2.640149] ledtrig-cpu: registered to indicate activity on CPUs
    [ 2.640415] TCP: cubic registered
    [ 2.640635] NET: Registered protocol family 10
    [ 2.641104] NET: Registered protocol family 17
    [ 2.641809] Loading compiled-in X.509 certificates
    [ 2.641841] registered taskstats version 1
    [ 2.642839] Magic number: 15:558:486
    [ 2.642991] rtc_cmos 00:01: setting system clock to 2015-01-29 14:27:38 UTC (1422541658)
    [ 2.643157] PM: Hibernation image not present or could not be loaded.
    [ 2.645133] Freeing unused kernel memory: 1160K (ffffffff818e5000 - ffffffff81a07000)
    [ 2.645137] Write protecting the kernel read-only data: 8192k
    [ 2.649298] Freeing unused kernel memory: 652K (ffff88000155d000 - ffff880001600000)
    [ 2.651088] Freeing unused kernel memory: 328K (ffff8800017ae000 - ffff880001800000)
    [ 2.656604] random: systemd-tmpfile urandom read with 6 bits of entropy available
    [ 2.656683] systemd-tmpfiles[60]: /dev/mapper created successfully.
    [ 2.656691] systemd-tmpfiles[60]: /dev/fuse created successfully.
    [ 2.656696] systemd-tmpfiles[60]: /dev/mapper/control created successfully.
    [ 2.656700] systemd-tmpfiles[60]: /dev/loop-control created successfully.
    [ 2.656704] systemd-tmpfiles[60]: /dev/cuse created successfully.
    [ 2.656707] systemd-tmpfiles[60]: /dev/btrfs-control created successfully.
    [ 2.657455] systemd-udevd[61]: starting version 218
    [ 2.657462] systemd-udevd[61]: hwdb.bin does not exist, please run udevadm hwdb --update
    [ 2.657510] systemd-udevd[61]: Load module index
    [ 2.657562] systemd-udevd[61]: Created link configuration context.
    [ 2.657568] systemd-udevd[61]: timestamp of '/usr/lib/udev/rules.d' changed
    [ 2.657608] systemd-udevd[61]: Reading rules file: /usr/lib/udev/rules.d/10-dm.rules
    [ 2.657685] systemd-udevd[61]: Reading rules file: /usr/lib/udev/rules.d/11-dm-initramfs.rules
    [ 2.657695] systemd-udevd[61]: Reading rules file: /usr/lib/udev/rules.d/11-dm-lvm.rules
    [ 2.657733] systemd-udevd[61]: Reading rules file: /usr/lib/udev/rules.d/13-dm-disk.rules
    [ 2.657763] systemd-udevd[61]: Reading rules file: /usr/lib/udev/rules.d/50-udev-default.rules
    [ 2.657871] systemd-udevd[61]: Reading rules file: /usr/lib/udev/rules.d/60-persistent-storage.rules
    [ 2.657981] systemd-udevd[61]: Reading rules file: /usr/lib/udev/rules.d/64-btrfs.rules
    [ 2.657999] systemd-udevd[61]: Reading rules file: /usr/lib/udev/rules.d/69-dm-lvm-metad.rules
    [ 2.658057] systemd-udevd[61]: Reading rules file: /usr/lib/udev/rules.d/80-drivers.rules
    [ 2.658080] systemd-udevd[61]: Reading rules file: /usr/lib/udev/rules.d/95-dm-notify.rules
    [ 2.658089] systemd-udevd[61]: rules contain 24576 bytes tokens (2048 * 12 bytes), 4834 bytes strings
    [ 2.658091] systemd-udevd[61]: 641 strings (8077 bytes), 378 de-duplicated (3507 bytes), 264 trie nodes used
    [ 2.658106] systemd-udevd[61]: chmod '/dev/fuse' 0666
    [ 2.658188] systemd-udevd[61]: Unload module index
    [ 2.658212] systemd-udevd[61]: Unloaded link configuration context.
    [ 2.658262] systemd-udevd[62]: set children_max to 16
    [ 2.660408] systemd-udevd[62]: seq 678 queued, 'add' 'module'
    [ 2.660490] systemd-udevd[62]: seq 678 forked new worker [67]
    [ 2.660575] systemd-udevd[67]: seq 678 running
    [ 2.660618] systemd-udevd[67]: no db file to read /run/udev/data/+module:raid6_pq: No such file or directory
    [ 2.660644] systemd-udevd[67]: passed -1 bytes to netlink monitor 0x7f4fb498c310
    [ 2.660651] systemd-udevd[67]: seq 678 processed with 0
    [ 2.714860] raid6: sse2x1 9342 MB/s
    [ 2.771561] raid6: sse2x2 11848 MB/s
    [ 2.828260] raid6: sse2x4 13887 MB/s
    [ 2.884943] raid6: avx2x1 18356 MB/s
    [ 2.941655] raid6: avx2x2 21230 MB/s
    [ 2.998344] raid6: avx2x4 24583 MB/s
    [ 2.998345] raid6: using algorithm avx2x4 (24583 MB/s)
    [ 2.998346] raid6: using avx2x2 recovery algorithm
    [ 2.998547] xor: automatically using best checksumming function:
    [ 2.998570] systemd-udevd[62]: seq 679 queued, 'add' 'module'
    [ 2.998603] systemd-udevd[62]: passed 124 bytes to netlink monitor 0x7f4fb497f0d0
    [ 2.998639] systemd-udevd[67]: seq 679 running
    [ 2.998659] systemd-udevd[67]: no db file to read /run/udev/data/+module:xor: No such file or directory
    [ 2.998678] systemd-udevd[67]: passed -1 bytes to netlink monitor 0x7f4fb498c310
    [ 2.998684] systemd-udevd[67]: seq 679 processed with 0
    [ 3.031698] avx : 25444.800 MB/sec
    [ 3.034144] systemd-udevd[62]: Validate module index
    [ 3.034177] systemd-udevd[62]: Check if link configuration needs reloading.
    [ 3.034204] systemd-udevd[62]: seq 680 queued, 'add' 'module'
    [ 3.034228] systemd-udevd[62]: passed 126 bytes to netlink monitor 0x7f4fb497f0d0
    [ 3.034249] systemd-udevd[67]: seq 680 running
    [ 3.034275] systemd-udevd[67]: no db file to read /run/udev/data/+module:btrfs: No such file or directory
    [ 3.034299] systemd-udevd[67]: passed -1 bytes to netlink monitor 0x7f4fb498c310
    [ 3.034308] systemd-udevd[67]: seq 680 processed with 0
    [ 3.034899] systemd-udevd[62]: seq 681 queued, 'add' 'module'
    [ 3.034927] systemd-udevd[62]: passed 133 bytes to netlink monitor 0x7f4fb497f0d0
    [ 3.034945] systemd-udevd[67]: seq 681 running
    [ 3.034964] systemd-udevd[67]: no db file to read /run/udev/data/+module:crc32c_intel: No such file or directory
    [ 3.034979] systemd-udevd[67]: passed -1 bytes to netlink monitor 0x7f4fb498c310
    [ 3.034986] systemd-udevd[67]: seq 681 processed with 0
    [ 3.035051] systemd-udevd[62]: seq 682 queued, 'add' 'module'
    [ 3.035070] systemd-udevd[62]: passed 135 bytes to netlink monitor 0x7f4fb497f0d0
    [ 3.035087] systemd-udevd[67]: seq 682 running
    [ 3.035101] systemd-udevd[67]: no db file to read /run/udev/data/+module:crc32c_generic: No such file or directory
    [ 3.035113] systemd-udevd[67]: passed -1 bytes to netlink monitor 0x7f4fb498c310
    [ 3.035118] systemd-udevd[67]: seq 682 processed with 0
    [ 3.035756] systemd-udevd[62]: seq 683 queued, 'add' 'slab'
    [ 3.035776] systemd-udevd[62]: passed 135 bytes to netlink monitor 0x7f4fb497f0d0
    [ 3.035790] systemd-udevd[67]: seq 683 running
    [ 3.035795] systemd-udevd[62]: seq 684 queued, 'add' 'slab'
    [ 3.035810] systemd-udevd[67]: no db file to read /run/udev/data/+slab:btrfs_inode: No such file or directory
    [ 3.035830] systemd-udevd[67]: passed -1 bytes to netlink monitor 0x7f4fb498c310
    [ 3.035834] systemd-udevd[67]: seq 683 processed with 0
    [ 3.035903] systemd-udevd[62]: seq 684 forked new worker [75]
    [ 3.035934] systemd-udevd[62]: seq 685 queued, 'add' 'slab'
    [ 3.035948] systemd-udevd[62]: passed 135 bytes to netlink monitor 0x7f4fb497f0d0
    [ 3.035961] systemd-udevd[67]: seq 685 running
    [ 3.035968] systemd-udevd[62]: seq 686 queued, 'add' 'slab'
    [ 3.035981] systemd-udevd[67]: no db file to read /run/udev/data/+slab::at-0000144: No such file or directory
    [ 3.035981] systemd-udevd[75]: seq 684 running
    [ 3.035999] systemd-udevd[67]: passed -1 bytes to netlink monitor 0x7f4fb498c310
    [ 3.036004] systemd-udevd[67]: seq 685 processed with 0
    [ 3.036010] systemd-udevd[75]: no db file to read /run/udev/data/+slab::at-0000176: No such file or directory
    [ 3.036027] systemd-udevd[75]: passed -1 bytes to netlink monitor 0x7f4fb49879e0
    [ 3.036031] systemd-udevd[75]: seq 684 processed with 0
    [ 3.036065] systemd-udevd[62]: seq 686 forked new worker [76]
    [ 3.036107] systemd-udevd[62]: seq 687 queued, 'add' 'slab'
    [ 3.036128] systemd-udevd[62]: passed 135 bytes to netlink monitor 0x7f4fb497f0d0
    [ 3.036146] systemd-udevd[62]: seq 688 queued, 'add' 'slab'
    [ 3.036165] systemd-udevd[76]: seq 686 running
    [ 3.036166] systemd-udevd[62]: passed 135 bytes to netlink monitor 0x7f4fb497f0d0
    [ 3.036180] systemd-udevd[75]: seq 688 running
    [ 3.036182] systemd-udevd[62]: seq 689 queued, 'add' 'slab'
    [ 3.036199] systemd-udevd[75]: no db file to read /run/udev/data/+slab::at-0000088: No such file or directory
    [ 3.036206] systemd-udevd[76]: no db file to read /run/udev/data/+slab::at-0000064: No such file or directory
    [ 3.036212] systemd-udevd[75]: passed -1 bytes to netlink monitor 0x7f4fb49879e0
    [ 3.036215] systemd-udevd[75]: seq 688 processed with 0
    [ 3.036227] systemd-udevd[76]: passed -1 bytes to netlink monitor 0x7f4fb49883b0
    [ 3.036231] systemd-udevd[76]: seq 686 processed with 0
    [ 3.036257] Btrfs loaded
    [ 3.036289] systemd-udevd[62]: seq 689 forked new worker [77]
    [ 3.036329] systemd-udevd[62]: seq 690 queued, 'add' 'slab'
    [ 3.036351] systemd-udevd[62]: passed 135 bytes to netlink monitor 0x7f4fb497f0d0
    [ 3.036370] systemd-udevd[62]: seq 691 queued, 'add' 'slab'
    [ 3.036378] systemd-udevd[77]: seq 689 running
    [ 3.036390] systemd-udevd[62]: passed 135 bytes to netlink monitor 0x7f4fb497f0d0
    [ 3.036407] systemd-udevd[62]: seq 692 queued, 'add' 'slab'
    [ 3.036413] systemd-udevd[77]: no db file to read /run/udev/data/+slab::at-0000280: No such file or directory
    [ 3.036434] systemd-udevd[77]: passed -1 bytes to netlink monitor 0x7f4fb498a250
    [ 3.036439] systemd-udevd[77]: seq 689 processed with 0
    [ 3.036457] systemd-udevd[76]: seq 691 running
    [ 3.036474] systemd-udevd[76]: no db file to read /run/udev/data/+slab::at-0000304: No such file or directory
    [ 3.036493] systemd-udevd[76]: passed -1 bytes to netlink monitor 0x7f4fb49883b0
    [ 3.036498] systemd-udevd[76]: seq 691 processed with 0
    [ 3.036513] systemd-udevd[62]: seq 692 forked new worker [78]
    [ 3.036548] systemd-udevd[62]: seq 693 queued, 'add' 'slab'
    [ 3.036563] systemd-udevd[62]: passed 135 bytes to netlink monitor 0x7f4fb497f0d0
    [ 3.036576] systemd-udevd[76]: seq 693 running
    [ 3.036579] systemd-udevd[62]: seq 694 queued, 'add' 'slab'
    [ 3.036596] systemd-udevd[76]: no db file to read /run/udev/data/+slab::at-0000096: No such file or directory
    [ 3.036597] systemd-udevd[62]: passed 135 bytes to netlink monitor 0x7f4fb497f0d0
    [ 3.036615] systemd-udevd[76]: passed -1 bytes to netlink monitor 0x7f4fb49883b0
    [ 3.036616] systemd-udevd[62]: seq 695 queued, 'add' 'slab'
    [ 3.036619] systemd-udevd[76]: seq 693 processed with 0
    [ 3.036637] systemd-udevd[77]: seq 694 running
    [ 3.036649] systemd-udevd[78]: seq 692 running
    [ 3.036655] systemd-udevd[77]: no db file to read /run/udev/data/+slab::at-0000040: No such file or directory
    [ 3.036672] systemd-udevd[77]: passed -1 bytes to netlink monitor 0x7f4fb498a250
    [ 3.036676] systemd-udevd[77]: seq 694 processed with 0
    [ 3.036678] systemd-udevd[78]: no db file to read /run/udev/data/+slab::at-0000160: No such file or directory
    [ 3.036694] systemd-udevd[78]: passed -1 bytes to netlink monitor 0x7f4fb498f600
    [ 3.036698] systemd-udevd[78]: seq 692 processed with 0
    [ 3.036721] systemd-udevd[62]: seq 695 forked new worker [80]
    [ 3.036773] systemd-udevd[62]: seq 696 queued, 'add' 'misc'
    [ 3.036801] systemd-udevd[80]: seq 695 running
    [ 3.036826] systemd-udevd[80]: no db file to read /run/udev/data/+slab::at-0000080: No such file or directory
    [ 3.036832] systemd-udevd[62]: passed 192 bytes to netlink monitor 0x7f4fb497f0d0
    [ 3.036843] systemd-udevd[80]: passed -1 bytes to netlink monitor 0x7f4fb49913d0
    [ 3.036848] systemd-udevd[80]: seq 695 processed with 0
    [ 3.036859] systemd-udevd[76]: seq 696 running
    [ 3.036904] systemd-udevd[76]: no db file to read /run/udev/data/c10:234: No such file or directory
    [ 3.036916] systemd-udevd[76]: handling device node '/dev/btrfs-control', devnum=c10:234, mode=0600, uid=0, gid=0
    [ 3.036922] systemd-udevd[76]: preserve permissions /dev/btrfs-control, 020600, uid=0, gid=0
    [ 3.036930] systemd-udevd[76]: creating symlink '/dev/char/10:234' to '../btrfs-control'
    [ 3.036959] systemd-udevd[76]: created empty file '/run/udev/data/c10:234' for '/devices/virtual/misc/btrfs-control'
    [ 3.036987] systemd-udevd[76]: passed -1 bytes to netlink monitor 0x7f4fb49883b0
    [ 3.036992] systemd-udevd[76]: seq 696 processed with 0
    [ 3.037009] systemd-udevd[67]: seq 687 running
    [ 3.037027] systemd-udevd[67]: no db file to read /run/udev/data/+slab::at-0000152: No such file or directory
    [ 3.037044] systemd-udevd[67]: passed -1 bytes to netlink monitor 0x7f4fb498c310
    [ 3.037048] systemd-udevd[67]: seq 687 processed with 0
    [ 3.037063] systemd-udevd[75]: seq 690 running
    [ 3.037079] systemd-udevd[75]: no db file to read /run/udev/data/+slab::at-0000424: No such file or directory
    [ 3.037093] systemd-udevd[75]: passed -1 bytes to netlink monitor 0x7f4fb49879e0
    [ 3.037097] systemd-udevd[75]: seq 690 processed with 0
    [ 3.037372] udevadm[79]: calling: trigger
    [ 3.037397] udevadm[79]: device 0x7fbf103cd230 has devpath '/module/vt'
    [ 3.037403] udevadm[79]: device 0x7fbf103cd230 has devpath '/module/xor'
    [ 3.037408] udevadm[79]: device 0x7fbf103cd230 has devpath '/module/8250'
    [ 3.037412] udevadm[79]: device 0x7fbf103cd230 has devpath '/module/tcp_cubic'
    [ 3.037417] udevadm[79]: device 0x7fbf103cd230 has devpath '/module/acpi'
    [ 3.037421] udevadm[79]: device 0x7fbf103cd230 has devpath '/module/ipv6'
    [ 3.037425] udevadm[79]: device 0x7fbf103cd230 has devpath '/module/cpuidle'
    [ 3.037428] udevadm[79]: device 0x7fbf103cd230 has devpath '/module/rcutree'
    [ 3.037432] udevadm[79]: device 0x7fbf103cd230 has devpath '/module/block'
    [ 3.037436] udevadm[79]: device 0x7fbf103cd230 has devpath '/module/btrfs'
    [ 3.037440] udevadm[79]: device 0x7fbf103cd230 has devpath '/module/sysrq'
    [ 3.037444] udevadm[79]: device 0x7fbf103cd230 has devpath '/module/zswap'
    [ 3.037448] udevadm[79]: device 0x7fbf103cd230 has devpath '/module/crc32c_generic'
    [ 3.037453] udevadm[79]: device 0x7fbf103cd500 has devpath '/module/firmware_class'
    [ 3.037457] udevadm[79]: device 0x7fbf103cd500 has devpath '/module/workqueue'
    [ 3.037461] udevadm[79]: device 0x7fbf103cd500 has devpath '/module/crc32c_intel'
    [ 3.037465] udevadm[79]: device 0x7fbf103cd500 has devpath '/module/spurious'
    [ 3.037469] udevadm[79]: device 0x7fbf103cd500 has devpath '/module/raid6_pq'
    [ 3.037473] udevadm[79]: device 0x7fbf103cd500 has devpath '/module/configfs'
    [ 3.037477] udevadm[79]: device 0x7fbf103cd500 has devpath '/module/netpoll'
    [ 3.037481] udevadm[79]: device 0x7fbf103cd500 has devpath '/module/pci_slot'
    [ 3.037486] udevadm[79]: device 0x7fbf103cd500 has devpath '/module/kernel'
    [ 3.037490] udevadm[79]: device 0x7fbf103cd500 has devpath '/module/acpiphp'
    [ 3.037494] udevadm[79]: device 0x7fbf103cd500 has devpath '/module/pciehp'
    [ 3.037498] udevadm[79]: device 0x7fbf103cd500 has devpath '/module/printk'
    [ 3.037502] udevadm[79]: device 0x7fbf103cd500 has devpath '/module/pstore'
    [ 3.037507] udevadm[79]: device 0x7fbf103cd500 has devpath '/module/dynamic_debug'
    [ 3.037511] udevadm[79]: device 0x7fbf103cd500 has devpath '/module/xz_dec'
    [ 3.037515] udevadm[79]: device 0x7fbf103cd500 has devpath '/module/pcie_aspm'
    [ 3.037522] udevadm[79]: device 0x7fbf103cd500 has devpath '/module/rcupdate'
    [ 3.037526] udevadm[79]: device 0x7fbf103cd500 has devpath '/module/intel_idle'
    [ 3.037530] udevadm[79]: device 0x7fbf103cd500 has devpath '/module/keyboard'
    [ 3.037534] udevadm[79]: device 0x7fbf103cd500 has devpath '/module/pci_hotplug'
    [ 3.037548] udevadm[79]: device 0x7fbf103cd500 has devpath '/bus/cpu'
    [ 3.037552] udevadm[79]: device 0x7fbf103cd500 has devpath '/bus/pci'
    [ 3.037556] udevadm[79]: device 0x7fbf103cd500 has devpath '/bus/pnp'
    [ 3.037559] udevadm[79]: device 0x7fbf103cd500 has devpath '/bus/spi'
    [ 3.037563] udevadm[79]: device 0x7fbf103cd500 has devpath '/bus/xen'
    [ 3.037567] udevadm[79]: device 0x7fbf103cd500 has devpath '/bus/acpi'
    [ 3.037571] udevadm[79]: device 0x7fbf103cd500 has devpath '/bus/node'
    [ 3.037575] udevadm[79]: device 0x7fbf103cd500 has devpath '/bus/clocksource'
    [ 3.037579] udevadm[79]: device 0x7fbf103cd500 has devpath '/bus/machinecheck'
    [ 3.037583] udevadm[79]: device 0x7fbf103cd500 has devpath '/bus/event_source'
    [ 3.037587] udevadm[79]: device 0x7fbf103cd500 has devpath '/bus/workqueue'
    [ 3.037591] udevadm[79]: device 0x7fbf103cd500 has devpath '/bus/container'
    [ 3.037595] udevadm[79]: device 0x7fbf103cd500 has devpath '/bus/memory'
    [ 3.037599] udevadm[79]: device 0x7fbf103cd500 has devpath '/bus/pci_express'
    [ 3.037603] udevadm[79]: device 0x7fbf103cd500 has devpath '/bus/platform'
    [ 3.037607] udevadm[79]: device 0x7fbf103cd500 has devpath '/bus/clockevents'
    [ 3.037611] udevadm[79]: device 0x7fbf103cd500 has devpath '/bus/xen-backend'
    [ 3.037628] udevadm[79]: device 0x7fbf103cd500 has devpath '/bus/pci/drivers/xen-platform-pci'
    [ 3.037633] udevadm[79]: device 0x7fbf103cd500 has devpath '/bus/pci/drivers/pcieport'
    [ 3.037638] udevadm[79]: device 0x7fbf103cd500 has devpath '/bus/pci/drivers/ioapic'
    [ 3.037642] udevadm[79]: device 0x7fbf103cd500 has devpath '/bus/pci/drivers/serial'
    [ 3.037653] udevadm[79]: device 0x7fbf103cd500 has devpath '/bus/pnp/drivers/rtc_cmos'
    [ 3.037658] udevadm[79]: device 0x7fbf103cd500 has devpath '/bus/pnp/drivers/serial'
    [ 3.037662] udevadm[79]: device 0x7fbf103cd500 has devpath '/bus/pnp/drivers/system'
    [ 3.037675] udevadm[79]: device 0x7fbf103cd500 has devpath '/bus/acpi/drivers/ec'
    [ 3.037680] udevadm[79]: device 0x7fbf103cd500 has devpath '/bus/acpi/drivers/hpet'
    [ 3.037685] udevadm[79]: device 0x7fbf103cd500 has devpath '/bus/acpi/drivers/intel_smart_connect'
    [ 3.037691] udevadm[79]: device 0x7fbf103cd500 has devpath '/bus/acpi/drivers/hardware_error_device'
    [ 3.037716] udevadm[79]: device 0x7fbf103cd500 has devpath '/bus/pci_express/drivers/aer'
    [ 3.037721] udevadm[79]: device 0x7fbf103cd500 has devpath '/bus/pci_express/drivers/pcie_pme'
    [ 3.037726] udevadm[79]: device 0x7fbf103cd500 has devpath '/bus/pci_express/drivers/pciehp'
    [ 3.037735] udevadm[79]: device 0x7fbf103cd500 has devpath '/bus/platform/drivers/alarmtimer'
    [ 3.037739] udevadm[79]: device 0x7fbf103cd500 has devpath '/bus/platform/drivers/efi-framebuffer'
    [ 3.037744] udevadm[79]: device 0x7fbf103cd500 has devpath '/bus/platform/drivers/vesa-framebuffer'
    [ 3.037748] udevadm[79]: device 0x7fbf103cd500 has devpath '/bus/platform/drivers/serial8250'
    [ 3.037753] udevadm[79]: device 0x7fbf103cd500 has devpath '/bus/platform/drivers/syscon'
    [ 3.037760] udevadm[79]: device 0x7fbf103cd500 has devpath '/bus/platform/drivers/clk-lpt'
    [ 3.037842] systemd-udevd[62]: seq 697 queued, 'add' 'bus'
    [ 3.037860] systemd-udevd[62]: passed 119 bytes to netlink monitor 0x7f4fb497f0d0
    [ 3.037890] systemd-udevd[67]: seq 697 running
    [ 3.037891] systemd-udevd[62]: seq 698 queued, 'add' 'drivers'
    [ 3.037906] systemd-udevd[62]: seq 699 queued, 'add' 'drivers'
    [ 3.037909] systemd-udevd[67]: no db file to read /run/udev/data/+bus:acpi: No such file or directory
    [ 3.037921] systemd-udevd[62]: seq 700 queued, 'add' 'drivers'
    [ 3.037923] systemd-udevd[67]: passed -1 bytes to netlink monitor 0x7f4fb498c310
    [ 3.037925] systemd-udevd[67]: seq 697 processed with 0
    [ 3.037941] systemd-udevd[62]: seq 701 queued, 'add' 'drivers'
    [ 3.037963] systemd-udevd[62]: passed 134 bytes to netlink monitor 0x7f4fb497f0d0
    [ 3.037985] systemd-udevd[62]: passed 153 bytes to netlink monitor 0x7f4fb497f0d0
    [ 3.037988] systemd-udevd[67]: seq 698 running
    [ 3.037999] systemd-udevd[62]: passed 136 bytes to netlink monitor 0x7f4fb497f0d0
    [ 3.038001] systemd-udevd[67]: no db file to read /run/udev/data/+drivers:ec: No such file or directory
    [ 3.038011] systemd-udevd[62]: passed 151 bytes to netlink monitor 0x7f4fb497f0d0
    [ 3.038013] systemd-udevd[67]: passed -1 bytes to netlink monitor 0x7f4fb498c310
    [ 3.038015] systemd-udevd[67]: seq 698 processed with 0
    [ 3.038031] systemd-udevd[62]: seq 702 queued, 'add' 'bus'
    [ 3.038053] systemd-udevd[62]: passed 126 bytes to netlink monitor 0x7f4fb497f0d0
    [ 3.038076] systemd-udevd[67]: seq 702 running
    [ 3.038079] systemd-udevd[62]: seq 703 queued, 'add' 'bus'
    [ 3.038088] systemd-udevd[67]: no db file to read /run/udev/data/+bus:clockevents: No such file or directory
    [ 3.038094] systemd-udevd[62]: passed 126 bytes to netlink monitor 0x7f4fb497f0d0
    [ 3.038102] systemd-udevd[67]: passed -1 bytes to netlink monitor 0x7f4fb498c310
    [ 3.038106] systemd-udevd[67]: seq 702 processed with 0
    [ 3.038111] systemd-udevd[62]: seq 704 queued, 'add' 'bus'
    [ 3.038113] systemd-udevd[78]: seq 703 running
    [ 3.038126] systemd-udevd[62]: passed 124 bytes to netlink monitor 0x7f4fb497f0d0
    [ 3.038134] systemd-udevd[78]: no db file to read /run/udev/data/+bus:clocksource: No such file or directory
    [ 3.038143] systemd-udevd[80]: seq 704 running
    [ 3.038145] systemd-udevd[62]: seq 705 queued, 'add' 'bus'
    [ 3.038152] systemd-udevd[78]: passed -1 bytes to netlink monitor 0x7f4fb498f600
    [ 3.038156] systemd-udevd[62]: passed 118 bytes to netlink monitor 0x7f4fb497f0d0
    [ 3.038158] systemd-udevd[78]: seq 703 processed with 0
    [ 3.038163] systemd-udevd[80]: no db file to read /run/udev/data/+bus:container: No such file or directory
    [ 3.038175] systemd-udevd[62]: seq 706 queued, 'add' 'bus'
    [ 3.038177] systemd-udevd[80]: passed -1 bytes to netlink monitor 0x7f4fb49913d0
    [ 3.038179] systemd-udevd[80]: seq 704 processed with 0
    [ 3.038188] systemd-udevd[62]: passed 127 bytes to netlink monitor 0x7f4fb497f0d0
    [ 3.038192] systemd-udevd[67]: seq 705 running
    [ 3.038201] systemd-udevd[78]: seq 706 running
    [ 3.038206] systemd-udevd[62]: seq 707 queued, 'add' 'bus'
    [ 3.038209] systemd-udevd[67]: no db file to read /run/udev/data/+bus:cpu: No such file or directory
    [ 3.038218] systemd-udevd[62]: passed 127 bytes to netlink monitor 0x7f4fb497f0d0
    [ 3.038224] systemd-udevd[78]: no db file to read /run/udev/data/+bus:event_source: No such file or directory
    [ 3.038225] systemd-udevd[67]: passed -1 bytes to netlink monitor 0x7f4fb498c310
    [ 3.038228] systemd-udevd[67]: seq 705 processed with 0
    [ 3.038234] systemd-udevd[62]: seq 708 queued, 'add' 'bus'
    [ 3.038243] systemd-udevd[80]: seq 707 running
    [ 3.038243] systemd-udevd[78]: passed -1 bytes to netlink monitor 0x7f4fb498f600
    [ 3.038246] systemd-udevd[78]: seq 706 processed with 0
    [ 3.038254] systemd-udevd[76]: seq 700 running
    [ 3.038261] systemd-udevd[80]: no db file to read /run/udev/data/+bus:machinecheck: No such file or directory
    [ 3.038272] systemd-udevd[80]: passed -1 bytes to netlink monitor 0x7f4fb49913d0
    [ 3.038275] systemd-udevd[80]: seq 707 processed with 0
    [ 3.038276] systemd-udevd[76]: no db file to read /run/udev/data/+drivers:hpet: No such file or directory
    [ 3.038306] systemd-udevd[76]: passed -1 bytes to netlink monitor 0x7f4fb49883b0
    [ 3.038310] systemd-udevd[76]: seq 700 processed with 0
    [ 3.038325] systemd-udevd[75]: seq 699 running
    [ 3.038343] systemd-udevd[75]: no db file to read /run/udev/data/+drivers:hardware_error_device: No such file or directory
    [ 3.038360] systemd-udevd[75]: passed -1 bytes to netlink monitor 0x7f4fb49879e0
    [ 3.038364] systemd-udevd[75]: seq 699 processed with 0
    [ 3.038405] systemd-udevd[77]: seq 701 running
    [ 3.038419] systemd-udevd[77]: no db file to read /run/udev/data/+drivers:intel_smart_connect: No such file or directory
    [ 3.038429] systemd-udevd[77]: passed -1 bytes to netlink monitor 0x7f4fb498a250
    [ 3.038432] systemd-udevd[77]: seq 701 processed with 0
    [ 3.038531] systemd-udevd[62]: seq 708 forked new worker [81]
    [ 3.038591] systemd-udevd[62]: seq 709 queued, 'add' 'bus'
    [ 3.038612] systemd-udevd[62]: passed 119 bytes to netlink monitor 0x7f4fb497f0d0
    [ 3.038623] systemd-udevd[81]: seq 708 running
    [ 3.038627] systemd-udevd[67]: seq 709 running
    [ 3.038631] systemd-udevd[62]: seq 710 queued, 'add' 'bus'
    [ 3.038640] systemd-udevd[62]: passed 118 bytes to netlink monitor 0x7f4fb497f0d0
    [ 3.038648] systemd-udevd[67]: no db file to read /run/udev/data/+bus:node: No such file or directory
    [ 3.038653] systemd-udevd[75]: seq 710 running
    [ 3.038655] systemd-udevd[81]: no db file to read /run/udev/data/+bus:memory: No such file or directory
    [ 3.038657] systemd-udevd[62]: seq 711 queued, 'add' 'drivers'
    [ 3.038666] systemd-udevd[67]: passed -1 bytes to netlink monitor 0x7f4fb498c310
    [ 3.038671] systemd-udevd[62]: seq 712 queued, 'add' 'drivers'
    [ 3.038671] systemd-udevd[67]: seq 709 processed with 0
    [ 3.038676] systemd-udevd[81]: passed -1 bytes to netlink monitor 0x7f4fb49945b0
    [ 3.038678] systemd-udevd[75]: no db file to read /run/udev/data/+bus:pci: No such file or directory
    [ 3.038682] systemd-udevd[81]: seq 708 processed with 0
    [ 3.038693] systemd-udevd[62]: seq 713 queued, 'add' 'drivers'
    [ 3.038695] systemd-udevd[75]: passed -1 bytes to netlink monitor 0x7f4fb49879e0
    [ 3.038700] systemd-udevd[75]: seq 710 processed with 0
    [ 3.038710] systemd-udevd[62]: seq 714 queued, 'add' 'drivers'
    [ 3.038721] systemd-udevd[62]: passed 137 bytes to netlink monitor 0x7f4fb497f0d0
    [ 3.038732] systemd-udevd[62]: passed 139 bytes to netlink monitor 0x7f4fb497f0d0
    [ 3.038734] systemd-udevd[67]: seq 711 running
    [ 3.038753] systemd-udevd[76]: seq 713 running
    [ 3.038753] systemd-udevd[67]: no db file to read /run/udev/data/+drivers:ioapic: No such file or directory
    [ 3.038779] systemd-udevd[67]: passed -1 bytes to netlink monitor 0x7f4fb498c310
    [ 3.038782] systemd-udevd[76]: no db file to read /run/udev/data/+drivers:serial: No such file or directory
    [ 3.038784] systemd-udevd[67]: seq 711 processed with 0
    [ 3.038797] systemd-udevd[75]: seq 712 running
    [ 3.038799] systemd-udevd[76]: passed -1 bytes to netlink monitor 0x7f4fb49883b0
    [ 3.038803] systemd-udevd[76]: seq 713 processed with 0
    [ 3.038810] systemd-udevd[62]: passed 137 bytes to netlink monitor 0x7f4fb497f0d0
    [ 3.038815] systemd-udevd[75]: no db file to read /run/udev/data/+drivers:pcieport: No such file or directory
    [ 3.038823] systemd-udevd[62]: passed 147 bytes to netlink monitor 0x7f4fb497f0d0
    [ 3.038841] systemd-udevd[75]: passed -1 bytes to netlink monitor 0x7f4fb49879e0
    [ 3.038845] systemd-udevd[75]: seq 712 processed with 0
    [ 3.038849] systemd-udevd[77]: seq 714 running
    [ 3.038856] systemd-udevd[62]: seq 715 queued, 'add' 'bus'
    [ 3.038864] systemd-udevd[77]: no db file to read /run/udev/data/+drivers:xen-platform-pci: No such file or directory
    [ 3.038871] systemd-udevd[62]: passed 126 bytes to netlink monitor 0x7f4fb497f0d0
    [ 3.038876] systemd-udevd[77]: passed -1 bytes to netlink monitor 0x7f4fb498a250
    [ 3.038878] systemd-udevd[77]: seq 714 processed with 0
    [ 3.038891] systemd-udevd[62]: seq 716 queued, 'add' 'drivers'
    [ 3.038915] systemd-udevd[62]: seq 717 queued, 'add' 'drivers'
    [ 3.038928] systemd-udevd[62]: seq 718 queued, 'add' 'drivers'
    [ 3.038941] systemd-udevd[62]: seq 719 queued, 'add' 'bus'
    [ 3.038953] systemd-udevd[62]: passed 123 bytes to netlink monitor 0x7f4fb497f0d0
    [ 3.038976] systemd-udevd[75]: seq 719 running
    [ 3.038977] systemd-udevd[62]: seq 720 queued, 'add' 'drivers'
    [ 3.038990] systemd-udevd[75]: no db file to read /run/udev/data/+bus:platform: No such file or directory
    [ 3.038991] systemd-udevd[62]: seq 721 queued, 'add' 'drivers'
    [ 3.039001] systemd-udevd[75]: passed -1 bytes to netlink monitor 0x7f4fb49879e0
    [ 3.039004] systemd-udevd[75]: seq 719 processed with 0
    [ 3.039005] systemd-udevd[62]: seq 722 queued, 'add' 'drivers'
    [ 3.039034] systemd-udevd[62]: seq 723 queued, 'add' 'drivers'
    [ 3.039046] systemd-udevd[62]: passed 146 bytes to netlink monitor 0x7f4fb497f0d0
    [ 3.039070] systemd-udevd[75]: seq 720 running
    [ 3.039078] systemd-udevd[76]: seq 721 running
    [ 3.039081] systemd-udevd[75]: no db file to read /run/udev/data/+drivers:alarmtimer: No such file or directory
    [ 3.039092] systemd-udevd[75]: passed -1 bytes to netlink monitor 0x7f4fb49879e0
    [ 3.039094] systemd-udevd[75]: seq 720 processed with 0
    [ 3.039101] systemd-udevd[76]: no db file to read /run/udev/data/+drivers:clk-lpt: No such file or directory
    [ 3.039128] systemd-udevd[76]: passed -1 bytes to netlink monitor 0x7f4fb49883b0
    [ 3.039133] systemd-udevd[76]: seq 721 processed with 0
    [ 3.039146] systemd-udevd[67]: seq 715 running
    [ 3.039162] systemd-udevd[67]: no db file to read /run/udev/data/+bus:pci_express: No such file or directory
    [ 3.039177] systemd-udevd[67]: passed -1 bytes to netlink monitor 0x7f4fb498c310
    [ 3.039181] systemd-udevd[67]: seq 715 processed with 0
    [ 3.039188] systemd-udevd[62]: passed 143 bytes to netlink monitor 0x7f4fb497f0d0
    [ 3.039200] systemd-udevd[62]: passed 151 bytes to netlink monitor 0x7f4fb497f0d0
    [ 3.039221] systemd-udevd[62]: passed 146 bytes to netlink monitor 0x7f4fb497f0d0
    [ 3.039224] systemd-udevd[77]: seq 722 running
    [ 3.039235] systemd-udevd[78]: seq 723 running
    [ 3.039244] systemd-udevd[77]: no db file to read /run/udev/data/+drivers:efi-framebuffer: No such file or directory
    [ 3.039244] systemd-udevd[62]: seq 724 queued, 'add' 'drivers'
    [ 3.039255] systemd-udevd[78]: no db file to read /run/udev/data/+drivers:serial8250: No such file or directory
    [ 3.039257] systemd-udevd[62]: passed 142 bytes to netlink monitor 0x7f4fb497f0d0
    [ 3.039263] systemd-udevd[77]: passed -1 bytes to netlink monitor 0x7f4fb498a250
    [ 3.039267] systemd-udevd[77]: seq 722 processed with 0
    [ 3.039269] systemd-udevd[62]: passed 147 bytes to netlink monitor 0x7f4fb497f0d0
    [ 3.039273] systemd-udevd[78]: passed -1 bytes to netlink monitor 0x7f4fb498f600
    [ 3.039277] systemd-udevd[78]: seq 723 processed with 0
    [ 3.039284] systemd-udevd[75]: seq 717 running
    [ 3.039288] systemd-udevd[76]: seq 718 running
    [ 3.039298] systemd-udevd[75]: no db file to read /run/udev/data/+drivers:pcie_pme: No such file or directory
    [ 3.039306] systemd-udevd[76]: no db file to read /run/udev/data/+drivers:pciehp: No such file or directory
    [ 3.039309] sys

    Guys, I think I've found the strange thing.
    First, in the recovery shell, when I type "lvm lvscan", it prints:
    WARNING: lvmetad is running but disabled. Restart lvmetad before enabling it!
    and then it says that all four my logical volumes root,boot,home and var are inactive.
    So I tried to set them up manually, with "lvm vgchange -a y", and guess what happened: I was able to boot!
    I still haven't managed to understand the real causes of this problem, but basically it seems that I have the same problem explained here: https://bbs.archlinux.org/viewtopic.php?id=184340.
    The only difference is that there the OP says to have solved the problem with an upgrade to Linux 3.15.7, while it appeared to me with the upgrade to 3.18.3, and as I said it doesn't go away neither with a downgrade nor with another upgrade to version 3.18.4
    Last edited by rdm (2015-01-29 21:55:44)

  • [Solved] Update gnome results to hang in gdm

    I guess this what happens when waiting a long time to update. This laptop has arch and linux mint dual booting. Arch is running on gnome and i think the last time I used it was 2 weeks ago (or more). It boots fine from grub but hangs upon reaching gdm. Keys dont work nor the touchpad. I have to remove the battery to restart it. This is my second laptop running arch. I got used to the other one running kde then I realize have to update the gnome laptop. Please help.
    This is error log.
    Feb 5 18:05:27 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:05:27 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:05:27 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:05:27 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:05:27 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:05:27 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:05:27 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:05:27 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:05:27 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:05:27 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:05:27 bibs-msiCX500DX-arch init: Id "x" respawning too fast: disabled for 5 minutes
    Feb 5 18:10:28 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:10:28 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:10:28 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:10:28 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:10:28 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:10:28 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:10:28 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:10:28 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:10:28 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:10:28 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:10:28 bibs-msiCX500DX-arch init: Id "x" respawning too fast: disabled for 5 minutes
    Feb 5 18:15:29 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:15:29 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:15:29 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:15:29 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:15:29 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:15:29 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:15:29 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:15:29 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:15:29 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:15:29 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:15:29 bibs-msiCX500DX-arch init: Id "x" respawning too fast: disabled for 5 minutes
    Feb 5 18:20:30 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:20:30 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:20:30 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:20:30 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:20:30 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:20:30 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:20:30 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:20:30 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:20:30 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:20:30 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:20:30 bibs-msiCX500DX-arch init: Id "x" respawning too fast: disabled for 5 minutes
    Feb 5 18:21:03 bibs-msiCX500DX-arch -- MARK --
    Feb 5 18:25:31 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:25:31 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:25:31 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:25:31 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:25:31 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:25:31 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:25:31 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:25:31 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:25:31 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:25:31 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:25:31 bibs-msiCX500DX-arch init: Id "x" respawning too fast: disabled for 5 minutes
    Feb 5 18:30:32 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:30:32 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:30:32 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:30:32 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:30:32 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:30:32 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:30:32 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:30:32 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:30:32 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:30:32 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:30:32 bibs-msiCX500DX-arch init: Id "x" respawning too fast: disabled for 5 minutes
    Feb 5 18:35:33 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:35:33 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:35:33 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:35:33 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:35:33 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:35:33 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:35:33 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:35:33 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:35:33 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:35:33 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:35:33 bibs-msiCX500DX-arch init: Id "x" respawning too fast: disabled for 5 minutes
    Feb 5 18:40:34 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:40:34 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:40:34 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:40:34 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:40:34 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:40:34 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:40:34 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:40:34 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:40:34 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:40:34 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:40:34 bibs-msiCX500DX-arch init: Id "x" respawning too fast: disabled for 5 minutes
    Feb 5 18:41:03 bibs-msiCX500DX-arch -- MARK --
    Feb 5 18:45:35 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:45:35 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:45:35 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:45:35 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:45:35 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:45:35 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:45:35 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:45:35 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:45:35 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:45:35 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:45:35 bibs-msiCX500DX-arch init: Id "x" respawning too fast: disabled for 5 minutes
    Feb 5 18:50:36 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:50:36 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:50:36 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:50:36 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:50:36 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:50:36 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:50:36 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:50:36 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:50:36 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:50:36 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:50:36 bibs-msiCX500DX-arch init: Id "x" respawning too fast: disabled for 5 minutes
    Feb 5 18:55:37 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:55:37 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:55:37 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:55:37 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:55:37 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:55:37 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:55:37 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:55:37 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:55:37 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:55:37 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 18:55:37 bibs-msiCX500DX-arch init: Id "x" respawning too fast: disabled for 5 minutes
    Feb 5 19:00:38 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 19:00:38 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 19:00:38 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 19:00:38 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 19:00:38 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 19:00:38 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 19:00:38 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 19:00:38 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 19:00:38 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 19:00:38 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 19:00:38 bibs-msiCX500DX-arch init: Id "x" respawning too fast: disabled for 5 minutes
    Feb 5 19:01:03 bibs-msiCX500DX-arch -- MARK --
    Feb 5 19:05:39 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 19:05:39 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 19:05:39 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 19:05:39 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 19:05:39 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 19:05:39 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 19:05:39 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 19:05:39 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 19:05:39 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 19:05:39 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 19:05:39 bibs-msiCX500DX-arch init: Id "x" respawning too fast: disabled for 5 minutes
    Feb 5 19:06:18 bibs-msiCX500DX-arch NetworkManager[1806]: <info> kernel firmware directory '/lib/firmware' changed
    Feb 5 19:06:26 bibs-msiCX500DX-arch modprobe: FATAL: Could not load /lib/modules/2.6.36-ARCH/modules.dep: No such file or directory
    Feb 5 19:07:00 bibs-msiCX500DX-arch dbus-daemon: [system] Reloaded configuration
    Feb 5 19:07:06 bibs-msiCX500DX-arch dbus-daemon: [system] Reloaded configuration
    Feb 5 19:07:06 bibs-msiCX500DX-arch dbus-daemon: [system] Reloaded configuration
    Feb 5 19:07:06 bibs-msiCX500DX-arch dbus-daemon: [system] Reloaded configuration
    Feb 5 19:07:06 bibs-msiCX500DX-arch dbus-daemon: [system] Reloaded configuration
    Feb 5 19:10:40 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 19:10:40 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 19:10:40 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 19:10:40 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 19:10:40 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 19:10:40 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 19:10:40 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 19:10:40 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 19:10:40 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 19:10:40 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 19:10:40 bibs-msiCX500DX-arch init: Id "x" respawning too fast: disabled for 5 minutes
    Feb 5 19:15:41 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 19:15:41 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 19:15:41 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 19:15:41 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 19:15:41 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 19:15:41 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 19:15:41 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 19:15:41 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 19:15:41 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 19:15:41 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 19:15:41 bibs-msiCX500DX-arch init: Id "x" respawning too fast: disabled for 5 minutes
    Feb 5 19:20:42 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 19:20:42 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 19:20:42 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 19:20:42 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 19:20:42 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 19:20:42 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 19:20:42 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 19:20:42 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 19:20:42 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 19:20:42 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 19:20:42 bibs-msiCX500DX-arch init: Id "x" respawning too fast: disabled for 5 minutes
    Feb 5 19:21:03 bibs-msiCX500DX-arch -- MARK --
    Feb 5 19:25:43 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 19:25:43 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 19:25:43 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 19:25:43 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 19:25:43 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 19:25:43 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 19:25:43 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 19:25:43 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 19:25:43 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 19:25:43 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 19:25:43 bibs-msiCX500DX-arch init: Id "x" respawning too fast: disabled for 5 minutes
    Feb 5 19:30:44 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 19:30:44 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 19:30:44 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 19:30:44 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 19:30:44 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 19:30:44 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 19:30:44 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 19:30:44 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 19:30:44 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 19:30:44 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 19:30:44 bibs-msiCX500DX-arch init: Id "x" respawning too fast: disabled for 5 minutes
    Feb 5 19:34:56 bibs-msiCX500DX-arch shutdown[24940]: shutting down for system reboot
    Feb 5 19:34:57 bibs-msiCX500DX-arch acpid: client 1871[0:0] has disconnected
    Feb 5 19:34:57 bibs-msiCX500DX-arch acpid: client connected from 24961[0:0]
    Feb 5 19:34:57 bibs-msiCX500DX-arch acpid: 1 client rule loaded
    Feb 5 19:34:58 bibs-msiCX500DX-arch kernel: Not activating Mandatory Access Control now since /sbin/tomoyo-init doesn't exist.
    Feb 5 19:34:58 bibs-msiCX500DX-arch init: Switching to runlevel: 6
    Feb 5 19:34:59 bibs-msiCX500DX-arch acpid: exiting
    Feb 5 19:34:59 bibs-msiCX500DX-arch NetworkManager[1806]: <info> caught signal 15, shutting down normally.
    Feb 5 19:34:59 bibs-msiCX500DX-arch NetworkManager[1806]: <info> (wlan0): now unmanaged
    Feb 5 19:34:59 bibs-msiCX500DX-arch NetworkManager[1806]: <info> (wlan0): device state change: 2 -> 1 (reason 36)
    Feb 5 19:34:59 bibs-msiCX500DX-arch NetworkManager[1806]: <info> exiting (success)
    Feb 5 19:34:59 bibs-msiCX500DX-arch laptop-mode: Laptop mode
    Feb 5 19:34:59 bibs-msiCX500DX-arch laptop-mode: disabled, not active
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: Initializing cgroup subsys cpuset
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: Initializing cgroup subsys cpu
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: Linux version 2.6.37-ARCH (tobias@T-POWA-LX) (gcc version 4.5.2 (GCC) ) #1 SMP PREEMPT Sat Jan 29 19:40:04 UTC 2011
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: BIOS-provided physical RAM map:
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: BIOS-e820: 0000000000100000 - 000000007ffb0000 (usable)
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: BIOS-e820: 000000007ffb0000 - 000000007ffbe000 (ACPI data)
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: BIOS-e820: 000000007ffbe000 - 000000007fff0000 (ACPI NVS)
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: BIOS-e820: 000000007fff0000 - 0000000080000000 (reserved)
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: BIOS-e820: 00000000fff00000 - 0000000100000000 (reserved)
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: Notice: NX (Execute Disable) protection cannot be enabled: non-PAE kernel!
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: DMI present.
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: last_pfn = 0x7ffb0 max_arch_pfn = 0x100000
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: found SMP MP-table at [c00ff780] ff780
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: Scanning 0 areas for low memory corruption
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: init_memory_mapping: 0000000000000000-00000000377fe000
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: RAMDISK: 37e59000 - 37ff0000
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: Allocated new RAMDISK: 37667000 - 377fd7d2
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: Move RAMDISK from 0000000037e59000 - 0000000037fef7d1 to 37667000 - 377fd7d1
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: ACPI: RSDP 000f9dc0 00014 (v00 MSI_NB)
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: ACPI: RSDT 7ffb0000 00048 (v01 MSI_NB MEGABOOK 20100413 MSFT 00000097)
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: ACPI: FACP 7ffb0200 00084 (v01 MSI_NB MEGABOOK 20100413 MSFT 00000097)
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: ACPI: DSDT 7ffb0670 057BD (v01 MSI_NB 00000000 INTL 20051117)
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: ACPI: FACS 7ffbe000 00040
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: ACPI: APIC 7ffb0390 0006C (v01 MSI_NB MEGABOOK 20100413 MSFT 00000097)
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: ACPI: MCFG 7ffb0400 0003C (v01 MSI_NB OEMMCFG 20100413 MSFT 00000097)
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: ACPI: SLIC 7ffb0440 00176 (v01 MSI_NB MEGABOOK 20100413 MSFT 00000097)
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: ACPI: WDRT 7ffb05c0 00047 (v01 MSI_NB OEMWDRT 20100413 MSFT 00000097)
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: ACPI: ECDT 7ffb0610 00054 (v01 MSI_NB OEMECDT 20100413 MSFT 00000097)
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: ACPI: OEMB 7ffbe040 00072 (v01 MSI_NB MEGABOOK 20100413 MSFT 00000097)
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: ACPI: HPET 7ffb5e30 00038 (v01 MSI_NB OEMHPET 20100413 MSFT 00000097)
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: ACPI: SSDT 7ffbe9f0 004F0 (v01 PmRef CpuPm 00003000 INTL 20051117)
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: 1159MB HIGHMEM available.
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: 887MB LOWMEM available.
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: mapped low ram: 0 - 377fe000
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: low ram: 0 - 377fe000
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: Zone PFN ranges:
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: DMA 0x00000010 -> 0x00001000
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: Normal 0x00001000 -> 0x000377fe
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: HighMem 0x000377fe -> 0x0007ffb0
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: Movable zone start PFN for each node
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: early_node_map[2] active PFN ranges
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: 0: 0x00000010 -> 0x0000009f
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: 0: 0x00000100 -> 0x0007ffb0
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: Using APIC driver default
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: ACPI: PM-Timer IO Port: 0x808
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: ACPI: LAPIC (acpi_id[0x03] lapic_id[0x82] disabled)
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: ACPI: LAPIC (acpi_id[0x04] lapic_id[0x83] disabled)
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: IOAPIC[0]: apic_id 2, version 20, address 0xfec00000, GSI 0-23
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: Using ACPI (MADT) for SMP configuration information
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: ACPI: HPET id: 0x10398201 base: 0xfed00000
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: SMP: Allowing 4 CPUs, 2 hotplug CPUs
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: PM: Registered nosave memory: 00000000000a0000 - 00000000000e0000
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: PM: Registered nosave memory: 00000000000e0000 - 0000000000100000
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: Allocating PCI resources starting at 80000000 (gap: 80000000:7ee00000)
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: Booting paravirtualized kernel on bare hardware
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:4 nr_node_ids:1
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: PERCPU: Embedded 12 pages/cpu @f6000000 s27264 r0 d21888 u1048576
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: Built 1 zonelists in Zone order, mobility grouping on. Total pages: 519999
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: Kernel command line: BOOT_IMAGE=/boot/vmlinuz26 root=/dev/sda2
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: PID hash table entries: 4096 (order: 2, 16384 bytes)
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: Initializing CPU#0
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: xsave/xrstor: enabled xstate_bv 0x3, cntxt size 0x240
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: allocated 10483840 bytes of page_cgroup
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: please try 'cgroup_disable=memory' option if you don't want memory cgroups
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: Initializing HighMem for node 0 (000377fe:0007ffb0)
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: Memory: 2061288k/2096832k available (3163k kernel code, 35092k reserved, 1238k data, 424k init, 1187528k highmem)
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: virtual kernel memory layout:
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: fixmap : 0xfff16000 - 0xfffff000 ( 932 kB)
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: pkmap : 0xff800000 - 0xffc00000 (4096 kB)
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: vmalloc : 0xf7ffe000 - 0xff7fe000 ( 120 MB)
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: lowmem : 0xc0000000 - 0xf77fe000 ( 887 MB)
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: .init : 0xc144d000 - 0xc14b7000 ( 424 kB)
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: .data : 0xc1316d40 - 0xc144c560 (1238 kB)
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: .text : 0xc1000000 - 0xc1316d40 (3163 kB)
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: Checking if this processor honours the WP bit even in supervisor mode...Ok.
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: Preemptable hierarchical RCU implementation.
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: RCU-based detection of stalled CPUs is disabled.
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: Verbose stalled-CPUs detection is disabled.
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: NR_IRQS:512
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: Console: colour VGA+ 80x25
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: console [tty0] enabled
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: Fast TSC calibration using PIT
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: Detected 2200.104 MHz processor.
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 4401.55 BogoMIPS (lpj=7333680)
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: pid_max: default: 32768 minimum: 301
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: Security Framework initialized
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: AppArmor: AppArmor disabled by boot time parameter
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: Mount-cache hash table entries: 512
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: Initializing cgroup subsys ns
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: ns_cgroup deprecated: consider using the 'clone_children' flag without the ns_cgroup.
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: Initializing cgroup subsys cpuacct
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: Initializing cgroup subsys memory
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: Initializing cgroup subsys devices
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: Initializing cgroup subsys freezer
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: Initializing cgroup subsys net_cls
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: Initializing cgroup subsys blkio
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: CPU: Physical Processor ID: 0
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: CPU: Processor Core ID: 0
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: mce: CPU supports 6 MCE banks
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: CPU0: Thermal monitoring enabled (TM2)
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: using mwait in idle threads.
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: Performance Events: PEBS fmt0+, Core2 events, Intel PMU driver.
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: ... version: 2
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: ... bit width: 40
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: ... generic registers: 2
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: ... value mask: 000000ffffffffff
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: ... max period: 000000007fffffff
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: ... fixed-purpose events: 3
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: ... event mask: 0000000700000003
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: ACPI: Core revision 20101013
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: Enabling APIC mode: Flat. Using 1 I/O APICs
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: CPU0: Intel(R) Core(TM)2 Duo CPU T6600 @ 2.20GHz stepping 0a
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: NMI watchdog enabled, takes one hw-pmu counter.
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: Booting Node 0, Processors #1
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: Initializing CPU#1
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: NMI watchdog enabled, takes one hw-pmu counter.
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: Brought up 2 CPUs
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: Total of 2 processors activated (8803.95 BogoMIPS).
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: devtmpfs: initialized
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: NET: Registered protocol family 16
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: ACPI: bus type pci registered
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: PCI: not using MMCONFIG
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: PCI: PCI BIOS revision 3.00 entry at 0xf0031, last bus=3
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: PCI: Using configuration type 1 for base access
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: bio: create slab <bio-0> at 0
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: ACPI: EC: EC description table is found, configuring boot EC
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: ACPI: Executed 1 blocks of module-level executable AML code
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: ACPI: SSDT 7ffbe190 00225 (v01 PmRef Cpu0Ist 00003000 INTL 20051117)
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: ACPI: Dynamic OEM Table Load:
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: ACPI: SSDT (null) 00225 (v01 PmRef Cpu0Ist 00003000 INTL 20051117)
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: ACPI: SSDT 7ffbe450 00594 (v01 PmRef Cpu0Cst 00003001 INTL 20051117)
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: ACPI: Dynamic OEM Table Load:
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: ACPI: SSDT (null) 00594 (v01 PmRef Cpu0Cst 00003001 INTL 20051117)
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: ACPI: SSDT 7ffbe0c0 000CC (v01 PmRef Cpu1Ist 00003000 INTL 20051117)
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: ACPI: Dynamic OEM Table Load:
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: ACPI: SSDT (null) 000CC (v01 PmRef Cpu1Ist 00003000 INTL 20051117)
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: ACPI: SSDT 7ffbe3c0 00085 (v01 PmRef Cpu1Cst 00003000 INTL 20051117)
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: ACPI: Dynamic OEM Table Load:
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: ACPI: SSDT (null) 00085 (v01 PmRef Cpu1Cst 00003000 INTL 20051117)
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: ACPI: Interpreter enabled
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: ACPI: (supports S0 S3 S4 S5)
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: ACPI: Using IOAPIC for interrupt routing
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: PCI: Using MMCONFIG for extended config space
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: ACPI: EC: GPE storm detected, transactions will use polling mode
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: ACPI: EC: GPE = 0x17, I/O: command/status = 0x66, data = 0x62
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: ACPI: No dock devices found.
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: pci_root PNP0A03:00: host bridge window [io 0x0000-0x0cf7]
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: pci_root PNP0A03:00: host bridge window [io 0x0d00-0xffff]
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: pci_root PNP0A03:00: host bridge window [mem 0x000a0000-0x000bffff]
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: pci_root PNP0A03:00: host bridge window [mem 0x000d0000-0x000dffff]
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: pci_root PNP0A03:00: host bridge window [mem 0x80000000-0xdfffffff]
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: pci_root PNP0A03:00: host bridge window [mem 0xf0000000-0xfebfffff]
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: pci 0000:00:01.0: PCI bridge to [bus 01-01]
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: pci 0000:00:06.0: PCI bridge to [bus 02-02]
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: pci 0000:00:07.0: PCI bridge to [bus 03-03]
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 7 *10 11 12 14 15)
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 *7 10 11 12 14 15)
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 7 10 11 12 14 15) *0, disabled.
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs *3 4 5 7 10 11 12 14 15)
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 7 10 *11 12 14 15)
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 *5 7 10 11 12 14 15)
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 7 10 11 12 14 *15)
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 7 10 11 12 14 15) *0, disabled.
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: HEST: Table is not found!
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: vgaarb: loaded
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: PCI: Using ACPI for IRQ routing
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: NetLabel: Initializing
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: NetLabel: domain hash size = 128
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: NetLabel: protocols = UNLABELED CIPSOv4
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: NetLabel: unlabeled traffic allowed by default
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: HPET: 3 timers in total, 0 timers will be used for per-cpu timer
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: hpet0: 3 comparators, 32-bit 14.318180 MHz counter
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: Switching to clocksource tsc
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: pnp: PnP ACPI init
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: ACPI: bus type pnp registered
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: pnp: PnP ACPI: found 12 devices
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: ACPI: ACPI bus type pnp unregistered
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: system 00:04: [io 0x0290-0x0297] has been reserved
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: system 00:04: [io 0x0c00-0x0c05] has been reserved
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: system 00:04: [io 0x0d00-0x0d05] has been reserved
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: system 00:04: [io 0x0480-0x048f] has been reserved
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: system 00:04: [io 0x04d0-0x04d1] has been reserved
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: system 00:04: [io 0x0800-0x087f] has been reserved
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: system 00:04: [io 0x0880-0x08ff] has been reserved
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: system 00:04: [io 0x0c00-0x0c7f] could not be reserved
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: system 00:04: [mem 0xfff80000-0xffffffff] has been reserved
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: system 00:04: [mem 0xffb80000-0xffbfffff] has been reserved
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: system 00:04: [mem 0xffee0000-0xffefffff] has been reserved
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: system 00:04: [mem 0xfed10000-0xfed8ffff] has been reserved
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: system 00:07: [mem 0xfec00000-0xfec00fff] could not be reserved
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: system 00:07: [mem 0xfee00000-0xfee00fff] has been reserved
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: system 00:0a: [mem 0xe0000000-0xefffffff] has been reserved
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: system 00:0b: [mem 0x00000000-0x0009ffff] could not be reserved
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: system 00:0b: [mem 0x000c0000-0x000cffff] could not be reserved
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: system 00:0b: [mem 0x000e0000-0x000fffff] could not be reserved
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: system 00:0b: [mem 0x00100000-0x7fffffff] could not be reserved
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: system 00:0b: [mem 0xfec00000-0xffffffff] could not be reserved
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: pci 0000:00:01.0: PCI bridge to [bus 01-01]
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: pci 0000:00:01.0: bridge window [io 0xe000-0xefff]
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: pci 0000:00:01.0: bridge window [mem 0xfea00000-0xfeafffff]
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: pci 0000:00:01.0: bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: pci 0000:00:06.0: PCI bridge to [bus 02-02]
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: pci 0000:00:06.0: bridge window [io disabled]
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: pci 0000:00:06.0: bridge window [mem 0xfeb00000-0xfebfffff]
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: pci 0000:00:06.0: bridge window [mem pref disabled]
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: pci 0000:00:07.0: PCI bridge to [bus 03-03]
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: pci 0000:00:07.0: bridge window [io disabled]
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: pci 0000:00:07.0: bridge window [mem disabled]
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: pci 0000:00:07.0: bridge window [mem pref disabled]
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: NET: Registered protocol family 2
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: TCP: Hash tables configured (established 131072 bind 65536)
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: TCP reno registered
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: UDP hash table entries: 512 (order: 2, 16384 bytes)
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: NET: Registered protocol family 1
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: Unpacking initramfs...
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: Freeing initrd memory: 1628k freed
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: apm: BIOS not found.
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: Scanning for low memory corruption every 60 seconds
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: audit: initializing netlink socket (disabled)
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: type=2000 audit(1296934573.426:1): initialized
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: highmem bounce pool size: 64 pages
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: HugeTLB registered 4 MB page size, pre-allocated 0 pages
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: VFS: Disk quotas dquot_6.5.2
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: msgmni has been set to 1709
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: io scheduler noop registered
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: io scheduler deadline registered
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: io scheduler cfq registered (default)
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: pcieport 0000:00:01.0: ACPI _OSC control granted for 0x19
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: pcieport 0000:00:06.0: ACPI _OSC control granted for 0x19
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: pcieport 0000:00:07.0: ACPI _OSC control granted for 0x19
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: ERST: Table is not found!
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: isapnp: Scanning for PnP cards...
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: isapnp: No Plug & Play device found
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: mice: PS/2 mouse device common for all mice
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: rtc_cmos 00:06: RTC can wake from S4
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: rtc_cmos 00:06: rtc core: registered rtc_cmos as rtc0
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: rtc0: alarms up to one year, 114 bytes nvram, hpet irqs
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: cpuidle: using governor ladder
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: cpuidle: using governor menu
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: TCP cubic registered
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: NET: Registered protocol family 17
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: Registering the dns_resolver key type
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: Using IPI No-Shortcut mode
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: registered taskstats version 1
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: rtc_cmos 00:06: setting system clock to 2011-02-05 19:36:14 UTC (1296934574)
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: Initalizing network drop monitor service
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: Freeing unused kernel memory: 424k freed
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: udev[37]: starting version 165
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: SCSI subsystem initialized
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: scsi0 : pata_sis
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: scsi1 : pata_sis
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: ata1: PATA max UDMA/133 cmd 0x1f0 ctl 0x3f6 bmdma 0xfff0 irq 14
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: ata2: PATA max UDMA/133 cmd 0x170 ctl 0x376 bmdma 0xfff8 irq 15
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: pata_acpi 0000:00:05.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: pata_acpi 0000:00:05.0: PCI INT A disabled
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: sata_sis 0000:00:05.0: version 1.0
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: sata_sis 0000:00:05.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: sata_sis 0000:00:05.0: Detected SiS 1183/966/966L/968/680 controller in PATA mode
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: scsi2 : sata_sis
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: scsi3 : sata_sis
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: ata3: PATA max UDMA/133 cmd 0xd800 ctl 0xd400 bmdma 0xc800 irq 17
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: ata4: PATA max UDMA/133 cmd 0xd000 ctl 0xcc00 bmdma 0xc808 irq 17
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: ata3.00: ATA-8: WDC WD2500BEVT-22A23T0, 01.01A01, max UDMA/133
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: ata3.00: 488397168 sectors, multi 16: LBA48 NCQ (depth 0/32)
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: ata3.00: configured for UDMA/133
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: scsi 2:0:0:0: Direct-Access ATA WDC WD2500BEVT-2 01.0 PQ: 0 ANSI: 5
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: ata4.00: ATAPI: HL-DT-STDVDRAM GT32N, AS00, max UDMA/100
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: ata4.00: configured for UDMA/100
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: scsi 3:0:0:0: CD-ROM HL-DT-ST DVDRAM GT32N AS00 PQ: 0 ANSI: 5
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: sd 2:0:0:0: [sda] 488397168 512-byte logical blocks: (250 GB/232 GiB)
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: sd 2:0:0:0: [sda] Write Protect is off
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: sda: sda1 sda2 sda3 sda4 < sda5 sda6 sda7 sda8 >
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: sd 2:0:0:0: [sda] Attached SCSI disk
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: cdrom: Uniform CD-ROM driver Revision: 3.20
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: udev[486]: starting version 165
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: EXT4-fs (sda2): re-mounted. Opts: (null)
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: EXT4-fs (sda2): re-mounted. Opts: (null)
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: EXT4-fs (sda7): mounted filesystem with ordered data mode. Opts: (null)
    Feb 5 19:36:23 bibs-msiCX500DX-arch kernel: Adding 1951740k swap on /dev/sda5. Priority:-1 extents:1 across:1951740k
    Feb 5 19:36:24 bibs-msiCX500DX-arch acpid: starting up
    Feb 5 19:36:24 bibs-msiCX500DX-arch acpid: 4 rules loaded
    Feb 5 19:36:24 bibs-msiCX500DX-arch acpid: waiting for events: event logging is off
    Feb 5 19:36:24 bibs-msiCX500DX-arch laptop-mode: Laptop mode
    Feb 5 19:36:24 bibs-msiCX500DX-arch laptop-mode: enabled, not active
    Feb 5 19:36:25 bibs-msiCX500DX-arch NetworkManager[1231]: <info> NetworkManager (version 0.8.3) is starting...
    Feb 5 19:36:25 bibs-msiCX500DX-arch NetworkManager[1231]: <info> Read config file /etc/NetworkManager/NetworkManager.conf
    Feb 5 19:36:25 bibs-msiCX500DX-arch NetworkManager[1231]: <info> trying to start the modem manager...
    Feb 5 19:36:25 bibs-msiCX500DX-arch modem-manager: ModemManager (version 0.4) starting...
    Feb 5 19:36:25 bibs-msiCX500DX-arch modem-manager: Loaded plugin Option High-Speed
    Feb 5 19:36:25 bibs-msiCX500DX-arch modem-manager: Loaded plugin SimTech
    Feb 5 19:36:25 bibs-msiCX500DX-arch modem-manager: Loaded plugin Gobi
    Feb 5 19:36:25 bibs-msiCX500DX-arch modem-manager: Loaded plugin ZTE
    Feb 5 19:36:25 bibs-msiCX500DX-arch modem-manager: Loaded plugin Novatel
    Feb 5 19:36:25 bibs-msiCX500DX-arch modem-manager: Loaded plugin Generic
    Feb 5 19:36:25 bibs-msiCX500DX-arch modem-manager: Loaded plugin Option
    Feb 5 19:36:25 bibs-msiCX500DX-arch modem-manager: Loaded plugin Sierra
    Feb 5 19:36:25 bibs-msiCX500DX-arch modem-manager: Loaded plugin Huawei
    Feb 5 19:36:25 bibs-msiCX500DX-arch modem-manager: Loaded plugin MotoC
    Feb 5 19:36:25 bibs-msiCX500DX-arch modem-manager: Loaded plugin AnyData
    Feb 5 19:36:25 bibs-msiCX500DX-arch modem-manager: Loaded plugin Ericsson MBM
    Feb 5 19:36:25 bibs-msiCX500DX-arch modem-manager: Loaded plugin Nokia
    Feb 5 19:36:25 bibs-msiCX500DX-arch modem-manager: Loaded plugin Longcheer
    Feb 5 19:36:26 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 19:36:26 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 19:36:26 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 19:36:26 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 19:36:26 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 19:36:26 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 19:36:26 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 19:36:26 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 19:36:26 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 19:36:26 bibs-msiCX500DX-arch init: cannot execute "/usr/bin/xdm"
    Feb 5 19:36:26 bibs-msiCX500DX-arch init: Id "x" respawning too fast: disabled for 5 minutes
    Feb 5 19:36:23 bibs-msiCX500DX-arch init: Entering runlevel: 5
    Feb 5 19:36:26 bibs-msiCX500DX-arch polkitd[1250]: started daemon version 0.99 using authority implementation `local' version `0.99'
    Feb 5 19:36:26 bibs-msiCX500DX-arch NetworkManager[1231]: <info> monitoring kernel firmware directory '/lib/firmware'.
    Feb 5 19:36:26 bibs-msiCX500DX-arch NetworkManager[1231]: <info> Loaded plugin keyfile: (c) 2007 - 2010 Red Hat, Inc. To report bugs please use the NetworkManager mailing list.
    Feb 5 19:36:26 bibs-msiCX500DX-arch NetworkManager[1231]: keyfile: parsing Auto eth0 ...
    Feb 5 19:36:26 bibs-msiCX500DX-arch NetworkManager[1231]: keyfile: read connection 'Auto eth0'
    Feb 5 19:36:26 bibs-msiCX500DX-arch NetworkManager[1231]: <info> WiFi enabled by radio killswitch; enabled by state file
    Feb 5 19:36:26 bibs-msiCX500DX-arch NetworkManager[1231]: <info> WWAN enabled by radio killswitch; enabled by state file
    Feb 5 19:36:26 bibs-msiCX500DX-arch NetworkManager[1231]: <info> WiMAX enabled by radio killswitch; enabled by state file
    Feb 5 19:36:26 bibs-msiCX500DX-arch NetworkManager[1231]: <info> Networking is enabled by state file
    Feb 5 19:36:26 bibs-msiCX500DX-arch NetworkManager[1231]: <info> modem-manager is now available
    Feb 5 19:36:26 bibs-msiCX500DX-arch NetworkManager[1231]: <warn> bluez error getting default adapter: The name org.bluez was not provided by any .service files
    Feb 5 19:36:26 bibs-msiCX500DX-arch NetworkManager[1231]: <info> Trying to start the supplicant...
    Feb 5 19:36:27 bibs-msiCX500DX-arch acpid: client connected from 1297[0:0]
    Feb 5 19:36:27 bibs-msiCX500DX-arch acpid: 1 client rule loaded
    Feb 5 19:36:27 bibs-msiCX500DX-arch kernel: pci 0000:01:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    Feb 5 19:41:01 bibs-msiCX500DX-arch kernel: atkbd serio0: Unknown key pressed (translated set 2, code 0xf2 on isa0060/serio0).
    Feb 5 19:41:01 bibs-msiCX500DX-arch kernel: atkbd serio0: Use 'setkeycodes e072 <keycode>' to make it known.
    Feb 5 19:41:01 bibs-msiCX500DX-arch kernel: atkbd serio0: Unknown key released (translated set 2, code 0xf2 on isa0060/serio0).
    Feb 5 19:41:01 bibs-msiCX500DX-arch kernel: atkbd serio0: Use 'setkeycodes e072 <keycode>' to make it known.
    Feb 5 19:41:01 bibs-msiCX500DX-arch kernel: atkbd serio0: Unknown key pressed (translated set 2, code 0xf7 on isa0060/serio0).
    Feb 5 19:41:01 bibs-msiCX500DX-arch kernel: atkbd serio0: Use 'setkeycodes e077 <keycode>' to make it known.
    Feb 5 19:41:01 bibs-msiCX500DX-arch kernel: atkbd serio0: Unknown key released (translated set 2, code 0xf7 on isa0060/serio0).
    Feb 5 19:41:01 bibs-msiCX500DX-arch kernel: atkbd serio0: Use 'setkeycodes e077 <keycode>' to make it known.
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: Initializing cgroup subsys cpuset
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: Initializing cgroup subsys cpu
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: Linux version 2.6.37-ARCH (tobias@T-POWA-LX) (gcc version 4.5.2 (GCC) ) #1 SMP PREEMPT Sat Jan 29 19:40:04 UTC 2011
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: BIOS-provided physical RAM map:
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: BIOS-e820: 0000000000100000 - 000000007ffb0000 (usable)
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: BIOS-e820: 000000007ffb0000 - 000000007ffbe000 (ACPI data)
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: BIOS-e820: 000000007ffbe000 - 000000007fff0000 (ACPI NVS)
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: BIOS-e820: 000000007fff0000 - 0000000080000000 (reserved)
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: BIOS-e820: 00000000fff00000 - 0000000100000000 (reserved)
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: Notice: NX (Execute Disable) protection cannot be enabled: non-PAE kernel!
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: DMI present.
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: last_pfn = 0x7ffb0 max_arch_pfn = 0x100000
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: found SMP MP-table at [c00ff780] ff780
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: Scanning 0 areas for low memory corruption
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: init_memory_mapping: 0000000000000000-00000000377fe000
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: RAMDISK: 37e59000 - 37ff0000
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: Allocated new RAMDISK: 37667000 - 377fd7d2
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: Move RAMDISK from 0000000037e59000 - 0000000037fef7d1 to 37667000 - 377fd7d1
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: ACPI: RSDP 000f9dc0 00014 (v00 MSI_NB)
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: ACPI: RSDT 7ffb0000 00048 (v01 MSI_NB MEGABOOK 20100413 MSFT 00000097)
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: ACPI: FACP 7ffb0200 00084 (v01 MSI_NB MEGABOOK 20100413 MSFT 00000097)
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: ACPI: DSDT 7ffb0670 057BD (v01 MSI_NB 00000000 INTL 20051117)
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: ACPI: FACS 7ffbe000 00040
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: ACPI: APIC 7ffb0390 0006C (v01 MSI_NB MEGABOOK 20100413 MSFT 00000097)
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: ACPI: MCFG 7ffb0400 0003C (v01 MSI_NB OEMMCFG 20100413 MSFT 00000097)
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: ACPI: SLIC 7ffb0440 00176 (v01 MSI_NB MEGABOOK 20100413 MSFT 00000097)
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: ACPI: WDRT 7ffb05c0 00047 (v01 MSI_NB OEMWDRT 20100413 MSFT 00000097)
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: ACPI: ECDT 7ffb0610 00054 (v01 MSI_NB OEMECDT 20100413 MSFT 00000097)
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: ACPI: OEMB 7ffbe040 00072 (v01 MSI_NB MEGABOOK 20100413 MSFT 00000097)
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: ACPI: HPET 7ffb5e30 00038 (v01 MSI_NB OEMHPET 20100413 MSFT 00000097)
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: ACPI: SSDT 7ffbe9f0 004F0 (v01 PmRef CpuPm 00003000 INTL 20051117)
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: 1159MB HIGHMEM available.
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: 887MB LOWMEM available.
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: mapped low ram: 0 - 377fe000
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: low ram: 0 - 377fe000
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: Zone PFN ranges:
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: DMA 0x00000010 -> 0x00001000
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: Normal 0x00001000 -> 0x000377fe
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: HighMem 0x000377fe -> 0x0007ffb0
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: Movable zone start PFN for each node
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: early_node_map[2] active PFN ranges
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: 0: 0x00000010 -> 0x0000009f
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: 0: 0x00000100 -> 0x0007ffb0
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: Using APIC driver default
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: ACPI: PM-Timer IO Port: 0x808
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: ACPI: LAPIC (acpi_id[0x03] lapic_id[0x82] disabled)
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: ACPI: LAPIC (acpi_id[0x04] lapic_id[0x83] disabled)
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: IOAPIC[0]: apic_id 2, version 20, address 0xfec00000, GSI 0-23
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: Using ACPI (MADT) for SMP configuration information
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: ACPI: HPET id: 0x10398201 base: 0xfed00000
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: SMP: Allowing 4 CPUs, 2 hotplug CPUs
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: PM: Registered nosave memory: 00000000000a0000 - 00000000000e0000
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: PM: Registered nosave memory: 00000000000e0000 - 0000000000100000
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: Allocating PCI resources starting at 80000000 (gap: 80000000:7ee00000)
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: Booting paravirtualized kernel on bare hardware
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:4 nr_node_ids:1
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: PERCPU: Embedded 12 pages/cpu @f6000000 s27264 r0 d21888 u1048576
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: Built 1 zonelists in Zone order, mobility grouping on. Total pages: 519999
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: Kernel command line: BOOT_IMAGE=/boot/vmlinuz26 root=/dev/sda2
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: PID hash table entries: 4096 (order: 2, 16384 bytes)
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: Initializing CPU#0
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: xsave/xrstor: enabled xstate_bv 0x3, cntxt size 0x240
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: allocated 10483840 bytes of page_cgroup
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: please try 'cgroup_disable=memory' option if you don't want memory cgroups
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: Initializing HighMem for node 0 (000377fe:0007ffb0)
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: Memory: 2061288k/2096832k available (3163k kernel code, 35092k reserved, 1238k data, 424k init, 1187528k highmem)
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: virtual kernel memory layout:
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: fixmap : 0xfff16000 - 0xfffff000 ( 932 kB)
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: pkmap : 0xff800000 - 0xffc00000 (4096 kB)
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: vmalloc : 0xf7ffe000 - 0xff7fe000 ( 120 MB)
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: lowmem : 0xc0000000 - 0xf77fe000 ( 887 MB)
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: .init : 0xc144d000 - 0xc14b7000 ( 424 kB)
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: .data : 0xc1316d40 - 0xc144c560 (1238 kB)
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: .text : 0xc1000000 - 0xc1316d40 (3163 kB)
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: Checking if this processor honours the WP bit even in supervisor mode...Ok.
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: Preemptable hierarchical RCU implementation.
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: RCU-based detection of stalled CPUs is disabled.
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: Verbose stalled-CPUs detection is disabled.
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: NR_IRQS:512
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: Console: colour VGA+ 80x25
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: console [tty0] enabled
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: Fast TSC calibration using PIT
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: Detected 2200.349 MHz processor.
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 4402.06 BogoMIPS (lpj=7334496)
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: pid_max: default: 32768 minimum: 301
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: Security Framework initialized
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: AppArmor: AppArmor disabled by boot time parameter
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: Mount-cache hash table entries: 512
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: Initializing cgroup subsys ns
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: ns_cgroup deprecated: consider using the 'clone_children' flag without the ns_cgroup.
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: Initializing cgroup subsys cpuacct
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: Initializing cgroup subsys memory
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: Initializing cgroup subsys devices
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: Initializing cgroup subsys freezer
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: Initializing cgroup subsys net_cls
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: Initializing cgroup subsys blkio
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: CPU: Physical Processor ID: 0
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: CPU: Processor Core ID: 0
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: mce: CPU supports 6 MCE banks
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: CPU0: Thermal monitoring enabled (TM2)
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: using mwait in idle threads.
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: Performance Events: PEBS fmt0+, Core2 events, Intel PMU driver.
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: ... version: 2
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: ... bit width: 40
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: ... generic registers: 2
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: ... value mask: 000000ffffffffff
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: ... max period: 000000007fffffff
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: ... fixed-purpose events: 3
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: ... event mask: 0000000700000003
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: ACPI: Core revision 20101013
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: Enabling APIC mode: Flat. Using 1 I/O APICs
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: CPU0: Intel(R) Core(TM)2 Duo CPU T6600 @ 2.20GHz stepping 0a
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: NMI watchdog enabled, takes one hw-pmu counter.
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: Booting Node 0, Processors #1
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: Initializing CPU#1
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: NMI watchdog enabled, takes one hw-pmu counter.
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: Brought up 2 CPUs
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: Total of 2 processors activated (8804.46 BogoMIPS).
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: devtmpfs: initialized
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: NET: Registered protocol family 16
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: ACPI: bus type pci registered
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: PCI: not using MMCONFIG
    Feb 5 19:44:16 bibs-msiCX500DX-arch kernel: PCI: P

    Hi there. Below are my .xinitrc and rc.conf files. I tried changing from xdm to gdm in my inittab but no go I still hang when reaching gdm.
    @RicardoAR: I dont know if I am using prelink. I can try checking it in pacman's cache/pkg folder. If none will download in the repos. I understand your message pretty much and will try this exercise.
    #!/bin/sh
    # ~/.xinitrc
    # Executed by startx (run your window manager from here)
    # exec gnome-session
    # exec startkde
    # exec startxfce4
    # ...or the Window Manager of your choice
    # exec xterm
    #exec ck-launch-session openbox-session
    #exec ck-launch-session startlxde
    exec ck-launch-session gnome-session
    # /etc/rc.conf - Main Configuration for Arch Linux
    # LOCALIZATION
    # LOCALE: available languages can be listed with the 'locale -a' command
    # HARDWARECLOCK: set to "UTC" or "localtime", any other value will result
    # in the hardware clock being left untouched (useful for virtualization)
    # TIMEZONE: timezones are found in /usr/share/zoneinfo
    # 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"
    #HARDWARECLOCK="UTC"
    HARDWARECLOCK="localtime"
    TIMEZONE="Asia/Riyadh"
    KEYMAP="us"
    CONSOLEFONT=
    CONSOLEMAP=
    USECOLOR="yes"
    # HARDWARE
    # MOD_AUTOLOAD: Allow autoloading of modules at boot and when needed
    # MOD_BLACKLIST: Prevent udev from loading these modules
    # MODULES: Modules to load at boot-up. Prefix with a ! to blacklist.
    # NOTE: Use of 'MOD_BLACKLIST' is deprecated. Please use ! in the MODULES array.
    MOD_AUTOLOAD="yes"
    #MOD_BLACKLIST=() #deprecated
    MODULES=(fuse)
    # 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="bibs-msiCX500DX-arch"
    # Use 'ifconfig -a' or 'ls /sys/class/net/' to see all available interfaces.
    # Interfaces to start at boot-up (in this order)
    # Declare each interface then list in INTERFACES
    # - prefix an entry in INTERFACES with a ! to disable it
    # - no hyphens in your interface names - Bash doesn't like it
    # DHCP: Set your interface to "dhcp" (eth0="dhcp")
    # Wireless: See network profiles below
    #Static IP example
    #eth0="eth0 10.114.201.248 netmask 255.255.255.0 broadcast 10.114.201.255"
    #use dhcp
    eth0="dhcp"
    INTERFACES=(eth0)
    # Routes to start at boot-up (in this order)
    # Declare each route then list in ROUTES
    # - prefix an entry in ROUTES with a ! to disable it
    gateway="default gw 10.114.201.254"
    ROUTES=(!gateway)
    # Enable these network profiles at boot-up. These are only useful
    # if you happen to need 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 now 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
    #DAEMONS=(syslog-ng network netfs crond alsa fuse slim)
    DAEMONS=(syslog-ng dbus laptop-mode networkmanager netfs crond fuse gdm @alsa @cpufreq)

  • Hp officejet 7610 scan result is blue stripes

    i've been having problem with my officejet 7610 which in my case the scanning output for color scanning is all blue stripes and is unusable. Please help, cause i need to scan really important docs.. Thank u for ur help.

    Hey there @waskitoputro 
    Welcome to the forums!
    I read about the scanning quality issues you're having with your Officejet 7610 on Windows 8.1 and I would like to help.
    Please try these few steps and get back to me with the results.
    Power reset the printer:
    Press the Power button to turn on the product.
    With the product turned on, disconnect the power cord from the rear of the product.
    Unplug the power cord from the wall outlet.
    Wait at least 15 seconds.
    Plug the power cord back into the wall outlet.
    Reconnect the power cord to the rear of the product.
    If the product does not turn on by itself, press the Power button to turn it on.
    Ensure the printer is plugged in directly to the wall outlet, avoiding power bars and surge protectors. This ensures the printer is receiving full power and may help greatly.
    Check for a Firmware Update: Getting the Latest Firmware and Product Updates
    Test a copy from the front of the printer. Was there any issues?
    Test a scan from the PC. What did the scan look like?
    If there was an issue with the scan only, run the Print and Scan Doctor. This diagnostic tool will check for any conflicts that could be causing the issue. The tool will show you a report at the end. If there was a problem that the tool could not fix, you will notice it in the results.
    Hope to hear from you!
    R a i n b o w 7000I work on behalf of HP
    Click the “Kudos Thumbs Up" at the bottom of this post to say
    “Thanks” for helping!
    Click “Accept as Solution” if you feel my post solved your issue, it will help others find the solution!

  • [Solved] Permission issues for automounted devices in Gnome 3

    I am unable to write into any device after it has been automounted in Gnome 3. I get the following error:
    There was an error copying the file into /run/media/dhaval/3C2E3A4E2E3A0206. Permission denied.
    I set up Gnome 3 according to the instructions in the wiki. Searching through the forums did not lead to any results.
    This happens with all external devices and also with my internal secondary hard drive.
    Last edited by dhavalparmar (2012-10-07 00:40:32)

    Solved!!
    Installed ntfs-3g and ntfsprogs. Everything works now.
    Thank you so much everyone for helping me out!

Maybe you are looking for

  • Impossible to install icecat (solved)

    Hello, When I try to install icecat, the console says: $ yaourt -S icecat ==> Téléchargement du PKGBUILD de icecat depuis AUR... bsdtar: Removing leading '/' from member names x xulrunner-copy-stub.patch x PKGBUILD x mozilla-firefox-1.0-lang.patch x

  • Exporting pdf form data to a web server via Submit Button

    Hi I am working on a project where a pdf form is dynamically filled by user information. So, when the user click Print Application on the web, it will create a pdf with form data and download to the user computer. After that, users will have to add m

  • JSF 2.0 FileUpload - form-data Issues

    Maestros, I am going to be a little lengthy here, but before I continue I would like to beg for your indulgence. I am currently working on a web application using a combination of JSF/Spring and have managed to get myself in a tight corner and need s

  • Eventing from a PDK appln to a Webdynpro appln ! :(

    Hi, I would like to trigger an event in webdynpro and catch subscribe for it from a PDK application.. (And passing data b/w WD appln and a PDK appln ...) How can i acheive the same.. WDPortalEventing will work only across WD applns ! Is their any API

  • RFx email recipient

    Hi, We noticed that when we send RFx to vendors, it refers to the email address assigned in the relationship between the vendor business partner and the contact person business partner. We'd like the program that sends email to vendors to refer to th