Author Topic: [Arch]What the fuck! Xorg problem.  (Read 3926 times)

0 Members and 1 Guest are viewing this topic.

Offline lucid

  • #Underground
  • Titan
  • **
  • Posts: 2683
  • Cookies: 243
  • psychonaut
    • View Profile
[Arch]What the fuck! Xorg problem.
« on: July 25, 2013, 06:03:54 am »
This has happened before. And just like last time, it was working fine yesterday, didn't make any changes since, yet today it's broken. X won't start. Here's what I get instead:

Code: [Select]
X.Org X Server 1.14.2
Release Date: 2013-06-25
X Protocol Version 11, Revision 0
Build Operating System: Linux 3.9.7-1-ARCH x86_64
Current Operating System: Linux machine 3.9.9-1-ARCH #1 SMP PREEMPT Wed Jul 3 22:45:16 CEST 2013 x86_64
Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=d28c7e9c-78ce-481b-9263-0fa216662fd2 ro init=/usr/lib/systemd/systemd
Build Date: 01 July 2013  10:48:42AM
 
Current version of pixman: 0.30.0
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Wed Jul 24 22:52:10 2013
(==) Using config directory: "/etc/X11/xorg.conf.d"
Initializing built-in extension Generic Event Extension
Initializing built-in extension SHAPE
Initializing built-in extension MIT-SHM
Initializing built-in extension XInputExtension
Initializing built-in extension XTEST
Initializing built-in extension BIG-REQUESTS
Initializing built-in extension SYNC
Initializing built-in extension XKEYBOARD
Initializing built-in extension XC-MISC
Initializing built-in extension SECURITY
Initializing built-in extension XINERAMA
Initializing built-in extension XFIXES
Initializing built-in extension RENDER
Initializing built-in extension RANDR
Initializing built-in extension COMPOSITE
Initializing built-in extension DAMAGE
Initializing built-in extension MIT-SCREEN-SAVER
Initializing built-in extension DOUBLE-BUFFER
Initializing built-in extension RECORD
Initializing built-in extension DPMS
Initializing built-in extension X-Resource
Initializing built-in extension XVideo
Initializing built-in extension XVideo-MotionCompensation
Initializing built-in extension XFree86-VidModeExtension
Initializing built-in extension XFree86-DGA
Initializing built-in extension XFree86-DRI
Initializing built-in extension DRI2
Loading extension GLX
modprobe: ERROR: could not insert 'i915': Exec format error
(EE)
Fatal server error:
(EE) no screens found(EE)
(EE)
Please consult the The X.Org Foundation support
     at http://wiki.x.org
 for help.
(EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
(EE)
(EE) Server terminated with error (1). Closing log file.
xinit: giving up
xinit: unable to connect to X server: Connection refused
xinit: server error

I also noticed this in the startup messages:

Code: [Select]
hdmi: exports symbol hdmi_audio_infoframe_init (owned by kernel)

Last time I fixed it by running:
Code: [Select]
pacman -Qqo /bin /sbin /usr/sbin | pacman -Qm -

and deleting some package that it found. That doesn't work this time because when I run this command I get no output. Nothing for me to do there. I hate that there isn't more I could do before posting a thread here but since it seemingly broke for no reason there isn't much I can think of to do.

EDIT: Just found what might cause it..

Code: [Select]
modprobe: ERROR: could not insert 'i915': Exec format error

Interesting, I was actually having some trouble trying to modprobe rtl8187 the other day too. Any archers know what's going on with this?
« Last Edit: July 25, 2013, 06:05:59 am by lucid »
"Hacking is at least as much about ideas as about computers and technology. We use our skills to open doors that should never have been shut. We open these doors not only for our own benefit but for the benefit of others, too." - Brian the Hacker

Quote
15:04  @Phage : I'm bored of Python

Offline proxx

  • Avatarception
  • Global Moderator
  • Titan
  • *
  • Posts: 2803
  • Cookies: 256
  • ФФФ
    • View Profile
Re: [Arch]What the fuck! Xorg problem.
« Reply #1 on: July 25, 2013, 06:37:44 am »
You didnt by any chance run an update?

Before you start X try to manually load the intel module with : modprobe i915
If that fails you could try rebuilding/reinstalling the kernel or perhaps fall back to a previous one.

Btw do you have hybrid graphics?
« Last Edit: July 25, 2013, 06:40:03 am by proxx »
Wtf where you thinking with that signature? - Phage.
This was another little experiment *evillaughter - Proxx.
Evilception... - Phage

Offline lucid

  • #Underground
  • Titan
  • **
  • Posts: 2683
  • Cookies: 243
  • psychonaut
    • View Profile
Re: [Arch]What the fuck! Xorg problem.
« Reply #2 on: July 25, 2013, 06:50:14 am »
Ok. So, here's what happens when I try to modprobe it manually:

Code: [Select]
modprobe: ERROR: could not insert 'i915': Exec format error

That, as well as little hdmi message I posted in my first post. Here's what happens when I try to update. Before you ask don't worry I've updated pacman.d/mirrorlist and made sure that the uncommented one is working.

Code: [Select]
:: Synchronizing package databases...
error: failed retrieving file 'core.db' from mirrors.liquidweb.com : Could not resolve host: mirrors.liquidweb.com
error: failed to update core (download library error)
error: failed retrieving file 'extra.db' from mirrors.liquidweb.com : Could not resolve host: mirrors.liquidweb.com
error: failed to update extra (download library error)
error: failed retrieving file 'community.db' from mirrors.liquidweb.com : Could not resolve host: mirrors.liquidweb.com
error: failed retrieving file 'community.db' from mirrors.liquidweb.com : Could not resolve host: mirrors.liquidweb.com
error: failed to update community (download library error)
error: failed to synchronize any databases
error: failed to init transaction (download library error)

Btw do you have hybrid graphics?

Uh....no idea.
« Last Edit: July 25, 2013, 06:51:25 am by lucid »
"Hacking is at least as much about ideas as about computers and technology. We use our skills to open doors that should never have been shut. We open these doors not only for our own benefit but for the benefit of others, too." - Brian the Hacker

Quote
15:04  @Phage : I'm bored of Python

Offline proxx

  • Avatarception
  • Global Moderator
  • Titan
  • *
  • Posts: 2803
  • Cookies: 256
  • ФФФ
    • View Profile
Re: [Arch]What the fuck! Xorg problem.
« Reply #3 on: July 25, 2013, 08:11:19 am »
Ok. So, here's what happens when I try to modprobe it manually:

Code: [Select]
modprobe: ERROR: could not insert 'i915': Exec format error

That, as well as little hdmi message I posted in my first post. Here's what happens when I try to update. Before you ask don't worry I've updated pacman.d/mirrorlist and made sure that the uncommented one is working.

Code: [Select]
:: Synchronizing package databases...
error: failed retrieving file 'core.db' from mirrors.liquidweb.com : Could not resolve host: mirrors.liquidweb.com
error: failed to update core (download library error)
error: failed retrieving file 'extra.db' from mirrors.liquidweb.com : Could not resolve host: mirrors.liquidweb.com
error: failed to update extra (download library error)
error: failed retrieving file 'community.db' from mirrors.liquidweb.com : Could not resolve host: mirrors.liquidweb.com
error: failed retrieving file 'community.db' from mirrors.liquidweb.com : Could not resolve host: mirrors.liquidweb.com
error: failed to update community (download library error)
error: failed to synchronize any databases
error: failed to init transaction (download library error)


Thats just because you dont have anything in /etc/resolv.conf
You probably use some GUI tool post startup to connect.
Make sure you have to right IP settings , route and set this in your resolv.conf;
nameserver 8.8.8.8
Than try to run update again and maybe fallback to an older kernel etc.

Wel for some reason your unable to load the intel kernel module which oviously causes X to fail.
Can you post the output of dmesg right after attempting to load the kernel module?
It just might tell us why it doenst like that.

With hybrid graphics I mean a laptop with nvidia and intel.
Also known by the name of optimus.
In that case you could try reinstalling bumblebee etc.


Wtf where you thinking with that signature? - Phage.
This was another little experiment *evillaughter - Proxx.
Evilception... - Phage

Offline lucid

  • #Underground
  • Titan
  • **
  • Posts: 2683
  • Cookies: 243
  • psychonaut
    • View Profile
Re: [Arch]What the fuck! Xorg problem.
« Reply #4 on: July 25, 2013, 09:33:12 am »
Actually I don't use a GUI tool. I connect using wpa_supplicant and a .service file I created. Also, I could be wrong, but I'm almost positive that is already in my /etc/resolv.conf. I don't know how it could have changed.

EDIT:

dmesg:
Code: [Select]
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 3.9.9-1-ARCH (tobias@T-POWA-LX) (gcc version 4.8.1 (GCC) ) #1 SMP PREEMPT Wed Jul 3 22:45:16 CEST 2013
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=d28c7e9c-78ce-481b-9263-0fa216662fd2 ro init=/usr/lib/systemd/systemd
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009e7ff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009e800-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001fffffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000020000000-0x00000000201fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000020200000-0x000000003fffffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000040000000-0x00000000401fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000040200000-0x00000000b2d20fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000b2d21000-0x00000000b2d8dfff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000b2d8e000-0x00000000b2d94fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000b2d95000-0x00000000b2d95fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000b2d96000-0x00000000b2d96fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000b2d97000-0x00000000b2db7fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000b2db8000-0x00000000b2dc5fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000b2dc6000-0x00000000b2de7fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000b2de8000-0x00000000b2f35fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000b2f36000-0x00000000b2fe7fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000b2fe8000-0x00000000b2ffcfff] usable
[    0.000000] BIOS-e820: [mem 0x00000000b2ffd000-0x00000000b2ffffff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000b3000000-0x00000000bfffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000e3ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed10000-0x00000000fed13fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed18000-0x00000000fed19fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff980000-0x00000000ffbfffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ffd80000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000013f7fffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 2.6 present.
[    0.000000] DMI: ASUSTeK Computer Inc. K53E/K53E, BIOS K53E.214 08/18/2011
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] No AGP bridge found
[    0.000000] e820: last_pfn = 0x13f800 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-CFFFF write-protect
[    0.000000]   D0000-E7FFF uncachable
[    0.000000]   E8000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 000000000 mask F80000000 write-back
[    0.000000]   1 base 080000000 mask FC0000000 write-back
[    0.000000]   2 base 0B8000000 mask FF8000000 uncachable
[    0.000000]   3 base 0B4000000 mask FFC000000 uncachable
[    0.000000]   4 base 0B3000000 mask FFF000000 uncachable
[    0.000000]   5 base 100000000 mask FC0000000 write-back
[    0.000000]   6 base 13F800000 mask FFF800000 uncachable
[    0.000000]   7 base 0FFC00000 mask FFFC00000 write-protect
[    0.000000]   8 disabled
[    0.000000]   9 disabled
[    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[    0.000000] e820: last_pfn = 0xb2ffd max_arch_pfn = 0x400000000
[    0.000000] found SMP MP-table at [mem 0x000fcbe0-0x000fcbef] mapped at [ffff8800000fcbe0]
[    0.000000] Scanning 1 areas for low memory corruption
[    0.000000] Base memory trampoline at [ffff880000098000] 98000 size 24576
[    0.000000] reserving inaccessible SNB gfx pages
[    0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
[    0.000000]  [mem 0x00000000-0x000fffff] page 4k
[    0.000000] BRK [0x01b30000, 0x01b30fff] PGTABLE
[    0.000000] BRK [0x01b31000, 0x01b31fff] PGTABLE
[    0.000000] BRK [0x01b32000, 0x01b32fff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x13f600000-0x13f7fffff]
[    0.000000]  [mem 0x13f600000-0x13f7fffff] page 2M
[    0.000000] BRK [0x01b33000, 0x01b33fff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x13c000000-0x13f5fffff]
[    0.000000]  [mem 0x13c000000-0x13f5fffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x100000000-0x13bffffff]
[    0.000000]  [mem 0x100000000-0x13bffffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x00100000-0x1fffffff]
[    0.000000]  [mem 0x00100000-0x001fffff] page 4k
[    0.000000]  [mem 0x00200000-0x1fffffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x20200000-0x3fffffff]
[    0.000000]  [mem 0x20200000-0x3fffffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x40200000-0xb2d20fff]
[    0.000000]  [mem 0x40200000-0xb2bfffff] page 2M
[    0.000000]  [mem 0xb2c00000-0xb2d20fff] page 4k
[    0.000000] BRK [0x01b34000, 0x01b34fff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0xb2d8e000-0xb2d94fff]
[    0.000000]  [mem 0xb2d8e000-0xb2d94fff] page 4k
[    0.000000] init_memory_mapping: [mem 0xb2d96000-0xb2d96fff]
[    0.000000]  [mem 0xb2d96000-0xb2d96fff] page 4k
[    0.000000] init_memory_mapping: [mem 0xb2db8000-0xb2dc5fff]
[    0.000000]  [mem 0xb2db8000-0xb2dc5fff] page 4k
[    0.000000] init_memory_mapping: [mem 0xb2de8000-0xb2f35fff]
[    0.000000]  [mem 0xb2de8000-0xb2f35fff] page 4k
[    0.000000] init_memory_mapping: [mem 0xb2fe8000-0xb2ffcfff]
[    0.000000]  [mem 0xb2fe8000-0xb2ffcfff] page 4k
[    0.000000] RAMDISK: [mem 0x37a5a000-0x37d24fff]
[    0.000000] ACPI: RSDP 00000000000f0430 00024 (v02 _ASUS_)
[    0.000000] ACPI: XSDT 00000000b2ffee18 00074 (v01 _ASUS_ Notebook 06222004 MSFT 00010013)
[    0.000000] ACPI: FACP 00000000b2f9ad98 000F4 (v04 _ASUS_ Notebook 06222004 MSFT 00010013)
[    0.000000] ACPI Warning: 32/64 FACS address mismatch in FADT - two FACS tables! (20130117/tbfadt-395)
[    0.000000] ACPI BIOS Bug: Warning: 32/64X FACS address mismatch in FADT - 0xB2FE4E40/0x00000000B2FE4D40, using 32 (20130117/tbfadt-522)
[    0.000000] ACPI: DSDT 00000000b2f88018 113EA (v01 _ASUS_ Notebook 00000000 INTL 20091112)
[    0.000000] ACPI: FACS 00000000b2fe4e40 00040
[    0.000000] ACPI: APIC 00000000b2ffdf18 000CC (v02 _ASUS_ Notebook 06222004 MSFT 00010013)
[    0.000000] ACPI: DBGP 00000000b2ffff18 00034 (v01 _ASUS_ Notebook 06222004 MSFT 00010013)
[    0.000000] ACPI: ECDT 00000000b2fe4b18 000C1 (v01 _ASUS_ Notebook 06222004 AMI. 00000003)
[    0.000000] ACPI: SLIC 00000000b2f9be18 00176 (v01 _ASUS_ Notebook 06222004 ASUS 00000001)
[    0.000000] ACPI: HPET 00000000b2fe5d18 00038 (v01 _ASUS_ Notebook 06222004 AMI. 00000003)
[    0.000000] ACPI: MCFG 00000000b2fe5c98 0003C (v01 _ASUS_ Notebook 06222004 MSFT 00000097)
[    0.000000] ACPI: SSDT 00000000b2f87018 0080B (v01  PmRef  Cpu0Ist 00003000 INTL 20091112)
[    0.000000] ACPI: SSDT 00000000b2f86018 00996 (v01  PmRef    CpuPm 00003000 INTL 20091112)
[    0.000000] ACPI: ASF! 00000000b2fe4a18 000A0 (v32 INTEL       HCG 00000001 TFSM 000F4240)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000013f7fffff]
[    0.000000] Initmem setup node 0 [mem 0x00000000-0x13f7fffff]
[    0.000000]   NODE_DATA [mem 0x13f7f8000-0x13f7fcfff]
[    0.000000]  [ffffea0000000000-ffffea0004ffffff] PMD -> [ffff88013b000000-ffff88013edfffff] on node 0
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x00001000-0x00ffffff]
[    0.000000]   DMA32    [mem 0x01000000-0xffffffff]
[    0.000000]   Normal   [mem 0x100000000-0x13f7fffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x00001000-0x0009dfff]
[    0.000000]   node   0: [mem 0x00100000-0x1fffffff]
[    0.000000]   node   0: [mem 0x20200000-0x3fffffff]
[    0.000000]   node   0: [mem 0x40200000-0xb2d20fff]
[    0.000000]   node   0: [mem 0xb2d8e000-0xb2d94fff]
[    0.000000]   node   0: [mem 0xb2d96000-0xb2d96fff]
[    0.000000]   node   0: [mem 0xb2db8000-0xb2dc5fff]
[    0.000000]   node   0: [mem 0xb2de8000-0xb2f35fff]
[    0.000000]   node   0: [mem 0xb2fe8000-0xb2ffcfff]
[    0.000000]   node   0: [mem 0x100000000-0x13f7fffff]
[    0.000000] On node 0 totalpages: 991799
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 157 pages reserved
[    0.000000]   DMA zone: 3997 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 11371 pages used for memmap
[    0.000000]   DMA32 zone: 727706 pages, LIFO batch:31
[    0.000000]   Normal zone: 4064 pages used for memmap
[    0.000000]   Normal zone: 260096 pages, LIFO batch:31
[    0.000000] ACPI: PM-Timer IO Port: 0x408
[    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 (acpi_id[0x05] lapic_id[0x04] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x05] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x06] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x07] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x09] lapic_id[0x08] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x0a] lapic_id[0x09] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x0b] lapic_id[0x0a] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x0c] lapic_id[0x0b] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x0d] lapic_id[0x0c] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x0e] lapic_id[0x0d] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x0f] lapic_id[0x0e] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x10] lapic_id[0x0f] disabled)
[    0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ2 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086a701 base: 0xfed00000
[    0.000000] smpboot: Allowing 16 CPUs, 12 hotplug CPUs
[    0.000000] nr_irqs_gsi: 40
[    0.000000] PM: Registered nosave memory: 000000000009e000 - 000000000009f000
[    0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
[    0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000e0000
[    0.000000] PM: Registered nosave memory: 00000000000e0000 - 0000000000100000
[    0.000000] PM: Registered nosave memory: 0000000020000000 - 0000000020200000
[    0.000000] PM: Registered nosave memory: 0000000040000000 - 0000000040200000
[    0.000000] PM: Registered nosave memory: 00000000b2d21000 - 00000000b2d8e000
[    0.000000] PM: Registered nosave memory: 00000000b2d95000 - 00000000b2d96000
[    0.000000] PM: Registered nosave memory: 00000000b2d97000 - 00000000b2db8000
[    0.000000] PM: Registered nosave memory: 00000000b2dc6000 - 00000000b2de8000
[    0.000000] PM: Registered nosave memory: 00000000b2f36000 - 00000000b2fe8000
[    0.000000] PM: Registered nosave memory: 00000000b2ffd000 - 00000000b3000000
[    0.000000] PM: Registered nosave memory: 00000000b3000000 - 00000000c0000000
[    0.000000] PM: Registered nosave memory: 00000000c0000000 - 00000000e0000000
[    0.000000] PM: Registered nosave memory: 00000000e0000000 - 00000000e4000000
[    0.000000] PM: Registered nosave memory: 00000000e4000000 - 00000000fec00000
[    0.000000] PM: Registered nosave memory: 00000000fec00000 - 00000000fec01000
[    0.000000] PM: Registered nosave memory: 00000000fec01000 - 00000000fed10000
[    0.000000] PM: Registered nosave memory: 00000000fed10000 - 00000000fed14000
[    0.000000] PM: Registered nosave memory: 00000000fed14000 - 00000000fed18000
[    0.000000] PM: Registered nosave memory: 00000000fed18000 - 00000000fed1a000
[    0.000000] PM: Registered nosave memory: 00000000fed1a000 - 00000000fed1c000
[    0.000000] PM: Registered nosave memory: 00000000fed1c000 - 00000000fed20000
[    0.000000] PM: Registered nosave memory: 00000000fed20000 - 00000000fee00000
[    0.000000] PM: Registered nosave memory: 00000000fee00000 - 00000000fee01000
[    0.000000] PM: Registered nosave memory: 00000000fee01000 - 00000000ff980000
[    0.000000] PM: Registered nosave memory: 00000000ff980000 - 00000000ffc00000
[    0.000000] PM: Registered nosave memory: 00000000ffc00000 - 00000000ffd80000
[    0.000000] PM: Registered nosave memory: 00000000ffd80000 - 0000000100000000
[    0.000000] e820: [mem 0xc0000000-0xdfffffff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:16 nr_node_ids:1
[    0.000000] PERCPU: Embedded 28 pages/cpu @ffff88013f400000 s85824 r8192 d20672 u131072
[    0.000000] pcpu-alloc: s85824 r8192 d20672 u131072 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15
[    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 976143
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=d28c7e9c-78ce-481b-9263-0fa216662fd2 ro init=/usr/lib/systemd/systemd
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] __ex_table already sorted, skipping sort
[    0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340
[    0.000000] Checking aperture...
[    0.000000] No AGP bridge found
[    0.000000] Calgary: detecting Calgary via BIOS EBDA area
[    0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[    0.000000] Memory: 3820612k/5234688k available (4986k kernel code, 1267492k absent, 146584k reserved, 3965k data, 1092k init)
[    0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=16, 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=64 to nr_cpu_ids=16.
[    0.000000] NR_IRQS:4352 nr_irqs:808 16
[    0.000000] Console: colour dummy device 80x25
[    0.000000] console [tty0] enabled
[    0.000000] allocated 16252928 bytes of page_cgroup
[    0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[    0.000000] hpet clockevent registered
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.003333] tsc: Detected 2394.735 MHz processor
[    0.000003] Calibrating delay loop (skipped), value calculated using timer frequency.. 4791.03 BogoMIPS (lpj=7982450)
[    0.000005] pid_max: default: 32768 minimum: 301
[    0.000036] Security Framework initialized
[    0.000043] AppArmor: AppArmor disabled by boot time parameter
[    0.000292] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.001307] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.001755] Mount-cache hash table entries: 256
[    0.001945] Initializing cgroup subsys cpuacct
[    0.001947] Initializing cgroup subsys memory
[    0.001956] Initializing cgroup subsys devices
[    0.001957] Initializing cgroup subsys freezer
[    0.001959] Initializing cgroup subsys net_cls
[    0.001960] Initializing cgroup subsys blkio
[    0.001984] CPU: Physical Processor ID: 0
[    0.001985] CPU: Processor Core ID: 0
[    0.001990] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[    0.001992] mce: CPU supports 7 MCE banks
[    0.002004] CPU0: Thermal monitoring enabled (TM1)
[    0.002012] Last level iTLB entries: 4KB 512, 2MB 0, 4MB 0
Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32
tlb_flushall_shift: 5
[    0.002132] Freeing SMP alternatives: 20k freed
[    0.003333] ACPI: Core revision 20130117
[    0.010483] ACPI: All ACPI Tables successfully acquired
[    0.258568] ftrace: allocating 19551 entries in 77 pages
[    0.268467] Switched APIC routing to physical flat.
[    0.268887] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.301922] smpboot: CPU0: Intel(R) Core(TM) i5-2430M CPU @ 2.40GHz (fam: 06, model: 2a, stepping: 07)
[    0.301930] TSC deadline timer enabled
[    0.301942] Performance Events: PEBS fmt1+, 16-deep LBR, SandyBridge events, Intel PMU driver.
[    0.301948] perf_event_intel: PEBS disabled due to CPU errata, please upgrade microcode
[    0.301949] ... version:                3
[    0.301950] ... bit width:              48
[    0.301951] ... generic registers:      4
[    0.301952] ... value mask:             0000ffffffffffff
[    0.301953] ... max period:             000000007fffffff
[    0.301954] ... fixed-purpose events:   3
[    0.301955] ... event mask:             000000070000000f
[    0.355433] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[    0.342164] smpboot: Booting Node   0, Processors  #1 #2 #3
[    0.395508] Brought up 4 CPUs
[    0.395512] smpboot: Total of 4 processors activated (19165.12 BogoMIPS)
[    0.398769] devtmpfs: initialized
[    0.399651] PM: Registering ACPI NVS region [mem 0xb2f36000-0xb2fe7fff] (729088 bytes)
[    0.400321] RTC time:  2:33:46, date: 07/25/13
[    0.400363] NET: Registered protocol family 16
[    0.400468] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.400470] ACPI: bus type PCI registered
[    0.400532] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xe0000000-0xe3ffffff] (base 0xe0000000)
[    0.400534] PCI: MMCONFIG at [mem 0xe0000000-0xe3ffffff] reserved in E820
[    0.408424] PCI: Using configuration type 1 for base access
[    0.408562] mtrr: your CPUs had inconsistent variable MTRR settings
[    0.408563] mtrr: probably your BIOS does not setup all CPUs.
[    0.408564] mtrr: corrected configuration.
[    0.408930] bio: create slab <bio-0> at 0
[    0.408990] ACPI: Added _OSI(Module Device)
[    0.408991] ACPI: Added _OSI(Processor Device)
[    0.408992] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.408994] ACPI: Added _OSI(Processor Aggregator Device)
[    0.410988] ACPI: EC: EC description table is found, configuring boot EC
[    0.410993] ACPI: EC: Look up EC in DSDT
[    0.413142] ACPI: Executed 1 blocks of module-level executable AML code
[    0.415961] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[    0.416446] ACPI: SSDT 00000000b2dca798 0073F (v01  PmRef  Cpu0Cst 00003001 INTL 20091112)
[    0.416946] ACPI: Dynamic OEM Table Load:
[    0.416948] ACPI: SSDT           (null) 0073F (v01  PmRef  Cpu0Cst 00003001 INTL 20091112)
[    0.417167] ACPI: SSDT 00000000b2dcba98 00303 (v01  PmRef    ApIst 00003000 INTL 20091112)
[    0.417691] ACPI: Dynamic OEM Table Load:
[    0.417694] ACPI: SSDT           (null) 00303 (v01  PmRef    ApIst 00003000 INTL 20091112)
[    0.417782] ACPI: SSDT 00000000b2dc9d98 00119 (v01  PmRef    ApCst 00003000 INTL 20091112)
[    0.418278] ACPI: Dynamic OEM Table Load:
[    0.418280] ACPI: SSDT           (null) 00119 (v01  PmRef    ApCst 00003000 INTL 20091112)
[    0.418765] ACPI: Interpreter enabled
[    0.418771] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20130117/hwxface-568)
[    0.418776] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20130117/hwxface-568)
[    0.418789] ACPI: (supports S0 S3 S4 S5)
[    0.418791] ACPI: Using IOAPIC for interrupt routing
[    0.418820] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.425284] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
[    0.425696] PCI host bridge to bus 0000:00
[    0.425700] pci_bus 0000:00: root bus resource [bus 00-3e]
[    0.425702] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7]
[    0.425704] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff]
[    0.425705] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
[    0.425707] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff]
[    0.425709] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff]
[    0.425710] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff]
[    0.425712] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff]
[    0.425713] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff]
[    0.425715] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff]
[    0.425717] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfeafffff]
[    0.425718] pci_bus 0000:00: root bus resource [mem 0xfed40000-0xfed44fff]
[    0.425726] pci 0000:00:00.0: [8086:0104] type 00 class 0x060000
[    0.425818] pci 0000:00:02.0: [8086:0116] type 00 class 0x030000
[    0.425829] pci 0000:00:02.0: reg 10: [mem 0xddc00000-0xddffffff 64bit]
[    0.425835] pci 0000:00:02.0: reg 18: [mem 0xc0000000-0xcfffffff 64bit pref]
[    0.425839] pci 0000:00:02.0: reg 20: [io  0xe000-0xe03f]
[    0.425944] pci 0000:00:16.0: [8086:1c3a] type 00 class 0x078000
[    0.425968] pci 0000:00:16.0: reg 10: [mem 0xdfe0b000-0xdfe0b00f 64bit]
[    0.426047] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[    0.426137] pci 0000:00:1a.0: [8086:1c2d] type 00 class 0x0c0320
[    0.426160] pci 0000:00:1a.0: reg 10: [mem 0xdfe08000-0xdfe083ff]
[    0.426251] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
[    0.426288] pci 0000:00:1a.0: System wakeup disabled by ACPI
[    0.426331] pci 0000:00:1b.0: [8086:1c20] type 00 class 0x040300
[    0.426348] pci 0000:00:1b.0: reg 10: [mem 0xdfe00000-0xdfe03fff 64bit]
[    0.426417] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.426445] pci 0000:00:1b.0: System wakeup disabled by ACPI
[    0.426479] pci 0000:00:1c.0: [8086:1c10] type 01 class 0x060400
[    0.426561] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.426603] pci 0000:00:1c.0: System wakeup disabled by ACPI
[    0.426637] pci 0000:00:1c.1: [8086:1c12] type 01 class 0x060400
[    0.426717] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[    0.426760] pci 0000:00:1c.1: System wakeup disabled by ACPI
[    0.426797] pci 0000:00:1c.5: [8086:1c1a] type 01 class 0x060400
[    0.426877] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
[    0.426924] pci 0000:00:1c.5: System wakeup disabled by ACPI
[    0.426966] pci 0000:00:1d.0: [8086:1c26] type 00 class 0x0c0320
[    0.426988] pci 0000:00:1d.0: reg 10: [mem 0xdfe07000-0xdfe073ff]
[    0.427080] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    0.427111] pci 0000:00:1d.0: System wakeup disabled by ACPI
[    0.427146] pci 0000:00:1f.0: [8086:1c49] type 00 class 0x060100
[    0.427302] pci 0000:00:1f.2: [8086:1c03] type 00 class 0x010601
[    0.427321] pci 0000:00:1f.2: reg 10: [io  0xe0b0-0xe0b7]
[    0.427329] pci 0000:00:1f.2: reg 14: [io  0xe0a0-0xe0a3]
[    0.427338] pci 0000:00:1f.2: reg 18: [io  0xe090-0xe097]
[    0.427346] pci 0000:00:1f.2: reg 1c: [io  0xe080-0xe083]
[    0.427354] pci 0000:00:1f.2: reg 20: [io  0xe060-0xe07f]
[    0.427363] pci 0000:00:1f.2: reg 24: [mem 0xdfe06000-0xdfe067ff]
[    0.427410] pci 0000:00:1f.2: PME# supported from D3hot
[    0.427465] pci 0000:00:1f.3: [8086:1c22] type 00 class 0x0c0500
[    0.427481] pci 0000:00:1f.3: reg 10: [mem 0xdfe05000-0xdfe050ff 64bit]
[    0.427502] pci 0000:00:1f.3: reg 20: [io  0xe040-0xe05f]
[    0.427615] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.427620] pci 0000:00:1c.0:   bridge window [io  0xd000-0xdfff]
[    0.427624] pci 0000:00:1c.0:   bridge window [mem 0xdf400000-0xdfdfffff]
[    0.427631] pci 0000:00:1c.0:   bridge window [mem 0xd1600000-0xd1ffffff 64bit pref]
[    0.427716] pci 0000:02:00.0: [10ec:8176] type 00 class 0x028000
[    0.427742] pci 0000:02:00.0: reg 10: [io  0xc000-0xc0ff]
[    0.427789] pci 0000:02:00.0: reg 18: [mem 0xdea00000-0xdea03fff 64bit]
[    0.427933] pci 0000:02:00.0: supports D1 D2
[    0.427934] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.427976] pci 0000:02:00.0: System wakeup disabled by ACPI
[    0.435471] pci 0000:00:1c.1: PCI bridge to [bus 02]
[    0.435481] pci 0000:00:1c.1:   bridge window [io  0xc000-0xcfff]
[    0.435490] pci 0000:00:1c.1:   bridge window [mem 0xdea00000-0xdf3fffff]
[    0.435505] pci 0000:00:1c.1:   bridge window [mem 0xd0b00000-0xd14fffff 64bit pref]
[    0.435629] pci 0000:03:00.0: [1969:1083] type 00 class 0x020000
[    0.435658] pci 0000:03:00.0: reg 10: [mem 0xde000000-0xde03ffff 64bit]
[    0.435673] pci 0000:03:00.0: reg 18: [io  0xb000-0xb07f]
[    0.435802] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.435837] pci 0000:03:00.0: System wakeup disabled by ACPI
[    0.445484] pci 0000:00:1c.5: PCI bridge to [bus 03]
[    0.445494] pci 0000:00:1c.5:   bridge window [io  0xb000-0xbfff]
[    0.445503] pci 0000:00:1c.5:   bridge window [mem 0xde000000-0xde9fffff]
[    0.445518] pci 0000:00:1c.5:   bridge window [mem 0xd0000000-0xd09fffff 64bit pref]
[    0.445639] acpi PNP0A08:00: Requesting ACPI _OSC control (0x1d)
[    0.445981] acpi PNP0A08:00: ACPI _OSC control (0x1d) granted
[    0.446647] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 *11 12)
[    0.446695] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 *5 6 7 10 12)
[    0.446742] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 *5 6 7 10 12)
[    0.446789] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 *10 12)
[    0.446834] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 10 12) *0, disabled.
[    0.446885] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 10 12) *0, disabled.
[    0.446932] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 *5 6 7 10 12)
[    0.446978] ACPI: PCI Interrupt Link [LNKH] (IRQs *3 4 5 6 7 10 12)
[    0.447302] ACPI: Enabled 4 GPEs in block 00 to 3F
[    0.447308] acpi root: \_SB_.PCI0 notify handler is installed
[    0.447368] Found 1 acpi root devices
[    0.447435] ACPI: EC: GPE = 0x1b, I/O: command/status = 0x66, data = 0x62
[    0.447572] ACPI: No dock devices found.
[    0.447629] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[    0.447631] vgaarb: loaded
[    0.447632] vgaarb: bridge control possible 0000:00:02.0
[    0.447662] PCI: Using ACPI for IRQ routing
[    0.449217] PCI: pci_cache_line_size set to 64 bytes
[    0.449264] e820: reserve RAM buffer [mem 0x0009e800-0x0009ffff]
[    0.449266] e820: reserve RAM buffer [mem 0xb2d21000-0xb3ffffff]
[    0.449268] e820: reserve RAM buffer [mem 0xb2d95000-0xb3ffffff]
[    0.449270] e820: reserve RAM buffer [mem 0xb2d97000-0xb3ffffff]
[    0.449272] e820: reserve RAM buffer [mem 0xb2dc6000-0xb3ffffff]
[    0.449273] e820: reserve RAM buffer [mem 0xb2f36000-0xb3ffffff]
[    0.449275] e820: reserve RAM buffer [mem 0xb2ffd000-0xb3ffffff]
[    0.449276] e820: reserve RAM buffer [mem 0x13f800000-0x13fffffff]
[    0.449358] NetLabel: Initializing
[    0.449359] NetLabel:  domain hash size = 128
[    0.449360] NetLabel:  protocols = UNLABELED CIPSOv4
[    0.449372] NetLabel:  unlabeled traffic allowed by default
[    0.449387] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    0.449392] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[    0.451404] Switching to clocksource hpet
[    0.455627] pnp: PnP ACPI init
[    0.455643] ACPI: bus type PNP registered
[    0.455691] pnp 00:00: [dma 4]
[    0.455713] pnp 00:00: Plug and Play ACPI device, IDs PNP0200 (active)
[    0.455734] pnp 00:01: Plug and Play ACPI device, IDs INT0800 (active)
[    0.455837] pnp 00:02: Plug and Play ACPI device, IDs PNP0103 (active)
[    0.455868] pnp 00:03: Plug and Play ACPI device, IDs PNP0c04 (active)
[    0.455908] system 00:04: [io  0x0680-0x069f] has been reserved
[    0.455910] system 00:04: [io  0x1000-0x100f] has been reserved
[    0.455912] system 00:04: [io  0xffff] has been reserved
[    0.455914] system 00:04: [io  0xffff] has been reserved
[    0.455916] system 00:04: [io  0x0400-0x0453] has been reserved
[    0.455918] system 00:04: [io  0x0458-0x047f] has been reserved
[    0.455919] system 00:04: [io  0x0500-0x057f] has been reserved
[    0.455921] system 00:04: [io  0x164e-0x164f] has been reserved
[    0.455924] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.455951] pnp 00:05: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.455987] system 00:06: [io  0x0454-0x0457] has been reserved
[    0.455990] system 00:06: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[    0.456017] system 00:07: [io  0x0240-0x0259] has been reserved
[    0.456019] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.456068] pnp 00:08: Plug and Play ACPI device, IDs SYN0a17 SYN0a00 SYN0002 PNP0f03 PNP0f13 PNP0f12 (active)
[    0.456108] pnp 00:09: Plug and Play ACPI device, IDs PNP0303 PNP030b (active)
[    0.456317] system 00:0a: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    0.456320] system 00:0a: [mem 0xfed10000-0xfed17fff] could not be reserved
[    0.456321] system 00:0a: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.456323] system 00:0a: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.456325] system 00:0a: [mem 0xe0000000-0xe3ffffff] has been reserved
[    0.456327] system 00:0a: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.456329] system 00:0a: [mem 0xfed90000-0xfed93fff] has been reserved
[    0.456331] system 00:0a: [mem 0xfed45000-0xfed8ffff] has been reserved
[    0.456333] system 00:0a: [mem 0xff000000-0xffffffff] could not be reserved
[    0.456335] system 00:0a: [mem 0xfee00000-0xfeefffff] could not be reserved
[    0.456337] system 00:0a: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.456400] system 00:0b: [mem 0xd2000000-0xd2000fff] has been reserved
[    0.456403] system 00:0b: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.456520] system 00:0c: [mem 0x20000000-0x201fffff] has been reserved
[    0.456522] system 00:0c: [mem 0x40000000-0x401fffff] has been reserved
[    0.456525] system 00:0c: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.456543] pnp: PnP ACPI: found 13 devices
[    0.456545] ACPI: bus type PNP unregistered
[    0.462902] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.462906] pci 0000:00:1c.0:   bridge window [io  0xd000-0xdfff]
[    0.462912] pci 0000:00:1c.0:   bridge window [mem 0xdf400000-0xdfdfffff]
[    0.462916] pci 0000:00:1c.0:   bridge window [mem 0xd1600000-0xd1ffffff 64bit pref]
[    0.462923] pci 0000:00:1c.1: PCI bridge to [bus 02]
[    0.462926] pci 0000:00:1c.1:   bridge window [io  0xc000-0xcfff]
[    0.462931] pci 0000:00:1c.1:   bridge window [mem 0xdea00000-0xdf3fffff]
[    0.462936] pci 0000:00:1c.1:   bridge window [mem 0xd0b00000-0xd14fffff 64bit pref]
[    0.462942] pci 0000:00:1c.5: PCI bridge to [bus 03]
[    0.462945] pci 0000:00:1c.5:   bridge window [io  0xb000-0xbfff]
[    0.462951] pci 0000:00:1c.5:   bridge window [mem 0xde000000-0xde9fffff]
[    0.462955] pci 0000:00:1c.5:   bridge window [mem 0xd0000000-0xd09fffff 64bit pref]
[    0.463098] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
[    0.463100] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
[    0.463102] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[    0.463103] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000d3fff]
[    0.463105] pci_bus 0000:00: resource 8 [mem 0x000d4000-0x000d7fff]
[    0.463106] pci_bus 0000:00: resource 9 [mem 0x000d8000-0x000dbfff]
[    0.463108] pci_bus 0000:00: resource 10 [mem 0x000dc000-0x000dffff]
[    0.463110] pci_bus 0000:00: resource 11 [mem 0x000e0000-0x000e3fff]
[    0.463111] pci_bus 0000:00: resource 12 [mem 0x000e4000-0x000e7fff]
[    0.463113] pci_bus 0000:00: resource 13 [mem 0xc0000000-0xfeafffff]
[    0.463114] pci_bus 0000:00: resource 14 [mem 0xfed40000-0xfed44fff]
[    0.463116] pci_bus 0000:01: resource 0 [io  0xd000-0xdfff]
[    0.463118] pci_bus 0000:01: resource 1 [mem 0xdf400000-0xdfdfffff]
[    0.463120] pci_bus 0000:01: resource 2 [mem 0xd1600000-0xd1ffffff 64bit pref]
[    0.463121] pci_bus 0000:02: resource 0 [io  0xc000-0xcfff]
[    0.463123] pci_bus 0000:02: resource 1 [mem 0xdea00000-0xdf3fffff]
[    0.463125] pci_bus 0000:02: resource 2 [mem 0xd0b00000-0xd14fffff 64bit pref]
[    0.463126] pci_bus 0000:03: resource 0 [io  0xb000-0xbfff]
[    0.463128] pci_bus 0000:03: resource 1 [mem 0xde000000-0xde9fffff]
[    0.463130] pci_bus 0000:03: resource 2 [mem 0xd0000000-0xd09fffff 64bit pref]
[    0.463160] NET: Registered protocol family 2
[    0.463325] TCP established hash table entries: 32768 (order: 7, 524288 bytes)
[    0.463458] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
[    0.463554] TCP: Hash tables configured (established 32768 bind 32768)
[    0.463574] TCP: reno registered
[    0.463581] UDP hash table entries: 2048 (order: 4, 65536 bytes)
[    0.463599] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
[    0.463664] NET: Registered protocol family 1
[    0.463677] pci 0000:00:02.0: Boot video device
[    0.463903] PCI: CLS 64 bytes, default 64
[    0.463937] Unpacking initramfs...
[    0.513390] Freeing initrd memory: 2860k freed
[    0.513755] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.513760] software IO TLB [mem 0xaed21000-0xb2d21000] (64MB) mapped at [ffff8800aed21000-ffff8800b2d20fff]
[    0.513968] Scanning for low memory corruption every 60 seconds
[    0.514153] audit: initializing netlink socket (disabled)
[    0.514163] type=2000 audit(1374719626.263:1): initialized
[    0.525746] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    0.527078] VFS: Disk quotas dquot_6.5.2
[    0.527120] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.527286] msgmni has been set to 7467
[    0.527509] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[    0.527543] io scheduler noop registered
[    0.527545] io scheduler deadline registered
[    0.527552] io scheduler cfq registered (default)
[    0.527667] pcieport 0000:00:1c.0: irq 40 for MSI/MSI-X
[    0.527772] pcieport 0000:00:1c.1: irq 41 for MSI/MSI-X
[    0.527872] pcieport 0000:00:1c.5: irq 42 for MSI/MSI-X
[    0.527952] pcieport 0000:00:1c.0: Signaling PME through PCIe PME interrupt
[    0.527957] pcie_pme 0000:00:1c.0:pcie01: service driver pcie_pme loaded
[    0.527976] pcieport 0000:00:1c.1: Signaling PME through PCIe PME interrupt
[    0.527978] pci 0000:02:00.0: Signaling PME through PCIe PME interrupt
[    0.527982] pcie_pme 0000:00:1c.1:pcie01: service driver pcie_pme loaded
[    0.527999] pcieport 0000:00:1c.5: Signaling PME through PCIe PME interrupt
[    0.528000] pci 0000:03:00.0: Signaling PME through PCIe PME interrupt
[    0.528005] pcie_pme 0000:00:1c.5:pcie01: service driver pcie_pme loaded
[    0.528050] vesafb: mode is 1366x768x32, linelength=5504, pages=0
[    0.528051] vesafb: scrolling: redraw
[    0.528053] vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.528622] vesafb: framebuffer at 0xc0000000, mapped to 0xffffc90004800000, using 4160k, total 4160k
[    0.600745] Console: switching to colour frame buffer device 170x48
[    0.672587] fb0: VESA VGA frame buffer device
[    0.672597] intel_idle: MWAIT substates: 0x21120
[    0.672599] intel_idle: v0.4 model 0x2A
[    0.672600] intel_idle: lapic_timer_reliable_states 0xffffffff
[    0.672641] GHES: HEST is not enabled!
[    0.672691] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[    0.673115] Linux agpgart interface v0.103
[    0.673176] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
[    0.674857] i8042: Detected active multiplexing controller, rev 1.1
[    0.675709] serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.675721] serio: i8042 AUX0 port at 0x60,0x64 irq 12
[    0.675723] serio: i8042 AUX1 port at 0x60,0x64 irq 12
[    0.675725] serio: i8042 AUX2 port at 0x60,0x64 irq 12
[    0.675726] serio: i8042 AUX3 port at 0x60,0x64 irq 12
[    0.675886] mousedev: PS/2 mouse device common for all mice
[    0.675920] rtc_cmos 00:05: RTC can wake from S4
[    0.676055] rtc_cmos 00:05: rtc core: registered rtc_cmos as rtc0
[    0.676084] rtc_cmos 00:05: alarms up to one year, y3k, 242 bytes nvram, hpet irqs
[    0.676092] Intel P-state driver initializing.
[    0.676102] Intel pstate controlling: cpu 0
[    0.676118] Intel pstate controlling: cpu 1
[    0.676127] Intel pstate controlling: cpu 2
[    0.676136] Intel pstate controlling: cpu 3
[    0.676236] cpuidle: using governor ladder
[    0.676346] cpuidle: using governor menu
[    0.676347] EFI Variables Facility v0.08 2004-May-17
[    0.676392] drop_monitor: Initializing network drop monitor service
[    0.676459] TCP: cubic registered
[    0.676542] NET: Registered protocol family 10
[    0.676673] NET: Registered protocol family 17
[    0.676680] Key type dns_resolver registered
[    0.676887] PM: Hibernation image not present or could not be loaded.
[    0.676894] registered taskstats version 1
[    0.677328]   Magic number: 5:124:562
[    0.677403] rtc_cmos 00:05: setting system clock to 2013-07-25 02:33:47 UTC (1374719627)
[    0.678165] Freeing unused kernel memory: 1092k freed
[    0.678309] Write protecting the kernel read-only data: 8192k
[    0.680797] Freeing unused kernel memory: 1148k freed
[    0.681862] Freeing unused kernel memory: 420k freed
[    0.691968] systemd-udevd[54]: starting version 204
[    0.711994] ACPI: bus type USB registered
[    0.712049] usbcore: registered new interface driver usbfs
[    0.712076] usbcore: registered new interface driver hub
[    0.712753] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[    0.713196] SCSI subsystem initialized
[    0.714136] usbcore: registered new device driver usb
[    0.714313] ACPI: bus type ATA registered
[    0.714386] libata version 3.00 loaded.
[    0.714442] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.714737] ehci-pci: EHCI PCI platform driver
[    0.714863] ehci-pci 0000:00:1a.0: setting latency timer to 64
[    0.714867] ehci-pci 0000:00:1a.0: EHCI Host Controller
[    0.714875] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
[    0.714890] ehci-pci 0000:00:1a.0: debug port 2
[    0.718794] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
[    0.718820] ehci-pci 0000:00:1a.0: irq 16, io mem 0xdfe08000
[    0.728400] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[    0.728638] hub 1-0:1.0: USB hub found
[    0.728642] hub 1-0:1.0: 2 ports detected
[    0.728819] ehci-pci 0000:00:1d.0: setting latency timer to 64
[    0.728823] ehci-pci 0000:00:1d.0: EHCI Host Controller
[    0.728827] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2
[    0.728838] ehci-pci 0000:00:1d.0: debug port 2
[    0.732749] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
[    0.732764] ehci-pci 0000:00:1d.0: irq 23, io mem 0xdfe07000
[    0.741769] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[    0.742047] hub 2-0:1.0: USB hub found
[    0.742051] hub 2-0:1.0: 2 ports detected
[    0.742151] ahci 0000:00:1f.2: version 3.0
[    0.742300] ahci 0000:00:1f.2: irq 43 for MSI/MSI-X
[    0.755156] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x5 impl SATA mode
[    0.755169] ahci 0000:00:1f.2: flags: 64bit ncq sntf pm led clo pio slum part ems apst
[    0.755189] ahci 0000:00:1f.2: setting latency timer to 64
[    0.762533] scsi0 : ahci
[    0.762661] scsi1 : ahci
[    0.762772] scsi2 : ahci
[    0.762884] scsi3 : ahci
[    0.762997] scsi4 : ahci
[    0.763109] scsi5 : ahci
[    0.763194] ata1: SATA max UDMA/133 abar m2048@0xdfe06000 port 0xdfe06100 irq 43
[    0.763196] ata2: DUMMY
[    0.763198] ata3: SATA max UDMA/133 abar m2048@0xdfe06000 port 0xdfe06200 irq 43
[    0.763199] ata4: DUMMY
[    0.763200] ata5: DUMMY
[    0.763201] ata6: DUMMY
[    1.038725] usb 1-1: new high-speed USB device number 2 using ehci-pci
[    1.082094] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    1.082180] ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    1.084695] ata3.00: ACPI cmd ef/10:06:00:00:00:a0 (SET FEATURES) succeeded
[    1.084702] ata3.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[    1.085892] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
[    1.086218] ata1.00: ACPI cmd ef/10:06:00:00:00:a0 (SET FEATURES) succeeded
[    1.086236] ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[    1.086427] ata3.00: ATAPI: MATSHITADVD-RAM UJ8B0, 1.00, max UDMA/100
[    1.089332] ata3.00: ACPI cmd ef/10:06:00:00:00:a0 (SET FEATURES) succeeded
[    1.089353] ata3.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[    1.090213] ata1.00: ATA-8: WDC WD5000BPVT-80HXZT3, 01.01A01, max UDMA/133
[    1.090222] ata1.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[    1.091076] ata3.00: configured for UDMA/100
[    1.094318] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
[    1.094596] ata1.00: ACPI cmd ef/10:06:00:00:00:a0 (SET FEATURES) succeeded
[    1.094604] ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[    1.098727] ata1.00: configured for UDMA/133
[    1.099133] scsi 0:0:0:0: Direct-Access     ATA      WDC WD5000BPVT-8 01.0 PQ: 0 ANSI: 5
[    1.101268] scsi 2:0:0:0: CD-ROM            MATSHITA DVD-RAM UJ8B0    1.00 PQ: 0 ANSI: 5
[    1.104643] sd 0:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/465 GiB)
[    1.104647] sd 0:0:0:0: [sda] 4096-byte physical blocks
[    1.104677] sd 0:0:0:0: [sda] Write Protect is off
[    1.104679] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.104691] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.106431] sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
[    1.106440] cdrom: Uniform CD-ROM driver Revision: 3.20
[    1.106629] sr 2:0:0:0: Attached scsi CD-ROM sr0
[    1.163277] hub 1-1:1.0: USB hub found
[    1.163373] hub 1-1:1.0: 6 ports detected
[    1.176501]  sda: sda1 sda2 sda3 sda4 < sda5 sda6 sda7 >
[    1.178631] sd 0:0:0:0: [sda] Attached SCSI disk
[    1.268814] usb 2-1: new high-speed USB device number 2 using ehci-pci
[    1.392990] hub 2-1:1.0: USB hub found
[    1.393059] hub 2-1:1.0: 6 ports detected
[    1.472411] usb 1-1.2: new high-speed USB device number 3 using ehci-pci
[    1.515715] tsc: Refined TSC clocksource calibration: 2394.561 MHz
[    1.515725] Switching to clocksource tsc
[    2.286858] EXT4-fs (sda6): mounted filesystem with ordered data mode. Opts: (null)
[    3.165063] systemd[1]: systemd 204 running in system mode. (+PAM -LIBWRAP -AUDIT -SELINUX -IMA -SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ)
[    3.231305] systemd[1]: Set hostname to <machine>.
[    3.320541] systemd-fstab-generator[110]: Mount point System is not a valid path, ignoring.
[    3.781379] systemd[1]: [/etc/systemd/system/network.service:2] Unknown lvalue 'Description' in section 'Install'
[    3.781404] systemd[1]: [/etc/systemd/system/network.service:4] Unknown lvalue 'Before' in section 'Install'
[    3.781420] systemd[1]: [/etc/systemd/system/network.service:7] Unknown lvalue 'type' in section 'Service'
[    4.169569] systemd[1]: Cannot add dependency job for unit planner.service, ignoring: Unit planner.service failed to load: No such file or directory. See system logs and 'systemctl status planner.service' for details.
[    4.169591] systemd[1]: Cannot add dependency job for unit macchanger.service, ignoring: Unit macchanger.service failed to load: No such file or directory. See system logs and 'systemctl status macchanger.service' for details.
[    4.169877] systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
[    4.169959] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    4.169979] systemd[1]: Starting Syslog Socket.
[    4.170888] systemd[1]: Listening on Syslog Socket.
[    4.170904] systemd[1]: Starting Remote File Systems.
[    4.171866] systemd[1]: Reached target Remote File Systems.
[    4.171882] systemd[1]: Starting LVM2 metadata daemon socket.
[    4.172945] systemd[1]: Listening on LVM2 metadata daemon socket.
[    4.172959] systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
[    4.174154] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[    4.174168] systemd[1]: Starting Device-mapper event daemon FIFOs.
[    4.175317] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[    4.175331] systemd[1]: Starting Delayed Shutdown Socket.
[    4.176325] systemd[1]: Listening on Delayed Shutdown Socket.
[    4.176346] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.
[    4.176399] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[    4.176412] systemd[1]: Starting Paths.
[    4.177158] systemd[1]: Reached target Paths.
[    4.177173] systemd[1]: Starting Journal Socket.
[    4.178057] systemd[1]: Listening on Journal Socket.
[    4.178082] systemd[1]: Mounting Debug File System...
[    4.179176] systemd[1]: Starting Setup Virtual Console...
[    4.180244] systemd[1]: Mounting Huge Pages File System...
[    4.181308] systemd[1]: Mounting POSIX Message Queue File System...
[    4.182345] systemd[1]: Starting Create static device nodes in /dev...
[    4.183425] systemd[1]: Starting Journal Service...
[    4.184940] systemd[1]: Started Journal Service.
[    4.343602] systemd[1]: Starting Load Kernel Modules...
[    4.436748] systemd[1]: Starting Apply Kernel Variables...
[    4.438455] systemd[1]: Starting udev Kernel Socket.
[    4.439393] systemd[1]: Listening on udev Kernel Socket.
[    4.439476] systemd[1]: Starting udev Control Socket.
[    4.440403] systemd[1]: Listening on udev Control Socket.
[    4.440483] systemd[1]: Starting udev Coldplug all Devices...
[    4.441881] systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point.
[    4.443626] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    4.528141] systemd[1]: Starting Set Up Additional Binary Formats...
[    4.529715] systemd[1]: Starting Encrypted Volumes.
[    4.530642] systemd[1]: Reached target Encrypted Volumes.
[    4.530663] systemd[1]: Starting Swap.
[    4.531373] systemd[1]: Reached target Swap.
[    4.531402] systemd[1]: Started File System Check on Root Device.
[    4.531417] systemd[1]: Starting Remount Root and Kernel File Systems...
[    4.532887] systemd[1]: Expecting device dev-sda7.device...
[    5.142180] EXT4-fs (sda6): re-mounted. Opts: data=ordered
[    5.166536] systemd-udevd[131]: starting version 204
[    5.456539] loop: module loaded
[    5.496706] tun: Universal TUN/TAP device driver, 1.6
[    5.496711] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[    5.634146] vboxdrv: Found 4 processor cores.
[    5.634403] vboxdrv: fAsync=0 offMin=0x5f0 offMax=0x10e08
[    5.634456] vboxdrv: TSC mode is 'synchronous', kernel timer mode is 'normal'.
[    5.634457] vboxdrv: Successfully loaded version 4.2.16_OSE (interface 0x001a0005).
[    6.287422] ACPI: Requesting acpi_cpufreq
[    6.403944] input: PC Speaker as /devices/platform/pcspkr/input/input1
[    6.412307] ACPI: Battery Slot [BAT0] (battery present)
[    6.504197] thermal LNXTHERM:00: registered as thermal_zone0
[    6.504200] ACPI: Thermal Zone [THRM] (45 C)
[    6.544998] ACPI Warning: 0x0000000000000428-0x000000000000042f SystemIO conflicts with Region \GPIS 1 (20130117/utaddress-251)
[    6.545005] ACPI Warning: 0x0000000000000428-0x000000000000042f SystemIO conflicts with Region \PMIO 2 (20130117/utaddress-251)
[    6.545009] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    6.545022] ACPI Warning: 0x0000000000000540-0x000000000000054f SystemIO conflicts with Region \GPIO 1 (20130117/utaddress-251)
[    6.545024] ACPI Warning: 0x0000000000000540-0x000000000000054f SystemIO conflicts with Region \GP01 2 (20130117/utaddress-251)
[    6.545026] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    6.545027] ACPI Warning: 0x0000000000000530-0x000000000000053f SystemIO conflicts with Region \GPIO 1 (20130117/utaddress-251)
[    6.545029] ACPI Warning: 0x0000000000000530-0x000000000000053f SystemIO conflicts with Region \GP01 2 (20130117/utaddress-251)
[    6.545032] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    6.545033] ACPI Warning: 0x0000000000000500-0x000000000000052f SystemIO conflicts with Region \GPIO 1 (20130117/utaddress-251)
[    6.545035] ACPI Warning: 0x0000000000000500-0x000000000000052f SystemIO conflicts with Region \GP01 2 (20130117/utaddress-251)
[    6.545037] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    6.545038] lpc_ich: Resource conflict(s) found affecting gpio_ich
[    6.585159] Compat-drivers backport release: compat-drivers-v3.9-rc4-2-su
[    6.585162] Backport based on linux-stable.git v3.9-rc4
[    6.585163] compat.git: linux-stable.git
[    6.723248] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input2
[    6.733568] ACPI: Lid Switch [LID]
[    6.733617] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input3
[    6.733657] ACPI: Sleep Button [SLPB]
[    6.733705] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input4
[    6.733736] ACPI: Power Button [PWRF]
[    6.734136] ACPI: AC Adapter [AC0] (off-line)
[    6.741967] mei 0000:00:16.0: setting latency timer to 64
[    6.742023] mei 0000:00:16.0: irq 44 for MSI/MSI-X
[    6.770999] microcode: CPU0 sig=0x206a7, pf=0x10, revision=0x1a
[    6.779886] wmi: Mapper loaded
[    6.826943] ACPI Warning: 0x000000000000e040-0x000000000000e05f SystemIO conflicts with Region \SMB0 1 (20130117/utaddress-251)
[    6.826949] ACPI Warning: 0x000000000000e040-0x000000000000e05f SystemIO conflicts with Region \_SB_.PCI0.SBUS.SMBI 2 (20130117/utaddress-251)
[    6.826952] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    6.857534] hdmi: module license 'unspecified' taints kernel.
[    6.857537] Disabling lock debugging due to kernel taint
[    6.857569] hdmi: exports duplicate symbol hdmi_audio_infoframe_init (owned by kernel)
[    6.883456] microcode: CPU1 sig=0x206a7, pf=0x10, revision=0x1a
[    6.883477] microcode: CPU2 sig=0x206a7, pf=0x10, revision=0x1a
[    6.883502] microcode: CPU3 sig=0x206a7, pf=0x10, revision=0x1a
[    6.883577] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[    6.938265] atl1c 0000:03:00.0: version 1.0.1.1-NAPI
[    7.191963] snd_hda_intel 0000:00:1b.0: irq 45 for MSI/MSI-X
[    7.377195] psmouse serio4: synaptics: Touchpad model: 1, fw: 7.5, id: 0x1e0b1, caps: 0xd00073/0x240000/0xa0400, board id: 1704, fw id: 705499
[    7.408636] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio4/input/input5
[    7.511585] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input6
[    7.511676] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input7
[    7.511738] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input8
[    7.607996] iTCO_vendor_support: vendor-support=0
[    7.643884] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.10
[    7.643912] iTCO_wdt: Found a Cougar Point TCO device (Version=2, TCOBASE=0x0460)
[    7.644004] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[    7.889784] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    7.989373] asus_wmi: ASUS WMI generic driver loaded
[    8.034326] asus_wmi: Initialization: 0x1
[    8.034355] asus_wmi: BIOS WMI version: 7.6
[    8.034597] asus_wmi: SFUN value: 0x1a0877
[    8.034978] input: Asus WMI hotkeys as /devices/platform/asus-nb-wmi/input/input9
[    8.088733] ACPI Error: [IIA0] Namespace lookup failure, AE_ALREADY_EXISTS (20130117/dsfield-211)
[    8.088739] ACPI Error: Method parse/execution failed [\_SB_.ATKD.WMNB] (Node ffff8801395e47a8), AE_ALREADY_EXISTS (20130117/psparse-537)
[    8.088854] ACPI: Marking method WMNB as Serialized because of AE_ALREADY_EXISTS error
[    8.107975] asus-nb-wmi: probe of asus-nb-wmi failed with error -5
[    9.645670] media: Linux media interface: v0.10
[    9.653852] Linux video capture interface: v2.00
[    9.688771] uvcvideo: Found UVC 1.00 device ASUS USB2.0 WebCam (058f:a014)
[    9.691697] input: ASUS USB2.0 WebCam as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.0/input/input10
[    9.691795] usbcore: registered new interface driver uvcvideo
[    9.691799] USB Video Class driver (1.1.1)
[   10.194136] EXT4-fs (sda7): mounted filesystem with ordered data mode. Opts: data=ordered
[   10.630442] atl1c 0000:03:00.0: irq 46 for MSI/MSI-X
[   10.644264] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[   15.114506] systemd-logind[264]: Watching system buttons on /dev/input/event4 (Power Button)
[   15.114575] systemd-logind[264]: Watching system buttons on /dev/input/event2 (Lid Switch)
[   15.114641] systemd-logind[264]: Watching system buttons on /dev/input/event3 (Sleep Button)
[   18.759412] systemd[1]: PID file /run/httpd/httpd.pid not readable (yet?) after start.
[   19.329829] hdmi: exports duplicate symbol hdmi_audio_infoframe_init (owned by kernel)
[   20.413316] systemd[1]: Unit slim.service entered failed state.
[   80.850857] hdmi: exports duplicate symbol hdmi_audio_infoframe_init (owned by kernel)
[   94.880105] fuse init (API version 7.21)
[  110.818060] hdmi: exports duplicate symbol hdmi_audio_infoframe_init (owned by kernel)

Also you were right. My /etc/resolv.conf doesn't have anything in it.
« Last Edit: July 25, 2013, 09:46:19 am by lucid »
"Hacking is at least as much about ideas as about computers and technology. We use our skills to open doors that should never have been shut. We open these doors not only for our own benefit but for the benefit of others, too." - Brian the Hacker

Quote
15:04  @Phage : I'm bored of Python

Offline proxx

  • Avatarception
  • Global Moderator
  • Titan
  • *
  • Posts: 2803
  • Cookies: 256
  • ФФФ
    • View Profile
Re: [Arch]What the fuck! Xorg problem.
« Reply #5 on: July 25, 2013, 09:42:48 am »
 Could not resolve host: mirrors.liquidweb.com


That pretty much says it all.
Ill assume you cant resolve any other domains either.
So make sure your connection works first.

Whats the output of:
cat /etc/resolv.conf

Wtf where you thinking with that signature? - Phage.
This was another little experiment *evillaughter - Proxx.
Evilception... - Phage

Offline lucid

  • #Underground
  • Titan
  • **
  • Posts: 2683
  • Cookies: 243
  • psychonaut
    • View Profile
Re: [Arch]What the fuck! Xorg problem.
« Reply #6 on: July 25, 2013, 09:56:17 am »
Strangest thing. I added something into /etc/resolv.conf. Then I rebooted and when I looked at the file nothing was in there.

Currently there's nothing in the file except for two commented lines. It seems I can't save anything new in the file either.
"Hacking is at least as much about ideas as about computers and technology. We use our skills to open doors that should never have been shut. We open these doors not only for our own benefit but for the benefit of others, too." - Brian the Hacker

Quote
15:04  @Phage : I'm bored of Python

Offline proxx

  • Avatarception
  • Global Moderator
  • Titan
  • *
  • Posts: 2803
  • Cookies: 256
  • ФФФ
    • View Profile
Re: [Arch]What the fuck! Xorg problem.
« Reply #7 on: July 25, 2013, 10:01:54 am »
Strangest thing. I added something into /etc/resolv.conf. Then I rebooted and when I looked at the file nothing was in there.

Currently there's nothing in the file except for two commented lines. It seems I can't save anything new in the file either.

Thats not that strange.
DHCPCD makes an entry in that file , the DNS server adress is obtained from the DHCP server and put into the resolv file.
You cant edit it because only root can do that.

Thats why I suggested you just manually edit it in so you have something to work with for now. :)
I already guessed that to be the case.
« Last Edit: July 25, 2013, 10:04:08 am by proxx »
Wtf where you thinking with that signature? - Phage.
This was another little experiment *evillaughter - Proxx.
Evilception... - Phage

Offline lucid

  • #Underground
  • Titan
  • **
  • Posts: 2683
  • Cookies: 243
  • psychonaut
    • View Profile
Re: [Arch]What the fuck! Xorg problem.
« Reply #8 on: July 26, 2013, 07:11:29 am »
Ok so what I ended doing was creating an /etc/resolv.conf.head and adding:

Code: [Select]
nameserver 8.8.8.8
nameserver 8.8.4.4

As per the Arch wiki. So far though I still can't ping anything or update. I remember the last time this happened to me I also wasn't able to resolve any hosts either. But all I had to do then was delete some package and then it was fine.
"Hacking is at least as much about ideas as about computers and technology. We use our skills to open doors that should never have been shut. We open these doors not only for our own benefit but for the benefit of others, too." - Brian the Hacker

Quote
15:04  @Phage : I'm bored of Python

Offline proxx

  • Avatarception
  • Global Moderator
  • Titan
  • *
  • Posts: 2803
  • Cookies: 256
  • ФФФ
    • View Profile
Re: [Arch]What the fuck! Xorg problem.
« Reply #9 on: July 26, 2013, 08:15:23 am »
Ok so what I ended doing was creating an /etc/resolv.conf.head and adding:

Code: [Select]
nameserver 8.8.8.8
nameserver 8.8.4.4

As per the Arch wiki. So far though I still can't ping anything or update. I remember the last time this happened to me I also wasn't able to resolve any hosts either. But all I had to do then was delete some package and then it was fine.

Lets do some basic network debugging than.

Are you connected wired or wirelessly?
Is there a cable connect:
Code: [Select]
ip link show up
Or wirelessly:
Code: [Select]
iwconfig
(Is it associated?)

Do you have an IP lease?
Code: [Select]
dhcpcd wlan0
or
dhcpcd eth0

Can you ping ?
Code: [Select]
(driver working?)
ping localhost

(can we ping gateway?)
DEFAULT_GW=$(ip route show default | awk '/default/' {print $3})'
ping $DEFAULT_GW

Alright just let me know how far you went through this succesfully?
If this is than you have connectivity and if you have those lines in your /etc/resolv.conf you should be able to ping a known host.
Than we can start looking at other things.


« Last Edit: July 26, 2013, 08:16:47 am by proxx »
Wtf where you thinking with that signature? - Phage.
This was another little experiment *evillaughter - Proxx.
Evilception... - Phage

Offline lucid

  • #Underground
  • Titan
  • **
  • Posts: 2683
  • Cookies: 243
  • psychonaut
    • View Profile
Re: [Arch]What the fuck! Xorg problem.
« Reply #10 on: July 26, 2013, 07:09:53 pm »
I've already tried most of thact but I will tell you what happened when I tried it again anyway.

iwconfig:
Doesn't even detect that wlan0 exists

dhcpcd:
Invalid interface wlan0

ping:
I've pinged my gateway multiple times over the course of this troubleshooting, every time the network is completely unreachable. Can't ping 127.0.0.1 either.
"Hacking is at least as much about ideas as about computers and technology. We use our skills to open doors that should never have been shut. We open these doors not only for our own benefit but for the benefit of others, too." - Brian the Hacker

Quote
15:04  @Phage : I'm bored of Python

Offline proxx

  • Avatarception
  • Global Moderator
  • Titan
  • *
  • Posts: 2803
  • Cookies: 256
  • ФФФ
    • View Profile
Re: [Arch]What the fuck! Xorg problem.
« Reply #11 on: July 26, 2013, 07:11:32 pm »
Oke your drivers are fucked , thats pretty clear.

Did you by any chance install compat wireless?
Or any compat drivers for that matter.

See if you can get a wired connection.
Also try to use an older kernel and see if that helps?
You know how to do that right?

Scroll your .bash_history for stupid things you did :P
Aswel as the pacman log files.
Trust me I broke my arch a million times, learnt most from beating it to shit.
« Last Edit: July 26, 2013, 07:13:34 pm by proxx »
Wtf where you thinking with that signature? - Phage.
This was another little experiment *evillaughter - Proxx.
Evilception... - Phage

Offline lucid

  • #Underground
  • Titan
  • **
  • Posts: 2683
  • Cookies: 243
  • psychonaut
    • View Profile
Re: [Arch]What the fuck! Xorg problem.
« Reply #12 on: July 26, 2013, 07:13:06 pm »
Oops. I meant to say that the ONLY thing I CAN ping is 127.0.0.1

Did you by any chance install compat wireless?
Or any compat drivers for that matter.

*faceslap* Oh my god I can't believe that is the problem.. I must've forgotten that I did that. Oh and yes I know how to rollback to a previous kernel.
« Last Edit: July 26, 2013, 07:14:59 pm by lucid »
"Hacking is at least as much about ideas as about computers and technology. We use our skills to open doors that should never have been shut. We open these doors not only for our own benefit but for the benefit of others, too." - Brian the Hacker

Quote
15:04  @Phage : I'm bored of Python

Offline proxx

  • Avatarception
  • Global Moderator
  • Titan
  • *
  • Posts: 2803
  • Cookies: 256
  • ФФФ
    • View Profile
Re: [Arch]What the fuck! Xorg problem.
« Reply #13 on: July 26, 2013, 07:14:48 pm »
Nevertheless if you cant even see ur wireless device thats still the case.
What chipset are you running? (lspci or lsusb)
As I posted, I suspect you did some driver related stuff.
« Last Edit: July 26, 2013, 07:15:09 pm by proxx »
Wtf where you thinking with that signature? - Phage.
This was another little experiment *evillaughter - Proxx.
Evilception... - Phage

Offline lucid

  • #Underground
  • Titan
  • **
  • Posts: 2683
  • Cookies: 243
  • psychonaut
    • View Profile
Re: [Arch]What the fuck! Xorg problem.
« Reply #14 on: July 26, 2013, 07:29:17 pm »
Lol ok ok. I know exactly what happened. I was up real late one night and I was tired. I guess I installed compat-drivers and forgot. Not only that though, in my searching I evidently blacklisted a module(because I was working with my Alfa wireless usb) which is necessary for my built in NIC to work and forgot about that too.

Knowing all that I've fixed the problem. + cookie for you sir. Now I just need to figure out how to get the compat drivers to actually work. I got as far as installing them but I didn't really go any further because I was tired.
« Last Edit: July 26, 2013, 07:29:28 pm by lucid »
"Hacking is at least as much about ideas as about computers and technology. We use our skills to open doors that should never have been shut. We open these doors not only for our own benefit but for the benefit of others, too." - Brian the Hacker

Quote
15:04  @Phage : I'm bored of Python