You are not logged in.

#1 2012-01-13 21:02:00

corruptz0r
Member
From: Atlanta, GA
Registered: 2010-07-07
Posts: 63

[SOLVED]Partitions in fstab no longer auto-mount on start-up.

EDIT: solved.  /etc/mtab was the culprit screwing everything up.


Not sure why, but my Arch machine no longer auto-mounts the items in my fstab.

This is my /etc/fstab:

# <file system>        <dir>         <type>    <options>          <dump> <pass>
devpts                 /dev/pts      devpts    defaults            0      0
shm                    /dev/shm      tmpfs     nodev,nosuid        0      0

/dev/sda3 /boot ext4 defaults 0 1
/dev/sda5 / ext4 defaults 0 1
/dev/sda6 /home ext4 defaults,user_xattr 0 1

tmpfs /tmp tmpfs defaults,noatime,nodev,nosuid,mode=1777 0 0

/ mounts on startp-up, but /boot and /home do not.  What am I forgetting?

Last edited by corruptz0r (2012-01-13 23:25:07)

Offline

#2 2012-01-13 21:38:02

alphaniner
Member
From: Ancapistan
Registered: 2010-07-12
Posts: 2,810

Re: [SOLVED]Partitions in fstab no longer auto-mount on start-up.

Only / should have <pass> set to 1.  Others should be 0 or 2.  But I don't think that's the cause of your problem.
Also, you shouldn't really be using /dev/sdX# designations in fstab.  This may be the cause of the problem, because from what I understand / is actually remounted based on fstab.

Your boot and dmesg logs would be a good place to check.

Last edited by alphaniner (2012-01-13 21:39:21)


But whether the Constitution really be one thing, or another, this much is certain - that it has either authorized such a government as we have had, or has been powerless to prevent it. In either case, it is unfit to exist.
-Lysander Spooner

Offline

#3 2012-01-13 22:37:14

corruptz0r
Member
From: Atlanta, GA
Registered: 2010-07-07
Posts: 63

Re: [SOLVED]Partitions in fstab no longer auto-mount on start-up.

in my logs, here is the only mention of sda6 on startup:

Jan 13 14:29:21 localhost kernel: [ 5318.052741] EXT4-fs (sda6): re-mounted. Opts: user_xattr,commit=0
Jan 13 14:29:21 localhost kernel: [ 5318.071236] EXT4-fs (sda6): re-mounted. Opts: user_xattr,commit=0
Jan 13 14:29:21 localhost kernel: [ 5318.108164] EXT4-fs (sda6): re-mounted. Opts: user_xattr,commit=0
Jan 13 14:29:21 localhost kernel: [ 5318.123850] EXT4-fs (sda6): re-mounted. Opts: user_xattr,commit=0
Jan 13 14:29:21 localhost kernel: [ 5318.149651] EXT4-fs (sda6): re-mounted. Opts: user_xattr,commit=0
Jan 13 14:29:21 localhost kernel: [ 5318.168618] EXT4-fs (sda6): re-mounted. Opts: user_xattr,commit=0
Jan 13 14:29:21 localhost kernel: [ 5318.200282] EXT4-fs (sda6): re-mounted. Opts: user_xattr,commit=0
Jan 13 14:29:21 localhost kernel: [ 5318.236627] EXT4-fs (sda6): re-mounted. Opts: user_xattr,commit=0
Jan 13 14:29:21 localhost kernel: [ 5318.269355] EXT4-fs (sda6): re-mounted. Opts: user_xattr,commit=0
Jan 13 14:29:45 localhost kernel: [    2.220149]  sda: sda1 sda2 sda3 sda4 < sda5 sda6 >

here is the dmesg:

[    0.000000] Linux version 3.1.8-ck2-u35jc (root@LOTUS) (gcc version 4.6.2 20111223 (prerelease) (GCC) ) #2 SMP Fri Jan 6 17:48:36 PST 2012
[    0.000000] Command line: acpi_osi=Linux root=/dev/sda5
[    0.000000] BIOS-provided physical RAM map:
[    0.000000]  BIOS-e820: 0000000000000000 - 000000000009bc00 (usable)
[    0.000000]  BIOS-e820: 000000000009bc00 - 00000000000a0000 (reserved)
[    0.000000]  BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
[    0.000000]  BIOS-e820: 0000000000100000 - 00000000aac41000 (usable)
[    0.000000]  BIOS-e820: 00000000aac41000 - 00000000aac92000 (ACPI NVS)
[    0.000000]  BIOS-e820: 00000000aac92000 - 00000000aaca3000 (reserved)
[    0.000000]  BIOS-e820: 00000000aaca3000 - 00000000aacb7000 (ACPI NVS)
[    0.000000]  BIOS-e820: 00000000aacb7000 - 00000000aacc0000 (reserved)
[    0.000000]  BIOS-e820: 00000000aacc0000 - 00000000aacc8000 (ACPI NVS)
[    0.000000]  BIOS-e820: 00000000aacc8000 - 00000000aace1000 (reserved)
[    0.000000]  BIOS-e820: 00000000aace1000 - 00000000aace2000 (ACPI NVS)
[    0.000000]  BIOS-e820: 00000000aace2000 - 00000000aacf1000 (reserved)
[    0.000000]  BIOS-e820: 00000000aacf1000 - 00000000aacf5000 (ACPI NVS)
[    0.000000]  BIOS-e820: 00000000aacf5000 - 00000000aacfa000 (reserved)
[    0.000000]  BIOS-e820: 00000000aacfa000 - 00000000aacfd000 (ACPI NVS)
[    0.000000]  BIOS-e820: 00000000aacfd000 - 00000000aacff000 (reserved)
[    0.000000]  BIOS-e820: 00000000aacff000 - 00000000aad00000 (ACPI NVS)
[    0.000000]  BIOS-e820: 00000000aad00000 - 00000000aad04000 (reserved)
[    0.000000]  BIOS-e820: 00000000aad04000 - 00000000aad07000 (ACPI data)
[    0.000000]  BIOS-e820: 00000000aad07000 - 00000000aad0c000 (reserved)
[    0.000000]  BIOS-e820: 00000000aad0c000 - 00000000aad1a000 (ACPI NVS)
[    0.000000]  BIOS-e820: 00000000aad1a000 - 00000000aad30000 (reserved)
[    0.000000]  BIOS-e820: 00000000aad30000 - 00000000aad32000 (ACPI NVS)
[    0.000000]  BIOS-e820: 00000000aad32000 - 00000000ac000000 (reserved)
[    0.000000]  BIOS-e820: 00000000ade00000 - 00000000b0000000 (reserved)
[    0.000000]  BIOS-e820: 00000000e0000000 - 00000000f0000000 (reserved)
[    0.000000]  BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved)
[    0.000000]  BIOS-e820: 00000000fed10000 - 00000000fed14000 (reserved)
[    0.000000]  BIOS-e820: 00000000fed18000 - 00000000fed1a000 (reserved)
[    0.000000]  BIOS-e820: 00000000fed1c000 - 00000000fed20000 (reserved)
[    0.000000]  BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
[    0.000000]  BIOS-e820: 00000000ffa00000 - 00000000ffc00000 (reserved)
[    0.000000]  BIOS-e820: 00000000ffe00000 - 0000000100000000 (reserved)
[    0.000000]  BIOS-e820: 0000000100000000 - 0000000148000000 (usable)
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] DMI 2.6 present.
[    0.000000] DMI: ASUSTeK Computer Inc.         U35JC/U35JC, BIOS U35JC.208 08/10/2010
[    0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
[    0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
[    0.000000] No AGP bridge found
[    0.000000] last_pfn = 0x148000 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-DFFFF uncachable
[    0.000000]   E0000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 000000000 mask F80000000 write-back
[    0.000000]   1 base 080000000 mask FE0000000 write-back
[    0.000000]   2 base 0A0000000 mask FF8000000 write-back
[    0.000000]   3 base 0A8000000 mask FFC000000 write-back
[    0.000000]   4 base 100000000 mask FC0000000 write-back
[    0.000000]   5 base 140000000 mask FF8000000 write-back
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[    0.000000] e820 update range: 00000000ac000000 - 0000000100000000 (usable) ==> (reserved)
[    0.000000] last_pfn = 0xaac41 max_arch_pfn = 0x400000000
[    0.000000] initial memory mapped : 0 - 20000000
[    0.000000] Base memory trampoline at [ffff880000096000] 96000 size 20480
[    0.000000] init_memory_mapping: 0000000000000000-00000000aac41000
[    0.000000]  0000000000 - 00aac00000 page 2M
[    0.000000]  00aac00000 - 00aac41000 page 4k
[    0.000000] kernel direct mapping tables up to aac41000 @ 1fffb000-20000000
[    0.000000] init_memory_mapping: 0000000100000000-0000000148000000
[    0.000000]  0100000000 - 0148000000 page 2M
[    0.000000] kernel direct mapping tables up to 148000000 @ aac3a000-aac41000
[    0.000000] ACPI: RSDP 00000000000f0410 00024 (v02 _ASUS_)
[    0.000000] ACPI: XSDT 00000000aad05e18 0005C (v01 _ASUS_ Notebook 06222004 MSFT 00010013)
[    0.000000] ACPI: FACP 00000000aace1c18 000F4 (v04 _ASUS_ Notebook 06222004 MSFT 00010013)
[    0.000000] ACPI Warning: 32/64 FACS address mismatch in FADT - two FACS tables! (20110623/tbfadt-369)
[    0.000000] ACPI Warning: 32/64X FACS address mismatch in FADT - 0xAAD17F40/0x00000000AAD31D40, using 32 (20110623/tbfadt-489)
[    0.000000] ACPI: DSDT 00000000aaca3018 13E0E (v01 _ASUS_ Notebook 00000000 INTL 20051117)
[    0.000000] ACPI: FACS 00000000aad17f40 00040
[    0.000000] ACPI: APIC 00000000aad04f18 0008C (v02 _ASUS_ Notebook 06222004 MSFT 00010013)
[    0.000000] ACPI: DBGP 00000000aad06f18 00034 (v01 _ASUS_ Notebook 06222004 MSFT 00010013)
[    0.000000] ACPI: ECDT 00000000aad31a18 000C1 (v01 _ASUS_ Notebook 06222004 AMI. 00000003)
[    0.000000] ACPI: MCFG 00000000aad30d18 0003C (v01 _ASUS_ Notebook 06222004 MSFT 00000097)
[    0.000000] ACPI: HPET 00000000aad30c98 00038 (v01 _ASUS_ Notebook 06222004 AMI. 00000003)
[    0.000000] ACPI: SSDT 00000000aacff018 009F1 (v01  PmRef    CpuPm 00003000 INTL 20051117)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000]  [ffffea0000000000-ffffea00051fffff] PMD -> [ffff880143800000-ffff8801475fffff] on node 0
[    0.000000] Zone PFN ranges:
[    0.000000]   DMA      0x00000010 -> 0x00001000
[    0.000000]   DMA32    0x00001000 -> 0x00100000
[    0.000000]   Normal   0x00100000 -> 0x00148000
[    0.000000] Movable zone start PFN for each node
[    0.000000] early_node_map[3] active PFN ranges
[    0.000000]     0: 0x00000010 -> 0x0000009b
[    0.000000]     0: 0x00000100 -> 0x000aac41
[    0.000000]     0: 0x00100000 -> 0x00148000
[    0.000000] On node 0 totalpages: 994252
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 5 pages reserved
[    0.000000]   DMA zone: 3910 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 16320 pages used for memmap
[    0.000000]   DMA32 zone: 679041 pages, LIFO batch:31
[    0.000000]   Normal zone: 4608 pages used for memmap
[    0.000000]   Normal zone: 290304 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[0x04] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x01] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x05] 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: 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] 8 Processors exceeds NR_CPUS limit of 4
[    0.000000] SMP: Allowing 4 CPUs, 0 hotplug CPUs
[    0.000000] nr_irqs_gsi: 40
[    0.000000] Allocating PCI resources starting at b0000000 (gap: b0000000:30000000)
[    0.000000] setup_percpu: NR_CPUS:4 nr_cpumask_bits:4 nr_cpu_ids:4 nr_node_ids:1
[    0.000000] PERCPU: Embedded 24 pages/cpu @ffff880147c00000 s66688 r8192 d23424 u524288
[    0.000000] pcpu-alloc: s66688 r8192 d23424 u524288 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 2 3 
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 973255
[    0.000000] Kernel command line: acpi_osi=Linux root=/dev/sda5
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.000000] Checking aperture...
[    0.000000] No AGP bridge found
[    0.000000] Memory: 3833240k/5373952k available (3982k kernel code, 1396944k absent, 143768k reserved, 2591k data, 436k init)
[    0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] Hierarchical RCU implementation.
[    0.000000] 	RCU debugfs-based tracing is enabled.
[    0.000000] 	CONFIG_RCU_FANOUT set to non-default value of 32
[    0.000000] NR_IRQS:384
[    0.000000] Extended CMOS year: 2000
[    0.000000] Console: colour VGA+ 80x25
[    0.000000] console [tty0] enabled
[    0.000000] hpet clockevent registered
[    0.000000] Fast TSC calibration using PIT
[    0.001000] spurious 8259A interrupt: IRQ7.
[    0.001000] Detected 2466.092 MHz processor.
[    0.000002] Calibrating delay loop (skipped), value calculated using timer frequency.. 4932.18 BogoMIPS (lpj=2466092)
[    0.000160] pid_max: default: 32768 minimum: 301
[    0.000326] Security Framework initialized
[    0.000417] Mount-cache hash table entries: 256
[    0.000637] CPU: Physical Processor ID: 0
[    0.000713] CPU: Processor Core ID: 0
[    0.000787] using mwait in idle threads.
[    0.000910] ACPI: Core revision 20110623
[    0.033976] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=0 pin2=0
[    0.044055] CPU0: Intel(R) Core(TM) i3 CPU       M 370  @ 2.40GHz stepping 05
[    0.146196] Performance Events: PEBS fmt1+, Westmere events, Intel PMU driver.
[    0.146423] ... version:                3
[    0.146500] ... bit width:              48
[    0.146574] ... generic registers:      4
[    0.146649] ... value mask:             0000ffffffffffff
[    0.146727] ... max period:             000000007fffffff
[    0.146806] ... fixed-purpose events:   3
[    0.146880] ... event mask:             000000070000000f
[    0.147061] Booting Node   0, Processors  #1
[    0.147157] smpboot cpu 1: start_ip = 96000
[    0.238254]  #2
[    0.238305] smpboot cpu 2: start_ip = 96000
[    0.329221]  #3 Ok.
[    0.329295] smpboot cpu 3: start_ip = 96000
[    0.420059] Brought up 4 CPUs
[    0.420136] Total of 4 processors activated (19727.42 BogoMIPS).
[    0.421706] devtmpfs: initialized
[    0.421968] NET: Registered protocol family 16
[    0.422392] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.422503] ACPI: bus type pci registered
[    0.422658] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.422770] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[    0.445848] PCI: Using configuration type 1 for base access
[    0.449580] bio: create slab <bio-0> at 0
[    0.449751] ACPI: Added _OSI(Module Device)
[    0.449823] ACPI: Added _OSI(Processor Device)
[    0.449898] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.449977] ACPI: Added _OSI(Processor Aggregator Device)
[    0.450077] ACPI: Added _OSI(Linux)
[    0.452049] ACPI: EC: EC description table is found, configuring boot EC
[    0.452137] ACPI: EC: Look up EC in DSDT
[    0.454094] ACPI: Executed 2 blocks of module-level executable AML code
[    0.464036] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query honored via cmdline
[    0.593589] ACPI: SSDT 00000000aad03918 0042B (v01  PmRef  Cpu0Ist 00003000 INTL 20051117)
[    0.594215] ACPI: Dynamic OEM Table Load:
[    0.594374] ACPI: SSDT           (null) 0042B (v01  PmRef  Cpu0Ist 00003000 INTL 20051117)
[    0.594683] ACPI: SSDT 00000000aad01698 005E5 (v01  PmRef  Cpu0Cst 00003001 INTL 20051117)
[    0.595296] ACPI: Dynamic OEM Table Load:
[    0.595454] ACPI: SSDT           (null) 005E5 (v01  PmRef  Cpu0Cst 00003001 INTL 20051117)
[    0.601180] ACPI: SSDT 00000000aad02a98 00303 (v01  PmRef    ApIst 00003000 INTL 20051117)
[    0.601853] ACPI: Dynamic OEM Table Load:
[    0.602014] ACPI: SSDT           (null) 00303 (v01  PmRef    ApIst 00003000 INTL 20051117)
[    0.606045] ACPI: SSDT 00000000aad00d98 00119 (v01  PmRef    ApCst 00003000 INTL 20051117)
[    0.606681] ACPI: Dynamic OEM Table Load:
[    0.606838] ACPI: SSDT           (null) 00119 (v01  PmRef    ApCst 00003000 INTL 20051117)
[    0.612485] ACPI: Interpreter enabled
[    0.612560] ACPI: (supports S0 S3 S5)
[    0.612774] ACPI: Using IOAPIC for interrupt routing
[    0.623770] ACPI: EC: GPE = 0x1b, I/O: command/status = 0x66, data = 0x62
[    0.624128] ACPI: No dock devices found.
[    0.624204] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.624757] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
[    0.627775] pci_root PNP0A08:00: host bridge window [io  0x0000-0x0cf7]
[    0.627862] pci_root PNP0A08:00: host bridge window [io  0x0d00-0xffff]
[    0.627963] pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff]
[    0.628069] pci_root PNP0A08:00: host bridge window [mem 0x000d0000-0x000d3fff]
[    0.628169] pci_root PNP0A08:00: host bridge window [mem 0x000d4000-0x000d7fff]
[    0.628273] pci_root PNP0A08:00: host bridge window [mem 0x000d8000-0x000dbfff]
[    0.628382] pci_root PNP0A08:00: host bridge window [mem 0x000dc000-0x000dffff]
[    0.628488] pci_root PNP0A08:00: host bridge window [mem 0xb0000000-0xfeafffff]
[    0.628606] pci 0000:00:00.0: [8086:0044] type 0 class 0x000600
[    0.628637] pci 0000:00:02.0: [8086:0046] type 0 class 0x000300
[    0.628647] pci 0000:00:02.0: reg 10: [mem 0xd3400000-0xd37fffff 64bit]
[    0.628654] pci 0000:00:02.0: reg 18: [mem 0xb0000000-0xbfffffff 64bit pref]
[    0.628658] pci 0000:00:02.0: reg 20: [io  0xe080-0xe087]
[    0.628717] pci 0000:00:16.0: [8086:3b64] type 0 class 0x000780
[    0.628745] pci 0000:00:16.0: reg 10: [mem 0xd740a000-0xd740a00f 64bit]
[    0.628821] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[    0.628826] pci 0000:00:16.0: PME# disabled
[    0.628865] pci 0000:00:1a.0: [8086:3b3c] type 0 class 0x000c03
[    0.628889] pci 0000:00:1a.0: reg 10: [mem 0xd7408000-0xd74083ff]
[    0.628980] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
[    0.628985] pci 0000:00:1a.0: PME# disabled
[    0.629015] pci 0000:00:1b.0: [8086:3b56] type 0 class 0x000403
[    0.629035] pci 0000:00:1b.0: reg 10: [mem 0xd7400000-0xd7403fff 64bit]
[    0.629111] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.629116] pci 0000:00:1b.0: PME# disabled
[    0.629141] pci 0000:00:1c.0: [8086:3b42] type 1 class 0x000604
[    0.629218] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.629223] pci 0000:00:1c.0: PME# disabled
[    0.629250] pci 0000:00:1c.1: [8086:3b44] type 1 class 0x000604
[    0.629327] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[    0.629332] pci 0000:00:1c.1: PME# disabled
[    0.629363] pci 0000:00:1c.5: [8086:3b4c] type 1 class 0x000604
[    0.629440] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
[    0.629445] pci 0000:00:1c.5: PME# disabled
[    0.629480] pci 0000:00:1d.0: [8086:3b34] type 0 class 0x000c03
[    0.629504] pci 0000:00:1d.0: reg 10: [mem 0xd7407000-0xd74073ff]
[    0.629589] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    0.629594] pci 0000:00:1d.0: PME# disabled
[    0.629617] pci 0000:00:1e.0: [8086:2448] type 1 class 0x000604
[    0.629691] pci 0000:00:1f.0: [8086:3b09] type 0 class 0x000601
[    0.629809] pci 0000:00:1f.2: [8086:3b29] type 0 class 0x000106
[    0.629835] pci 0000:00:1f.2: reg 10: [io  0xe070-0xe077]
[    0.629846] pci 0000:00:1f.2: reg 14: [io  0xe060-0xe063]
[    0.629857] pci 0000:00:1f.2: reg 18: [io  0xe050-0xe057]
[    0.629868] pci 0000:00:1f.2: reg 1c: [io  0xe040-0xe043]
[    0.629879] pci 0000:00:1f.2: reg 20: [io  0xe020-0xe03f]
[    0.629889] pci 0000:00:1f.2: reg 24: [mem 0xd7406000-0xd74067ff]
[    0.629940] pci 0000:00:1f.2: PME# supported from D3hot
[    0.629945] pci 0000:00:1f.2: PME# disabled
[    0.629978] pci 0000:00:1f.6: [8086:3b32] type 0 class 0x001180
[    0.630006] pci 0000:00:1f.6: reg 10: [mem 0xd7404000-0xd7404fff 64bit]
[    0.630140] pci 0000:00:1c.0: PCI bridge to [bus 02-02]
[    0.630219] pci 0000:00:1c.0:   bridge window [io  0xc000-0xcfff]
[    0.630224] pci 0000:00:1c.0:   bridge window [mem 0xd6000000-0xd73fffff]
[    0.630301] pci 0000:03:00.0: [168c:002b] type 0 class 0x000280
[    0.630323] pci 0000:03:00.0: reg 10: [mem 0xd4c00000-0xd4c0ffff 64bit]
[    0.630405] pci 0000:03:00.0: supports D1
[    0.630406] pci 0000:03:00.0: PME# supported from D0 D1 D3hot D3cold
[    0.630411] pci 0000:03:00.0: PME# disabled
[    0.630438] pci 0000:00:1c.1: PCI bridge to [bus 03-03]
[    0.630521] pci 0000:00:1c.1:   bridge window [io  0xb000-0xbfff]
[    0.630526] pci 0000:00:1c.1:   bridge window [mem 0xd4c00000-0xd5ffffff]
[    0.630613] pci 0000:04:00.0: [1969:1063] type 0 class 0x000200
[    0.630644] pci 0000:04:00.0: reg 10: [mem 0xd3800000-0xd383ffff 64bit]
[    0.630660] pci 0000:04:00.0: reg 18: [io  0xa000-0xa07f]
[    0.630762] pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.630768] pci 0000:04:00.0: PME# disabled
[    0.630806] pci 0000:00:1c.5: PCI bridge to [bus 04-04]
[    0.630883] pci 0000:00:1c.5:   bridge window [io  0xa000-0xafff]
[    0.630887] pci 0000:00:1c.5:   bridge window [mem 0xd3800000-0xd4bfffff]
[    0.630967] pci 0000:00:1e.0: PCI bridge to [bus 05-05] (subtractive decode)
[    0.631061] pci 0000:00:1e.0:   bridge window [io  0x0000-0x0cf7] (subtractive decode)
[    0.631063] pci 0000:00:1e.0:   bridge window [io  0x0d00-0xffff] (subtractive decode)
[    0.631066] pci 0000:00:1e.0:   bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
[    0.631068] pci 0000:00:1e.0:   bridge window [mem 0x000d0000-0x000d3fff] (subtractive decode)
[    0.631070] pci 0000:00:1e.0:   bridge window [mem 0x000d4000-0x000d7fff] (subtractive decode)
[    0.631072] pci 0000:00:1e.0:   bridge window [mem 0x000d8000-0x000dbfff] (subtractive decode)
[    0.631075] pci 0000:00:1e.0:   bridge window [mem 0x000dc000-0x000dffff] (subtractive decode)
[    0.631077] pci 0000:00:1e.0:   bridge window [mem 0xb0000000-0xfeafffff] (subtractive decode)
[    0.631101] pci_bus 0000:00: on NUMA node 0
[    0.631104] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[    0.631315] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P1._PRT]
[    0.631393] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP01._PRT]
[    0.631446] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP02._PRT]
[    0.631504] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP06._PRT]
[    0.631659]  pci0000:00: Unable to request _OSC control (_OSC support mask: 0x0f)
[    0.653149] ACPI: PCI Root Bridge [CPBG] (domain 0000 [bus ff])
[    0.653307] pci 0000:ff:00.0: [8086:2c62] type 0 class 0x000600
[    0.653325] pci 0000:ff:00.1: [8086:2d01] type 0 class 0x000600
[    0.653343] pci 0000:ff:02.0: [8086:2d10] type 0 class 0x000600
[    0.653359] pci 0000:ff:02.1: [8086:2d11] type 0 class 0x000600
[    0.653374] pci 0000:ff:02.2: [8086:2d12] type 0 class 0x000600
[    0.653389] pci 0000:ff:02.3: [8086:2d13] type 0 class 0x000600
[    0.653413] pci_bus 0000:ff: on NUMA node 0
[    0.653420]  pci0000:ff: Unable to request _OSC control (_OSC support mask: 0x0f)
[    0.653830] ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 7 10 12 14 15) *11
[    0.654511] ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 7 11 12 14 15) *10
[    0.655190] ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 7 *10 12 14 15)
[    0.655802] ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 *5 6 7 11 12 14 15)
[    0.656418] ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 7 10 12 14 15) *0, disabled.
[    0.657136] ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 7 11 12 14 15) *0, disabled.
[    0.657855] ACPI: PCI Interrupt Link [LNKG] (IRQs 1 *3 4 5 6 7 10 12 14 15)
[    0.658474] ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 *4 5 6 7 11 12 14 15)
[    0.659186] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[    0.659303] vgaarb: loaded
[    0.659373] vgaarb: bridge control possible 0000:00:02.0
[    0.659552] SCSI subsystem initialized
[    0.659690] libata version 3.00 loaded.
[    0.659741] usbcore: registered new interface driver usbfs
[    0.659847] usbcore: registered new interface driver hub
[    0.659956] usbcore: registered new device driver usb
[    0.660226] Advanced Linux Sound Architecture Driver Version 1.0.24.
[    0.660305] PCI: Using ACPI for IRQ routing
[    0.670186] PCI: pci_cache_line_size set to 64 bytes
[    0.670252] reserve RAM buffer: 000000000009bc00 - 000000000009ffff 
[    0.670254] reserve RAM buffer: 00000000aac41000 - 00000000abffffff 
[    0.670407] NetLabel: Initializing
[    0.670481] NetLabel:  domain hash size = 128
[    0.670558] NetLabel:  protocols = UNLABELED CIPSOv4
[    0.670646] NetLabel:  unlabeled traffic allowed by default
[    0.670799] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    0.671255] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[    0.673361] Switching to clocksource hpet
[    0.673519] pnp: PnP ACPI init
[    0.673602] ACPI: bus type pnp registered
[    0.673860] Switched to NOHz mode on CPU #0
[    0.673894] Switched to NOHz mode on CPU #3
[    0.673905] Switched to NOHz mode on CPU #1
[    0.673919] Switched to NOHz mode on CPU #2
[    0.673967] pnp 00:00: [bus 00-fe]
[    0.673970] pnp 00:00: [io  0x0000-0x0cf7 window]
[    0.673972] pnp 00:00: [io  0x0cf8-0x0cff]
[    0.673973] pnp 00:00: [io  0x0d00-0xffff window]
[    0.673975] pnp 00:00: [mem 0x000a0000-0x000bffff window]
[    0.673977] pnp 00:00: [mem 0x000c0000-0x000c3fff window]
[    0.673978] pnp 00:00: [mem 0x000c4000-0x000c7fff window]
[    0.673980] pnp 00:00: [mem 0x000c8000-0x000cbfff window]
[    0.673981] pnp 00:00: [mem 0x000cc000-0x000cffff window]
[    0.673983] pnp 00:00: [mem 0x000d0000-0x000d3fff window]
[    0.673985] pnp 00:00: [mem 0x000d4000-0x000d7fff window]
[    0.673986] pnp 00:00: [mem 0x000d8000-0x000dbfff window]
[    0.673988] pnp 00:00: [mem 0x000dc000-0x000dffff window]
[    0.673989] pnp 00:00: [mem 0x000e0000-0x000e3fff window]
[    0.673991] pnp 00:00: [mem 0x000e4000-0x000e7fff window]
[    0.673992] pnp 00:00: [mem 0x000e8000-0x000ebfff window]
[    0.673994] pnp 00:00: [mem 0x000ec000-0x000effff window]
[    0.673995] pnp 00:00: [mem 0x000f0000-0x000fffff window]
[    0.673997] pnp 00:00: [mem 0xb0000000-0xfeafffff window]
[    0.674075] pnp 00:00: Plug and Play ACPI device, IDs PNP0a08 PNP0a03 (active)
[    0.674133] pnp 00:01: [io  0x0000-0x001f]
[    0.674134] pnp 00:01: [io  0x0081-0x0091]
[    0.674136] pnp 00:01: [io  0x0093-0x009f]
[    0.674137] pnp 00:01: [io  0x00c0-0x00df]
[    0.674139] pnp 00:01: [dma 4]
[    0.674181] pnp 00:01: Plug and Play ACPI device, IDs PNP0200 (active)
[    0.674192] pnp 00:02: [mem 0xff000000-0xffffffff]
[    0.674239] pnp 00:02: Plug and Play ACPI device, IDs INT0800 (active)
[    0.674317] pnp 00:03: [mem 0xfed00000-0xfed003ff]
[    0.674363] pnp 00:03: Plug and Play ACPI device, IDs PNP0103 (active)
[    0.674373] pnp 00:04: [io  0x00f0]
[    0.674381] pnp 00:04: [irq 13]
[    0.674421] pnp 00:04: Plug and Play ACPI device, IDs PNP0c04 (active)
[    0.674432] pnp 00:05: [io  0x002e-0x002f]
[    0.674433] pnp 00:05: [io  0x004e-0x004f]
[    0.674435] pnp 00:05: [io  0x0061]
[    0.674436] pnp 00:05: [io  0x0063]
[    0.674438] pnp 00:05: [io  0x0065]
[    0.674439] pnp 00:05: [io  0x0067]
[    0.674441] pnp 00:05: [io  0x0070]
[    0.674442] pnp 00:05: [io  0x0092]
[    0.674444] pnp 00:05: [io  0x00b2-0x00b3]
[    0.674445] pnp 00:05: [io  0x0680-0x069f]
[    0.674447] pnp 00:05: [io  0xff00-0xff0f]
[    0.674450] pnp 00:05: [io  0xffff]
[    0.674451] pnp 00:05: [io  0xffff]
[    0.674453] pnp 00:05: [io  0x0400-0x047f]
[    0.674454] pnp 00:05: [io  0x0500-0x057f]
[    0.674456] pnp 00:05: [io  0x164e-0x164f]
[    0.674516] system 00:05: [io  0x0680-0x069f] has been reserved
[    0.674628] system 00:05: [io  0xff00-0xff0f] has been reserved
[    0.674710] system 00:05: [io  0xffff] has been reserved
[    0.674788] system 00:05: [io  0xffff] has been reserved
[    0.674868] system 00:05: [io  0x0400-0x047f] has been reserved
[    0.674949] system 00:05: [io  0x0500-0x057f] has been reserved
[    0.675029] system 00:05: [io  0x164e-0x164f] has been reserved
[    0.675113] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.675122] pnp 00:06: [io  0x0070-0x0077]
[    0.675128] pnp 00:06: [irq 8]
[    0.675172] pnp 00:06: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.675190] pnp 00:07: [io  0x0240-0x0259]
[    0.675244] system 00:07: [io  0x0240-0x0259] has been reserved
[    0.675329] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.675372] pnp 00:08: [irq 12]
[    0.675420] pnp 00:08: Plug and Play ACPI device, IDs ETD0001 SYN0a00 SYN0002 PNP0f03 PNP0f13 PNP0f12 (active)
[    0.675445] pnp 00:09: [io  0x0060]
[    0.675447] pnp 00:09: [io  0x0064]
[    0.675453] pnp 00:09: [irq 1]
[    0.675499] pnp 00:09: Plug and Play ACPI device, IDs PNP0303 PNP030b (active)
[    0.675832] pnp 00:0a: [mem 0xfed1c000-0xfed1ffff]
[    0.675834] pnp 00:0a: [mem 0xfed10000-0xfed13fff]
[    0.675836] pnp 00:0a: [mem 0xfed18000-0xfed18fff]
[    0.675838] pnp 00:0a: [mem 0xfed19000-0xfed19fff]
[    0.675839] pnp 00:0a: [mem 0xe0000000-0xefffffff]
[    0.675841] pnp 00:0a: [mem 0xfed20000-0xfed3ffff]
[    0.675843] pnp 00:0a: [mem 0xfed90000-0xfed8ffff disabled]
[    0.675844] pnp 00:0a: [mem 0xfed45000-0xfed8ffff]
[    0.675846] pnp 00:0a: [mem 0xff000000-0xffffffff]
[    0.675848] pnp 00:0a: [mem 0xfee00000-0xfeefffff]
[    0.675849] pnp 00:0a: [mem 0xd7405000-0xd7405fff]
[    0.675851] pnp 00:0a: [mem 0xdffff000-0xdfffffff]
[    0.675932] system 00:0a: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    0.676013] system 00:0a: [mem 0xfed10000-0xfed13fff] has been reserved
[    0.676095] system 00:0a: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.676179] system 00:0a: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.676261] system 00:0a: [mem 0xe0000000-0xefffffff] has been reserved
[    0.676344] system 00:0a: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.676431] system 00:0a: [mem 0xfed45000-0xfed8ffff] has been reserved
[    0.676513] system 00:0a: [mem 0xff000000-0xffffffff] could not be reserved
[    0.676627] system 00:0a: [mem 0xfee00000-0xfeefffff] could not be reserved
[    0.676713] system 00:0a: [mem 0xd7405000-0xd7405fff] has been reserved
[    0.676798] system 00:0a: [mem 0xdffff000-0xdfffffff] has been reserved
[    0.676880] system 00:0a: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.677024] pnp 00:0b: [bus ff]
[    0.677092] pnp 00:0b: Plug and Play ACPI device, IDs PNP0a03 (active)
[    0.677110] pnp: PnP ACPI: found 12 devices
[    0.677187] ACPI: ACPI bus type pnp unregistered
[    0.684735] PCI: max bus depth: 1 pci_try_num: 2
[    0.684780] pci 0000:00:1c.5: BAR 9: assigned [mem 0xc0000000-0xc01fffff 64bit pref]
[    0.684885] pci 0000:00:1c.1: BAR 9: assigned [mem 0xc0200000-0xc03fffff 64bit pref]
[    0.684988] pci 0000:00:1c.0: BAR 9: assigned [mem 0xc0400000-0xc05fffff 64bit pref]
[    0.685099] pci 0000:00:1c.0: PCI bridge to [bus 02-02]
[    0.685175] pci 0000:00:1c.0:   bridge window [io  0xc000-0xcfff]
[    0.685259] pci 0000:00:1c.0:   bridge window [mem 0xd6000000-0xd73fffff]
[    0.685347] pci 0000:00:1c.0:   bridge window [mem 0xc0400000-0xc05fffff 64bit pref]
[    0.685464] pci 0000:00:1c.1: PCI bridge to [bus 03-03]
[    0.685555] pci 0000:00:1c.1:   bridge window [io  0xb000-0xbfff]
[    0.685637] pci 0000:00:1c.1:   bridge window [mem 0xd4c00000-0xd5ffffff]
[    0.685725] pci 0000:00:1c.1:   bridge window [mem 0xc0200000-0xc03fffff 64bit pref]
[    0.685836] pci 0000:00:1c.5: PCI bridge to [bus 04-04]
[    0.685917] pci 0000:00:1c.5:   bridge window [io  0xa000-0xafff]
[    0.686003] pci 0000:00:1c.5:   bridge window [mem 0xd3800000-0xd4bfffff]
[    0.686088] pci 0000:00:1c.5:   bridge window [mem 0xc0000000-0xc01fffff 64bit pref]
[    0.686196] pci 0000:00:1e.0: PCI bridge to [bus 05-05]
[    0.686297] pci 0000:00:1c.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    0.686383] pci 0000:00:1c.0: setting latency timer to 64
[    0.686393] pci 0000:00:1c.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
[    0.686480] pci 0000:00:1c.1: setting latency timer to 64
[    0.686488] pci 0000:00:1c.5: PCI INT B -> GSI 17 (level, low) -> IRQ 17
[    0.686583] pci 0000:00:1c.5: setting latency timer to 64
[    0.686592] pci 0000:00:1e.0: setting latency timer to 64
[    0.686596] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
[    0.686598] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
[    0.686600] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[    0.686601] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000d3fff]
[    0.686603] pci_bus 0000:00: resource 8 [mem 0x000d4000-0x000d7fff]
[    0.686605] pci_bus 0000:00: resource 9 [mem 0x000d8000-0x000dbfff]
[    0.686607] pci_bus 0000:00: resource 10 [mem 0x000dc000-0x000dffff]
[    0.686609] pci_bus 0000:00: resource 11 [mem 0xb0000000-0xfeafffff]
[    0.686611] pci_bus 0000:02: resource 0 [io  0xc000-0xcfff]
[    0.686613] pci_bus 0000:02: resource 1 [mem 0xd6000000-0xd73fffff]
[    0.686615] pci_bus 0000:02: resource 2 [mem 0xc0400000-0xc05fffff 64bit pref]
[    0.686617] pci_bus 0000:03: resource 0 [io  0xb000-0xbfff]
[    0.686619] pci_bus 0000:03: resource 1 [mem 0xd4c00000-0xd5ffffff]
[    0.686621] pci_bus 0000:03: resource 2 [mem 0xc0200000-0xc03fffff 64bit pref]
[    0.686623] pci_bus 0000:04: resource 0 [io  0xa000-0xafff]
[    0.686625] pci_bus 0000:04: resource 1 [mem 0xd3800000-0xd4bfffff]
[    0.686627] pci_bus 0000:04: resource 2 [mem 0xc0000000-0xc01fffff 64bit pref]
[    0.686629] pci_bus 0000:05: resource 4 [io  0x0000-0x0cf7]
[    0.686631] pci_bus 0000:05: resource 5 [io  0x0d00-0xffff]
[    0.686633] pci_bus 0000:05: resource 6 [mem 0x000a0000-0x000bffff]
[    0.686635] pci_bus 0000:05: resource 7 [mem 0x000d0000-0x000d3fff]
[    0.686637] pci_bus 0000:05: resource 8 [mem 0x000d4000-0x000d7fff]
[    0.686638] pci_bus 0000:05: resource 9 [mem 0x000d8000-0x000dbfff]
[    0.686640] pci_bus 0000:05: resource 10 [mem 0x000dc000-0x000dffff]
[    0.686642] pci_bus 0000:05: resource 11 [mem 0xb0000000-0xfeafffff]
[    0.686678] NET: Registered protocol family 2
[    0.686808] IP route cache hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.687200] TCP established hash table entries: 262144 (order: 10, 4194304 bytes)
[    0.688129] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    0.688411] TCP: Hash tables configured (established 262144 bind 65536)
[    0.688497] TCP reno registered
[    0.688586] UDP hash table entries: 2048 (order: 4, 65536 bytes)
[    0.688681] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
[    0.688867] pci 0000:00:02.0: Boot video device
[    0.688898] pci 0000:00:1a.0: EHCI: BIOS handoff
[    0.801521] pci 0000:00:1d.0: EHCI: BIOS handoff
[    1.014380] PCI: CLS 64 bytes, default 64
[    1.014409] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    1.014494] Placing 64MB software IO TLB between ffff8800a6c3a000 - ffff8800aac3a000
[    1.014603] software IO TLB at phys 0xa6c3a000 - 0xaac3a000
[    1.015364] audit: initializing netlink socket (disabled)
[    1.015452] type=2000 audit(1326464974.850:1): initialized
[    1.026114] VFS: Disk quotas dquot_6.5.2
[    1.026264] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    1.027040] SGI XFS with security attributes, realtime, large block/inode numbers, no debug enabled
[    1.027663] msgmni has been set to 7486
[    1.027971] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[    1.028073] io scheduler noop registered (default)
[    1.028600] ACPI: Deprecated procfs I/F for AC is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared
[    1.028772] ACPI: AC Adapter [AC0] (off-line)
[    1.028969] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input0
[    1.030255] ACPI: Lid Switch [LID]
[    1.030405] input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input1
[    1.030517] ACPI: Sleep Button [SLPB]
[    1.030642] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[    1.030751] ACPI: Power Button [PWRF]
[    1.030886] ACPI: acpi_idle registered with cpuidle
[    1.031101] Monitor-Mwait will be used to enter C-1 state
[    1.031115] Monitor-Mwait will be used to enter C-2 state
[    1.031127] Monitor-Mwait will be used to enter C-3 state
[    1.035388] thermal LNXTHERM:00: registered as thermal_zone0
[    1.035471] ACPI: Thermal Zone [THRM] (58 C)
[    1.036056] Non-volatile memory driver v1.3
[    1.036218] Linux agpgart interface v0.103
[    1.036408] agpgart-intel 0000:00:00.0: Intel HD Graphics Chipset
[    1.036627] agpgart-intel 0000:00:00.0: detected gtt size: 2097152K total, 262144K mappable
[    1.037650] agpgart-intel 0000:00:00.0: detected 32768K stolen memory
[    1.038011] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xb0000000
[    1.038263] [drm] Initialized drm 1.1.0 20060810
[    1.038408] drm/i810 does not support SMP
[    1.038541] i915 0000:00:02.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    1.038651] i915 0000:00:02.0: setting latency timer to 64
[    1.051527] ACPI: Deprecated procfs I/F for battery is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared
[    1.051659] ACPI: Battery Slot [BAT0] (battery present)
[    1.078273] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[    1.078400] [drm] Driver supports precise vblank timestamp query.
[    1.078620] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
[    1.540305] fbcon: inteldrmfb (fb0) is primary device
[    1.542289] [drm:ironlake_update_pch_refclk] *ERROR* enabling SSC on PCH
[    1.866581] Console: switching to colour frame buffer device 170x48
[    1.870157] fb0: inteldrmfb frame buffer device
[    1.870158] drm: registered panic notifier
[    1.871763] ACPI Warning: _BQC returned an invalid level (20110623/video-472)
[    1.872183] acpi device:49: registered as cooling_device4
[    1.872445] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:02/input/input3
[    1.872504] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[    1.872582] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
[    1.872855] ahci 0000:00:1f.2: version 3.0
[    1.872873] ahci 0000:00:1f.2: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[    1.872982] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 4 ports 3 Gbps 0x1 impl SATA mode
[    1.873031] ahci 0000:00:1f.2: flags: 64bit ncq sntf pm led clo pio slum part ems apst 
[    1.873080] ahci 0000:00:1f.2: setting latency timer to 64
[    1.873620] scsi0 : ahci
[    1.873737] scsi1 : ahci
[    1.873847] scsi2 : ahci
[    1.873944] scsi3 : ahci
[    1.874153] ata1: SATA max UDMA/133 abar m2048@0xd7406000 port 0xd7406100 irq 19
[    1.874198] ata2: DUMMY
[    1.874215] ata3: DUMMY
[    1.875573] ata4: DUMMY
[    1.877208] atl1c 0000:04:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[    1.878567] atl1c 0000:04:00.0: setting latency timer to 64
[    1.949186] atl1c 0000:04:00.0: version 1.0.1.0-NAPI
[    1.950645] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.952004] ehci_hcd: block sizes: qh 112 qtd 96 itd 192 sitd 96
[    1.952020] ehci_hcd 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    1.953392] ehci_hcd 0000:00:1a.0: setting latency timer to 64
[    1.953396] ehci_hcd 0000:00:1a.0: EHCI Host Controller
[    1.954802] ehci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 1
[    1.956218] ehci_hcd 0000:00:1a.0: reset hcs_params 0x200002 dbg=2 cc=0 pcc=0 ordered !ppc ports=2
[    1.956222] ehci_hcd 0000:00:1a.0: reset hcc_params 36881 caching frame 1024 64 bit addr
[    1.956237] ehci_hcd 0000:00:1a.0: support lpm
[    1.956249] ehci_hcd 0000:00:1a.0: debug port 2
[    1.957636] ehci_hcd 0000:00:1a.0: reset command 0080012 (park)=0 ithresh=8 Periodic period=1024 Reset HALT
[    1.961594] ehci_hcd 0000:00:1a.0: cache line size of 64 is not supported
[    1.961596] ehci_hcd 0000:00:1a.0: supports USB remote wakeup
[    1.961602] ehci_hcd 0000:00:1a.0: irq 16, io mem 0xd7408000
[    1.962990] ehci_hcd 0000:00:1a.0: reset command 0080002 (park)=0 ithresh=8 period=1024 Reset HALT
[    1.966928] ehci_hcd 0000:00:1a.0: init command 0010001 (park)=0 ithresh=1 period=1024 RUN
[    1.972771] ehci_hcd 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[    1.974156] usb usb1: default language 0x0409
[    1.974162] usb usb1: udev 1, busnum 1, minor = 0
[    1.974164] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    1.975459] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.976745] usb usb1: Product: EHCI Host Controller
[    1.978017] usb usb1: Manufacturer: Linux 3.1.8-ck2-u35jc ehci_hcd
[    1.979279] usb usb1: SerialNumber: 0000:00:1a.0
[    1.980605] usb usb1: usb_probe_device
[    1.980608] usb usb1: configuration #1 chosen from 1 choice
[    1.980614] usb usb1: adding 1-0:1.0 (config #1, interface 0)
[    1.980655] hub 1-0:1.0: usb_probe_interface
[    1.980657] hub 1-0:1.0: usb_probe_interface - got id
[    1.980659] hub 1-0:1.0: USB hub found
[    1.981944] hub 1-0:1.0: 2 ports detected
[    1.983211] hub 1-0:1.0: standalone hub
[    1.983213] hub 1-0:1.0: no power switching (usb 1.0)
[    1.983214] hub 1-0:1.0: individual port over-current protection
[    1.983216] hub 1-0:1.0: power on to power good time: 20ms
[    1.983219] hub 1-0:1.0: local power source is good
[    1.983221] hub 1-0:1.0: trying to enable port power on non-switchable hub
[    1.983275] ehci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[    1.984583] ehci_hcd 0000:00:1d.0: setting latency timer to 64
[    1.984587] ehci_hcd 0000:00:1d.0: EHCI Host Controller
[    1.985926] ehci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
[    1.987243] ehci_hcd 0000:00:1d.0: reset hcs_params 0x200002 dbg=2 cc=0 pcc=0 ordered !ppc ports=2
[    1.987247] ehci_hcd 0000:00:1d.0: reset hcc_params 36881 caching frame 1024 64 bit addr
[    1.987260] ehci_hcd 0000:00:1d.0: support lpm
[    1.987272] ehci_hcd 0000:00:1d.0: debug port 2
[    1.988566] ehci_hcd 0000:00:1d.0: reset command 0080012 (park)=0 ithresh=8 Periodic period=1024 Reset HALT
[    1.992527] ehci_hcd 0000:00:1d.0: cache line size of 64 is not supported
[    1.992529] ehci_hcd 0000:00:1d.0: supports USB remote wakeup
[    1.992543] ehci_hcd 0000:00:1d.0: irq 23, io mem 0xd7407000
[    1.993851] ehci_hcd 0000:00:1d.0: reset command 0080002 (park)=0 ithresh=8 period=1024 Reset HALT
[    1.997799] ehci_hcd 0000:00:1d.0: init command 0010001 (park)=0 ithresh=1 period=1024 RUN
[    2.003751] ehci_hcd 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[    2.005108] usb usb2: default language 0x0409
[    2.005113] usb usb2: udev 1, busnum 2, minor = 128
[    2.005115] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[    2.006441] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.007759] usb usb2: Product: EHCI Host Controller
[    2.009067] usb usb2: Manufacturer: Linux 3.1.8-ck2-u35jc ehci_hcd
[    2.010392] usb usb2: SerialNumber: 0000:00:1d.0
[    2.011775] usb usb2: usb_probe_device
[    2.011777] usb usb2: configuration #1 chosen from 1 choice
[    2.011783] usb usb2: adding 2-0:1.0 (config #1, interface 0)
[    2.011820] hub 2-0:1.0: usb_probe_interface
[    2.011822] hub 2-0:1.0: usb_probe_interface - got id
[    2.011825] hub 2-0:1.0: USB hub found
[    2.013082] hub 2-0:1.0: 2 ports detected
[    2.014299] hub 2-0:1.0: standalone hub
[    2.014300] hub 2-0:1.0: no power switching (usb 1.0)
[    2.014302] hub 2-0:1.0: individual port over-current protection
[    2.014304] hub 2-0:1.0: power on to power good time: 20ms
[    2.014307] hub 2-0:1.0: local power source is good
[    2.014309] hub 2-0:1.0: trying to enable port power on non-switchable hub
[    2.014377] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    2.015633] ohci_hcd: block sizes: ed 80 td 96
[    2.015667] uhci_hcd: USB Universal Host Controller Interface driver
[    2.016910] Refined TSC clocksource calibration: 2465.998 MHz.
[    2.016925] Initializing USB Mass Storage driver...
[    2.016980] usbcore: registered new interface driver usb-storage
[    2.016981] USB Mass Storage support registered.
[    2.017017] usbcore: registered new interface driver libusual
[    2.017147] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
[    2.018741] i8042: Detected active multiplexing controller, rev 1.1
[    2.019529] serio: i8042 KBD port at 0x60,0x64 irq 1
[    2.019533] serio: i8042 AUX0 port at 0x60,0x64 irq 12
[    2.019535] serio: i8042 AUX1 port at 0x60,0x64 irq 12
[    2.019537] serio: i8042 AUX2 port at 0x60,0x64 irq 12
[    2.019539] serio: i8042 AUX3 port at 0x60,0x64 irq 12
[    2.019659] mousedev: PS/2 mouse device common for all mice
[    2.020015] rtc_cmos 00:06: RTC can wake from S4
[    2.020144] rtc_cmos 00:06: rtc core: registered rtc_cmos as rtc0
[    2.020181] rtc0: alarms up to one year, y3k, 242 bytes nvram, hpet irqs
[    2.020376] device-mapper: ioctl: 4.21.0-ioctl (2011-07-06) initialised: dm-devel@redhat.com
[    2.020901] cpuidle: using governor ladder
[    2.041638] Switching to clocksource tsc
[    2.042321] cpuidle: using governor menu
[    2.042603] snd_hda_intel 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
[    2.042638] snd_hda_intel 0000:00:1b.0: setting latency timer to 64
[    2.058545] hda_codec: ALC269: BIOS auto-probing.
[    2.062082] HDMI status: Codec=3 Pin=5 Presence_Detect=0 ELD_Valid=0
[    2.064338] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
[    2.067209] input: HDA Intel HDMI/DP as /devices/pci0000:00/0000:00:1b.0/sound/card0/input5
[    2.068599] input: HDA Intel Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input6
[    2.069990] input: HDA Intel Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input7
[    2.071982] ALSA device list:
[    2.073277]   #0: HDA Intel at 0xd7400000 irq 22
[    2.074610] Netfilter messages via NETLINK v0.30.
[    2.076175] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
[    2.079245] ctnetlink v0.93: registering with nfnetlink.
[    2.082150] xt_time: kernel timezone is -0000
[    2.086508] ip_tables: (C) 2000-2006 Netfilter Core Team
[    2.090023] arp_tables: (C) 2002 David S. Miller
[    2.093452] TCP cubic registered
[    2.096847] Registering the dns_resolver key type
[    2.100310] ehci_hcd 0000:00:1a.0: GetStatus port:1 status 001803 0  ACK POWER sig=j CSC CONNECT
[    2.100322] hub 1-0:1.0: port 1: status 0501 change 0001
[    2.100342] ehci_hcd 0000:00:1a.0: GetStatus port:2 status 001002 0  ACK POWER sig=se0 CSC
[    2.100522] registered taskstats version 1
[    2.104482] rtc_cmos 00:06: setting system clock to 2012-01-13 14:29:36 UTC (1326464976)
[    2.113745] ehci_hcd 0000:00:1d.0: GetStatus port:1 status 001803 0  ACK POWER sig=j CSC CONNECT
[    2.113756] hub 2-0:1.0: port 1: status 0501 change 0001
[    2.113773] ehci_hcd 0000:00:1d.0: GetStatus port:2 status 001002 0  ACK POWER sig=se0 CSC
[    2.181650] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    2.184536] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (unknown) filtered out
[    2.186000] ata1.00: ACPI cmd ef/10:06:00:00:00:a0 (unknown) succeeded
[    2.186123] ata1.00: ACPI cmd ef/90:03:00:00:00:a0 (unknown) succeeded
[    2.188402] ata1.00: ATA-8: ST95005620AS, SD26, max UDMA/133
[    2.190941] ata1.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 31/32)
[    2.195275] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (unknown) filtered out
[    2.197947] ata1.00: ACPI cmd ef/10:06:00:00:00:a0 (unknown) succeeded
[    2.198092] ata1.00: ACPI cmd ef/90:03:00:00:00:a0 (unknown) succeeded
[    2.199632] hub 1-0:1.0: state 7 ports 2 chg 0002 evt 0000
[    2.199649] hub 1-0:1.0: port 1, status 0501, change 0000, 480 Mb/s
[    2.200363] ata1.00: configured for UDMA/133
[    2.204085] scsi 0:0:0:0: Direct-Access     ATA      ST95005620AS     SD26 PQ: 0 ANSI: 5
[    2.207325] sd 0:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/465 GiB)
[    2.207517] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    2.213239] sd 0:0:0:0: [sda] Write Protect is off
[    2.216027] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    2.216073] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.220149]  sda: sda1 sda2 sda3 sda4 < sda5 sda6 >
[    2.223735] sd 0:0:0:0: [sda] Attached SCSI disk
[    2.250914] ehci_hcd 0000:00:1a.0: port 1 high speed
[    2.250923] ehci_hcd 0000:00:1a.0: GetStatus port:1 status 001005 0  ACK POWER sig=se0 PE CONNECT
[    2.301663] usb 1-1: new high speed USB device number 2 using ehci_hcd
[    2.354851] ehci_hcd 0000:00:1a.0: port 1 high speed
[    2.354858] ehci_hcd 0000:00:1a.0: GetStatus port:1 status 001005 0  ACK POWER sig=se0 PE CONNECT
[    2.417794] ehci_hcd 0000:00:1a.0: set dev address 2 for port 1
[    2.417801] ehci_hcd 0000:00:1a.0: LPM: no device attached
[    2.418133] usb 1-1: udev 2, busnum 1, minor = 1
[    2.418137] usb 1-1: New USB device found, idVendor=8087, idProduct=0020
[    2.420303] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    2.423519] usb 1-1: usb_probe_device
[    2.423526] usb 1-1: configuration #1 chosen from 1 choice
[    2.423877] usb 1-1: adding 1-1:1.0 (config #1, interface 0)
[    2.423983] hub 1-1:1.0: usb_probe_interface
[    2.423988] hub 1-1:1.0: usb_probe_interface - got id
[    2.423995] hub 1-1:1.0: USB hub found
[    2.427128] hub 1-1:1.0: 6 ports detected
[    2.428037] elantech: assuming hardware version 2, firmware version 4.1.1
[    2.432841] hub 1-1:1.0: standalone hub
[    2.432845] hub 1-1:1.0: individual port power switching
[    2.432850] hub 1-1:1.0: individual port over-current protection
[    2.432855] hub 1-1:1.0: Single TT
[    2.432860] hub 1-1:1.0: TT requires at most 8 FS bit times (666 ns)
[    2.432865] hub 1-1:1.0: Port indicators are supported
[    2.432870] hub 1-1:1.0: power on to power good time: 100ms
[    2.433261] hub 1-1:1.0: local power source is good
[    2.433265] hub 1-1:1.0: enabling power on all ports
[    2.434047] hub 2-0:1.0: state 7 ports 2 chg 0002 evt 0000
[    2.434053] hub 2-0:1.0: port 1, status 0501, change 0000, 480 Mb/s
[    2.459636] elantech: Synaptics capabilities query result 0x7e, 0x13, 0x0d.
[    2.484772] ehci_hcd 0000:00:1d.0: port 1 high speed
[    2.484779] ehci_hcd 0000:00:1d.0: GetStatus port:1 status 001005 0  ACK POWER sig=se0 PE CONNECT
[    2.533872] hub 1-1:1.0: port 2: status 0101 change 0001
[    2.535431] usb 2-1: new high speed USB device number 2 using ehci_hcd
[    2.545523] input: ETPS/2 Elantech Touchpad as /devices/platform/i8042/serio4/input/input8
[    2.550742] EXT3-fs (sda5): error: couldn't mount because of unsupported optional features (240)
[    2.589709] ehci_hcd 0000:00:1d.0: port 1 high speed
[    2.589713] ehci_hcd 0000:00:1d.0: GetStatus port:1 status 001005 0  ACK POWER sig=se0 PE CONNECT
[    2.634441] usb 1-1: link qh256-0001/ffff880143667380 start 1 [1/0 us]
[    2.652510] ehci_hcd 0000:00:1d.0: set dev address 2 for port 1
[    2.652519] ehci_hcd 0000:00:1d.0: LPM: no device attached
[    2.653036] usb 2-1: udev 2, busnum 2, minor = 129
[    2.653040] usb 2-1: New USB device found, idVendor=8087, idProduct=0020
[    2.654761] usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    2.656526] usb 2-1: usb_probe_device
[    2.656530] usb 2-1: configuration #1 chosen from 1 choice
[    2.656757] usb 2-1: adding 2-1:1.0 (config #1, interface 0)
[    2.656815] hub 2-1:1.0: usb_probe_interface
[    2.656817] hub 2-1:1.0: usb_probe_interface - got id
[    2.656819] hub 2-1:1.0: USB hub found
[    2.658630] hub 2-1:1.0: 8 ports detected
[    2.660354] hub 2-1:1.0: standalone hub
[    2.660356] hub 2-1:1.0: individual port power switching
[    2.660358] hub 2-1:1.0: individual port over-current protection
[    2.660360] hub 2-1:1.0: Single TT
[    2.660363] hub 2-1:1.0: TT requires at most 8 FS bit times (666 ns)
[    2.660365] hub 2-1:1.0: Port indicators are supported
[    2.660367] hub 2-1:1.0: power on to power good time: 100ms
[    2.660622] hub 2-1:1.0: local power source is good
[    2.660626] hub 2-1:1.0: enabling power on all ports
[    2.661612] hub 1-1:1.0: state 7 ports 6 chg 0004 evt 0000
[    2.661686] hub 1-1:1.0: port 2, status 0101, change 0000, 12 Mb/s
[    2.672477] hub 1-1:1.0: port 2 not reset yet, waiting 10ms
[    2.719266] EXT4-fs (sda5): mounted filesystem with ordered data mode. Opts: (null)
[    2.722135] VFS: Mounted root (ext4 filesystem) readonly on device 8:5.
[    2.730230] devtmpfs: mounted
[    2.734415] usb 1-1.2: new high speed USB device number 3 using ehci_hcd
[    2.734910] Freeing unused kernel memory: 436k freed
[    2.735004] Write protecting the kernel read-only data: 6144k
[    2.743132] Freeing unused kernel memory: 92k freed
[    2.747677] Freeing unused kernel memory: 256k freed
[    2.750320] BFS CPU scheduler v0.415 by Con Kolivas.
[    2.753555] hub 1-1:1.0: port 2 not reset yet, waiting 10ms
[    2.762252] usb 2-1: link qh256-0001/ffff880143667280 start 1 [1/0 us]
[    2.856232] usb 1-1.2: skipped 1 descriptor after configuration
[    2.856238] usb 1-1.2: skipped 6 descriptors after interface
[    2.856243] usb 1-1.2: skipped 1 descriptor after endpoint
[    2.856247] usb 1-1.2: skipped 9 descriptors after interface
[    2.856871] usb 1-1.2: default language 0x0409
[    2.863201] usb 1-1.2: udev 3, busnum 1, minor = 2
[    2.863208] usb 1-1.2: New USB device found, idVendor=064e, idProduct=a136
[    2.865487] usb 1-1.2: New USB device strings: Mfr=2, Product=1, SerialNumber=3
[    2.867757] usb 1-1.2: Product: USB 2.0 UVC 0.3M Webcam
[    2.870081] usb 1-1.2: Manufacturer: SuYin
[    2.872324] usb 1-1.2: SerialNumber: CN031B-S233-MI01-VS-R01.01.01
[    2.874857] usb 1-1.2: usb_probe_device
[    2.874864] usb 1-1.2: configuration #1 chosen from 1 choice
[    2.875189] usb 1-1.2: adding 1-1.2:1.0 (config #1, interface 0)
[    2.877867] usb 1-1.2: adding 1-1.2:1.1 (config #1, interface 1)
[    2.878001] hub 2-1:1.0: state 7 ports 8 chg 0000 evt 0000
[    3.151874] NET: Registered protocol family 1
[    3.237551] udevd[980]: starting version 175
[    3.274904] acpi_call: Module loaded successfully
[    3.313584] vboxdrv: Found 4 processor cores.
[    3.313965] VBoxDrv: dbg - g_abExecMemory=ffffffffa00259c0
[    3.314003] vboxdrv: fAsync=0 offMin=0x272 offMax=0x116e
[    3.316071] vboxdrv: TSC mode is 'synchronous', kernel timer mode is 'normal'.
[    3.317649] vboxdrv: Successfully loaded version 4.1.8 (interface 0x00190000).
[    3.332429] cfg80211: Calling CRDA to update world regulatory domain
[    3.435732] ath9k 0000:03:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[    3.437221] ath9k 0000:03:00.0: setting latency timer to 64
[    3.487678] ath: EEPROM regdomain: 0x60
[    3.487681] ath: EEPROM indicates we should expect a direct regpair map
[    3.487685] ath: Country alpha2 being used: 00
[    3.487687] ath: Regpair used: 0x60
[    3.489349] ieee80211 phy0: Selected rate control algorithm 'ath9k_rate_control'
[    3.489823] Registered led device: ath9k-phy0
[    3.489828] ieee80211 phy0: Atheros AR9285 Rev:2 mem=0xffffc900108e0000, irq=17
[    5.865522] hub 2-1:1.0: hub_suspend
[    5.865533] usb 2-1: unlink qh256-0001/ffff880143667280 start 1 [1/0 us]
[    5.865704] usb 2-1: usb auto-suspend
[    7.875304] hub 2-0:1.0: hub_suspend
[    7.875315] usb usb2: bus auto-suspend
[    7.875318] ehci_hcd 0000:00:1d.0: suspend root hub
[    9.206582] EXT4-fs (sda5): re-mounted. Opts: (null)
[    9.642814] NET: Registered protocol family 10
[   10.948612] ADDRCONF(NETDEV_UP): wlan0: link is not ready
[   11.563219] ehci_hcd 0000:00:1d.0: PCI INT A disabled
[   11.565574] ehci_hcd 0000:00:1d.0: hcd_pci_runtime_suspend: 0
[   11.565638] ehci_hcd 0000:00:1d.0: PME# enabled
[   11.645840] usb 1-1.2: usb auto-suspend
[   12.013932] acpi_call: Calling \_SB.PCI0.PEG1.GFX0._OFF
[   12.013982] acpi_call: Call successful: 0x0
[   13.868751] hub 1-1:1.0: hub_suspend
[   13.868762] usb 1-1: unlink qh256-0001/ffff880143667380 start 1 [1/0 us]
[   13.868958] usb 1-1: usb auto-suspend
[   15.878528] hub 1-0:1.0: hub_suspend
[   15.878538] usb usb1: bus auto-suspend
[   15.878541] ehci_hcd 0000:00:1a.0: suspend root hub
[   15.889523] ehci_hcd 0000:00:1a.0: PCI INT A disabled
[   15.889529] ehci_hcd 0000:00:1a.0: hcd_pci_runtime_suspend: 0
[   15.889575] ehci_hcd 0000:00:1a.0: PME# enabled
[   16.188807] atl1c 0000:04:00.0: Unable to allocate MSI interrupt Error: -1
[   16.241538] ADDRCONF(NETDEV_UP): eth0: link is not ready
[   17.538379] fuse init (API version 7.17)
[   18.611624] EXT4-fs (sda5): re-mounted. Opts: commit=600
[   19.671236] ADDRCONF(NETDEV_UP): wlan0: link is not ready
[   19.727269] atl1c 0000:04:00.0: Unable to allocate MSI interrupt Error: -1
[   19.780135] ADDRCONF(NETDEV_UP): eth0: link is not ready
[   19.883921] ADDRCONF(NETDEV_UP): wlan0: link is not ready
[   22.013508] NET: Registered protocol family 17
[   23.258796] wlan0: authenticate with 00:14:d1:c3:e7:de (try 1)
[   23.260742] wlan0: authenticated
[   23.260765] wlan0: associate with 00:14:d1:c3:e7:de (try 1)
[   23.264658] wlan0: RX AssocResp from 00:14:d1:c3:e7:de (capab=0x431 status=0 aid=3)
[   23.264662] wlan0: associated
[   23.271952] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[   34.130627] wlan0: no IPv6 routers present

Offline

#4 2012-01-13 23:05:54

corruptz0r
Member
From: Atlanta, GA
Registered: 2010-07-07
Posts: 63

Re: [SOLVED]Partitions in fstab no longer auto-mount on start-up.

ok, so something bizarre is going on:
I ran this for the home partition:

e2fsck -D -f /dev/sda6

and then rebooted.  On the next boot-up, home auto-mounted and work perfectly.  However, this is only temporary; on the next reboot it wouldn't auto mount.

Offline

#5 2012-01-14 14:33:36

alphaniner
Member
From: Ancapistan
Registered: 2010-07-12
Posts: 2,810

Re: [SOLVED]Partitions in fstab no longer auto-mount on start-up.

Well, in dmesg only sda5 is mentioned.  Kernel.log shows nine mount attempts of sda6 in a quarter of a second.  That can't be right unless it was related to the fsck.  Which seems unlikely, though I'm not especially familiar with fsck.

Next time you shutdown/reboot when /home is mounted, pay attention to the messages regarding filesystems.  Also the contents of /var/log/boot might be informative.  It goes a long way back so just post the entries since the problem started.


But whether the Constitution really be one thing, or another, this much is certain - that it has either authorized such a government as we have had, or has been powerless to prevent it. In either case, it is unfit to exist.
-Lysander Spooner

Offline

Board footer

Powered by FluxBB