Strona 1 z 2

[+] Dziwny Problem z montowaniem dysku

: 06 kwietnia 2014, 20:37
autor: b@dboy
Witam
Mam ogromny problem z podmontowaniem jednego z moich dysków. Używam debiana na moim serwerze, który służy mi za dysk zdalny dla moich trzech dekoderów.
Do tej pory miałem zamontowane 3 dyski.
- 32GB SSD na system
- 500GB dla zapisu nagrań
- 2TB dla odczytu nagrań....
Ponieważ ten ostatni się zapełnił, chciałem dołożyć nowy identyczny dysk 2TB i zaczęły się problemy....
Po zamontowaniu tego dysku w danym folderze inne dyski magicznie znikają... tak jakby były odmontowane. Po komendzie fdisk -l normalnie widzę te dyski w systemie.
Dyski montuję korzystając jedynie z fstab nie używam komendy mount itd... dodam, że do tej pory wszystko działało, ale ponieważ zachciało mi się dołożyć nowy dysk wszystko jak zwykle musiało się poplątać, co dla mnie jednak najważniejsze nie działa dysk, który jest pełny nagrań - cała moja videoteka :(
Poniżej przydatne informacje do diagnozy :) to podczas kiedy dysk jest włożony do serwera, wówczas w folderach w których wcześniej są normalnie dane nie ma nic, po jego wyjęciu wszystko wraca do normy, reszta dysków jest normalnie podmontowana i widoczna dla urządzeń.
Sprawdziłem dysk programem HDD Regenerator jednak nic nie znalazł, bo nimy co miałby znaleźć - to nowy dysk może ma 6 miesięcy....
Będę ogromnie wdzięczny za pomoc zwłaszcza, że sam sobie z tym nie radzę :(


nano /etc/fstab - tak wygląda moja pełna tablica fstab

Kod: Zaznacz cały

# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
proc            /proc           proc    defaults        0       0
# / was on /dev/sda1 during installation
UUID=445038df-1918-4e44-a9b5-b7a5677108b3 /               ext3    errors=remount-ro 0       1
# swap was on /dev/sda5 during installation
UUID=d17d8638-3870-4322-a5f4-dbb501f0e44e none            swap    sw                0       0
UUID=6213b5d6-c23d-4deb-af89-647e8fad6051 /mnt/hdd1       ext4    defaults          0       0
UUID=0b1d92b7-7035-4cab-bb3c-16de2be6f610 /mnt/hdd2       ext4    defaults          0       0
UUID=4e993d10-5e4b-4429-8daf-6fb638984e75 /mnt/hdd3       ext4    defaults          0       0
UUID=fc8a5826-fbee-43e2-a050-5883462a7a10 /mnt/hdd4       ext4    defaults          0       0

to dostaję po komendzie: fdisk -l

Kod: Zaznacz cały

root@debserv:~# fdisk -l

Disk /dev/sda: 32.0 GB, 32017047552 bytes
255 heads, 63 sectors/track, 3892 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00013e92

   Device Boot      Start         End      Blocks   Id  System
/dev/sda1   *           1        3729    29946880   83  Linux
/dev/sda2            3729        3893     1316865    5  Extended
/dev/sda5            3729        3893     1316864   82  Linux swap / Solaris

Disk /dev/sdb: 2000.4 GB, 2000398934016 bytes
255 heads, 63 sectors/track, 243201 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk identifier: 0x17a4810e

   Device Boot      Start         End      Blocks   Id  System
/dev/sdb1               1      243202  1953514580   83  Linux

Disk /dev/sdc: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x92e02cfa

   Device Boot      Start         End      Blocks   Id  System
/dev/sdc1               1       60802   488385536    5  Extended
/dev/sdc5               1       60802   488384512   83  Linux

Disk /dev/sdd: 2000.4 GB, 2000398934016 bytes
255 heads, 63 sectors/track, 243201 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk identifier: 0xb982b484

   Device Boot      Start         End      Blocks   Id  System
/dev/sdd1               1      243201  1953512001   83  Linux
Partition 1 does not start on physical sector boundary.

Disk /dev/sde: 30.9 GB, 30943995904 bytes
32 heads, 63 sectors/track, 29978 cylinders
Units = cylinders of 2016 * 512 = 1032192 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x0a2b556a

   Device Boot      Start         End      Blocks   Id  System
/dev/sde1   *           1       29978    30217792+   c  W95 FAT32 (LBA)
root@debserv:~# 

a to po komendzie: root@debserv:~# ls -l /dev/disk/by-uuid/

Kod: Zaznacz cały

root@debserv:~# ls -l /dev/disk/by-uuid/
total 0
lrwxrwxrwx 1 root root 10 Apr  6 18:51 0b1d92b7-7035-4cab-bb3c-16de2be6f610 -> ../../sdc5
lrwxrwxrwx 1 root root 10 Apr  6 18:52 445038df-1918-4e44-a9b5-b7a5677108b3 -> ../../sda1
lrwxrwxrwx 1 root root 10 Apr  6 18:51 4e993d10-5e4b-4429-8daf-6fb638984e75 -> ../../sdd1
lrwxrwxrwx 1 root root 10 Apr  6 18:51 6213b5d6-c23d-4deb-af89-647e8fad6051 -> ../../sdb1
lrwxrwxrwx 1 root root  9 Apr  6 18:51 764b4376-8ed4-47d0-a480-6a7262a6fbce -> ../../sdd
lrwxrwxrwx 1 root root 10 Apr  6 18:51 d17d8638-3870-4322-a5f4-dbb501f0e44e -> ../../sda5

: 07 kwietnia 2014, 08:39
autor: LordRuthwen
Z tego co widzę masz wszystko ok, chyba, że UUID-y mu się poplątały, zobaczy czy pokrywają Ci się z tymi co wypluje blkid.
Jak rozumiem to są te dyski?

Kod: Zaznacz cały

UUID=6213b5d6-c23d-4deb-af89-647e8fad6051 /mnt/hdd1       ext4    defaults          0       0 
UUID=4e993d10-5e4b-4429-8daf-6fb638984e75 /mnt/hdd3       ext4    defaults          0       0

: 07 kwietnia 2014, 08:47
autor: b@dboy
Tak to sa dyski. UUID sie pokrywaja nie wpisywalem ich zreszta tylko wklejałem.

: 07 kwietnia 2014, 15:25
autor: Rafal_F
Po tym jak dyski poznikają wklej tu wynik:

Kod: Zaznacz cały

dmesg

: 07 kwietnia 2014, 18:18
autor: b@dboy
dzieki wielkie za odpowiedzi ponizej wynik z dmesg

Kod: Zaznacz cały

root@debserv:~# dmesg
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 2.6.32-5-686 (Debian 2.6.32-48squeeze3) (dannf@debian.org) (gcc version 4.3.5 (Debian 4.3.5-4) ) #1 SMP Fri May 10 08:33:48 UTC 2013
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   NSC Geode by NSC
[    0.000000]   Cyrix CyrixInstead
[    0.000000]   Centaur CentaurHauls
[    0.000000]   Transmeta GenuineTMx86
[    0.000000]   Transmeta TransmetaCPU
[    0.000000]   UMC UMC UMC UMC
[    0.000000] BIOS-provided physical RAM map:
[    0.000000]  BIOS-e820: 0000000000000000 - 000000000009ec00 (usable)
[    0.000000]  BIOS-e820: 000000000009ec00 - 00000000000a0000 (reserved)
[    0.000000]  BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
[    0.000000]  BIOS-e820: 0000000000100000 - 00000000a7a19000 (usable)
[    0.000000]  BIOS-e820: 00000000a7a19000 - 00000000a7a6f000 (ACPI NVS)
[    0.000000]  BIOS-e820: 00000000a7a6f000 - 00000000a7cb6000 (reserved)
[    0.000000]  BIOS-e820: 00000000a7cb6000 - 00000000a7cc7000 (ACPI NVS)
[    0.000000]  BIOS-e820: 00000000a7cc7000 - 00000000a7cda000 (reserved)
[    0.000000]  BIOS-e820: 00000000a7cda000 - 00000000a7cdb000 (usable)
[    0.000000]  BIOS-e820: 00000000a7cdb000 - 00000000a7cdc000 (ACPI NVS)
[    0.000000]  BIOS-e820: 00000000a7cdc000 - 00000000a7cdd000 (reserved)
[    0.000000]  BIOS-e820: 00000000a7cdd000 - 00000000a7ce4000 (ACPI NVS)
[    0.000000]  BIOS-e820: 00000000a7ce4000 - 00000000a7d48000 (reserved)
[    0.000000]  BIOS-e820: 00000000a7d48000 - 00000000a7d8b000 (ACPI NVS)
[    0.000000]  BIOS-e820: 00000000a7d8b000 - 00000000a7f00000 (usable)
[    0.000000]  BIOS-e820: 00000000e0000000 - 00000000f0000000 (reserved)
[    0.000000]  BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved)
[    0.000000]  BIOS-e820: 00000000fec10000 - 00000000fec11000 (reserved)
[    0.000000]  BIOS-e820: 00000000fed00000 - 00000000fed01000 (reserved)
[    0.000000]  BIOS-e820: 00000000fed61000 - 00000000fed71000 (reserved)
[    0.000000]  BIOS-e820: 00000000fed80000 - 00000000fed90000 (reserved)
[    0.000000]  BIOS-e820: 00000000fef00000 - 0000000100000000 (reserved)
[    0.000000]  BIOS-e820: 0000000100001000 - 000000013f000000 (usable)
[    0.000000] DMI 2.6 present.
[    0.000000] AMI BIOS detected: BIOS may corrupt low RAM, working around it.
[    0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
[    0.000000] last_pfn = 0xa7f00 max_arch_pfn = 0x100000
[    0.000000] MTRR default type: uncachable
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-BFFFF write-through
[    0.000000]   C0000-CEFFF write-protect
[    0.000000]   CF000-E7FFF uncachable
[    0.000000]   E8000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 000000000 mask F00000000 write-back
[    0.000000]   1 base 0A7F00000 mask FFFF00000 uncachable
[    0.000000]   2 base 0A8000000 mask FF8000000 uncachable
[    0.000000]   3 base 0B0000000 mask FF0000000 uncachable
[    0.000000]   4 base 0C0000000 mask FC0000000 uncachable
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000] TOM2: 000000013f000000 aka 5104M
[    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[    0.000000] e820 update range: 00000000a7f00000 - 0000000100000000 (usable) ==> (reserved)
[    0.000000] initial memory mapped : 0 - 01800000
[    0.000000] init_memory_mapping: 0000000000000000-00000000373fe000
[    0.000000]  0000000000 - 0000400000 page 4k
[    0.000000]  0000400000 - 0037000000 page 2M
[    0.000000]  0037000000 - 00373fe000 page 4k
[    0.000000] kernel direct mapping tables up to 373fe000 @ 10000-16000
[    0.000000] RAMDISK: 3779c000 - 37fef9cb
[    0.000000] Allocated new RAMDISK: 00100000 - 009539cb
[    0.000000] Move RAMDISK from 000000003779c000 - 0000000037fef9ca to 00100000 - 009539ca
[    0.000000] ACPI: RSDP 000f0430 00024 (v02 ALASKA)
[    0.000000] ACPI: XSDT a7a63068 00054 (v01 ALASKA    A M I 01072009 AMI  00010013)
[    0.000000] ACPI: FACP a7a694d8 000F4 (v04 ALASKA    A M I 01072009 AMI  00010013)
[    0.000000] ACPI Warning: Optional field Pm2ControlBlock has zero address or length: 0000000000000000/1 (20090903/tbfadt-557)
[    0.000000] ACPI: DSDT a7a63150 06386 (v02 ALASKA    A M I 00000000 INTL 20051117)
[    0.000000] ACPI: FACS a7ce3f80 00040
[    0.000000] ACPI: APIC a7a695d0 00062 (v03 ALASKA    A M I 01072009 AMI  00010013)
[    0.000000] ACPI: MCFG a7a69638 0003C (v01 ALASKA    A M I 01072009 MSFT 00010013)
[    0.000000] ACPI: HPET a7a69678 00038 (v01 ALASKA    A M I 01072009 AMI  00000004)
[    0.000000] ACPI: SSDT a7a696b0 003DE (v01 AMD    POWERNOW 00000001 AMD  00000001)
[    0.000000] ACPI: SSDT a7a69a90 0168E (v02    AMD     ALIB 00000001 MSFT 04000000)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] 1803MB HIGHMEM available.
[    0.000000] 883MB LOWMEM available.
[    0.000000]   mapped low ram: 0 - 373fe000
[    0.000000]   low ram: 0 - 373fe000
[    0.000000]   node 0 low ram: 00000000 - 373fe000
[    0.000000]   node 0 bootmap 00012000 - 00018e80
[    0.000000] (9 early reservations) ==> bootmem [0000000000 - 00373fe000]
[    0.000000]   #0 [0000000000 - 0000001000]   BIOS data page ==> [0000000000 - 0000001000]
[    0.000000]   #1 [0000001000 - 0000002000]    EX TRAMPOLINE ==> [0000001000 - 0000002000]
[    0.000000]   #2 [0000006000 - 0000007000]       TRAMPOLINE ==> [0000006000 - 0000007000]
[    0.000000]   #3 [0001000000 - 00014ced2c]    TEXT DATA BSS ==> [0001000000 - 00014ced2c]
[    0.000000]   #4 [000009ec00 - 0000100000]    BIOS reserved ==> [000009ec00 - 0000100000]
[    0.000000]   #5 [00014cf000 - 00014d5296]              BRK ==> [00014cf000 - 00014d5296]
[    0.000000]   #6 [0000010000 - 0000012000]          PGTABLE ==> [0000010000 - 0000012000]
[    0.000000]   #7 [0000100000 - 00009539cb]      NEW RAMDISK ==> [0000100000 - 00009539cb]
[    0.000000]   #8 [0000012000 - 0000019000]          BOOTMAP ==> [0000012000 - 0000019000]
[    0.000000] found SMP MP-table at [c00fcd90] fcd90
[    0.000000] Zone PFN ranges:
[    0.000000]   DMA      0x00000010 -> 0x00001000
[    0.000000]   Normal   0x00001000 -> 0x000373fe
[    0.000000]   HighMem  0x000373fe -> 0x000a7f00
[    0.000000] Movable zone start PFN for each node
[    0.000000] early_node_map[4] active PFN ranges
[    0.000000]     0: 0x00000010 -> 0x0000009e
[    0.000000]     0: 0x00000100 -> 0x000a7a19
[    0.000000]     0: 0x000a7cda -> 0x000a7cdb
[    0.000000]     0: 0x000a7d8b -> 0x000a7f00
[    0.000000] On node 0 totalpages: 686877
[    0.000000] free_area_init_node: node 0, pgdat c13b6900, node_mem_map c14d7200
[    0.000000]   DMA zone: 32 pages used for memmap
[    0.000000]   DMA zone: 0 pages reserved
[    0.000000]   DMA zone: 3950 pages, LIFO batch:0
[    0.000000]   Normal zone: 1736 pages used for memmap
[    0.000000]   Normal zone: 220470 pages, LIFO batch:31
[    0.000000]   HighMem zone: 3607 pages used for memmap
[    0.000000]   HighMem zone: 457082 pages, LIFO batch:31
[    0.000000] Using APIC driver default
[    0.000000] ACPI: PM-Timer IO Port: 0x808
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 0, version 33, 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 low 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: 0xffffffff base: 0xfed00000
[    0.000000] SMP: Allowing 2 CPUs, 0 hotplug CPUs
[    0.000000] nr_irqs_gsi: 24
[    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] Allocating PCI resources starting at a7f00000 (gap: a7f00000:38100000)
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] NR_CPUS:32 nr_cpumask_bits:32 nr_cpu_ids:2 nr_node_ids:1
[    0.000000] PERCPU: Embedded 14 pages/cpu @c2c00000 s34360 r0 d22984 u2097152
[    0.000000] pcpu-alloc: s34360 r0 d22984 u2097152 alloc=1*4194304
[    0.000000] pcpu-alloc: [0] 0 1 
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 681502
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.32-5-686 root=UUID=445038df-1918-4e44-a9b5-b7a5677108b3 ro quiet
[    0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
[    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[    0.000000] Enabling fast FPU save and restore... done.
[    0.000000] Enabling unmasked SIMD FPU exception support... done.
[    0.000000] Initializing CPU#0
[    0.000000] Initializing HighMem for node 0 (000373fe:000a7f00)
[    0.000000] Memory: 2710452k/2751488k available (2509k kernel code, 35960k reserved, 1331k data, 380k init, 1842756k highmem)
[    0.000000] virtual kernel memory layout:
[    0.000000]     fixmap  : 0xffd56000 - 0xfffff000   (2724 kB)
[    0.000000]     pkmap   : 0xff400000 - 0xff800000   (4096 kB)
[    0.000000]     vmalloc : 0xf7bfe000 - 0xff3fe000   ( 120 MB)
[    0.000000]     lowmem  : 0xc0000000 - 0xf73fe000   ( 883 MB)
[    0.000000]       .init : 0xc13c1000 - 0xc1420000   ( 380 kB)
[    0.000000]       .data : 0xc1273703 - 0xc13c0504   (1331 kB)
[    0.000000]       .text : 0xc1000000 - 0xc1273703   (2509 kB)
[    0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
[    0.000000] SLUB: Genslabs=13, HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[    0.000000] Hierarchical RCU implementation.
[    0.000000] NR_IRQS:1280
[    0.000000] Extended CMOS year: 2000
[    0.000000] spurious 8259A interrupt: IRQ7.
[    0.000000] Console: colour VGA+ 80x25
[    0.000000] console [tty0] enabled
[    0.000000] hpet clockevent registered
[    0.000000] Fast TSC calibration using PIT
[    0.000000] Detected 1649.894 MHz processor.
[    0.004006] Calibrating delay loop (skipped), value calculated using timer frequency.. 3299.78 BogoMIPS (lpj=6599576)
[    0.004030] Security Framework initialized
[    0.004037] SELinux:  Disabled at boot.
[    0.004048] Mount-cache hash table entries: 512
[    0.004202] Initializing cgroup subsys ns
[    0.004209] Initializing cgroup subsys cpuacct
[    0.004214] Initializing cgroup subsys devices
[    0.004218] Initializing cgroup subsys freezer
[    0.004221] Initializing cgroup subsys net_cls
[    0.004251] CPU: L1 I Cache: 32K (64 bytes/line), D cache 32K (64 bytes/line)
[    0.004255] CPU: L2 Cache: 512K (64 bytes/line)
[    0.004259] CPU: Physical Processor ID: 0
[    0.004261] CPU: Processor Core ID: 0
[    0.004267] mce: CPU supports 6 MCE banks
[    0.004287] Performance Events: AMD PMU driver.
[    0.004294] ... version:                0
[    0.004296] ... bit width:              48
[    0.004299] ... generic registers:      4
[    0.004302] ... value mask:             0000ffffffffffff
[    0.004305] ... max period:             00007fffffffffff
[    0.004308] ... fixed-purpose events:   0
[    0.004311] ... event mask:             000000000000000f
[    0.004316] Checking 'hlt' instruction... OK.
[    0.022328] ACPI: Core revision 20090903
[    0.036125] Enabling APIC mode:  Flat.  Using 1 I/O APICs
[    0.036521] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.077834] CPU0: AMD E-450 APU with Radeon(tm) HD Graphics stepping 00
[    0.080001] Booting processor 1 APIC 0x1 ip 0x6000
[    0.008000] Initializing CPU#1
[    0.008000] CPU: L1 I Cache: 32K (64 bytes/line), D cache 32K (64 bytes/line)
[    0.008000] CPU: L2 Cache: 512K (64 bytes/line)
[    0.008000] CPU: Physical Processor ID: 0
[    0.008000] CPU: Processor Core ID: 1
[    0.164046] CPU1: AMD E-450 APU with Radeon(tm) HD Graphics stepping 00
[    0.164095] checking TSC synchronization [CPU#0 -> CPU#1]: passed.
[    0.168126] Brought up 2 CPUs
[    0.168130] Total of 2 processors activated (6600.95 BogoMIPS).
[    0.168475] CPU0 attaching sched-domain:
[    0.168484]  domain 0: span 0-1 level MC
[    0.168488]   groups: group c2c03778 cpus 0 group c2e03778 cpus 1
[    0.168499] CPU1 attaching sched-domain:
[    0.168502]  domain 0: span 0-1 level MC
[    0.168506]   groups: group c2e03778 cpus 1 group c2c03778 cpus 0
[    0.168607] devtmpfs: initialized
[    0.168607] regulator: core version 0.5
[    0.168607] NET: Registered protocol family 16
[    0.168607] ACPI: bus type pci registered
[    0.168607] PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 255
[    0.168607] PCI: MCFG area at e0000000 reserved in E820
[    0.168607] PCI: Using MMCONFIG for extended config space
[    0.168607] PCI: Using configuration type 1 for base access
[    0.168763] bio: create slab <bio-0> at 0
[    0.172245] ACPI: EC: Look up EC in DSDT
[    0.175239] ACPI: Executed 3 blocks of module-level executable AML code
[    0.179709] ACPI Error (psargs-0359): [RAMB] Namespace lookup failure, AE_NOT_FOUND
[    0.179720] ACPI Exception: AE_NOT_FOUND, Could not execute arguments for [RAMW] (Region) (20090903/nsinit-338)
[    0.184256] ACPI: Interpreter enabled
[    0.184262] ACPI: (supports S0 S3 S4 S5)
[    0.184299] ACPI: Using IOAPIC for interrupt routing
[    0.196462] ACPI Error: No handler for Region [SACS] (f6c400c8) [PCI_Config] (20090903/evregion-319)
[    0.196472] ACPI Error: Region PCI_Config(2) has no handler (20090903/exfldio-295)
[    0.196482] ACPI Error (psparse-0537): Method parse/execution failed [\PRID.P_D0._STA] (Node f6c233f0), AE_NOT_EXIST
[    0.196543] ACPI Error: No handler for Region [SACS] (f6c400c8) [PCI_Config] (20090903/evregion-319)
[    0.196551] ACPI Error: Region PCI_Config(2) has no handler (20090903/exfldio-295)
[    0.196560] ACPI Error (psparse-0537): Method parse/execution failed [\PRID.P_D1._STA] (Node f6c23498), AE_NOT_EXIST
[    0.196676] ACPI Error: No handler for Region [SACS] (f6c400c8) [PCI_Config] (20090903/evregion-319)
[    0.196684] ACPI Error: Region PCI_Config(2) has no handler (20090903/exfldio-295)
[    0.196693] ACPI Error (psparse-0537): Method parse/execution failed [\SECD.S_D0._STA] (Node f6c23600), AE_NOT_EXIST
[    0.196752] ACPI Error: No handler for Region [SACS] (f6c400c8) [PCI_Config] (20090903/evregion-319)
[    0.196760] ACPI Error: Region PCI_Config(2) has no handler (20090903/exfldio-295)
[    0.196769] ACPI Error (psparse-0537): Method parse/execution failed [\SECD.S_D1._STA] (Node f6c236a8), AE_NOT_EXIST
[    0.197704] ACPI: No dock devices found.
[    0.198055] ACPI: PCI Root Bridge [PCI0] (0000:00)
[    0.198170] pci 0000:00:01.0: reg 10 32bit mmio pref: [0xc0000000-0xcfffffff]
[    0.198179] pci 0000:00:01.0: reg 14 io port: [0xf000-0xf0ff]
[    0.198187] pci 0000:00:01.0: reg 18 32bit mmio: [0xfeb00000-0xfeb3ffff]
[    0.198238] pci 0000:00:01.0: supports D1 D2
[    0.198273] pci 0000:00:01.1: reg 10 32bit mmio: [0xfeb44000-0xfeb47fff]
[    0.198330] pci 0000:00:01.1: supports D1 D2
[    0.198426] pci 0000:00:04.0: PME# supported from D0 D3hot D3cold
[    0.198432] pci 0000:00:04.0: PME# disabled
[    0.198547] pci 0000:00:11.0: reg 10 io port: [0xf190-0xf197]
[    0.198558] pci 0000:00:11.0: reg 14 io port: [0xf180-0xf183]
[    0.198568] pci 0000:00:11.0: reg 18 io port: [0xf170-0xf177]
[    0.198578] pci 0000:00:11.0: reg 1c io port: [0xf160-0xf163]
[    0.198589] pci 0000:00:11.0: reg 20 io port: [0xf150-0xf15f]
[    0.198599] pci 0000:00:11.0: reg 24 32bit mmio: [0xfeb4f000-0xfeb4f3ff]
[    0.198622] pci 0000:00:11.0: set SATA to AHCI mode
[    0.198700] pci 0000:00:12.0: reg 10 32bit mmio: [0xfeb4e000-0xfeb4efff]
[    0.198797] pci 0000:00:12.2: reg 10 32bit mmio: [0xfeb4d000-0xfeb4d0ff]
[    0.198879] pci 0000:00:12.2: supports D1 D2
[    0.198883] pci 0000:00:12.2: PME# supported from D0 D1 D2 D3hot
[    0.198889] pci 0000:00:12.2: PME# disabled
[    0.198931] pci 0000:00:13.0: reg 10 32bit mmio: [0xfeb4c000-0xfeb4cfff]
[    0.199027] pci 0000:00:13.2: reg 10 32bit mmio: [0xfeb4b000-0xfeb4b0ff]
[    0.199110] pci 0000:00:13.2: supports D1 D2
[    0.199113] pci 0000:00:13.2: PME# supported from D0 D1 D2 D3hot
[    0.199120] pci 0000:00:13.2: PME# disabled
[    0.199228] pci 0000:00:14.1: reg 10 io port: [0xf140-0xf147]
[    0.199239] pci 0000:00:14.1: reg 14 io port: [0xf130-0xf133]
[    0.199249] pci 0000:00:14.1: reg 18 io port: [0xf120-0xf127]
[    0.199259] pci 0000:00:14.1: reg 1c io port: [0xf110-0xf113]
[    0.199269] pci 0000:00:14.1: reg 20 io port: [0xf100-0xf10f]
[    0.199339] pci 0000:00:14.2: reg 10 64bit mmio: [0xfeb40000-0xfeb43fff]
[    0.199405] pci 0000:00:14.2: PME# supported from D0 D3hot D3cold
[    0.199411] pci 0000:00:14.2: PME# disabled
[    0.199554] pci 0000:00:14.5: reg 10 32bit mmio: [0xfeb4a000-0xfeb4afff]
[    0.199711] pci 0000:00:15.0: supports D1 D2
[    0.199833] pci 0000:00:15.1: supports D1 D2
[    0.199955] pci 0000:00:15.2: supports D1 D2
[    0.200089] pci 0000:00:15.3: supports D1 D2
[    0.200139] pci 0000:00:16.0: reg 10 32bit mmio: [0xfeb49000-0xfeb49fff]
[    0.200235] pci 0000:00:16.2: reg 10 32bit mmio: [0xfeb48000-0xfeb480ff]
[    0.200318] pci 0000:00:16.2: supports D1 D2
[    0.200322] pci 0000:00:16.2: PME# supported from D0 D1 D2 D3hot
[    0.200328] pci 0000:00:16.2: PME# disabled
[    0.200844] pci 0000:00:14.4: transparent bridge
[    0.200924] pci 0000:03:00.0: reg 10 64bit mmio: [0xfea00000-0xfea0ffff]
[    0.201036] pci 0000:03:00.0: supports D1
[    0.201040] pci 0000:03:00.0: PME# supported from D0 D1 D3hot D3cold
[    0.201047] pci 0000:03:00.0: PME# disabled
[    0.208208] pci 0000:00:15.0: bridge 32bit mmio: [0xfea00000-0xfeafffff]
[    0.208300] pci 0000:04:00.0: reg 10 io port: [0xe000-0xe0ff]
[    0.208329] pci 0000:04:00.0: reg 18 64bit mmio pref: [0xd0004000-0xd0004fff]
[    0.208349] pci 0000:04:00.0: reg 20 64bit mmio pref: [0xd0000000-0xd0003fff]
[    0.208448] pci 0000:04:00.0: supports D1 D2
[    0.208452] pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.208460] pci 0000:04:00.0: PME# disabled
[    0.216204] pci 0000:00:15.1: bridge io port: [0xe000-0xefff]
[    0.216220] pci 0000:00:15.1: bridge 64bit mmio pref: [0xd0000000-0xd00fffff]
[    0.216310] pci 0000:05:00.0: reg 10 64bit mmio: [0xfe900000-0xfe901fff]
[    0.216432] pci 0000:05:00.0: PME# supported from D0 D3hot D3cold
[    0.216440] pci 0000:05:00.0: PME# disabled
[    0.224213] pci 0000:00:15.2: bridge 32bit mmio: [0xfe900000-0xfe9fffff]
[    0.224311] pci 0000:06:00.0: reg 10 64bit mmio: [0xfe800000-0xfe801fff]
[    0.224433] pci 0000:06:00.0: PME# supported from D0 D3hot D3cold
[    0.224442] pci 0000:06:00.0: PME# disabled
[    0.232211] pci 0000:00:15.3: bridge 32bit mmio: [0xfe800000-0xfe8fffff]
[    0.232261] pci_bus 0000:00: on NUMA node 0
[    0.232281] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[    0.232630] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PE20._PRT]
[    0.232729] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PE21._PRT]
[    0.232835] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PE22._PRT]
[    0.232933] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PE23._PRT]
[    0.233056] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.BR14._PRT]
[    0.243599] ACPI: PCI Interrupt Link [LNKA] (IRQs 4 7 10 11 14 15) *0
[    0.243929] ACPI: PCI Interrupt Link [LNKB] (IRQs 4 7 10 11 14 15) *0
[    0.244256] ACPI: PCI Interrupt Link [LNKC] (IRQs 4 7 10 11 14 15) *0
[    0.244561] ACPI: PCI Interrupt Link [LNKD] (IRQs 4 7 10 11 14 15) *0
[    0.244846] ACPI: PCI Interrupt Link [LNKE] (IRQs 4 7 10 11 14 15) *0
[    0.245073] ACPI: PCI Interrupt Link [LNKF] (IRQs 4 7 10 11 14 15) *0
[    0.245278] ACPI: PCI Interrupt Link [LNKG] (IRQs 4 7 10 11 14 15) *0
[    0.245466] ACPI: PCI Interrupt Link [LNKH] (IRQs 4 7 10 11 14 15) *0
[    0.245636] vgaarb: device added: PCI:0000:00:01.0,decodes=io+mem,owns=io+mem,locks=none
[    0.245656] vgaarb: loaded
[    0.245687] PCI: Using ACPI for IRQ routing
[    0.245687] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    0.245687] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[    0.248035] Switching to clocksource tsc
[    0.249520] pnp: PnP ACPI init
[    0.249547] ACPI: bus type pnp registered
[    0.254567] ACPI Error: No handler for Region [SACS] (f6c400c8) [PCI_Config] (20090903/evregion-319)
[    0.254578] ACPI Error: Region PCI_Config(2) has no handler (20090903/exfldio-295)
[    0.254588] ACPI Error (psparse-0537): Method parse/execution failed [\PRID.P_D0._STA] (Node f6c233f0), AE_NOT_EXIST
[    0.254636] ACPI Error (uteval-0250): Method execution failed [\PRID.P_D0._STA] (Node f6c233f0), AE_NOT_EXIST
[    0.254658] ACPI Error: No handler for Region [SACS] (f6c400c8) [PCI_Config] (20090903/evregion-319)
[    0.254666] ACPI Error: Region PCI_Config(2) has no handler (20090903/exfldio-295)
[    0.254674] ACPI Error (psparse-0537): Method parse/execution failed [\PRID.P_D1._STA] (Node f6c23498), AE_NOT_EXIST
[    0.254719] ACPI Error (uteval-0250): Method execution failed [\PRID.P_D1._STA] (Node f6c23498), AE_NOT_EXIST
[    0.254743] ACPI Error: No handler for Region [SACS] (f6c400c8) [PCI_Config] (20090903/evregion-319)
[    0.254751] ACPI Error: Region PCI_Config(2) has no handler (20090903/exfldio-295)
[    0.254759] ACPI Error (psparse-0537): Method parse/execution failed [\SECD.S_D0._STA] (Node f6c23600), AE_NOT_EXIST
[    0.254804] ACPI Error (uteval-0250): Method execution failed [\SECD.S_D0._STA] (Node f6c23600), AE_NOT_EXIST
[    0.254825] ACPI Error: No handler for Region [SACS] (f6c400c8) [PCI_Config] (20090903/evregion-319)
[    0.254832] ACPI Error: Region PCI_Config(2) has no handler (20090903/exfldio-295)
[    0.254840] ACPI Error (psparse-0537): Method parse/execution failed [\SECD.S_D1._STA] (Node f6c236a8), AE_NOT_EXIST
[    0.254885] ACPI Error (uteval-0250): Method execution failed [\SECD.S_D1._STA] (Node f6c236a8), AE_NOT_EXIST
[    0.254894] pnp: PnP ACPI: found 14 devices
[    0.254897] ACPI: ACPI bus type pnp unregistered
[    0.254903] PnPBIOS: Disabled by ACPI PNP
[    0.254921] system 00:01: iomem range 0xe0000000-0xefffffff has been reserved
[    0.254931] system 00:02: ioport range 0x40b-0x40b has been reserved
[    0.254936] system 00:02: ioport range 0x4d6-0x4d6 has been reserved
[    0.254941] system 00:02: ioport range 0xc00-0xc01 has been reserved
[    0.254946] system 00:02: ioport range 0xc14-0xc14 has been reserved
[    0.254951] system 00:02: ioport range 0xc50-0xc51 has been reserved
[    0.254956] system 00:02: ioport range 0xc52-0xc52 has been reserved
[    0.254961] system 00:02: ioport range 0xc6c-0xc6c has been reserved
[    0.254966] system 00:02: ioport range 0xc6f-0xc6f has been reserved
[    0.254970] system 00:02: ioport range 0xcd0-0xcd1 has been reserved
[    0.254975] system 00:02: ioport range 0xcd2-0xcd3 has been reserved
[    0.254980] system 00:02: ioport range 0xcd4-0xcd5 has been reserved
[    0.254985] system 00:02: ioport range 0xcd6-0xcd7 has been reserved
[    0.254990] system 00:02: ioport range 0xcd8-0xcdf has been reserved
[    0.254995] system 00:02: ioport range 0x800-0x89f has been reserved
[    0.255000] system 00:02: ioport range 0xb20-0xb3f has been reserved
[    0.255005] system 00:02: ioport range 0x900-0x90f has been reserved
[    0.255010] system 00:02: ioport range 0x910-0x91f has been reserved
[    0.255015] system 00:02: ioport range 0xfe00-0xfefe has been reserved
[    0.255022] system 00:02: iomem range 0xfec00000-0xfec00fff could not be reserved
[    0.255027] system 00:02: iomem range 0xfee00000-0xfee00fff has been reserved
[    0.255032] system 00:02: iomem range 0xfed80000-0xfed8ffff has been reserved
[    0.255038] system 00:02: iomem range 0xfed61000-0xfed70fff has been reserved
[    0.255043] system 00:02: iomem range 0xfec10000-0xfec10fff has been reserved
[    0.255049] system 00:02: iomem range 0xfed00000-0xfed00fff has been reserved
[    0.255054] system 00:02: iomem range 0xffc00000-0xffffffff has been reserved
[    0.255063] system 00:03: ioport range 0x300-0x31f has been reserved
[    0.255068] system 00:03: ioport range 0x290-0x29f has been reserved
[    0.255073] system 00:03: ioport range 0x230-0x23f has been reserved
[    0.255083] system 00:07: ioport range 0x4d0-0x4d1 has been reserved
[    0.255096] system 00:0c: iomem range 0xa8000000-0xbfffffff has been reserved
[    0.290549] pci 0000:00:04.0: PCI bridge, secondary bus 0000:01
[    0.290557] pci 0000:00:04.0:   IO window: 0x1000-0x1fff
[    0.290565] pci 0000:00:04.0:   MEM window: 0xd0100000-0xd02fffff
[    0.290571] pci 0000:00:04.0:   PREFETCH window: 0x000000d0300000-0x000000d04fffff
[    0.290580] pci 0000:00:14.4: PCI bridge, secondary bus 0000:02
[    0.290583] pci 0000:00:14.4:   IO window: disabled
[    0.290628] pci 0000:00:14.4:   MEM window: disabled
[    0.290634] pci 0000:00:14.4:   PREFETCH window: disabled
[    0.290644] pci 0000:00:15.0: PCI bridge, secondary bus 0000:03
[    0.290647] pci 0000:00:15.0:   IO window: disabled
[    0.290655] pci 0000:00:15.0:   MEM window: 0xfea00000-0xfeafffff
[    0.290660] pci 0000:00:15.0:   PREFETCH window: disabled
[    0.290670] pci 0000:00:15.1: PCI bridge, secondary bus 0000:04
[    0.290675] pci 0000:00:15.1:   IO window: 0xe000-0xefff
[    0.290681] pci 0000:00:15.1:   MEM window: disabled
[    0.290688] pci 0000:00:15.1:   PREFETCH window: 0x000000d0000000-0x000000d00fffff
[    0.290697] pci 0000:00:15.2: PCI bridge, secondary bus 0000:05
[    0.290701] pci 0000:00:15.2:   IO window: disabled
[    0.290708] pci 0000:00:15.2:   MEM window: 0xfe900000-0xfe9fffff
[    0.290714] pci 0000:00:15.2:   PREFETCH window: disabled
[    0.290723] pci 0000:00:15.3: PCI bridge, secondary bus 0000:06
[    0.290726] pci 0000:00:15.3:   IO window: disabled
[    0.290733] pci 0000:00:15.3:   MEM window: 0xfe800000-0xfe8fffff
[    0.290739] pci 0000:00:15.3:   PREFETCH window: disabled
[    0.290768] pci 0000:00:04.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    0.290775] pci 0000:00:04.0: setting latency timer to 64
[    0.290792] pci 0000:00:15.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    0.290799] pci 0000:00:15.0: setting latency timer to 64
[    0.290811] pci 0000:00:15.1: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    0.290818] pci 0000:00:15.1: setting latency timer to 64
[    0.290829] pci 0000:00:15.2: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    0.290836] pci 0000:00:15.2: setting latency timer to 64
[    0.290848] pci 0000:00:15.3: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    0.290854] pci 0000:00:15.3: setting latency timer to 64
[    0.290862] pci_bus 0000:00: resource 0 io:  [0x00-0xffff]
[    0.290866] pci_bus 0000:00: resource 1 mem: [0x000000-0xffffffff]
[    0.290871] pci_bus 0000:01: resource 0 io:  [0x1000-0x1fff]
[    0.290876] pci_bus 0000:01: resource 1 mem: [0xd0100000-0xd02fffff]
[    0.290880] pci_bus 0000:01: resource 2 pref mem [0xd0300000-0xd04fffff]
[    0.290885] pci_bus 0000:02: resource 3 io:  [0x00-0xffff]
[    0.290890] pci_bus 0000:02: resource 4 mem: [0x000000-0xffffffff]
[    0.290894] pci_bus 0000:03: resource 1 mem: [0xfea00000-0xfeafffff]
[    0.290899] pci_bus 0000:04: resource 0 io:  [0xe000-0xefff]
[    0.290903] pci_bus 0000:04: resource 2 pref mem [0xd0000000-0xd00fffff]
[    0.290908] pci_bus 0000:05: resource 1 mem: [0xfe900000-0xfe9fffff]
[    0.290913] pci_bus 0000:06: resource 1 mem: [0xfe800000-0xfe8fffff]
[    0.290964] NET: Registered protocol family 2
[    0.291093] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
[    0.291501] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.292134] TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
[    0.292446] TCP: Hash tables configured (established 131072 bind 65536)
[    0.292450] TCP reno registered
[    0.292596] NET: Registered protocol family 1
[    0.292627] pci 0000:00:01.0: Boot video device
[    0.292659] pci 0000:00:12.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
[    1.055804] pci 0000:00:12.0: PCI INT A disabled
[    1.055854] pci 0000:00:12.2: PCI INT B -> GSI 17 (level, low) -> IRQ 17
[    1.055884] pci 0000:00:12.2: PCI INT B disabled
[    1.055895] pci 0000:00:13.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
[    1.075908] pci 0000:00:13.0: PCI INT A disabled
[    1.075955] pci 0000:00:13.2: PCI INT B -> GSI 17 (level, low) -> IRQ 17
[    1.075986] pci 0000:00:13.2: PCI INT B disabled
[    1.076005] pci 0000:00:14.5: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[    1.095919] pci 0000:00:14.5: PCI INT C disabled
[    1.096004] pci 0000:00:16.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
[    1.115825] pci 0000:00:16.0: PCI INT A disabled
[    1.115870] pci 0000:00:16.2: PCI INT B -> GSI 17 (level, low) -> IRQ 17
[    1.115901] pci 0000:00:16.2: PCI INT B disabled
[    1.115935] pci 0000:05:00.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
[    1.115962] pci 0000:05:00.0: PCI INT A disabled
[    1.115984] pci 0000:06:00.0: PCI INT A -> GSI 19 (level, low) -> IRQ 19
[    1.116008] pci 0000:06:00.0: PCI INT A disabled
[    1.116087] Unpacking initramfs...
[    1.462551] Freeing initrd memory: 8526k freed
[    1.468042] audit: initializing netlink socket (disabled)
[    1.468061] type=2000 audit(1396887560.467:1): initialized
[    1.473771] highmem bounce pool size: 64 pages
[    1.473782] HugeTLB registered 4 MB page size, pre-allocated 0 pages
[    1.476252] VFS: Disk quotas dquot_6.5.2
[    1.476372] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    1.476493] msgmni has been set to 1713
[    1.476825] alg: No test for stdrng (krng)
[    1.476940] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[    1.476947] io scheduler noop registered
[    1.476950] io scheduler anticipatory registered
[    1.476953] io scheduler deadline registered
[    1.477006] io scheduler cfq registered (default)
[    1.477229] pcieport 0000:00:04.0: irq 24 for MSI/MSI-X
[    1.477242] pcieport 0000:00:04.0: setting latency timer to 64
[    1.477463] pcieport 0000:00:15.0: irq 25 for MSI/MSI-X
[    1.477474] pcieport 0000:00:15.0: setting latency timer to 64
[    1.477639] pcieport 0000:00:15.1: irq 26 for MSI/MSI-X
[    1.477651] pcieport 0000:00:15.1: setting latency timer to 64
[    1.477810] pcieport 0000:00:15.2: irq 27 for MSI/MSI-X
[    1.477821] pcieport 0000:00:15.2: setting latency timer to 64
[    1.477985] pcieport 0000:00:15.3: irq 28 for MSI/MSI-X
[    1.477997] pcieport 0000:00:15.3: setting latency timer to 64
[    1.478204] isapnp: Scanning for PnP cards...
[    1.866632] isapnp: No Plug & Play device found
[    1.868666] Linux agpgart interface v0.103
[    1.868862] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    1.869021] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    1.869518] 00:0b: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    1.869753] PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
[    1.869757] PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
[    1.869992] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.870132] mice: PS/2 mouse device common for all mice
[    1.870236] rtc_cmos 00:05: RTC can wake from S4
[    1.870295] rtc_cmos 00:05: rtc core: registered rtc_cmos as rtc0
[    1.870364] rtc0: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    1.870382] cpuidle: using governor ladder
[    1.870386] cpuidle: using governor menu
[    1.870392] No iBFT detected.
[    1.870874] TCP cubic registered
[    1.871092] NET: Registered protocol family 10
[    1.872130] Mobile IPv6
[    1.872135] NET: Registered protocol family 17
[    1.872157] Using IPI No-Shortcut mode
[    1.872271] PM: Resume from disk failed.
[    1.872287] registered taskstats version 1
[    1.873056] rtc_cmos 00:05: setting system clock to 2014-04-07 16:19:21 UTC (1396887561)
[    1.873184] Initalizing network drop monitor service
[    1.873259] Freeing unused kernel memory: 380k freed
[    1.873578] Write protecting the kernel text: 2512k
[    1.873618] Write protecting the kernel read-only data: 924k
[    1.885892] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[    1.901665] udev[56]: starting version 164
[    2.103145] usbcore: registered new interface driver usbfs
[    2.103183] usbcore: registered new interface driver hub
[    2.103793] usbcore: registered new device driver usb
[    2.107444] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    2.107524] ehci_hcd 0000:00:12.2: PCI INT B -> GSI 17 (level, low) -> IRQ 17
[    2.107555] ehci_hcd 0000:00:12.2: EHCI Host Controller
[    2.107591] ehci_hcd 0000:00:12.2: new USB bus registered, assigned bus number 1
[    2.107647] ehci_hcd 0000:00:12.2: QUIRK: Enable exception for AMD Hudson ASPM
[    2.107682] ehci_hcd 0000:00:12.2: debug port 1
[    2.107716] ehci_hcd 0000:00:12.2: irq 17, io mem 0xfeb4d000
[    2.111195] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    2.120055] ehci_hcd 0000:00:12.2: USB 2.0 started, EHCI 1.00
[    2.120100] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    2.120105] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.120110] usb usb1: Product: EHCI Host Controller
[    2.120114] usb usb1: Manufacturer: Linux 2.6.32-5-686 ehci_hcd
[    2.120118] usb usb1: SerialNumber: 0000:00:12.2
[    2.120322] usb usb1: configuration #1 chosen from 1 choice
[    2.120432] hub 1-0:1.0: USB hub found
[    2.120447] hub 1-0:1.0: 5 ports detected
[    2.120627] ohci_hcd 0000:00:12.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
[    2.120664] ohci_hcd 0000:00:12.0: OHCI Host Controller
[    2.120680] ohci_hcd 0000:00:12.0: new USB bus registered, assigned bus number 2
[    2.120725] ohci_hcd 0000:00:12.0: irq 18, io mem 0xfeb4e000
[    2.139914] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[    2.139989] r8169 0000:04:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[    2.140049] r8169 0000:04:00.0: setting latency timer to 64
[    2.140120] r8169 0000:04:00.0: irq 29 for MSI/MSI-X
[    2.140787] SCSI subsystem initialized
[    2.142109] r8169 0000:04:00.0: eth0: RTL8168e/8111e at 0xf7d7e000, 30:85:a9:3f:bf:1e, XID 0c200000 IRQ 29
[    2.149111] xhci_hcd 0000:05:00.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
[    2.149191] xhci_hcd 0000:05:00.0: setting latency timer to 64
[    2.149198] xhci_hcd 0000:05:00.0: xHCI Host Controller
[    2.149218] xhci_hcd 0000:05:00.0: new USB bus registered, assigned bus number 3
[    2.149374] xhci_hcd 0000:05:00.0: irq 18, io mem 0xfe900000
[    2.152807] usb usb3: config 1 interface 0 altsetting 0 endpoint 0x81 has no SuperSpeed companion descriptor
[    2.152823] usb usb3: New USB device found, idVendor=1d6b, idProduct=0003
[    2.152827] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.152832] usb usb3: Product: xHCI Host Controller
[    2.152835] usb usb3: Manufacturer: Linux 2.6.32-5-686 xhci_hcd
[    2.152839] usb usb3: SerialNumber: 0000:05:00.0
[    2.153051] usb usb3: configuration #1 chosen from 1 choice
[    2.153058] xHCI xhci_add_endpoint called for root hub
[    2.153062] xHCI xhci_check_bandwidth called for root hub
[    2.153159] hub 3-0:1.0: USB hub found
[    2.153173] hub 3-0:1.0: 4 ports detected
[    2.153337] xhci_hcd 0000:06:00.0: PCI INT A -> GSI 19 (level, low) -> IRQ 19
[    2.153361] xhci_hcd 0000:06:00.0: setting latency timer to 64
[    2.153366] xhci_hcd 0000:06:00.0: xHCI Host Controller
[    2.153378] xhci_hcd 0000:06:00.0: new USB bus registered, assigned bus number 4
[    2.153529] xhci_hcd 0000:06:00.0: irq 19, io mem 0xfe800000
[    2.156952] usb usb4: config 1 interface 0 altsetting 0 endpoint 0x81 has no SuperSpeed companion descriptor
[    2.156965] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003
[    2.156969] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.156973] usb usb4: Product: xHCI Host Controller
[    2.156977] usb usb4: Manufacturer: Linux 2.6.32-5-686 xhci_hcd
[    2.156980] usb usb4: SerialNumber: 0000:06:00.0
[    2.157149] usb usb4: configuration #1 chosen from 1 choice
[    2.157155] xHCI xhci_add_endpoint called for root hub
[    2.157158] xHCI xhci_check_bandwidth called for root hub
[    2.157248] hub 4-0:1.0: USB hub found
[    2.157260] hub 4-0:1.0: 4 ports detected
[    2.171447] libata version 3.00 loaded.
[    2.181143] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
[    2.181150] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.181155] usb usb2: Product: OHCI Host Controller
[    2.181159] usb usb2: Manufacturer: Linux 2.6.32-5-686 ohci_hcd
[    2.181163] usb usb2: SerialNumber: 0000:00:12.0
[    2.181375] usb usb2: configuration #1 chosen from 1 choice
[    2.181476] hub 2-0:1.0: USB hub found
[    2.181532] hub 2-0:1.0: 5 ports detected
[    2.181687] ehci_hcd 0000:00:13.2: PCI INT B -> GSI 17 (level, low) -> IRQ 17
[    2.181765] ehci_hcd 0000:00:13.2: EHCI Host Controller
[    2.181781] ehci_hcd 0000:00:13.2: new USB bus registered, assigned bus number 5
[    2.181797] ehci_hcd 0000:00:13.2: QUIRK: Enable exception for AMD Hudson ASPM
[    2.181833] ehci_hcd 0000:00:13.2: debug port 1
[    2.181857] ehci_hcd 0000:00:13.2: irq 17, io mem 0xfeb4b000
[    2.193192] ehci_hcd 0000:00:13.2: USB 2.0 started, EHCI 1.00
[    2.193258] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002
[    2.193263] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.193268] usb usb5: Product: EHCI Host Controller
[    2.193271] usb usb5: Manufacturer: Linux 2.6.32-5-686 ehci_hcd
[    2.193275] usb usb5: SerialNumber: 0000:00:13.2
[    2.193436] usb usb5: configuration #1 chosen from 1 choice
[    2.193486] hub 5-0:1.0: USB hub found
[    2.193502] hub 5-0:1.0: 5 ports detected
[    2.193690] pata_atiixp 0000:00:14.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
[    2.193996] scsi0 : pata_atiixp
[    2.194168] scsi1 : pata_atiixp
[    2.194398] ata1: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0xf100 irq 14
[    2.194403] ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0xf108 irq 15
[    2.194502] ahci 0000:00:11.0: version 3.0
[    2.194565] ahci 0000:00:11.0: PCI INT A -> GSI 19 (level, low) -> IRQ 19
[    2.194730] ahci 0000:00:11.0: AHCI 0001.0200 32 slots 4 ports 6 Gbps 0xf impl SATA mode
[    2.194737] ahci 0000:00:11.0: flags: 64bit ncq sntf ilck pm led clo pmp pio slum part 
[    2.195379] scsi2 : ahci
[    2.195521] scsi3 : ahci
[    2.195615] scsi4 : ahci
[    2.195701] scsi5 : ahci
[    2.195805] ata3: SATA max UDMA/133 abar m1024@0xfeb4f000 port 0xfeb4f100 irq 19
[    2.195811] ata4: SATA max UDMA/133 abar m1024@0xfeb4f000 port 0xfeb4f180 irq 19
[    2.195817] ata5: SATA max UDMA/133 abar m1024@0xfeb4f000 port 0xfeb4f200 irq 19
[    2.195822] ata6: SATA max UDMA/133 abar m1024@0xfeb4f000 port 0xfeb4f280 irq 19
[    2.195921] ohci_hcd 0000:00:13.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
[    2.196004] ohci_hcd 0000:00:13.0: OHCI Host Controller
[    2.196027] ohci_hcd 0000:00:13.0: new USB bus registered, assigned bus number 6
[    2.196106] ohci_hcd 0000:00:13.0: irq 18, io mem 0xfeb4c000
[    2.256329] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001
[    2.256337] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.256342] usb usb6: Product: OHCI Host Controller
[    2.256345] usb usb6: Manufacturer: Linux 2.6.32-5-686 ohci_hcd
[    2.256349] usb usb6: SerialNumber: 0000:00:13.0
[    2.256509] usb usb6: configuration #1 chosen from 1 choice
[    2.256560] hub 6-0:1.0: USB hub found
[    2.256580] hub 6-0:1.0: 5 ports detected
[    2.256737] ehci_hcd 0000:00:16.2: PCI INT B -> GSI 17 (level, low) -> IRQ 17
[    2.256817] ehci_hcd 0000:00:16.2: EHCI Host Controller
[    2.256831] ehci_hcd 0000:00:16.2: new USB bus registered, assigned bus number 7
[    2.256847] ehci_hcd 0000:00:16.2: QUIRK: Enable exception for AMD Hudson ASPM
[    2.256883] ehci_hcd 0000:00:16.2: debug port 1
[    2.256906] ehci_hcd 0000:00:16.2: irq 17, io mem 0xfeb48000
[    2.269251] ehci_hcd 0000:00:16.2: USB 2.0 started, EHCI 1.00
[    2.269328] usb usb7: New USB device found, idVendor=1d6b, idProduct=0002
[    2.269332] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.269337] usb usb7: Product: EHCI Host Controller
[    2.269341] usb usb7: Manufacturer: Linux 2.6.32-5-686 ehci_hcd
[    2.269344] usb usb7: SerialNumber: 0000:00:16.2
[    2.269500] usb usb7: configuration #1 chosen from 1 choice
[    2.269551] hub 7-0:1.0: USB hub found
[    2.269570] hub 7-0:1.0: 4 ports detected
[    2.269740] ohci_hcd 0000:00:14.5: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[    2.269819] ohci_hcd 0000:00:14.5: OHCI Host Controller
[    2.269834] ohci_hcd 0000:00:14.5: new USB bus registered, assigned bus number 8
[    2.269869] ohci_hcd 0000:00:14.5: irq 18, io mem 0xfeb4a000
[    2.329324] usb usb8: New USB device found, idVendor=1d6b, idProduct=0001
[    2.329332] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.329336] usb usb8: Product: OHCI Host Controller
[    2.329340] usb usb8: Manufacturer: Linux 2.6.32-5-686 ohci_hcd
[    2.329344] usb usb8: SerialNumber: 0000:00:14.5
[    2.329508] usb usb8: configuration #1 chosen from 1 choice
[    2.329559] hub 8-0:1.0: USB hub found
[    2.329585] hub 8-0:1.0: 2 ports detected
[    2.329716] ohci_hcd 0000:00:16.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
[    2.329796] ohci_hcd 0000:00:16.0: OHCI Host Controller
[    2.329812] ohci_hcd 0000:00:16.0: new USB bus registered, assigned bus number 9
[    2.329847] ohci_hcd 0000:00:16.0: irq 18, io mem 0xfeb49000
[    2.388200] usb usb9: New USB device found, idVendor=1d6b, idProduct=0001
[    2.388207] usb usb9: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.388212] usb usb9: Product: OHCI Host Controller
[    2.388216] usb usb9: Manufacturer: Linux 2.6.32-5-686 ohci_hcd
[    2.388219] usb usb9: SerialNumber: 0000:00:16.0
[    2.388387] usb usb9: configuration #1 chosen from 1 choice
[    2.388446] hub 9-0:1.0: USB hub found
[    2.388501] hub 9-0:1.0: 4 ports detected
[    2.684254] ata6: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    2.684275] ata5: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    2.684359] ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    2.684368] ata4: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    2.684962] ata3.00: ATA-8: KINGSTON SV100S232G, 120504s, max UDMA/100
[    2.684970] ata3.00: 62533296 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[    2.685185] ata4.00: ATA-8: ST2000DM001-9YN164, CC4C, max UDMA/133
[    2.685195] ata4.00: 3907029168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[    2.685508] ata3.00: configured for UDMA/100
[    2.685534] ata6.00: ATA-9: ST2000DM001-1CH164, CC27, max UDMA/133
[    2.685548] ata6.00: 3907029168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[    2.686110] ata4.00: configured for UDMA/133
[    2.686681] ata6.00: configured for UDMA/133
[    2.700617] scsi 2:0:0:0: Direct-Access     ATA      KINGSTON SV100S2 1205 PQ: 0 ANSI: 5
[    2.701131] scsi 3:0:0:0: Direct-Access     ATA      ST2000DM001-9YN1 CC4C PQ: 0 ANSI: 5
[    2.992252] usb 6-1: new full speed USB device using ohci_hcd and address 2
[    3.105801] ata5.00: ATA-8: TOSHIBA MK5055GSX, FG501A, max UDMA/100
[    3.105815] ata5.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[    3.107092] ata5.00: configured for UDMA/100
[    3.121656] scsi 4:0:0:0: Direct-Access     ATA      TOSHIBA MK5055GS FG50 PQ: 0 ANSI: 5
[    3.122055] scsi 5:0:0:0: Direct-Access     ATA      ST2000DM001-1CH1 CC27 PQ: 0 ANSI: 5
[    3.137228] sd 2:0:0:0: [sda] 62533296 512-byte logical blocks: (32.0 GB/29.8 GiB)
[    3.137327] sd 2:0:0:0: [sda] Write Protect is off
[    3.137333] sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    3.137374] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    3.137599]  sda:
[    3.137749] sd 3:0:0:0: [sdb] 3907029168 512-byte logical blocks: (2.00 TB/1.81 TiB)
[    3.137754] sd 3:0:0:0: [sdb] 4096-byte physical blocks
[    3.137843] sd 3:0:0:0: [sdb] Write Protect is off
[    3.137847] sd 3:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[    3.137886] sd 3:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    3.138084]  sdb: sda1 sda2 <
[    3.138236] sd 4:0:0:0: [sdc] 976773168 512-byte logical blocks: (500 GB/465 GiB)
[    3.138324] sd 4:0:0:0: [sdc] Write Protect is off
[    3.138329] sd 4:0:0:0: [sdc] Mode Sense: 00 3a 00 00
[    3.138367] sd 4:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    3.138575]  sdc: sda5 >
[    3.139200] sd 2:0:0:0: [sda] Attached SCSI disk
[    3.139317] sd 5:0:0:0: [sdd] 3907029168 512-byte logical blocks: (2.00 TB/1.81 TiB)
[    3.139322] sd 5:0:0:0: [sdd] 4096-byte physical blocks
[    3.139656] sd 5:0:0:0: [sdd] Write Protect is off
[    3.139665] sd 5:0:0:0: [sdd] Mode Sense: 00 3a 00 00
[    3.139896] sd 5:0:0:0: [sdd] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    3.140728]  sdd: sdb1
[    3.153742] sd 3:0:0:0: [sdb] Attached SCSI disk
[    3.162005]  sdd1
[    3.162517] sd 5:0:0:0: [sdd] Attached SCSI disk
[    3.166420] usb 6-1: New USB device found, idVendor=046d, idProduct=c52f
[    3.166430] usb 6-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    3.166439] usb 6-1: Product: USB Receiver
[    3.166445] usb 6-1: Manufacturer: Logitech
[    3.166613] usb 6-1: configuration #1 chosen from 1 choice
[    3.208250]  sdc1 < sdc5 >
[    3.222107] sd 4:0:0:0: [sdc] Attached SCSI disk
[    3.432230] usb 6-4: new full speed USB device using ohci_hcd and address 3
[    3.611461] usb 6-4: New USB device found, idVendor=0403, idProduct=6001
[    3.611474] usb 6-4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    3.611483] usb 6-4: Product: FT232R USB UART
[    3.611490] usb 6-4: Manufacturer: FTDI
[    3.611496] usb 6-4: SerialNumber: AH01FMVQ
[    3.611696] usb 6-4: configuration #1 chosen from 1 choice
[    3.880236] usb 6-5: new full speed USB device using ohci_hcd and address 4
[    4.059524] usb 6-5: New USB device found, idVendor=0403, idProduct=6001
[    4.059537] usb 6-5: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    4.059546] usb 6-5: Product: FT232R USB UART
[    4.059552] usb 6-5: Manufacturer: FTDI
[    4.059559] usb 6-5: SerialNumber: AH01FMVP
[    4.059756] usb 6-5: configuration #1 chosen from 1 choice
[    4.088159] usbcore: registered new interface driver hiddev
[    4.090940] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:13.0/usb6/6-1/6-1:1.0/input/input1
[    4.091056] generic-usb 0003:046D:C52F.0001: input,hidraw0: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:00:13.0-1/input0
[    4.098800] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:13.0/usb6/6-1/6-1:1.1/input/input2
[    4.098958] generic-usb 0003:046D:C52F.0002: input,hiddev0,hidraw1: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:13.0-1/input1
[    4.098997] usbcore: registered new interface driver usbhid
[    4.099002] usbhid: v2.6:USB HID core driver
[    4.248217] PM: Starting manual resume from disk
[    4.248226] PM: Resume from partition 8:5
[    4.248229] PM: Checking hibernation image.
[    4.248838] PM: Error -22 checking image file
[    4.248844] PM: Resume from disk failed.
[    4.273821] EXT3-fs: INFO: recovery required on readonly filesystem.
[    4.273829] EXT3-fs: write access will be enabled during recovery.
[    4.441087] usb 9-3: new full speed USB device using ohci_hcd and address 2
[    4.600473] usb 9-3: New USB device found, idVendor=0cf3, idProduct=3000
[    4.600486] usb 9-3: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    4.600664] usb 9-3: configuration #1 chosen from 1 choice
[    5.196156] kjournald starting.  Commit interval 5 seconds
[    5.196176] EXT3-fs: sda1: orphan cleanup on readonly fs
[    5.196189] ext3_orphan_cleanup: deleting unreferenced inode 907561
[    5.196249] ext3_orphan_cleanup: deleting unreferenced inode 907560
[    5.196262] ext3_orphan_cleanup: deleting unreferenced inode 907558
[    5.196294] EXT3-fs: sda1: 3 orphan inodes deleted
[    5.196298] EXT3-fs: recovery complete.
[    5.198114] EXT3-fs: mounted filesystem with ordered data mode.
[    5.504125] udev[443]: starting version 164
[    5.649707] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input3
[    5.649764] ACPI: Power Button [PWRB]
[    5.649872] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input4
[    5.649878] ACPI: Power Button [PWRF]
[    5.654224] ACPI: WMI: Mapper loaded
[    5.661627] processor LNXCPU:00: registered as cooling_device0
[    5.661874] processor LNXCPU:01: registered as cooling_device1
[    5.730299] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
[    5.851462] usbcore: registered new interface driver usbserial
[    5.851485] USB Serial support registered for generic
[    5.851540] usbcore: registered new interface driver usbserial_generic
[    5.851544] usbserial: USB Serial Driver core
[    5.855150] input: PC Speaker as /devices/platform/pcspkr/input/input5
[    5.880903] USB Serial support registered for FTDI USB Serial Device
[    5.881095] ftdi_sio 6-4:1.0: FTDI USB Serial Device converter detected
[    5.881138] usb 6-4: Detected FT232RL
[    5.881142] usb 6-4: Number of endpoints 2
[    5.881146] usb 6-4: Endpoint 1 MaxPacketSize 64
[    5.881150] usb 6-4: Endpoint 2 MaxPacketSize 64
[    5.881153] usb 6-4: Setting MaxPacketSize 64
[    5.898017] usb 6-4: FTDI USB Serial Device converter now attached to ttyUSB0
[    5.898046] ftdi_sio 6-5:1.0: FTDI USB Serial Device converter detected
[    5.898082] usb 6-5: Detected FT232RL
[    5.898086] usb 6-5: Number of endpoints 2
[    5.898090] usb 6-5: Endpoint 1 MaxPacketSize 64
[    5.898093] usb 6-5: Endpoint 2 MaxPacketSize 64
[    5.898097] usb 6-5: Setting MaxPacketSize 64
[    5.900351] usb 6-5: FTDI USB Serial Device converter now attached to ttyUSB1
[    5.900394] usbcore: registered new interface driver ftdi_sio
[    5.900399] ftdi_sio: v1.5.0:USB FTDI Serial Converters Driver
[    5.909956] cfg80211: Using static regulatory domain info
[    5.909962] cfg80211: Regulatory domain: US
[    5.909966]     (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[    5.909971]     (2402000 KHz - 2472000 KHz @ 40000 KHz), (600 mBi, 2700 mBm)
[    5.909976]     (5170000 KHz - 5190000 KHz @ 40000 KHz), (600 mBi, 2300 mBm)
[    5.910010]     (5190000 KHz - 5210000 KHz @ 40000 KHz), (600 mBi, 2300 mBm)
[    5.910015]     (5210000 KHz - 5230000 KHz @ 40000 KHz), (600 mBi, 2300 mBm)
[    5.910019]     (5230000 KHz - 5330000 KHz @ 40000 KHz), (600 mBi, 2300 mBm)
[    5.910024]     (5735000 KHz - 5835000 KHz @ 40000 KHz), (600 mBi, 3000 mBm)
[    5.910038] cfg80211: Calling CRDA for country: US
[    6.099214] ath9k 0000:03:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    6.099232] ath9k 0000:03:00.0: setting latency timer to 64
[    6.119656] HDA Intel 0000:00:01.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[    6.119714] HDA Intel 0000:00:01.1: setting latency timer to 64
[    6.149421] ath: EEPROM regdomain: 0x60
[    6.149424] ath: EEPROM indicates we should expect a direct regpair map
[    6.149431] ath: Country alpha2 being used: 00
[    6.149434] ath: Regpair used: 0x60
[    6.167126] phy0: Selected rate control algorithm 'ath9k_rate_control'
[    6.168223] Registered led device: ath9k-phy0::radio
[    6.168290] Registered led device: ath9k-phy0::assoc
[    6.168355] Registered led device: ath9k-phy0::tx
[    6.168417] Registered led device: ath9k-phy0::rx
[    6.168484] phy0: Atheros AR9285 MAC/BB Rev:2 AR5133 RF Rev:e0: mem=0xf8320000, irq=16
[    6.174633] HDA Intel 0000:00:14.2: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    6.456566] Adding 1316856k swap on /dev/sda5.  Priority:-1 extents:1 across:1316856k SS
[    6.656041] EXT3 FS on sda1, internal journal
[    6.683529] loop: module loaded
[    6.951675] kjournald starting.  Commit interval 5 seconds
[    6.951687] EXT3-fs warning (device sdb1): ext3_clear_journal_err: Filesystem error recorded from previous mount: IO failure
[    6.951700] EXT3-fs warning (device sdb1): ext3_clear_journal_err: Marking fs in need of filesystem check.
[    6.952609] EXT3-fs warning: mounting fs with errors, running e2fsck is recommended
[    6.953740] EXT3 FS on sdb1, internal journal
[    6.953754] EXT3-fs: recovery complete.
[    6.954032] EXT3-fs: mounted filesystem with ordered data mode.
[    7.074785] EXT4-fs (sdc5): recovery complete
[    7.075259] EXT4-fs (sdc5): mounted filesystem with ordered data mode
[    7.541475] EXT4-fs (sdd1): recovery complete
[    7.541488] EXT4-fs (sdd1): mounted filesystem with ordered data mode
[    7.749266] RPC: Registered udp transport module.
[    7.749272] RPC: Registered tcp transport module.
[    7.749275] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    7.772964] Slow work thread pool: Starting up
[    7.773071] Slow work thread pool: Ready
[    7.773175] FS-Cache: Loaded
[    7.807288] FS-Cache: Netfs 'nfs' registered for caching
[    7.831821] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[    7.950533] fuse init (API version 7.13)
[    8.057899] r8169 0000:04:00.0: firmware: requesting rtl_nic/rtl8168e-2.fw
[    8.063714] r8169 0000:04:00.0: eth0: unable to load firmware patch rtl_nic/rtl8168e-2.fw (-2)
[    8.080781] r8169 0000:04:00.0: eth0: link down
[    8.080796] r8169 0000:04:00.0: eth0: link down
[    8.081144] ADDRCONF(NETDEV_UP): eth0: link is not ready
[    8.340779] svc: failed to register lockdv1 RPC service (errno 97).
[    8.343808] NFSD: Using /var/lib/nfs/v4recovery as the NFSv4 state recovery directory
[    8.345916] NFSD: starting 90-second grace period
[    8.500278] powernow-k8: Found 1 AMD E-450 APU with Radeon(tm) HD Graphics processors (2 cpu cores) (version 2.20.00)
[    8.500353] powernow-k8:    0 : pstate 0 (1650 MHz)
[    8.500357] powernow-k8:    1 : pstate 1 (1320 MHz)
[    8.500361] powernow-k8:    2 : pstate 2 (825 MHz)
[    8.500365] [Firmware Warn]: powernow-k8: Invalid zero transition latency
[    8.500706] [Firmware Warn]: powernow-k8: Invalid zero transition latency
[    8.514698] lp: driver loaded but no devices found
[    8.531223] ppdev: user-space parallel port driver
[   10.287796] r8169 0000:04:00.0: eth0: link up
[   10.288363] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
root@debserv:~# 

: 07 kwietnia 2014, 19:01
autor: Rafal_F
To jest trochę niepokojące:

Kod: Zaznacz cały

[    6.951687] EXT3-fs warning (device sdb1): ext3_clear_journal_err: Filesystem error recorded from previous mount: IO failure
[    6.951700] EXT3-fs warning (device sdb1): ext3_clear_journal_err: Marking fs in need of filesystem check.
[    6.952609] EXT3-fs warning: mounting fs with errors, running e2fsck is recommended
Wklej jeszcze wynik:

Kod: Zaznacz cały

mount

: 07 kwietnia 2014, 19:19
autor: b@dboy
mount:

Kod: Zaznacz cały

root@debserv:~# mount
/dev/sda1 on / type ext3 (rw,errors=remount-ro)
tmpfs on /lib/init/rw type tmpfs (rw,nosuid,mode=0755)
proc on /proc type proc (rw,noexec,nosuid,nodev)
sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
udev on /dev type tmpfs (rw,mode=0755)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=620)
/dev/sdb1 on /mnt/hdd1 type ext3 (rw)
/dev/sdc5 on /mnt/hdd2 type ext4 (rw)
/dev/sdd1 on /mnt/hdd3 type ext4 (rw)
rpc_pipefs on /var/lib/nfs/rpc_pipefs type rpc_pipefs (rw)
fusectl on /sys/fs/fuse/connections type fusectl (rw)
nfsd on /proc/fs/nfsd type nfsd (rw)
root@debserv:~# 

: 07 kwietnia 2014, 19:25
autor: Rafal_F
Co jest pod hdd4? Bo fc8a5826-fbee-43e2-a050-5883462a7a10 nie ma w /dev/disk/by-uuid/ ale jest w /etc/fstab.
Dyski wyglądają na zamontowane. A jak spróbujesz wyświetlić zawartości?

Kod: Zaznacz cały

ls -l /mnt/hdd1
ls -l /mnt/hdd2
ls -l /mnt/hdd3

: 07 kwietnia 2014, 19:39
autor: b@dboy
pod hdd4 jest jeszcze jeden dysk, ale go całkowicie wyjąłem, żeby było mniej zamieszania bo i tak jest już wystarczająco groźnie jak dla mnie bo boje się że stało się coś co nie pozwoli mi przywrócić moich nagrań :( Jak próbuję wyświetlić zawartość to katalogi są puste, Ale jeśli tylko wyjmę ten dysk z którym jest coś nie tak po restarcie wszystko wraca do normy i w katalogach Hdd2, hdd3 pojawia się zawartość czyli dyski ponownie się montują... W momencie kiedy ten "podejrzany" dysk jest podłączony debian przestaje poprawnie funkcjonować nie działa komenda reboot, z menu start też nie się nie chce wyłączyć i pozostaje tylko twardy restart....po włożeniu w usb jakiegoś pendriva również go nie widzi i to wszystko podczas, gdy dysk jest podłączony, jeśli go odłączę wszystkie dziwne zjawiska znikają i debianek działa jak trzeba....

: 07 kwietnia 2014, 19:53
autor: Rafal_F
A wklej tu wynik dmesg bez tego dysku. I dostarcz logi:

Kod: Zaznacz cały

/var/log/syslog
/var/log/messages