Wind River Support Network

HomeDefectsLIN6-4473
Not to be fixed

LIN6-4473 : wrl 4.3 : common_pc_64 SMP : writing on DVD rom causes strange trace errors in kernel log

Created: Jan 11, 2013    Updated: Apr 19, 2018
Resolved Date: Apr 17, 2018
Previous ID: LIN4-13038
Found In Version: 6.0
Severity: Severe
Applicable for: Wind River Linux 6
Component/s: Kernel

Description

When writing with bigger size of data, the dd does not return at all (event by breaking using Ctrl+C). And there are loads of kernel traces on dmesg.

dd if=/dev/zero of=/dev/scd0 bs=2048 count=32768

writing small data sizes works OK.

Workaround

The below patch can fix the problem:

diff --git a/include/linux/ata.h b/include/linux/ata.h
index 700c5b9..0565b9c 100644
--- a/include/linux/ata.h
+++ b/include/linux/ata.h
@@ -902,7 +902,7 @@ static inline int atapi_cdb_len(const u16 *dev_id)
        }
 }
 
-static inline int atapi_command_packet_set(const u16 *dev_id)
+static inline bool atapi_command_packet_set(const u16 *dev_id)
 {
        return (dev_id[ATA_ID_CONFIG] >> 8) & 0x1f;
 }

Steps to Reproduce

dd if=/dev/zero of=/dev/scd0 bs=2048 count=32768
#it does not return


Kernel trace: see below : 
Dec 20 12:46:57 localhost kernel: klogd 1.5.0, log source = /proc/kmsg started.
Dec 20 12:46:57 localhost kernel: imer to 64
Dec 20 12:46:57 localhost kernel: pcieport 0000:80:02.2: irq 80 for MSI/MSI-X
Dec 20 12:46:57 localhost kernel: vesafb: framebuffer at 0xde000000, mapped to 0xffffc90002c00000, using 10240k, total 16384k
Dec 20 12:46:57 localhost kernel: vesafb: mode is 1280x1024x32, linelength=5120, pages=2
Dec 20 12:46:57 localhost kernel: vesafb: scrolling: redraw
Dec 20 12:46:57 localhost kernel: vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
Dec 20 12:46:57 localhost kernel: Console: switching to colour frame buffer device 160x64
Dec 20 12:46:57 localhost kernel: fb0: VESA VGA frame buffer device
Dec 20 12:46:57 localhost kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
Dec 20 12:46:57 localhost kernel: ACPI: Power Button [PWRB]
Dec 20 12:46:57 localhost kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
Dec 20 12:46:57 localhost kernel: ACPI: Power Button [PWRF]
Dec 20 12:46:57 localhost kernel: Monitor-Mwait will be used to enter C-1 state
Dec 20 12:46:57 localhost kernel: Monitor-Mwait will be used to enter C-2 state
Dec 20 12:46:57 localhost kernel: Monitor-Mwait will be used to enter C-3 state
Dec 20 12:46:57 localhost kernel: Linux agpgart interface v0.103
Dec 20 12:46:57 localhost kernel: ipmi message handler version 39.2
Dec 20 12:46:57 localhost kernel: ipmi device interface
Dec 20 12:46:57 localhost kernel: IPMI System Interface driver.
Dec 20 12:46:57 localhost kernel: ipmi_si: Trying SMBIOS-specified kcs state machine at i/o address 0xca2, slave address 0x0, irq 0
Dec 20 12:46:57 localhost kernel: ipmi: Found new BMC (man_id: 0x002a7c,  prod_id: 0x0702, dev_id: 0x20)
Dec 20 12:46:57 localhost kernel: IPMI kcs interface initialized
Dec 20 12:46:57 localhost kernel: ipmi_si: Trying SPMI-specified kcs state machine at i/o address 0xca2, slave address 0x0, irq 0
Dec 20 12:46:57 localhost kernel: ipmi_si: duplicate interface
Dec 20 12:46:57 localhost kernel: ipmi_si: Trying ACPI-specified kcs state machine at i/o address 0xca2, slave address 0x0, irq 0
Dec 20 12:46:57 localhost kernel: ipmi_si: duplicate interface
Dec 20 12:46:57 localhost kernel: ipmi_si: probe of 00:0c failed with error -16
Dec 20 12:46:57 localhost kernel: [drm] Initialized drm 1.1.0 20060810
Dec 20 12:46:57 localhost kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
Dec 20 12:46:57 localhost kernel: serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
Dec 20 12:46:57 localhost kernel: serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
Dec 20 12:46:57 localhost kernel: 00:0a: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
Dec 20 12:46:57 localhost kernel: 00:0b: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
Dec 20 12:46:57 localhost kernel: brd: module loaded
Dec 20 12:46:57 localhost kernel: mpt2sas version 04.100.01.00 loaded
Dec 20 12:46:57 localhost kernel: scsi0 : Fusion MPT SAS Host
Dec 20 12:46:57 localhost kernel: mpt2sas 0000:03:00.0: PCI INT A -> GSI 34 (level, low) -> IRQ 34
Dec 20 12:46:57 localhost kernel: mpt2sas 0000:03:00.0: setting latency timer to 64
Dec 20 12:46:57 localhost kernel: mpt2sas0: 64 BIT PCI BUS DMA ADDRESSING SUPPORTED, total mem (16435912 kB)
Dec 20 12:46:57 localhost kernel: mpt2sas 0000:03:00.0: irq 81 for MSI/MSI-X
Dec 20 12:46:57 localhost kernel: mpt2sas0: PCI-MSI-X enabled: IRQ 81
Dec 20 12:46:57 localhost kernel: mpt2sas0: iomem(0x00000000dfc40000), mapped(0xffffc90002ba0000), size(65536)
Dec 20 12:46:57 localhost kernel: mpt2sas0: ioport(0x0000000000008000), size(256)
Dec 20 12:46:57 localhost kernel: mpt2sas0: sending diag reset !!
Dec 20 12:46:57 localhost kernel: mpt2sas0: diag reset: SUCCESS
Dec 20 12:46:57 localhost kernel: mpt2sas0: Allocated physical memory: size(835 kB)
Dec 20 12:46:57 localhost kernel: mpt2sas0: Current Controller Queue Depth(337), Max Controller Queue Depth(3072)
Dec 20 12:46:57 localhost kernel: mpt2sas0: Scatter Gather Elements per IO(128)
Dec 20 12:46:57 localhost kernel: mpt2sas0: LSISAS2308: FWVersion(13.00.57.00), ChipRevision(0x05), BiosVersion(07.25.00.00)
Dec 20 12:46:57 localhost kernel: mpt2sas0: Protocol=(Initiator), Capabilities=(Raid,TLR,EEDP,Snapshot Buffer,Diag Trace Buffer,Task Set Full,NCQ)
Dec 20 12:46:57 localhost kernel: mpt2sas0: sending port enable !!
Dec 20 12:46:57 localhost kernel: mpt2sas0: host_add: handle(0x0001), sas_addr(0x50030480070dfa00), phys(8)
Dec 20 12:46:57 localhost kernel: mpt2sas0: port enable: SUCCESS
Dec 20 12:46:57 localhost kernel: scsi 0:0:0:0: Direct-Access     ATA      Hitachi HUS72402 A3B0 PQ: 0 ANSI: 6
Dec 20 12:46:57 localhost kernel: scsi 0:0:0:0: SATA: handle(0x000b), sas_addr(0x4433221107000000), device_name(0x5000cca22dc0519f)
Dec 20 12:46:57 localhost kernel: scsi 0:0:0:0: SATA: enclosure_logical_id(0x50030480070dfa00), slot(31)
Dec 20 12:46:57 localhost kernel: scsi 0:0:0:0: atapi(n), ncq(y), asyn_notify(n), smart(y), fua(y), sw_preserve(y)
Dec 20 12:46:57 localhost kernel: scsi 0:0:0:0: qdepth(32), tagged(1), simple(1), ordered(0), scsi_level(7), cmd_que(1)
Dec 20 12:46:57 localhost kernel: scsi 0:0:1:0: Direct-Access     ATA      Hitachi HUS72402 A3B0 PQ: 0 ANSI: 6
Dec 20 12:46:57 localhost kernel: scsi 0:0:1:0: SATA: handle(0x0009), sas_addr(0x4433221105000000), device_name(0x5000cca22dc0441b)
Dec 20 12:46:57 localhost kernel: scsi 0:0:1:0: SATA: enclosure_logical_id(0x50030480070dfa00), slot(29)
Dec 20 12:46:57 localhost kernel: scsi 0:0:1:0: atapi(n), ncq(y), asyn_notify(n), smart(y), fua(y), sw_preserve(y)
Dec 20 12:46:57 localhost kernel: scsi 0:0:1:0: qdepth(32), tagged(1), simple(1), ordered(0), scsi_level(7), cmd_que(1)
Dec 20 12:46:57 localhost kernel: scsi 0:0:2:0: Direct-Access     ATA      Hitachi HUS72404 A3B0 PQ: 0 ANSI: 6
Dec 20 12:46:57 localhost kernel: scsi 0:0:2:0: SATA: handle(0x000a), sas_addr(0x4433221106000000), device_name(0x5000cca22bc48a78)
Dec 20 12:46:57 localhost kernel: scsi 0:0:2:0: SATA: enclosure_logical_id(0x50030480070dfa00), slot(30)
Dec 20 12:46:57 localhost kernel: scsi 0:0:2:0: atapi(n), ncq(y), asyn_notify(n), smart(y), fua(y), sw_preserve(y)
Dec 20 12:46:57 localhost kernel: scsi 0:0:2:0: qdepth(32), tagged(1), simple(1), ordered(0), scsi_level(7), cmd_que(1)
Dec 20 12:46:57 localhost kernel: sd 0:0:0:0: [sda] 3907029168 512-byte logical blocks: (2.00 TB/1.81 TiB)
Dec 20 12:46:57 localhost kernel: sd 0:0:0:0: [sda] 4096-byte physical blocks
Dec 20 12:46:57 localhost kernel: sd 0:0:1:0: [sdb] 3907029168 512-byte logical blocks: (2.00 TB/1.81 TiB)
Dec 20 12:46:57 localhost kernel: sd 0:0:1:0: [sdb] 4096-byte physical blocks
Dec 20 12:46:57 localhost kernel: sd 0:0:2:0: [sdc] 7814037168 512-byte logical blocks: (4.00 TB/3.63 TiB)
Dec 20 12:46:57 localhost kernel: sd 0:0:2:0: [sdc] 4096-byte physical blocks
Dec 20 12:46:57 localhost kernel: sd 0:0:1:0: [sdb] Write Protect is off
Dec 20 12:46:57 localhost kernel: sd 0:0:1:0: [sdb] Mode Sense: 7f 00 00 08
Dec 20 12:46:57 localhost kernel: sd 0:0:0:0: [sda] Write Protect is off
Dec 20 12:46:57 localhost kernel: sd 0:0:0:0: [sda] Mode Sense: 7f 00 00 08
Dec 20 12:46:57 localhost kernel: sd 0:0:1:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Dec 20 12:46:57 localhost kernel: sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Dec 20 12:46:57 localhost kernel: sd 0:0:2:0: [sdc] Write Protect is off
Dec 20 12:46:57 localhost kernel: sd 0:0:2:0: [sdc] Mode Sense: 7f 00 00 08
Dec 20 12:46:57 localhost kernel: sd 0:0:2:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Dec 20 12:46:57 localhost kernel:  sdb:
Dec 20 12:46:57 localhost kernel:  sda:
Dec 20 12:46:57 localhost kernel:  sdc: unknown partition table
Dec 20 12:46:57 localhost kernel:  unknown partition table
Dec 20 12:46:57 localhost kernel:  unknown partition table
Dec 20 12:46:57 localhost kernel: sd 0:0:1:0: [sdb] Attached SCSI disk
Dec 20 12:46:57 localhost kernel: sd 0:0:2:0: [sdc] Attached SCSI disk
Dec 20 12:46:57 localhost kernel: sd 0:0:0:0: [sda] Attached SCSI disk
Dec 20 12:46:57 localhost kernel: ahci 0000:00:1f.2: version 3.0
Dec 20 12:46:57 localhost kernel: ahci 0000:00:1f.2: PCI INT A -> GSI 18 (level, low) -> IRQ 18
Dec 20 12:46:57 localhost kernel: ahci 0000:00:1f.2: irq 82 for MSI/MSI-X
Dec 20 12:46:57 localhost kernel: ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x3f impl SATA mode
Dec 20 12:46:57 localhost kernel: ahci 0000:00:1f.2: flags: 64bit ncq sntf pm led clo pio slum part ems apst 
Dec 20 12:46:57 localhost kernel: ahci 0000:00:1f.2: setting latency timer to 64
Dec 20 12:46:57 localhost kernel: scsi1 : ahci
Dec 20 12:46:57 localhost kernel: scsi2 : ahci
Dec 20 12:46:57 localhost kernel: scsi3 : ahci
Dec 20 12:46:57 localhost kernel: scsi4 : ahci
Dec 20 12:46:57 localhost kernel: scsi5 : ahci
Dec 20 12:46:57 localhost kernel: scsi6 : ahci
Dec 20 12:46:57 localhost kernel: ata1: SATA max UDMA/133 abar m2048@0xdfe22000 port 0xdfe22100 irq 82
Dec 20 12:46:57 localhost kernel: ata2: SATA max UDMA/133 abar m2048@0xdfe22000 port 0xdfe22180 irq 82
Dec 20 12:46:57 localhost kernel: ata3: SATA max UDMA/133 abar m2048@0xdfe22000 port 0xdfe22200 irq 82
Dec 20 12:46:57 localhost kernel: ata4: SATA max UDMA/133 abar m2048@0xdfe22000 port 0xdfe22280 irq 82
Dec 20 12:46:57 localhost kernel: ata5: SATA max UDMA/133 abar m2048@0xdfe22000 port 0xdfe22300 irq 82
Dec 20 12:46:57 localhost kernel: ata6: SATA max UDMA/133 abar m2048@0xdfe22000 port 0xdfe22380 irq 82
Dec 20 12:46:57 localhost kernel: e1000e: Intel(R) PRO/1000 Network Driver - 1.0.2-k2
Dec 20 12:46:57 localhost kernel: e1000e: Copyright (c) 1999 - 2009 Intel Corporation.
Dec 20 12:46:57 localhost kernel: Intel(R) Gigabit Ethernet Network Driver - version 2.4.12
Dec 20 12:46:57 localhost kernel: Copyright (c) 2007-2010 Intel Corporation.
Dec 20 12:46:57 localhost kernel: igb 0000:05:00.0: PCI INT A -> GSI 42 (level, low) -> IRQ 42
Dec 20 12:46:57 localhost kernel: igb 0000:05:00.0: setting latency timer to 64
Dec 20 12:46:57 localhost kernel: igb 0000:05:00.0: irq 83 for MSI/MSI-X
Dec 20 12:46:57 localhost kernel: igb 0000:05:00.0: irq 84 for MSI/MSI-X
Dec 20 12:46:57 localhost kernel: igb 0000:05:00.0: Intel(R) Gigabit Ethernet Network Connection
Dec 20 12:46:57 localhost kernel: igb 0000:05:00.0: eth0: (PCIe:5.0Gb/s:Width x4) 00:25:90:91:8c:ec
Dec 20 12:46:57 localhost kernel: igb 0000:05:00.0: eth0: PBA No: 104900-000
Dec 20 12:46:57 localhost kernel: igb 0000:05:00.0: Using MSI-X interrupts. 1 rx queue(s), 1 tx queue(s)
Dec 20 12:46:57 localhost kernel: ata4: SATA link down (SStatus 0 SControl 300)
Dec 20 12:46:57 localhost kernel: ata6: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
Dec 20 12:46:57 localhost kernel: ata3: SATA link down (SStatus 0 SControl 300)
Dec 20 12:46:57 localhost kernel: ata2: SATA link down (SStatus 0 SControl 300)
Dec 20 12:46:57 localhost kernel: ata1: SATA link down (SStatus 0 SControl 300)
Dec 20 12:46:57 localhost kernel: ata5: SATA link down (SStatus 0 SControl 300)
Dec 20 12:46:57 localhost kernel: ata6.00: ATAPI: Slimtype DVD A  DS8A8SH, KP53, max UDMA/100
Dec 20 12:46:57 localhost kernel: ata6.00: configured for UDMA/100
Dec 20 12:46:57 localhost kernel: scsi 6:0:0:0: CD-ROM            Slimtype DVD A  DS8A8SH   KP53 PQ: 0 ANSI: 5
Dec 20 12:46:57 localhost kernel: sr0: scsi3-mmc drive: 31x/62x writer dvd-ram cd/rw xa/form2 cdda tray
Dec 20 12:46:57 localhost kernel: Uniform CD-ROM driver Revision: 3.20
Dec 20 12:46:57 localhost kernel: sr 6:0:0:0: Attached scsi CD-ROM sr0
Dec 20 12:46:57 localhost kernel: igb 0000:05:00.1: PCI INT B -> GSI 45 (level, low) -> IRQ 45
Dec 20 12:46:57 localhost kernel: igb 0000:05:00.1: setting latency timer to 64
Dec 20 12:46:57 localhost kernel: igb 0000:05:00.1: irq 85 for MSI/MSI-X
Dec 20 12:46:57 localhost kernel: igb 0000:05:00.1: irq 86 for MSI/MSI-X
Dec 20 12:46:57 localhost kernel: igb 0000:05:00.1: Intel(R) Gigabit Ethernet Network Connection
Dec 20 12:46:57 localhost kernel: igb 0000:05:00.1: eth1: (PCIe:5.0Gb/s:Width x4) 00:25:90:91:8c:ed
Dec 20 12:46:57 localhost kernel: igb 0000:05:00.1: eth1: PBA No: 104900-000
Dec 20 12:46:57 localhost kernel: igb 0000:05:00.1: Using MSI-X interrupts. 1 rx queue(s), 1 tx queue(s)
Dec 20 12:46:57 localhost kernel: igb 0000:05:00.2: PCI INT C -> GSI 44 (level, low) -> IRQ 44
Dec 20 12:46:57 localhost kernel: igb 0000:05:00.2: setting latency timer to 64
Dec 20 12:46:57 localhost kernel: igb 0000:05:00.2: irq 87 for MSI/MSI-X
Dec 20 12:46:57 localhost kernel: igb 0000:05:00.2: irq 88 for MSI/MSI-X
Dec 20 12:46:57 localhost kernel: igb 0000:05:00.2: Intel(R) Gigabit Ethernet Network Connection
Dec 20 12:46:57 localhost kernel: igb 0000:05:00.2: eth2: (PCIe:5.0Gb/s:Width x4) 00:25:90:91:8c:ee
Dec 20 12:46:57 localhost kernel: igb 0000:05:00.2: eth2: PBA No: 104900-000
Dec 20 12:46:57 localhost kernel: igb 0000:05:00.2: Using MSI-X interrupts. 1 rx queue(s), 1 tx queue(s)
Dec 20 12:46:57 localhost kernel: igb 0000:05:00.3: PCI INT D -> GSI 46 (level, low) -> IRQ 46
Dec 20 12:46:57 localhost kernel: igb 0000:05:00.3: setting latency timer to 64
Dec 20 12:46:57 localhost kernel: igb 0000:05:00.3: irq 89 for MSI/MSI-X
Dec 20 12:46:57 localhost kernel: igb 0000:05:00.3: irq 90 for MSI/MSI-X
Dec 20 12:46:57 localhost kernel: igb 0000:05:00.3: Intel(R) Gigabit Ethernet Network Connection
Dec 20 12:46:57 localhost kernel: igb 0000:05:00.3: eth3: (PCIe:5.0Gb/s:Width x4) 00:25:90:91:8c:ef
Dec 20 12:46:57 localhost kernel: igb 0000:05:00.3: eth3: PBA No: 104900-000
Dec 20 12:46:57 localhost kernel: igb 0000:05:00.3: Using MSI-X interrupts. 1 rx queue(s), 1 tx queue(s)
Dec 20 12:46:57 localhost kernel: e100: Intel(R) PRO/100 Network Driver, 3.5.24-k2-NAPI
Dec 20 12:46:57 localhost kernel: e100: Copyright(c) 1999-2006 Intel Corporation
Dec 20 12:46:57 localhost kernel: console [netcon0] enabled
Dec 20 12:46:57 localhost kernel: netconsole: network logging started
Dec 20 12:46:57 localhost kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
Dec 20 12:46:57 localhost kernel: ehci_hcd 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
Dec 20 12:46:57 localhost kernel: ehci_hcd 0000:00:1a.0: setting latency timer to 64
Dec 20 12:46:57 localhost kernel: ehci_hcd 0000:00:1a.0: EHCI Host Controller
Dec 20 12:46:57 localhost kernel: ehci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 1
Dec 20 12:46:57 localhost kernel: ehci_hcd 0000:00:1a.0: debug port 2
Dec 20 12:46:57 localhost kernel: ehci_hcd 0000:00:1a.0: cache line size of 64 is not supported
Dec 20 12:46:57 localhost kernel: ehci_hcd 0000:00:1a.0: irq 16, io mem 0xdfe24000
Dec 20 12:46:57 localhost kernel: ehci_hcd 0000:00:1a.0: USB 2.0 started, EHCI 1.00
Dec 20 12:46:57 localhost kernel: hub 1-0:1.0: USB hub found
Dec 20 12:46:57 localhost kernel: hub 1-0:1.0: 2 ports detected
Dec 20 12:46:57 localhost kernel: ehci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
Dec 20 12:46:57 localhost kernel: ehci_hcd 0000:00:1d.0: setting latency timer to 64
Dec 20 12:46:57 localhost kernel: ehci_hcd 0000:00:1d.0: EHCI Host Controller
Dec 20 12:46:57 localhost kernel: ehci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
Dec 20 12:46:57 localhost kernel: ehci_hcd 0000:00:1d.0: debug port 2
Dec 20 12:46:57 localhost kernel: ehci_hcd 0000:00:1d.0: cache line size of 64 is not supported
Dec 20 12:46:57 localhost kernel: usb 1-1: new high speed USB device using ehci_hcd and address 2
Dec 20 12:46:57 localhost kernel: hub 1-1:1.0: USB hub found
Dec 20 12:46:57 localhost kernel: hub 1-1:1.0: 6 ports detected
Dec 20 12:46:57 localhost kernel: ehci_hcd 0000:00:1d.0: irq 23, io mem 0xdfe23000
Dec 20 12:46:57 localhost kernel: usb 1-1.3: new full speed USB device using ehci_hcd and address 3
Dec 20 12:46:57 localhost kernel: ehci_hcd 0000:00:1d.0: USB 2.0 started, EHCI 1.00
Dec 20 12:46:57 localhost kernel: hub 2-0:1.0: USB hub found
Dec 20 12:46:57 localhost kernel: hub 2-0:1.0: 2 ports detected
Dec 20 12:46:57 localhost kernel: uhci_hcd: USB Universal Host Controller Interface driver
Dec 20 12:46:57 localhost kernel: Initializing USB Mass Storage driver...
Dec 20 12:46:57 localhost kernel: usbcore: registered new interface driver usb-storage
Dec 20 12:46:57 localhost kernel: USB Mass Storage support registered.
Dec 20 12:46:57 localhost kernel: PNP: No PS/2 controller found. Probing ports directly.
Dec 20 12:46:57 localhost kernel: i8042.c: No controller found.
Dec 20 12:46:57 localhost kernel: mice: PS/2 mouse device common for all mice
Dec 20 12:46:57 localhost kernel: rtc_cmos 00:04: RTC can wake from S4
Dec 20 12:46:57 localhost kernel: rtc_cmos 00:04: rtc core: registered rtc_cmos as rtc0
Dec 20 12:46:57 localhost kernel: rtc0: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
Dec 20 12:46:57 localhost kernel: i2c /dev entries driver
Dec 20 12:46:57 localhost kernel: i801_smbus 0000:00:1f.3: PCI INT C -> GSI 18 (level, low) -> IRQ 18
Dec 20 12:46:57 localhost kernel: coretemp coretemp.0: TjMax is 91 C.
Dec 20 12:46:57 localhost kernel: coretemp coretemp.1: TjMax is 91 C.
Dec 20 12:46:57 localhost kernel: coretemp coretemp.2: TjMax is 91 C.
Dec 20 12:46:57 localhost kernel: coretemp coretemp.3: TjMax is 91 C.
Dec 20 12:46:57 localhost kernel: coretemp coretemp.4: TjMax is 91 C.
Dec 20 12:46:57 localhost kernel: coretemp coretemp.5: TjMax is 91 C.
Dec 20 12:46:57 localhost kernel: coretemp coretemp.6: TjMax is 91 C.
Dec 20 12:46:57 localhost kernel: coretemp coretemp.7: TjMax is 91 C.
Dec 20 12:46:57 localhost kernel: coretemp coretemp.8: TjMax is 91 C.
Dec 20 12:46:57 localhost kernel: coretemp coretemp.9: TjMax is 91 C.
Dec 20 12:46:57 localhost kernel: coretemp coretemp.10: TjMax is 91 C.
Dec 20 12:46:57 localhost kernel: coretemp coretemp.11: TjMax is 91 C.
Dec 20 12:46:57 localhost kernel: md: linear personality registered for level -1
Dec 20 12:46:57 localhost kernel: md: raid0 personality registered for level 0
Dec 20 12:46:57 localhost kernel: md: raid1 personality registered for level 1
Dec 20 12:46:57 localhost kernel: md: raid10 personality registered for level 10
Dec 20 12:46:57 localhost kernel: md: raid6 personality registered for level 6
Dec 20 12:46:57 localhost kernel: md: raid5 personality registered for level 5
Dec 20 12:46:57 localhost kernel: md: raid4 personality registered for level 4
Dec 20 12:46:57 localhost kernel: md: multipath personality registered for level -4
Dec 20 12:46:57 localhost kernel: md: faulty personality registered for level -5
Dec 20 12:46:57 localhost kernel: device-mapper: ioctl: 4.17.0-ioctl (2010-03-05) initialised: dm-devel@redhat.com
Dec 20 12:46:57 localhost kernel: cpuidle: using governor ladder
Dec 20 12:46:57 localhost kernel: usbcore: registered new interface driver usbhid
Dec 20 12:46:57 localhost kernel: usbhid: USB HID core driver
Dec 20 12:46:57 localhost kernel: TCP cubic registered
Dec 20 12:46:57 localhost kernel: NET: Registered protocol family 17
Dec 20 12:46:57 localhost kernel: rtc_cmos 00:04: setting system clock to 2012-12-20 12:46:39 UTC (1356007599)
Dec 20 12:46:57 localhost kernel: Sending DHCP requests .
Dec 20 12:46:57 localhost kernel: DHCP: sending class identifier "voy"
Dec 20 12:46:57 localhost last message repeated 3 times
Dec 20 12:46:57 localhost kernel: input: Winbond Electronics Corp Hermon USB hidmouse Device as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.3/1-1.3:1.0/input/input2
Dec 20 12:46:57 localhost kernel: igb: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: None
Dec 20 12:46:57 localhost kernel: generic-usb 0003:0557:2221.0001: input: USB HID v1.00 Mouse [Winbond Electronics Corp Hermon USB hidmouse Device] on usb-0000:00:1a.0-1.3/input0
Dec 20 12:46:57 localhost kernel: input: Winbond Electronics Corp Hermon USB hidmouse Device as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.3/1-1.3:1.1/input/input3
Dec 20 12:46:57 localhost kernel: generic-usb 0003:0557:2221.0002: input: USB HID v1.00 Keyboard [Winbond Electronics Corp Hermon USB hidmouse Device] on usb-0000:00:1a.0-1.3/input1
Dec 20 12:46:57 localhost kernel: usb 2-1: new high speed USB device using ehci_hcd and address 2
Dec 20 12:46:57 localhost kernel: hub 2-1:1.0: USB hub found
Dec 20 12:46:57 localhost kernel: hub 2-1:1.0: 8 ports detected
Dec 20 12:46:57 localhost kernel: usb 2-1.1: new high speed USB device using ehci_hcd and address 3
Dec 20 12:46:57 localhost kernel: scsi7 : usb-storage 2-1.1:1.0
Dec 20 12:46:57 localhost kernel: usb 2-1.2: new high speed USB device using ehci_hcd and address 4
Dec 20 12:46:57 localhost kernel: .
Dec 20 12:46:57 localhost kernel: DHCP: sending class identifier "voy"
Dec 20 12:46:57 localhost kernel: ,
Dec 20 12:46:57 localhost kernel: DHCP: sending class identifier "voy"
Dec 20 12:46:57 localhost kernel:  OK
Dec 20 12:46:57 localhost kernel: IP-Config: Got DHCP answer from 192.168.1.1, my address is 192.168.1.94
Dec 20 12:46:57 localhost kernel: IP-Config: Complete:
Dec 20 12:46:57 localhost kernel:      device=eth0, addr=192.168.1.94, mask=255.255.255.0, gw=192.168.1.1,
Dec 20 12:46:57 localhost kernel:      host=192.168.1.94, domain=prodrive.nl, nis-domain=(none),
Dec 20 12:46:57 localhost kernel:      bootserver=192.168.1.1, rootserver=192.168.1.1, rootpath=
Dec 20 12:46:57 localhost kernel: scsi 7:0:0:0: Direct-Access     USB      DISK             1.00 PQ: 0 ANSI: 2
Dec 20 12:46:57 localhost kernel: sd 7:0:0:0: [sdd] 4014688 512-byte logical blocks: (2.05 GB/1.91 GiB)
Dec 20 12:46:57 localhost kernel: sd 7:0:0:0: [sdd] Write Protect is off
Dec 20 12:46:57 localhost kernel: sd 7:0:0:0: [sdd] Mode Sense: 03 00 00 00
Dec 20 12:46:57 localhost kernel: sd 7:0:0:0: [sdd] Assuming drive cache: write through
Dec 20 12:46:57 localhost kernel: sd 7:0:0:0: [sdd] Assuming drive cache: write through
Dec 20 12:46:57 localhost kernel:  sdd: unknown partition table
Dec 20 12:46:57 localhost kernel: sd 7:0:0:0: [sdd] Assuming drive cache: write through
Dec 20 12:46:57 localhost kernel: sd 7:0:0:0: [sdd] Attached SCSI removable disk
Dec 20 12:46:57 localhost kernel: md: Waiting for all devices to be available before autodetect
Dec 20 12:46:57 localhost kernel: scsi8 : usb-storage 2-1.2:1.0
Dec 20 12:46:57 localhost kernel: usb 2-1.3: new high speed USB device using ehci_hcd and address 5
Dec 20 12:46:57 localhost kernel: scsi9 : usb-storage 2-1.3:1.0
Dec 20 12:46:57 localhost kernel: usb 2-1.4: new high speed USB device using ehci_hcd and address 6
Dec 20 12:46:57 localhost kernel: md: If you don't use raid, use raid=noautodetect
Dec 20 12:46:57 localhost kernel: scsi10 : usb-storage 2-1.4:1.0
Dec 20 12:46:57 localhost kernel: md: Autodetecting RAID arrays.
Dec 20 12:46:57 localhost kernel: md: Scanned 0 and added 0 devices.
Dec 20 12:46:57 localhost kernel: md: autorun ...
Dec 20 12:46:57 localhost kernel: md: ... autorun DONE.
Dec 20 12:46:57 localhost kernel: Looking up port of RPC 100003/3 on 192.168.1.1
Dec 20 12:46:57 localhost kernel: Looking up port of RPC 100005/3 on 192.168.1.1
Dec 20 12:46:57 localhost kernel: VFS: Mounted root (nfs filesystem) readonly on device 0:15.
Dec 20 12:46:57 localhost kernel: devtmpfs: mounted
Dec 20 12:46:57 localhost kernel: Freeing unused kernel memory: 464k freed
Dec 20 12:46:57 localhost kernel: scsi 8:0:0:0: Direct-Access     Generic  Flash Disk       5.00 PQ: 0 ANSI: 2
Dec 20 12:46:57 localhost kernel: sd 8:0:0:0: [sde] 3893248 512-byte logical blocks: (1.99 GB/1.85 GiB)
Dec 20 12:46:57 localhost kernel: sd 8:0:0:0: [sde] Write Protect is off
Dec 20 12:46:57 localhost kernel: sd 8:0:0:0: [sde] Mode Sense: 0b 00 00 08
Dec 20 12:46:57 localhost kernel: sd 8:0:0:0: [sde] Assuming drive cache: write through
Dec 20 12:46:57 localhost kernel: sd 8:0:0:0: [sde] Assuming drive cache: write through
Dec 20 12:46:57 localhost kernel:  sde: unknown partition table
Dec 20 12:46:57 localhost kernel: sd 8:0:0:0: [sde] Assuming drive cache: write through
Dec 20 12:46:57 localhost kernel: sd 8:0:0:0: [sde] Attached SCSI removable disk
Dec 20 12:46:57 localhost kernel: scsi 9:0:0:0: Direct-Access     USB      USB              PMAP PQ: 0 ANSI: 2
Dec 20 12:46:57 localhost kernel: sd 9:0:0:0: [sdf] 4014688 512-byte logical blocks: (2.05 GB/1.91 GiB)
Dec 20 12:46:57 localhost kernel: sd 9:0:0:0: [sdf] Write Protect is off
Dec 20 12:46:57 localhost kernel: sd 9:0:0:0: [sdf] Mode Sense: 03 00 00 00
Dec 20 12:46:57 localhost kernel: sd 9:0:0:0: [sdf] Assuming drive cache: write through
Dec 20 12:46:57 localhost kernel: sd 9:0:0:0: [sdf] Assuming drive cache: write through
Dec 20 12:46:57 localhost kernel:  sdf: unknown partition table
Dec 20 12:46:57 localhost kernel: sd 9:0:0:0: [sdf] Assuming drive cache: write through
Dec 20 12:46:57 localhost kernel: sd 9:0:0:0: [sdf] Attached SCSI removable disk
Dec 20 12:46:57 localhost kernel: udev[416]: starting version 161
Dec 20 12:46:57 localhost kernel: md: bind<sdb>
Dec 20 12:46:57 localhost kernel: md: bind<sda>
Dec 20 12:46:57 localhost kernel: scsi 10:0:0:0: Direct-Access     Generic  Flash Disk       8.00 PQ: 0 ANSI: 2
Dec 20 12:46:57 localhost kernel: sd 10:0:0:0: [sdg] 4096000 512-byte logical blocks: (2.09 GB/1.95 GiB)
Dec 20 12:46:57 localhost kernel: sd 10:0:0:0: [sdg] Write Protect is off
Dec 20 12:46:57 localhost kernel: sd 10:0:0:0: [sdg] Mode Sense: 03 00 00 00
Dec 20 12:46:57 localhost kernel: sd 10:0:0:0: [sdg] Assuming drive cache: write through
Dec 20 12:46:57 localhost kernel: sd 10:0:0:0: [sdg] Assuming drive cache: write through
Dec 20 12:46:57 localhost kernel:  sdg: unknown partition table
Dec 20 12:46:57 localhost kernel: sd 10:0:0:0: [sdg] Assuming drive cache: write through
Dec 20 12:46:57 localhost kernel: sd 10:0:0:0: [sdg] Attached SCSI removable disk
Dec 20 12:46:57 localhost kernel: ipv6: Unknown symbol contig_page_data
Dec 20 12:46:59 localhost last message repeated 5 times
Dec 20 12:46:59 localhost kernel: Slow work thread pool: Starting up
Dec 20 12:46:59 localhost kernel: Slow work thread pool: Ready
Dec 20 12:46:59 localhost kernel:  CIFS VFS: Autodisabling the use of server inode numbers on \\10.1.1.20\copydrive. This server doesn't seem to support them properly. Hardlinks will not be recognized on this mount. Consider mounting with the "noserverino" option to silence this message.
Dec 20 12:46:59 localhost kernel: ipv6: Unknown symbol contig_page_data
Dec 20 12:52:00 localhost last message repeated 7 times
Dec 20 12:52:36 localhost kernel: ipv6: Unknown symbol contig_page_data
Dec 20 12:56:17 localhost kernel: INFO: task scsi_eh_6:338 blocked for more than 120 seconds.
Dec 20 12:56:17 localhost kernel: "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
Dec 20 12:56:17 localhost kernel: scsi_eh_6     D 000000010000685a     0   338      2 0x00000000
Dec 20 12:56:17 localhost kernel:  ffff88026d421ce0 0000000000000046 ffff88026d421c90 ffff880200000000
Dec 20 12:56:17 localhost kernel:  ffff88046f0c87f0 ffff88026d8cb000 ffff88026d421ca0 ffff88026db26800
Dec 20 12:56:17 localhost kernel:  ffff88026d421d00 00000001813ee5f6 ffff88026d421cc0 ffff88026d421fd8
Dec 20 12:56:17 localhost kernel: Call Trace:
Dec 20 12:56:17 localhost kernel:  [<ffffffff815f5718>] schedule+0x18/0x30
Dec 20 12:56:17 localhost kernel:  [<ffffffff815f5772>] io_schedule+0x42/0x60
Dec 20 12:56:17 localhost kernel:  [<ffffffff812f532b>] get_request_wait+0xeb/0x1f0
Dec 20 12:56:17 localhost kernel:  [<ffffffff81065e70>] ? autoremove_wake_function+0x0/0x40
Dec 20 12:56:17 localhost kernel:  [<ffffffff812f549d>] blk_get_request+0x6d/0x90
Dec 20 12:56:17 localhost kernel:  [<ffffffff813e8321>] ? __scsi_iterate_devices+0x61/0x90
Dec 20 12:56:17 localhost kernel:  [<ffffffff813ecf51>] scsi_error_handler+0x151/0x460
Dec 20 12:56:17 localhost kernel:  [<ffffffff813ece00>] ? scsi_error_handler+0x0/0x460
Dec 20 12:56:17 localhost kernel:  [<ffffffff81065a3e>] kthread+0x8e/0xa0
Dec 20 12:56:17 localhost kernel:  [<ffffffff810388f4>] ? finish_task_switch+0x54/0xc0
Dec 20 12:56:17 localhost kernel:  [<ffffffff81003374>] kernel_thread_helper+0x4/0x10
Dec 20 12:56:17 localhost kernel:  [<ffffffff810659b0>] ? kthread+0x0/0xa0
Dec 20 12:56:17 localhost kernel:  [<ffffffff81003370>] ? kernel_thread_helper+0x0/0x10
Dec 20 12:56:17 localhost kernel: INFO: task dd:1511 blocked for more than 120 seconds.
Dec 20 12:56:17 localhost kernel: "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
Dec 20 12:56:17 localhost kernel: dd            D 000000010000684a     0  1511   1494 0x00000080
Dec 20 12:56:17 localhost kernel:  ffff88026d781858 0000000000000086 0000000000040001 0000000000000000
Dec 20 12:56:17 localhost kernel:  ffff88046f0c87f0 ffff88026b4dd000 ffff88026d781828 0000000000000246
Dec 20 12:56:17 localhost kernel:  ffff88026d42f350 0000000100040001 ffff88026d781838 ffff88026d781fd8
Dec 20 12:56:17 localhost kernel: Call Trace:
Dec 20 12:56:17 localhost kernel:  [<ffffffff815f5718>] schedule+0x18/0x30
Dec 20 12:56:17 localhost kernel:  [<ffffffff815f5772>] io_schedule+0x42/0x60
Dec 20 12:56:17 localhost kernel:  [<ffffffff812f532b>] get_request_wait+0xeb/0x1f0
Dec 20 12:56:17 localhost kernel:  [<ffffffff81065e70>] ? autoremove_wake_function+0x0/0x40
Dec 20 12:56:17 localhost kernel:  [<ffffffff812ee382>] ? elv_merge+0x42/0x210
Dec 20 12:56:17 localhost kernel:  [<ffffffff812f571e>] __make_request+0x8e/0x4d0
Dec 20 12:56:17 localhost kernel:  [<ffffffff8110ac2e>] ? _slab_irq_disable+0x4e/0x70
Dec 20 12:56:17 localhost kernel:  [<ffffffff812f373e>] generic_make_request+0x22e/0x5f0
Dec 20 12:56:17 localhost kernel:  [<ffffffff812f3b5d>] submit_bio+0x5d/0xd0
Dec 20 12:56:17 localhost kernel:  [<ffffffff81143bb2>] submit_bh+0xf2/0x130
Dec 20 12:56:17 localhost kernel:  [<ffffffff8114706c>] __block_write_full_page+0x1ec/0x3b0
Dec 20 12:56:17 localhost kernel:  [<ffffffff81145610>] ? end_buffer_async_write+0x0/0x110
Dec 20 12:56:17 localhost kernel:  [<ffffffff81149ea0>] ? blkdev_get_block+0x0/0x70
Dec 20 12:56:17 localhost kernel:  [<ffffffff81149ea0>] ? blkdev_get_block+0x0/0x70
Dec 20 12:56:17 localhost kernel:  [<ffffffff81145610>] ? end_buffer_async_write+0x0/0x110
Dec 20 12:56:17 localhost kernel:  [<ffffffff8114730e>] block_write_full_page_endio+0xde/0x100
Dec 20 12:56:17 localhost kernel:  [<ffffffff810e8493>] ? __dec_zone_state+0x63/0xd0
Dec 20 12:56:17 localhost kernel:  [<ffffffff81147340>] block_write_full_page+0x10/0x20
Dec 20 12:56:17 localhost kernel:  [<ffffffff8114b0c3>] blkdev_writepage+0x13/0x20
Dec 20 12:56:17 localhost kernel:  [<ffffffff810d8a55>] __writepage+0x15/0x40
Dec 20 12:56:17 localhost kernel:  [<ffffffff810d915f>] write_cache_pages+0x1df/0x400
Dec 20 12:56:17 localhost kernel:  [<ffffffff810d8a40>] ? __writepage+0x0/0x40
Dec 20 12:56:17 localhost kernel:  [<ffffffff810d93a2>] generic_writepages+0x22/0x30
Dec 20 12:56:17 localhost kernel:  [<ffffffff810d93cf>] do_writepages+0x1f/0x40
Dec 20 12:56:17 localhost kernel:  [<ffffffff810d156b>] __filemap_fdatawrite_range+0x5b/0x60
Dec 20 12:56:17 localhost kernel:  [<ffffffff810d1cda>] filemap_fdatawrite+0x1a/0x20
Dec 20 12:56:17 localhost kernel:  [<ffffffff810d1d15>] filemap_write_and_wait+0x35/0x50
Dec 20 12:56:17 localhost kernel:  [<ffffffff8114b35f>] __sync_blockdev+0x1f/0x40
Dec 20 12:56:17 localhost kernel:  [<ffffffff8114b38e>] sync_blockdev+0xe/0x10
Dec 20 12:56:17 localhost kernel:  [<ffffffff8114b458>] __blkdev_put+0xc8/0x1d0
Dec 20 12:56:17 localhost kernel:  [<ffffffff815f7214>] ? rt_spin_lock+0x34/0x80
Dec 20 12:56:17 localhost kernel:  [<ffffffff8114b56b>] blkdev_put+0xb/0x10
Dec 20 12:56:17 localhost kernel:  [<ffffffff8114b59e>] blkdev_close+0x2e/0x50
Dec 20 12:56:17 localhost kernel:  [<ffffffff8111c7ce>] __fput+0xfe/0x220
Dec 20 12:56:17 localhost kernel:  [<ffffffff8111c90d>] fput+0x1d/0x30
Dec 20 12:56:17 localhost kernel:  [<ffffffff81118ae8>] filp_close+0x58/0x90
Dec 20 12:56:17 localhost kernel:  [<ffffffff81118bec>] sys_close+0xcc/0x1c0
Dec 20 12:56:17 localhost kernel:  [<ffffffff8100252b>] system_call_done+0x0/0x5
Dec 20 12:56:17 localhost kernel: INFO: task flush-11:0:1533 blocked for more than 120 seconds.
Dec 20 12:56:17 localhost kernel: "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
Dec 20 12:56:17 localhost kernel: flush-11:0    D 000000010000721c     0  1533      2 0x00000080
Dec 20 12:56:17 localhost kernel:  ffff88026a179770 0000000000000046 ffff88026a179720 ffff880200000000
Dec 20 12:56:17 localhost kernel:  ffff88046f165000 ffff88026e4b2000 ffff88026a179730 ffff88026db26800
Dec 20 12:56:17 localhost kernel:  ffff88026a179790 00000001813ee5f6 ffff88026a179750 ffff88026a179fd8
Dec 20 12:56:17 localhost kernel: Call Trace:
Dec 20 12:56:17 localhost kernel:  [<ffffffff815f5718>] schedule+0x18/0x30
Dec 20 12:56:17 localhost kernel:  [<ffffffff815f5772>] io_schedule+0x42/0x60
Dec 20 12:56:17 localhost kernel:  [<ffffffff812f532b>] get_request_wait+0xeb/0x1f0
Dec 20 12:56:17 localhost kernel:  [<ffffffff81065e70>] ? autoremove_wake_function+0x0/0x40
Dec 20 12:56:17 localhost kernel:  [<ffffffff812ee382>] ? elv_merge+0x42/0x210
Dec 20 12:56:17 localhost kernel:  [<ffffffff812f571e>] __make_request+0x8e/0x4d0
Dec 20 12:56:17 localhost kernel:  [<ffffffff8110ac2e>] ? _slab_irq_disable+0x4e/0x70
Dec 20 12:56:17 localhost kernel:  [<ffffffff812f373e>] generic_make_request+0x22e/0x5f0
Dec 20 12:56:17 localhost kernel:  [<ffffffff815f5647>] ? preempt_schedule_irq+0x67/0x90
Dec 20 12:56:17 localhost kernel:  [<ffffffff810d6c9c>] ? __pagevec_free+0x6c/0x100
Dec 20 12:56:17 localhost kernel:  [<ffffffff812f3b5d>] submit_bio+0x5d/0xd0
Dec 20 12:56:17 localhost kernel:  [<ffffffff81143bb2>] submit_bh+0xf2/0x130
Dec 20 12:56:17 localhost kernel:  [<ffffffff8114706c>] __block_write_full_page+0x1ec/0x3b0
Dec 20 12:56:17 localhost kernel:  [<ffffffff81145610>] ? end_buffer_async_write+0x0/0x110
Dec 20 12:56:17 localhost kernel:  [<ffffffff81149ea0>] ? blkdev_get_block+0x0/0x70
Dec 20 12:56:17 localhost kernel:  [<ffffffff81149ea0>] ? blkdev_get_block+0x0/0x70
Dec 20 12:56:17 localhost kernel:  [<ffffffff81145610>] ? end_buffer_async_write+0x0/0x110
Dec 20 12:56:17 localhost kernel:  [<ffffffff8114730e>] block_write_full_page_endio+0xde/0x100
Dec 20 12:56:17 localhost kernel:  [<ffffffff810e8493>] ? __dec_zone_state+0x63/0xd0
Dec 20 12:56:17 localhost kernel:  [<ffffffff81147340>] block_write_full_page+0x10/0x20
Dec 20 12:56:17 localhost kernel:  [<ffffffff8114b0c3>] blkdev_writepage+0x13/0x20
Dec 20 12:56:17 localhost kernel:  [<ffffffff810d8a55>] __writepage+0x15/0x40
Dec 20 12:56:17 localhost kernel:  [<ffffffff810d915f>] write_cache_pages+0x1df/0x400
Dec 20 12:56:17 localhost kernel:  [<ffffffff810d8a40>] ? __writepage+0x0/0x40
Dec 20 12:56:17 localhost kernel:  [<ffffffff810d93a2>] generic_writepages+0x22/0x30
Dec 20 12:56:17 localhost kernel:  [<ffffffff810d93cf>] do_writepages+0x1f/0x40
Dec 20 12:56:17 localhost kernel:  [<ffffffff8113d387>] writeback_single_inode+0xe7/0x3b0
Dec 20 12:56:17 localhost kernel:  [<ffffffff8113e2de>] writeback_inodes_wb+0x3ae/0x620
Dec 20 12:56:17 localhost kernel:  [<ffffffff8113e66a>] wb_writeback+0x11a/0x1f0
Dec 20 12:56:17 localhost kernel:  [<ffffffff8113e9b4>] wb_do_writeback+0x1a4/0x1b0
Dec 20 12:56:17 localhost kernel:  [<ffffffff8113ea0b>] bdi_writeback_task+0x4b/0xe0
Dec 20 12:56:17 localhost kernel:  [<ffffffff810e9bd0>] ? bdi_start_fn+0x0/0x100
Dec 20 12:56:17 localhost kernel:  [<ffffffff810e9c51>] bdi_start_fn+0x81/0x100
Dec 20 12:56:17 localhost kernel:  [<ffffffff810e9bd0>] ? bdi_start_fn+0x0/0x100
Dec 20 12:56:17 localhost kernel:  [<ffffffff81065a3e>] kthread+0x8e/0xa0
Dec 20 12:56:17 localhost kernel:  [<ffffffff810388f4>] ? finish_task_switch+0x54/0xc0
Dec 20 12:56:17 localhost kernel:  [<ffffffff81003374>] kernel_thread_helper+0x4/0x10
Dec 20 12:56:17 localhost kernel:  [<ffffffff810659b0>] ? kthread+0x0/0xa0
Dec 20 12:56:17 localhost kernel:  [<ffffffff81003370>] ? kernel_thread_helper+0x0/0x10
Dec 20 12:58:17 localhost kernel: INFO: task scsi_eh_6:338 blocked for more than 120 seconds.
Dec 20 12:58:17 localhost kernel: "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
Dec 20 12:58:17 localhost kernel: scsi_eh_6     D 000000010000685a     0   338      2 0x00000000
Dec 20 12:58:17 localhost kernel:  ffff88026d421ce0 0000000000000046 ffff88026d421c90 ffff880200000000
Dec 20 12:58:17 localhost kernel:  ffff88046f0c87f0 ffff88026d8cb000 ffff88026d421ca0 ffff88026db26800
Dec 20 12:58:17 localhost kernel:  ffff88026d421d00 00000001813ee5f6 ffff88026d421cc0 ffff88026d421fd8
Dec 20 12:58:17 localhost kernel: Call Trace:
Dec 20 12:58:17 localhost kernel:  [<ffffffff815f5718>] schedule+0x18/0x30
Dec 20 12:58:17 localhost kernel:  [<ffffffff815f5772>] io_schedule+0x42/0x60
Dec 20 12:58:17 localhost kernel:  [<ffffffff812f532b>] get_request_wait+0xeb/0x1f0
Dec 20 12:58:17 localhost kernel:  [<ffffffff81065e70>] ? autoremove_wake_function+0x0/0x40
Dec 20 12:58:17 localhost kernel:  [<ffffffff812f549d>] blk_get_request+0x6d/0x90
Dec 20 12:58:17 localhost kernel:  [<ffffffff813e8321>] ? __scsi_iterate_devices+0x61/0x90
Dec 20 12:58:17 localhost kernel:  [<ffffffff813ecf51>] scsi_error_handler+0x151/0x460
Dec 20 12:58:17 localhost kernel:  [<ffffffff813ece00>] ? scsi_error_handler+0x0/0x460
Dec 20 12:58:17 localhost kernel:  [<ffffffff81065a3e>] kthread+0x8e/0xa0
Dec 20 12:58:17 localhost kernel:  [<ffffffff810388f4>] ? finish_task_switch+0x54/0xc0
Dec 20 12:58:17 localhost kernel:  [<ffffffff81003374>] kernel_thread_helper+0x4/0x10
Dec 20 12:58:17 localhost kernel:  [<ffffffff810659b0>] ? kthread+0x0/0xa0
Dec 20 12:58:17 localhost kernel:  [<ffffffff81003370>] ? kernel_thread_helper+0x0/0x10
Dec 20 12:58:17 localhost kernel: INFO: task dd:1511 blocked for more than 120 seconds.
Dec 20 12:58:17 localhost kernel: "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
Dec 20 12:58:17 localhost kernel: dd            D 000000010000684a     0  1511   1494 0x00000080
Dec 20 12:58:17 localhost kernel:  ffff88026d781858 0000000000000086 0000000000040001 0000000000000000
Dec 20 12:58:17 localhost kernel:  ffff88046f0c87f0 ffff88026b4dd000 ffff88026d781828 0000000000000246
Dec 20 12:58:17 localhost kernel:  ffff88026d42f350 0000000100040001 ffff88026d781838 ffff88026d781fd8
Dec 20 12:58:17 localhost kernel: Call Trace:
Dec 20 12:58:17 localhost kernel:  [<ffffffff815f5718>] schedule+0x18/0x30
Dec 20 12:58:17 localhost kernel:  [<ffffffff815f5772>] io_schedule+0x42/0x60
Dec 20 12:58:17 localhost kernel:  [<ffffffff812f532b>] get_request_wait+0xeb/0x1f0
Dec 20 12:58:17 localhost kernel:  [<ffffffff81065e70>] ? autoremove_wake_function+0x0/0x40
Dec 20 12:58:17 localhost kernel:  [<ffffffff812ee382>] ? elv_merge+0x42/0x210
Dec 20 12:58:17 localhost kernel:  [<ffffffff812f571e>] __make_request+0x8e/0x4d0
Dec 20 12:58:17 localhost kernel:  [<ffffffff8110ac2e>] ? _slab_irq_disable+0x4e/0x70
Dec 20 12:58:17 localhost kernel:  [<ffffffff812f373e>] generic_make_request+0x22e/0x5f0
Dec 20 12:58:17 localhost kernel:  [<ffffffff812f3b5d>] submit_bio+0x5d/0xd0
Dec 20 12:58:17 localhost kernel:  [<ffffffff81143bb2>] submit_bh+0xf2/0x130
Dec 20 12:58:17 localhost kernel:  [<ffffffff8114706c>] __block_write_full_page+0x1ec/0x3b0
Dec 20 12:58:17 localhost kernel:  [<ffffffff81145610>] ? end_buffer_async_write+0x0/0x110
Dec 20 12:58:17 localhost kernel:  [<ffffffff81149ea0>] ? blkdev_get_block+0x0/0x70
Dec 20 12:58:17 localhost kernel:  [<ffffffff81149ea0>] ? blkdev_get_block+0x0/0x70
Dec 20 12:58:17 localhost kernel:  [<ffffffff81145610>] ? end_buffer_async_write+0x0/0x110
Dec 20 12:58:17 localhost kernel:  [<ffffffff8114730e>] block_write_full_page_endio+0xde/0x100
Dec 20 12:58:17 localhost kernel:  [<ffffffff810e8493>] ? __dec_zone_state+0x63/0xd0
Dec 20 12:58:17 localhost kernel:  [<ffffffff81147340>] block_write_full_page+0x10/0x20
Dec 20 12:58:17 localhost kernel:  [<ffffffff8114b0c3>] blkdev_writepage+0x13/0x20
Dec 20 12:58:17 localhost kernel:  [<ffffffff810d8a55>] __writepage+0x15/0x40
Dec 20 12:58:17 localhost kernel:  [<ffffffff810d915f>] write_cache_pages+0x1df/0x400
Dec 20 12:58:17 localhost kernel:  [<ffffffff810d8a40>] ? __writepage+0x0/0x40
Dec 20 12:58:17 localhost kernel:  [<ffffffff810d93a2>] generic_writepages+0x22/0x30
Dec 20 12:58:17 localhost kernel:  [<ffffffff810d93cf>] do_writepages+0x1f/0x40
Dec 20 12:58:17 localhost kernel:  [<ffffffff810d156b>] __filemap_fdatawrite_range+0x5b/0x60
Dec 20 12:58:17 localhost kernel:  [<ffffffff810d1cda>] filemap_fdatawrite+0x1a/0x20
Dec 20 12:58:17 localhost kernel:  [<ffffffff810d1d15>] filemap_write_and_wait+0x35/0x50
Dec 20 12:58:17 localhost kernel:  [<ffffffff8114b35f>] __sync_blockdev+0x1f/0x40
Dec 20 12:58:17 localhost kernel:  [<ffffffff8114b38e>] sync_blockdev+0xe/0x10
Dec 20 12:58:17 localhost kernel:  [<ffffffff8114b458>] __blkdev_put+0xc8/0x1d0
Dec 20 12:58:17 localhost kernel:  [<ffffffff815f7214>] ? rt_spin_lock+0x34/0x80
Dec 20 12:58:17 localhost kernel:  [<ffffffff8114b56b>] blkdev_put+0xb/0x10
Dec 20 12:58:17 localhost kernel:  [<ffffffff8114b59e>] blkdev_close+0x2e/0x50
Dec 20 12:58:17 localhost kernel:  [<ffffffff8111c7ce>] __fput+0xfe/0x220
Dec 20 12:58:17 localhost kernel:  [<ffffffff8111c90d>] fput+0x1d/0x30
Dec 20 12:58:17 localhost kernel:  [<ffffffff81118ae8>] filp_close+0x58/0x90
Dec 20 12:58:17 localhost kernel:  [<ffffffff81118bec>] sys_close+0xcc/0x1c0
Dec 20 12:58:17 localhost kernel:  [<ffffffff8100252b>] system_call_done+0x0/0x5
Dec 20 12:58:17 localhost kernel: INFO: task flush-11:0:1533 blocked for more than 120 seconds.
Dec 20 12:58:17 localhost kernel: "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
Dec 20 12:58:17 localhost kernel: flush-11:0    D 000000010000721c     0  1533      2 0x00000080
Dec 20 12:58:17 localhost kernel:  ffff88026a179770 0000000000000046 ffff88026a179720 ffff880200000000
Dec 20 12:58:17 localhost kernel:  ffff88046f165000 ffff88026e4b2000 ffff88026a179730 ffff88026db26800
Dec 20 12:58:17 localhost kernel:  ffff88026a179790 00000001813ee5f6 ffff88026a179750 ffff88026a179fd8
Dec 20 12:58:17 localhost kernel: Call Trace:
Dec 20 12:58:17 localhost kernel:  [<ffffffff815f5718>] schedule+0x18/0x30
Dec 20 12:58:17 localhost kernel:  [<ffffffff815f5772>] io_schedule+0x42/0x60
Dec 20 12:58:17 localhost kernel:  [<ffffffff812f532b>] get_request_wait+0xeb/0x1f0
Dec 20 12:58:17 localhost kernel:  [<ffffffff81065e70>] ? autoremove_wake_function+0x0/0x40
Dec 20 12:58:17 localhost kernel:  [<ffffffff812ee382>] ? elv_merge+0x42/0x210
Dec 20 12:58:17 localhost kernel:  [<ffffffff812f571e>] __make_request+0x8e/0x4d0
Dec 20 12:58:17 localhost kernel:  [<ffffffff8110ac2e>] ? _slab_irq_disable+0x4e/0x70
Dec 20 12:58:17 localhost kernel:  [<ffffffff812f373e>] generic_make_request+0x22e/0x5f0
Dec 20 12:58:17 localhost kernel:  [<ffffffff815f5647>] ? preempt_schedule_irq+0x67/0x90
Dec 20 12:58:17 localhost kernel:  [<ffffffff810d6c9c>] ? __pagevec_free+0x6c/0x100
Dec 20 12:58:17 localhost kernel:  [<ffffffff812f3b5d>] submit_bio+0x5d/0xd0
Dec 20 12:58:17 localhost kernel:  [<ffffffff81143bb2>] submit_bh+0xf2/0x130
Dec 20 12:58:17 localhost kernel:  [<ffffffff8114706c>] __block_write_full_page+0x1ec/0x3b0
Dec 20 12:58:17 localhost kernel:  [<ffffffff81145610>] ? end_buffer_async_write+0x0/0x110
Dec 20 12:58:17 localhost kernel:  [<ffffffff81149ea0>] ? blkdev_get_block+0x0/0x70
Dec 20 12:58:17 localhost kernel:  [<ffffffff81149ea0>] ? blkdev_get_block+0x0/0x70
Dec 20 12:58:17 localhost kernel:  [<ffffffff81145610>] ? end_buffer_async_write+0x0/0x110
Dec 20 12:58:17 localhost kernel:  [<ffffffff8114730e>] block_write_full_page_endio+0xde/0x100
Dec 20 12:58:17 localhost kernel:  [<ffffffff810e8493>] ? __dec_zone_state+0x63/0xd0
Dec 20 12:58:17 localhost kernel:  [<ffffffff81147340>] block_write_full_page+0x10/0x20
Dec 20 12:58:17 localhost kernel:  [<ffffffff8114b0c3>] blkdev_writepage+0x13/0x20
Dec 20 12:58:17 localhost kernel:  [<ffffffff810d8a55>] __writepage+0x15/0x40
Dec 20 12:58:17 localhost kernel:  [<ffffffff810d915f>] write_cache_pages+0x1df/0x400
Dec 20 12:58:17 localhost kernel:  [<ffffffff810d8a40>] ? __writepage+0x0/0x40
Dec 20 12:58:17 localhost kernel:  [<ffffffff810d93a2>] generic_writepages+0x22/0x30
Dec 20 12:58:17 localhost kernel:  [<ffffffff810d93cf>] do_writepages+0x1f/0x40
Dec 20 12:58:17 localhost kernel:  [<ffffffff8113d387>] writeback_single_inode+0xe7/0x3b0
Dec 20 12:58:17 localhost kernel:  [<ffffffff8113e2de>] writeback_inodes_wb+0x3ae/0x620
Dec 20 12:58:17 localhost kernel:  [<ffffffff8113e66a>] wb_writeback+0x11a/0x1f0
Dec 20 12:58:17 localhost kernel:  [<ffffffff8113e9b4>] wb_do_writeback+0x1a4/0x1b0
Dec 20 12:58:17 localhost kernel:  [<ffffffff8113ea0b>] bdi_writeback_task+0x4b/0xe0
Dec 20 12:58:17 localhost kernel:  [<ffffffff810e9bd0>] ? bdi_start_fn+0x0/0x100
Dec 20 12:58:17 localhost kernel:  [<ffffffff810e9c51>] bdi_start_fn+0x81/0x100
Dec 20 12:58:17 localhost kernel:  [<ffffffff810e9bd0>] ? bdi_start_fn+0x0/0x100
Dec 20 12:58:17 localhost kernel:  [<ffffffff81065a3e>] kthread+0x8e/0xa0
Dec 20 12:58:17 localhost kernel:  [<ffffffff810388f4>] ? finish_task_switch+0x54/0xc0
Dec 20 12:58:17 localhost kernel:  [<ffffffff81003374>] kernel_thread_helper+0x4/0x10
Dec 20 12:58:17 localhost kernel:  [<ffffffff810659b0>] ? kthread+0x0/0xa0
Dec 20 12:58:17 localhost kernel:  [<ffffffff81003370>] ? kernel_thread_helper+0x0/0x10
Dec 20 13:00:17 localhost kernel: INFO: task scsi_eh_6:338 blocked for more than 120 seconds.
Dec 20 13:00:17 localhost kernel: "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
Dec 20 13:00:17 localhost kernel: scsi_eh_6     D 000000010000685a     0   338      2 0x00000000
Dec 20 13:00:17 localhost kernel:  ffff88026d421ce0 0000000000000046 ffff88026d421c90 ffff880200000000
Dec 20 13:00:17 localhost kernel:  ffff88046f0c87f0 ffff88026d8cb000 ffff88026d421ca0 ffff88026db26800
Dec 20 13:00:17 localhost kernel:  ffff88026d421d00 00000001813ee5f6 ffff88026d421cc0 ffff88026d421fd8
Dec 20 13:00:17 localhost kernel: Call Trace:
Dec 20 13:00:17 localhost kernel:  [<ffffffff815f5718>] schedule+0x18/0x30
Dec 20 13:00:17 localhost kernel:  [<ffffffff815f5772>] io_schedule+0x42/0x60
Dec 20 13:00:17 localhost kernel:  [<ffffffff812f532b>] get_request_wait+0xeb/0x1f0
Dec 20 13:00:17 localhost kernel:  [<ffffffff81065e70>] ? autoremove_wake_function+0x0/0x40
Dec 20 13:00:17 localhost kernel:  [<ffffffff812f549d>] blk_get_request+0x6d/0x90
Dec 20 13:00:17 localhost kernel:  [<ffffffff813e8321>] ? __scsi_iterate_devices+0x61/0x90
Dec 20 13:00:17 localhost kernel:  [<ffffffff813ecf51>] scsi_error_handler+0x151/0x460
Dec 20 13:00:17 localhost kernel:  [<ffffffff813ece00>] ? scsi_error_handler+0x0/0x460
Dec 20 13:00:17 localhost kernel:  [<ffffffff81065a3e>] kthread+0x8e/0xa0
Dec 20 13:00:17 localhost kernel:  [<ffffffff810388f4>] ? finish_task_switch+0x54/0xc0
Dec 20 13:00:17 localhost kernel:  [<ffffffff81003374>] kernel_thread_helper+0x4/0x10
Dec 20 13:00:17 localhost kernel:  [<ffffffff810659b0>] ? kthread+0x0/0xa0
Dec 20 13:00:17 localhost kernel:  [<ffffffff81003370>] ? kernel_thread_helper+0x0/0x10
Dec 20 13:00:17 localhost kernel: INFO: task dd:1511 blocked for more than 120 seconds.
Dec 20 13:00:17 localhost kernel: "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
Dec 20 13:00:17 localhost kernel: dd            D 000000010000684a     0  1511   1494 0x00000080
Dec 20 13:00:17 localhost kernel:  ffff88026d781858 0000000000000086 0000000000040001 0000000000000000
Dec 20 13:00:17 localhost kernel:  ffff88046f0c87f0 ffff88026b4dd000 ffff88026d781828 0000000000000246
Dec 20 13:00:17 localhost kernel:  ffff88026d42f350 0000000100040001 ffff88026d781838 ffff88026d781fd8
Dec 20 13:00:17 localhost kernel: Call Trace:
Dec 20 13:00:17 localhost kernel:  [<ffffffff815f5718>] schedule+0x18/0x30
Dec 20 13:00:17 localhost kernel:  [<ffffffff815f5772>] io_schedule+0x42/0x60
Dec 20 13:00:17 localhost kernel:  [<ffffffff812f532b>] get_request_wait+0xeb/0x1f0
Dec 20 13:00:17 localhost kernel:  [<ffffffff81065e70>] ? autoremove_wake_function+0x0/0x40
Dec 20 13:00:17 localhost kernel:  [<ffffffff812ee382>] ? elv_merge+0x42/0x210
Dec 20 13:00:17 localhost kernel:  [<ffffffff812f571e>] __make_request+0x8e/0x4d0
Dec 20 13:00:17 localhost kernel:  [<ffffffff8110ac2e>] ? _slab_irq_disable+0x4e/0x70
Dec 20 13:00:17 localhost kernel:  [<ffffffff812f373e>] generic_make_request+0x22e/0x5f0
Dec 20 13:00:17 localhost kernel:  [<ffffffff812f3b5d>] submit_bio+0x5d/0xd0
Dec 20 13:00:17 localhost kernel:  [<ffffffff81143bb2>] submit_bh+0xf2/0x130
Dec 20 13:00:17 localhost kernel:  [<ffffffff8114706c>] __block_write_full_page+0x1ec/0x3b0
Dec 20 13:00:17 localhost kernel:  [<ffffffff81145610>] ? end_buffer_async_write+0x0/0x110
Dec 20 13:00:17 localhost kernel:  [<ffffffff81149ea0>] ? blkdev_get_block+0x0/0x70
Dec 20 13:00:17 localhost kernel:  [<ffffffff81149ea0>] ? blkdev_get_block+0x0/0x70
Dec 20 13:00:17 localhost kernel:  [<ffffffff81145610>] ? end_buffer_async_write+0x0/0x110
Dec 20 13:00:17 localhost kernel:  [<ffffffff8114730e>] block_write_full_page_endio+0xde/0x100
Dec 20 13:00:17 localhost kernel:  [<ffffffff810e8493>] ? __dec_zone_state+0x63/0xd0
Dec 20 13:00:17 localhost kernel:  [<ffffffff81147340>] block_write_full_page+0x10/0x20
Dec 20 13:00:17 localhost kernel:  [<ffffffff8114b0c3>] blkdev_writepage+0x13/0x20
Dec 20 13:00:17 localhost kernel:  [<ffffffff810d8a55>] __writepage+0x15/0x40
Dec 20 13:00:17 localhost kernel:  [<ffffffff810d915f>] write_cache_pages+0x1df/0x400
Dec 20 13:00:17 localhost kernel:  [<ffffffff810d8a40>] ? __writepage+0x0/0x40
Dec 20 13:00:17 localhost kernel:  [<ffffffff810d93a2>] generic_writepages+0x22/0x30
Dec 20 13:00:17 localhost kernel:  [<ffffffff810d93cf>] do_writepages+0x1f/0x40
Dec 20 13:00:17 localhost kernel:  [<ffffffff810d156b>] __filemap_fdatawrite_range+0x5b/0x60
Dec 20 13:00:17 localhost kernel:  [<ffffffff810d1cda>] filemap_fdatawrite+0x1a/0x20
Dec 20 13:00:17 localhost kernel:  [<ffffffff810d1d15>] filemap_write_and_wait+0x35/0x50
Dec 20 13:00:17 localhost kernel:  [<ffffffff8114b35f>] __sync_blockdev+0x1f/0x40
Dec 20 13:00:17 localhost kernel:  [<ffffffff8114b38e>] sync_blockdev+0xe/0x10
Dec 20 13:00:17 localhost kernel:  [<ffffffff8114b458>] __blkdev_put+0xc8/0x1d0
Dec 20 13:00:17 localhost kernel:  [<ffffffff815f7214>] ? rt_spin_lock+0x34/0x80
Dec 20 13:00:17 localhost kernel:  [<ffffffff8114b56b>] blkdev_put+0xb/0x10
Dec 20 13:00:17 localhost kernel:  [<ffffffff8114b59e>] blkdev_close+0x2e/0x50
Dec 20 13:00:17 localhost kernel:  [<ffffffff8111c7ce>] __fput+0xfe/0x220
Dec 20 13:00:17 localhost kernel:  [<ffffffff8111c90d>] fput+0x1d/0x30
Dec 20 13:00:17 localhost kernel:  [<ffffffff81118ae8>] filp_close+0x58/0x90
Dec 20 13:00:17 localhost kernel:  [<ffffffff81118bec>] sys_close+0xcc/0x1c0
Dec 20 13:00:17 localhost kernel:  [<ffffffff8100252b>] system_call_done+0x0/0x5
Dec 20 13:00:17 localhost kernel: INFO: task flush-11:0:1533 blocked for more than 120 seconds.
Dec 20 13:00:17 localhost kernel: "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
Dec 20 13:00:17 localhost kernel: flush-11:0    D 000000010000721c     0  1533      2 0x00000080
Dec 20 13:00:17 localhost kernel:  ffff88026a179770 0000000000000046 ffff88026a179720 ffff880200000000
Dec 20 13:00:17 localhost kernel:  ffff88046f165000 ffff88026e4b2000 ffff88026a179730 ffff88026db26800
Dec 20 13:00:17 localhost kernel:  ffff88026a179790 00000001813ee5f6 ffff88026a179750 ffff88026a179fd8
Dec 20 13:00:17 localhost kernel: Call Trace:
Dec 20 13:00:17 localhost kernel:  [<ffffffff815f5718>] schedule+0x18/0x30
Dec 20 13:00:17 localhost kernel:  [<ffffffff815f5772>] io_schedule+0x42/0x60
Dec 20 13:00:17 localhost kernel:  [<ffffffff812f532b>] get_request_wait+0xeb/0x1f0
Dec 20 13:00:17 localhost kernel:  [<ffffffff81065e70>] ? autoremove_wake_function+0x0/0x40
Dec 20 13:00:17 localhost kernel:  [<ffffffff812ee382>] ? elv_merge+0x42/0x210
Dec 20 13:00:17 localhost kernel:  [<ffffffff812f571e>] __make_request+0x8e/0x4d0
Dec 20 13:00:17 localhost kernel:  [<ffffffff8110ac2e>] ? _slab_irq_disable+0x4e/0x70
Dec 20 13:00:17 localhost kernel:  [<ffffffff812f373e>] generic_make_request+0x22e/0x5f0
Dec 20 13:00:17 localhost kernel:  [<ffffffff815f5647>] ? preempt_schedule_irq+0x67/0x90
Dec 20 13:00:17 localhost kernel:  [<ffffffff810d6c9c>] ? __pagevec_free+0x6c/0x100
Dec 20 13:00:17 localhost kernel:  [<ffffffff812f3b5d>] submit_bio+0x5d/0xd0
Dec 20 13:00:17 localhost kernel:  [<ffffffff81143bb2>] submit_bh+0xf2/0x130
Dec 20 13:00:17 localhost kernel:  [<ffffffff8114706c>] __block_write_full_page+0x1ec/0x3b0
Dec 20 13:00:17 localhost kernel:  [<ffffffff81145610>] ? end_buffer_async_write+0x0/0x110
Dec 20 13:00:17 localhost kernel:  [<ffffffff81149ea0>] ? blkdev_get_block+0x0/0x70
Dec 20 13:00:17 localhost kernel:  [<ffffffff81149ea0>] ? blkdev_get_block+0x0/0x70
Dec 20 13:00:17 localhost kernel:  [<ffffffff81145610>] ? end_buffer_async_write+0x0/0x110
Dec 20 13:00:17 localhost kernel:  [<ffffffff8114730e>] block_write_full_page_endio+0xde/0x100
Dec 20 13:00:17 localhost kernel:  [<ffffffff810e8493>] ? __dec_zone_state+0x63/0xd0
Dec 20 13:00:17 localhost kernel:  [<ffffffff81147340>] block_write_full_page+0x10/0x20
Dec 20 13:00:17 localhost kernel:  [<ffffffff8114b0c3>] blkdev_writepage+0x13/0x20
Dec 20 13:00:17 localhost kernel:  [<ffffffff810d8a55>] __writepage+0x15/0x40
Dec 20 13:00:17 localhost kernel:  [<ffffffff810d915f>] write_cache_pages+0x1df/0x400
Dec 20 13:00:17 localhost kernel:  [<ffffffff810d8a40>] ? __writepage+0x0/0x40
Dec 20 13:00:17 localhost kernel:  [<ffffffff810d93a2>] generic_writepages+0x22/0x30
Dec 20 13:00:17 localhost kernel:  [<ffffffff810d93cf>] do_writepages+0x1f/0x40
Dec 20 13:00:17 localhost kernel:  [<ffffffff8113d387>] writeback_single_inode+0xe7/0x3b0
Dec 20 13:00:17 localhost kernel:  [<ffffffff8113e2de>] writeback_inodes_wb+0x3ae/0x620
Dec 20 13:00:17 localhost kernel:  [<ffffffff8113e66a>] wb_writeback+0x11a/0x1f0
Dec 20 13:00:17 localhost kernel:  [<ffffffff8113e9b4>] wb_do_writeback+0x1a4/0x1b0
Dec 20 13:00:17 localhost kernel:  [<ffffffff8113ea0b>] bdi_writeback_task+0x4b/0xe0
Dec 20 13:00:17 localhost kernel:  [<ffffffff810e9bd0>] ? bdi_start_fn+0x0/0x100
Dec 20 13:00:17 localhost kernel:  [<ffffffff810e9c51>] bdi_start_fn+0x81/0x100
Dec 20 13:00:17 localhost kernel:  [<ffffffff810e9bd0>] ? bdi_start_fn+0x0/0x100
Dec 20 13:00:17 localhost kernel:  [<ffffffff81065a3e>] kthread+0x8e/0xa0
Dec 20 13:00:17 localhost kernel:  [<ffffffff810388f4>] ? finish_task_switch+0x54/0xc0
Dec 20 13:00:17 localhost kernel:  [<ffffffff81003374>] kernel_thread_helper+0x4/0x10
Dec 20 13:00:17 localhost kernel:  [<ffffffff810659b0>] ? kthread+0x0/0xa0
Dec 20 13:00:17 localhost kernel:  [<ffffffff81003370>] ? kernel_thread_helper+0x0/0x10
Dec 20 13:02:17 localhost kernel: INFO: task scsi_eh_6:338 blocked for more than 120 seconds.
Dec 20 13:02:17 localhost kernel: "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
Dec 20 13:02:17 localhost kernel: scsi_eh_6     D 000000010000685a     0   338      2 0x00000000
Dec 20 13:02:17 localhost kernel:  ffff88026d421ce0 0000000000000046 ffff88026d421c90 ffff880200000000
Dec 20 13:02:17 localhost kernel:  ffff88046f0c87f0 ffff88026d8cb000 ffff88026d421ca0 ffff88026db26800
Dec 20 13:02:17 localhost kernel:  ffff88026d421d00 00000001813ee5f6 ffff88026d421cc0 ffff88026d421fd8
Dec 20 13:02:17 localhost kernel: Call Trace:
Dec 20 13:02:17 localhost kernel:  [<ffffffff815f5718>] schedule+0x18/0x30
Dec 20 13:02:17 localhost kernel:  [<ffffffff815f5772>] io_schedule+0x42/0x60
Dec 20 13:02:17 localhost kernel:  [<ffffffff812f532b>] get_request_wait+0xeb/0x1f0
Dec 20 13:02:17 localhost kernel:  [<ffffffff81065e70>] ? autoremove_wake_function+0x0/0x40
Dec 20 13:02:17 localhost kernel:  [<ffffffff812f549d>] blk_get_request+0x6d/0x90
Dec 20 13:02:17 localhost kernel:  [<ffffffff813e8321>] ? __scsi_iterate_devices+0x61/0x90
Dec 20 13:02:17 localhost kernel:  [<ffffffff813ecf51>] scsi_error_handler+0x151/0x460
Dec 20 13:02:17 localhost kernel:  [<ffffffff813ece00>] ? scsi_error_handler+0x0/0x460
Dec 20 13:02:17 localhost kernel:  [<ffffffff81065a3e>] kthread+0x8e/0xa0
Dec 20 13:02:17 localhost kernel:  [<ffffffff810388f4>] ? finish_task_switch+0x54/0xc0
Dec 20 13:02:17 localhost kernel:  [<ffffffff81003374>] kernel_thread_helper+0x4/0x10
Dec 20 13:02:17 localhost kernel:  [<ffffffff810659b0>] ? kthread+0x0/0xa0
Dec 20 13:02:17 localhost kernel:  [<ffffffff81003370>] ? kernel_thread_helper+0x0/0x10
Dec 20 13:34:46 localhost kernel: ipv6: Unknown symbol contig_page_data
Live chat
Online