[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#717683: marked as done (SCSI disk size not recognized correctly)



Your message dated Sat, 24 Apr 2021 10:19:53 -0700 (PDT)
with message-id <60845339.1c69fb81.6d534.4a12@mx.google.com>
and subject line Closing this bug (BTS maintenance for src:linux bugs)
has caused the Debian Bug report #717683,
regarding SCSI disk size not recognized correctly
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
717683: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=717683
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: linux-image-3.2.0-4-amd64
Version: 3.2.46-1

This is a follow-up to bug #625738 which was closed and then archived.
The original bug was filed against the squeeze kernel, but I am seeing
similar results with the wheezy kernel.

During #625738 it was suggested that I try to reproduce the issues with
a wheezy kernel (at that time, wheezy was "testing").  I was not able
to perform that test at that time.

Today (Monday -- it took a while for the bug reporting system to reject
the previous email) I had some time, so I performed some experiments
using the Wheezy install CD (debian-7.1.0-amd64-CD-1.iso).  I downloaded
this image and burned it to a DVD+RW.

I took one of our machines (arc1) and booted it from this DVD.  Arc1
normally runs the lenny kernel (2.6.28-1-amd64) with the squeeze
userspace (/etc/debian_version = 6.0.7) for the reasons discussed
previously in bug 625738.

I should also mention that arc1 normally runs a custom boot script,
/etc/rcS.d/S29force-scsi-rescan which looks like this:

==========================================================
#!/bin/sh
PATH=/sbin:/bin:/usr/sbin:/usr/bin; export PATH

# We need /usr in order to run rescan-scsi-bus.sh.  It uses things like
# /usr/bin/sg_luns (not to mention seq, head, tail, pr).

fsck -a /usr && mount -n -r /usr &&
/sbin/rescan-scsi-bus.sh -w
umount /usr
==========================================================

The kernel version plus that script are both needed for this system to
operate successfully.

In the first experiment, I booted in "install mode" (hit Enter), and
allowed the installation program to proceed up until the network was
configured.  I pressed Alt-F2 for a console and attempted to mount
various file systems.

I was only partially successful.  I was able to mount some of the xfs
file systems but not others.

I saved the entire dmesg in a local file (in /tmp) and then sought some
way to get that file onto a nonvolatile storage medium of any kind.  I
was not able to mount any of the xfs file systems read-write, so that
wasn't an option.  I was not able to mount the system's normal root, /usr
etc. file systems *at all* (they're on /dev/md* which were not initialized
at this point), so that wasn't an option.  There's no scp or ssh or ftp.
Eventually I found that nc was available, so I set up a listening service
on another host and used "nc hostname portnumber < tempfile" within the
installation console.  I'll put this file at the end because it's quite
long.

In the second experiment, I booted from the CD and chose "rescue mode".
I allowed the rescue mode program to go as far as it could.  When it got
to "searching for disks and other hardware" (or something like that),
it hung forever at 0%.  Checking dmesg intermittently on the Alt-F2
console, I saw a bunch of lines like this:

[  244.940445] sd 7:0:1:3: [sdg]  Add. Sense: No additional sense information
[  244.941254] sd 7:0:1:3: [sdg]  Sense Key : No Sense [current] 
[  244.941260] sd 7:0:1:3: [sdg]  Add. Sense: No additional sense information
[  244.942078] sd 7:0:1:3: [sdg]  Sense Key : No Sense [current] 
[  244.942086] sd 7:0:1:3: [sdg]  Add. Sense: No additional sense information
[  244.942874] sd 7:0:1:3: [sdg]  Sense Key : No Sense [current] 
[  244.942881] sd 7:0:1:3: [sdg]  Add. Sense: No additional sense information
[  244.943667] sd 7:0:1:3: [sdg]  Sense Key : No Sense [current] 
[  244.943673] sd 7:0:1:3: [sdg]  Add. Sense: No additional sense information
[  244.944458] sd 7:0:1:3: [sdg]  Sense Key : No Sense [current] 
[  244.944465] sd 7:0:1:3: [sdg]  Add. Sense: No additional sense information
[  244.945250] sd 7:0:1:3: [sdg]  Sense Key : No Sense [current] 
[  244.945257] sd 7:0:1:3: [sdg]  Add. Sense: No additional sense information
[  244.946042] sd 7:0:1:3: [sdg]  Sense Key : No Sense [current] 
[  244.946048] sd 7:0:1:3: [sdg]  Add. Sense: No additional sense information
[  244.946838] sd 7:0:1:3: [sdg]  Sense Key : No Sense [current] 

My original intent with the second experiment was to try to get to a
point where I could run the rescan-scsi-bus.sh script, either one from
the install CD (if available), or one from the already-installed hard
disks.  I never got a chance.

I saved the entire dmesg and then used the same nc trick to send it off
to another host.  Unfortunately I must have allowed it to spin on sdg for
too long, because the resulting dmesg contains nothing BUT the above lines,
repeated over and over.

At this point my only conclusion can be "do not attempt to upgrade this
machine".

Here's the dmesg from the first experiment:

[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 3.2.0-4-amd64 (debian-kernel@lists.debian.org) (gcc version 4.6.3 (Debian 4.6.3-14) ) #1 SMP Debian 3.2.46-1
[    0.000000] Command line: vga=788 initrd=/install.amd/initrd.gz -- quiet  BOOT_IMAGE=/install.amd/vmlinuz 
[    0.000000] BIOS-provided physical RAM map:
[    0.000000]  BIOS-e820: 0000000000000000 - 0000000000097800 (usable)
[    0.000000]  BIOS-e820: 0000000000097800 - 00000000000a0000 (reserved)
[    0.000000]  BIOS-e820: 00000000000ce000 - 0000000000100000 (reserved)
[    0.000000]  BIOS-e820: 0000000000100000 - 000000007f7a0000 (usable)
[    0.000000]  BIOS-e820: 000000007f7a0000 - 000000007f7ad000 (ACPI data)
[    0.000000]  BIOS-e820: 000000007f7ad000 - 000000007f7ae000 (ACPI NVS)
[    0.000000]  BIOS-e820: 000000007f7ae000 - 000000007f7ff000 (reserved)
[    0.000000]  BIOS-e820: 000000007f800000 - 0000000080000000 (reserved)
[    0.000000]  BIOS-e820: 00000000e0000000 - 00000000f0000000 (reserved)
[    0.000000]  BIOS-e820: 00000000fec00000 - 00000000fec10000 (reserved)
[    0.000000]  BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
[    0.000000]  BIOS-e820: 00000000ff000000 - 0000000100000000 (reserved)
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 2.6 present.
[    0.000000] DMI: HP ProLiant DL120 G6/ProLiant DL120 G6, BIOS O26    09/06/2010
[    0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
[    0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
[    0.000000] No AGP bridge found
[    0.000000] last_pfn = 0x7f7a0 max_arch_pfn = 0x400000000
[    0.000000] MTRR default type: uncachable
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-BFFFF uncachable
[    0.000000]   C0000-CFFFF write-protect
[    0.000000]   D0000-DFFFF uncachable
[    0.000000]   E0000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 000000000 mask F80000000 write-back
[    0.000000]   1 base 07F800000 mask FFF800000 uncachable
[    0.000000]   2 disabled
[    0.000000]   3 disabled
[    0.000000]   4 disabled
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[    0.000000] found SMP MP-table at [ffff8800000f6dd0] f6dd0
[    0.000000] initial memory mapped : 0 - 20000000
[    0.000000] Base memory trampoline at [ffff880000092000] 92000 size 20480
[    0.000000] init_memory_mapping: 0000000000000000-000000007f7a0000
[    0.000000]  0000000000 - 007f600000 page 2M
[    0.000000]  007f600000 - 007f7a0000 page 4k
[    0.000000] kernel direct mapping tables up to 7f7a0000 @ 1fffc000-20000000
[    0.000000] RAMDISK: 7f2d2000 - 7f77f000
[    0.000000] ACPI: RSDP 00000000000f6da0 00024 (v02 PTLTD )
[    0.000000] ACPI: XSDT 000000007f7a8659 00094 (v01 HP     ProLiant 06040000  LTP 00000000)
[    0.000000] ACPI: FACP 000000007f7ac6c9 000F4 (v03 HP     LYNNFLD  06040000 PTL  00000002)
[    0.000000] ACPI: DSDT 000000007f7a86ed 03F58 (v01 HP     ProLiant 06040000 MSFT 03000000)
[    0.000000] ACPI: FACS 000000007f7adfc0 00040
[    0.000000] ACPI: TCPA 000000007f7ac7bd 00032 (v01 HP     ProLiant 06040000 LOHR 0000005A)
[    0.000000] ACPI: SSDT 000000007f7a05fd 00ADA (v01  INTEL PPM RCM  80000001 INTL 20061109)
[    0.000000] ACPI: SPMI 000000007f7ac813 00040 (v05 HP     ProLiant 06040000 PTL  00000001)
[    0.000000] ACPI: EINJ 000000007f7ac853 001B0 (v01 HP     ProLiant 06040000 PTL  00000001)
[    0.000000] ACPI: HEST 000000007f7aca03 00128 (v01 HP     ProLiant 06040000 PTL  00000001)
[    0.000000] ACPI: BERT 000000007f7acb2b 00030 (v01 HP     ProLiant 06040000 PTL  00000001)
[    0.000000] ACPI: SSDT 000000007f7acb5b 000E1 (v01 HP     ProLiant 06040000 INTL 20050624)
[    0.000000] ACPI: ERST 000000007f7acc3c 00270 (v01 HP     ProLiant 06040000 PTL  00000001)
[    0.000000] ACPI: APIC 000000007f7aceac 00068 (v01 HP     ProLiant 06040000  LTP 00000000)
[    0.000000] ACPI: MCFG 000000007f7acf14 0003C (v01 HP     ProLiant 06040000  LTP 00000000)
[    0.000000] ACPI: HPET 000000007f7acf50 00038 (v01 PTLTD  HPETTBL  06040000  LTP 00000001)
[    0.000000] ACPI: BOOT 000000007f7acf88 00028 (v01 HP     ProLiant 06040000  LTP 00000001)
[    0.000000] ACPI: SPCR 000000007f7acfb0 00050 (v01 HP     ProLiant 06040000 PTL  00000001)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at 0000000000000000-000000007f7a0000
[    0.000000] Initmem setup node 0 0000000000000000-000000007f7a0000
[    0.000000]   NODE_DATA [000000007f79b000 - 000000007f79ffff]
[    0.000000]  [ffffea0000000000-ffffea0001bfffff] PMD -> [ffff88007ca00000-ffff88007e5fffff] on node 0
[    0.000000] Zone PFN ranges:
[    0.000000]   DMA      0x00000010 -> 0x00001000
[    0.000000]   DMA32    0x00001000 -> 0x00100000
[    0.000000]   Normal   empty
[    0.000000] Movable zone start PFN for each node
[    0.000000] early_node_map[2] active PFN ranges
[    0.000000]     0: 0x00000010 -> 0x00000097
[    0.000000]     0: 0x00000100 -> 0x0007f7a0
[    0.000000] On node 0 totalpages: 522023
[    0.000000]   DMA zone: 56 pages used for memmap
[    0.000000]   DMA zone: 5 pages reserved
[    0.000000]   DMA zone: 3914 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 7083 pages used for memmap
[    0.000000]   DMA32 zone: 510965 pages, LIFO batch:31
[    0.000000] ACPI: PM-Timer IO Port: 0x1008
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x04] enabled)
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.000000] ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 1, version 32, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 high edge)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ2 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086a701 base: 0xfed00000
[    0.000000] SMP: Allowing 2 CPUs, 0 hotplug CPUs
[    0.000000] nr_irqs_gsi: 40
[    0.000000] PM: Registered nosave memory: 0000000000097000 - 0000000000098000
[    0.000000] PM: Registered nosave memory: 0000000000098000 - 00000000000a0000
[    0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000ce000
[    0.000000] PM: Registered nosave memory: 00000000000ce000 - 0000000000100000
[    0.000000] Allocating PCI resources starting at 80000000 (gap: 80000000:60000000)
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:2 nr_node_ids:1
[    0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007f000000 s82944 r8192 d23552 u1048576
[    0.000000] pcpu-alloc: s82944 r8192 d23552 u1048576 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 
[    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 514879
[    0.000000] Policy zone: DMA32
[    0.000000] Kernel command line: vga=788 initrd=/install.amd/initrd.gz -- quiet  BOOT_IMAGE=/install.amd/vmlinuz 
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] Checking aperture...
[    0.000000] No AGP bridge found
[    0.000000] Calgary: detecting Calgary via BIOS EBDA area
[    0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[    0.000000] Memory: 2045892k/2088576k available (3425k kernel code, 484k absent, 42200k reserved, 3314k data, 576k init)
[    0.000000] Hierarchical RCU implementation.
[    0.000000] 	RCU dyntick-idle grace-period acceleration is enabled.
[    0.000000] NR_IRQS:33024 nr_irqs:512 16
[    0.000000] Extended CMOS year: 2000
[    0.000000] Console: colour dummy device 80x25
[    0.000000] console [tty0] enabled
[    0.000000] hpet clockevent registered
[    0.000000] Fast TSC calibration using PIT
[    0.004000] Detected 2792.887 MHz processor.
[    0.000002] Calibrating delay loop (skipped), value calculated using timer frequency.. 5585.77 BogoMIPS (lpj=11171548)
[    0.000005] pid_max: default: 32768 minimum: 301
[    0.000036] Security Framework initialized
[    0.000041] AppArmor: AppArmor disabled by boot time parameter
[    0.000147] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.000788] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.001078] Mount-cache hash table entries: 256
[    0.001175] Initializing cgroup subsys cpuacct
[    0.001178] Initializing cgroup subsys memory
[    0.001187] Initializing cgroup subsys devices
[    0.001189] Initializing cgroup subsys freezer
[    0.001191] Initializing cgroup subsys net_cls
[    0.001193] Initializing cgroup subsys blkio
[    0.001199] Initializing cgroup subsys perf_event
[    0.001222] CPU: Physical Processor ID: 0
[    0.001223] CPU: Processor Core ID: 0
[    0.001228] mce: CPU supports 9 MCE banks
[    0.001238] CPU0: Thermal monitoring enabled (TM1)
[    0.001245] using mwait in idle threads.
[    0.001586] ACPI: Core revision 20110623
[    0.012152] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.051767] CPU0: Intel(R) Pentium(R) CPU        G6950  @ 2.80GHz stepping 05
[    0.159031] Performance Events: PEBS fmt1+, Westmere events, Intel PMU driver.
[    0.159038] ... version:                3
[    0.159039] ... bit width:              48
[    0.159040] ... generic registers:      4
[    0.159041] ... value mask:             0000ffffffffffff
[    0.159042] ... max period:             000000007fffffff
[    0.159044] ... fixed-purpose events:   3
[    0.159045] ... event mask:             000000070000000f
[    0.159176] NMI watchdog enabled, takes one hw-pmu counter.
[    0.159276] Booting Node   0, Processors  #1 Ok.
[    0.159278] smpboot cpu 1: start_ip = 92000
[    0.266968] NMI watchdog enabled, takes one hw-pmu counter.
[    0.267002] Brought up 2 CPUs
[    0.267003] Total of 2 processors activated (11171.64 BogoMIPS).
[    0.268103] devtmpfs: initialized
[    0.271530] PM: Registering ACPI NVS region at 7f7ad000 (4096 bytes)
[    0.271653] print_constraints: dummy: 
[    0.271701] NET: Registered protocol family 16
[    0.271787] ACPI: bus type pci registered
[    0.271841] PCI: MMCONFIG for domain 0000 [bus 00-2f] at [mem 0xe0000000-0xe2ffffff] (base 0xe0000000)
[    0.271844] PCI: MMCONFIG at [mem 0xe0000000-0xe2ffffff] reserved in E820
[    0.274373] PCI: Using configuration type 1 for base access
[    0.274940] bio: create slab <bio-0> at 0
[    0.275021] ACPI: Added _OSI(Module Device)
[    0.275023] ACPI: Added _OSI(Processor Device)
[    0.275025] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.275026] ACPI: Added _OSI(Processor Aggregator Device)
[    0.275518] ACPI: EC: Look up EC in DSDT
[    0.276696] \_SB_:_OSC evaluation returned wrong type
[    0.276697] _OSC request data:1 17 
[    0.277088] ACPI: Interpreter enabled
[    0.277092] ACPI: (supports S0 S4 S5)
[    0.277103] ACPI: Using IOAPIC for interrupt routing
[    0.279747] ACPI: No dock devices found.
[    0.279763] [Firmware Warn]: HEST: Duplicated hardware error source ID: 9.
[    0.279777] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.280270] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.281218] pci_root PNP0A08:00: host bridge window [io  0x0000-0x0cf7]
[    0.281220] pci_root PNP0A08:00: host bridge window [io  0x0d00-0xffff]
[    0.281222] pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff]
[    0.281225] pci_root PNP0A08:00: host bridge window [mem 0x7f800000-0xfdffffff]
[    0.281235] pci 0000:00:00.0: [8086:0048] type 0 class 0x000600
[    0.281268] pci 0000:00:01.0: [8086:0049] type 1 class 0x000604
[    0.281297] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    0.281343] pci 0000:00:1a.0: [8086:3b3c] type 0 class 0x000c03
[    0.281362] pci 0000:00:1a.0: reg 10: [mem 0xdf102000-0xdf1023ff]
[    0.281443] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
[    0.281465] pci 0000:00:1c.0: [8086:3b42] type 1 class 0x000604
[    0.281529] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.281554] pci 0000:00:1c.4: [8086:3b4a] type 1 class 0x000604
[    0.281617] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[    0.281639] pci 0000:00:1c.5: [8086:3b4c] type 1 class 0x000604
[    0.281702] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
[    0.281724] pci 0000:00:1c.6: [8086:3b4e] type 1 class 0x000604
[    0.281787] pci 0000:00:1c.6: PME# supported from D0 D3hot D3cold
[    0.281809] pci 0000:00:1c.7: [8086:3b50] type 1 class 0x000604
[    0.281873] pci 0000:00:1c.7: PME# supported from D0 D3hot D3cold
[    0.281899] pci 0000:00:1d.0: [8086:3b34] type 0 class 0x000c03
[    0.281917] pci 0000:00:1d.0: reg 10: [mem 0xdf102400-0xdf1027ff]
[    0.281998] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    0.282018] pci 0000:00:1e.0: [8086:244e] type 1 class 0x000604
[    0.282078] pci 0000:00:1f.0: [8086:3b14] type 0 class 0x000601
[    0.282194] pci 0000:00:1f.2: [8086:3b25] type 0 class 0x000104
[    0.282216] pci 0000:00:1f.2: reg 10: [io  0x1830-0x1837]
[    0.282226] pci 0000:00:1f.2: reg 14: [io  0x1824-0x1827]
[    0.282235] pci 0000:00:1f.2: reg 18: [io  0x1828-0x182f]
[    0.282244] pci 0000:00:1f.2: reg 1c: [io  0x1820-0x1823]
[    0.282253] pci 0000:00:1f.2: reg 20: [io  0x1800-0x181f]
[    0.282263] pci 0000:00:1f.2: reg 24: [mem 0xdf101000-0xdf1017ff]
[    0.282319] pci 0000:00:1f.2: PME# supported from D3hot
[    0.282339] pci 0000:00:1f.3: [8086:3b30] type 0 class 0x000c05
[    0.282353] pci 0000:00:1f.3: reg 10: [mem 0xdf102800-0xdf1028ff 64bit]
[    0.282373] pci 0000:00:1f.3: reg 20: [io  0x1840-0x185f]
[    0.282433] pci 0000:01:00.0: [10b5:8114] type 1 class 0x000604
[    0.282448] pci 0000:01:00.0: reg 10: [mem 0xdeb00000-0xdeb01fff]
[    0.282524] pci 0000:01:00.0: PME# supported from D0 D3hot
[    0.282548] pci 0000:01:00.0: disabling ASPM on pre-1.1 PCIe device.  You can enable it with 'pcie_aspm=force'
[    0.282556] pci 0000:00:01.0: PCI bridge to [bus 01-02]
[    0.282558] pci 0000:00:01.0:   bridge window [io  0x2000-0x2fff]
[    0.282561] pci 0000:00:01.0:   bridge window [mem 0xdeb00000-0xdecfffff]
[    0.282626] pci 0000:02:08.0: [1000:0030] type 0 class 0x000100
[    0.282650] pci 0000:02:08.0: reg 10: [io  0x2000-0x20ff]
[    0.282665] pci 0000:02:08.0: reg 14: [mem 0xdec20000-0xdec3ffff 64bit]
[    0.282681] pci 0000:02:08.0: reg 1c: [mem 0xdec00000-0xdec1ffff 64bit]
[    0.282701] pci 0000:02:08.0: reg 30: [mem 0x00000000-0x000fffff pref]
[    0.282748] pci 0000:02:08.0: supports D1 D2
[    0.282789] pci 0000:01:00.0: PCI bridge to [bus 02-02]
[    0.282796] pci 0000:01:00.0:   bridge window [io  0x2000-0x2fff]
[    0.282800] pci 0000:01:00.0:   bridge window [mem 0xdec00000-0xdecfffff]
[    0.282876] pci 0000:10:00.0: [10b5:8114] type 1 class 0x000604
[    0.282895] pci 0000:10:00.0: reg 10: [mem 0xded00000-0xded01fff]
[    0.282996] pci 0000:10:00.0: PME# supported from D0 D3hot
[    0.283029] pci 0000:10:00.0: disabling ASPM on pre-1.1 PCIe device.  You can enable it with 'pcie_aspm=force'
[    0.283039] pci 0000:00:1c.0: PCI bridge to [bus 10-11]
[    0.283043] pci 0000:00:1c.0:   bridge window [io  0x3000-0x3fff]
[    0.283046] pci 0000:00:1c.0:   bridge window [mem 0xded00000-0xdeefffff]
[    0.283135] pci 0000:11:08.0: [1000:0030] type 0 class 0x000100
[    0.283166] pci 0000:11:08.0: reg 10: [io  0x3000-0x30ff]
[    0.283185] pci 0000:11:08.0: reg 14: [mem 0xdee20000-0xdee3ffff 64bit]
[    0.283206] pci 0000:11:08.0: reg 1c: [mem 0xdee00000-0xdee1ffff 64bit]
[    0.283232] pci 0000:11:08.0: reg 30: [mem 0x00000000-0x000fffff pref]
[    0.283294] pci 0000:11:08.0: supports D1 D2
[    0.283348] pci 0000:10:00.0: PCI bridge to [bus 11-11]
[    0.283356] pci 0000:10:00.0:   bridge window [io  0x3000-0x3fff]
[    0.283362] pci 0000:10:00.0:   bridge window [mem 0xdee00000-0xdeefffff]
[    0.283438] pci 0000:20:00.0: [14e4:165b] type 0 class 0x000200
[    0.283461] pci 0000:20:00.0: reg 10: [mem 0xdef00000-0xdef0ffff 64bit]
[    0.283588] pci 0000:20:00.0: PME# supported from D3hot D3cold
[    0.290821] pci 0000:00:1c.4: PCI bridge to [bus 20-20]
[    0.290830] pci 0000:00:1c.4:   bridge window [mem 0xdef00000-0xdeffffff]
[    0.290913] pci 0000:22:00.0: [14e4:165b] type 0 class 0x000200
[    0.290936] pci 0000:22:00.0: reg 10: [mem 0xdf000000-0xdf00ffff 64bit]
[    0.291065] pci 0000:22:00.0: PME# supported from D3hot D3cold
[    0.298805] pci 0000:00:1c.5: PCI bridge to [bus 22-22]
[    0.298814] pci 0000:00:1c.5:   bridge window [mem 0xdf000000-0xdf0fffff]
[    0.298893] pci 0000:24:00.0: [102b:0522] type 0 class 0x000300
[    0.298912] pci 0000:24:00.0: reg 10: [mem 0xdd000000-0xddffffff pref]
[    0.298927] pci 0000:24:00.0: reg 14: [mem 0xde800000-0xde803fff]
[    0.298941] pci 0000:24:00.0: reg 18: [mem 0xde000000-0xde7fffff]
[    0.298991] pci 0000:24:00.0: reg 30: [mem 0x00000000-0x0000ffff pref]
[    0.299074] pci 0000:24:00.0: disabling ASPM on pre-1.1 PCIe device.  You can enable it with 'pcie_aspm=force'
[    0.299084] pci 0000:00:1c.6: PCI bridge to [bus 24-24]
[    0.299090] pci 0000:00:1c.6:   bridge window [mem 0xde000000-0xde8fffff]
[    0.299095] pci 0000:00:1c.6:   bridge window [mem 0xdd000000-0xddffffff 64bit pref]
[    0.299132] pci 0000:00:1c.7: PCI bridge to [bus 26-26]
[    0.299192] pci 0000:00:1e.0: PCI bridge to [bus 30-30] (subtractive decode)
[    0.299201] pci 0000:00:1e.0:   bridge window [io  0x0000-0x0cf7] (subtractive decode)
[    0.299203] pci 0000:00:1e.0:   bridge window [io  0x0d00-0xffff] (subtractive decode)
[    0.299205] pci 0000:00:1e.0:   bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
[    0.299207] pci 0000:00:1e.0:   bridge window [mem 0x7f800000-0xfdffffff] (subtractive decode)
[    0.299234] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[    0.299547] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEG_._PRT]
[    0.299595] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX1._PRT]
[    0.299644] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX5._PRT]
[    0.299688] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX6._PRT]
[    0.299732] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX7._PRT]
[    0.299775] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEX8._PRT]
[    0.299831]  pci0000:00: Requesting ACPI _OSC control (0x1d)
[    0.299834]  pci0000:00: ACPI _OSC request failed (AE_NOT_FOUND), returned control mask: 0x1d
[    0.299836] ACPI _OSC control for PCIe not granted, disabling ASPM
[    0.303070] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 *5 6 7 10 11 14 15)
[    0.303110] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 10 *11 14 15)
[    0.303149] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 *10 11 14 15)
[    0.303188] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 *10 11 14 15)
[    0.303227] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 10 11 14 15) *0, disabled.
[    0.303266] ACPI: PCI Interrupt Link [LNKF] (IRQs 4 5 6 7 10 11 14 15) *0, disabled.
[    0.303306] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 10 11 14 15) *0, disabled.
[    0.303346] ACPI: PCI Interrupt Link [LNKH] (IRQs 4 5 6 *7 10 11 14 15)
[    0.303441] vgaarb: device added: PCI:0000:24:00.0,decodes=io+mem,owns=io+mem,locks=none
[    0.303443] vgaarb: loaded
[    0.303444] vgaarb: bridge control possible 0000:24:00.0
[    0.303480] PCI: Using ACPI for IRQ routing
[    0.304436] PCI: pci_cache_line_size set to 64 bytes
[    0.304501] reserve RAM buffer: 0000000000097800 - 000000000009ffff 
[    0.304503] reserve RAM buffer: 000000007f7a0000 - 000000007fffffff 
[    0.304600] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    0.304605] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[    0.306616] Switching to clocksource hpet
[    0.308124] pnp: PnP ACPI init
[    0.308139] ACPI: bus type pnp registered
[    0.308627] pnp 00:00: [bus 00-ff]
[    0.308630] pnp 00:00: [io  0x0000-0x0cf7 window]
[    0.308632] pnp 00:00: [io  0x0cf8-0x0cff]
[    0.308633] pnp 00:00: [io  0x0d00-0xffff window]
[    0.308635] pnp 00:00: [mem 0x000a0000-0x000bffff window]
[    0.308637] pnp 00:00: [mem 0x000c0000-0x000c3fff window]
[    0.308639] pnp 00:00: [mem 0x000c4000-0x000c7fff window]
[    0.308641] pnp 00:00: [mem 0x000c8000-0x000cbfff window]
[    0.308642] pnp 00:00: [mem 0x000cc000-0x000cffff window]
[    0.308644] pnp 00:00: [mem 0x000d0000-0x000d3fff window]
[    0.308646] pnp 00:00: [mem 0x000d4000-0x000d7fff window]
[    0.308647] pnp 00:00: [mem 0x000d8000-0x000dbfff window]
[    0.308649] pnp 00:00: [mem 0x000dc000-0x000dffff window]
[    0.308651] pnp 00:00: [mem 0x000e0000-0x000e3fff window]
[    0.308653] pnp 00:00: [mem 0x000e4000-0x000e7fff window]
[    0.308655] pnp 00:00: [mem 0x000e8000-0x000ebfff window]
[    0.308657] pnp 00:00: [mem 0x000ec000-0x000effff window]
[    0.308659] pnp 00:00: [mem 0x7f800000-0xfdffffff window]
[    0.308661] pnp 00:00: [mem 0x00000000 window]
[    0.308697] pnp 00:00: Plug and Play ACPI device, IDs PNP0a08 PNP0a03 (active)
[    0.308794] pnp 00:01: [io  0x0010-0x001f]
[    0.308795] pnp 00:01: [io  0x0024-0x0025]
[    0.308797] pnp 00:01: [io  0x0028-0x0029]
[    0.308798] pnp 00:01: [io  0x002c-0x002d]
[    0.308800] pnp 00:01: [io  0x002e-0x002f]
[    0.308801] pnp 00:01: [io  0x0030-0x0031]
[    0.308803] pnp 00:01: [io  0x0034-0x0035]
[    0.308804] pnp 00:01: [io  0x0038-0x0039]
[    0.308806] pnp 00:01: [io  0x003c-0x003d]
[    0.308807] pnp 00:01: [io  0x004e-0x004f]
[    0.308809] pnp 00:01: [io  0x0050-0x0053]
[    0.308810] pnp 00:01: [io  0x0063]
[    0.308811] pnp 00:01: [io  0x0065]
[    0.308813] pnp 00:01: [io  0x0067]
[    0.308814] pnp 00:01: [io  0x0072-0x0077]
[    0.308816] pnp 00:01: [io  0x0080]
[    0.308817] pnp 00:01: [io  0x0090-0x009f]
[    0.308818] pnp 00:01: [io  0x00a4-0x00a5]
[    0.308820] pnp 00:01: [io  0x00a8-0x00a9]
[    0.308821] pnp 00:01: [io  0x00ac-0x00ad]
[    0.308823] pnp 00:01: [io  0x00b0-0x00b5]
[    0.308824] pnp 00:01: [io  0x00b8-0x00b9]
[    0.308826] pnp 00:01: [io  0x00bc-0x00bd]
[    0.308827] pnp 00:01: [io  0x04d0-0x04d1]
[    0.308828] pnp 00:01: [io  0x0800-0x080f]
[    0.308830] pnp 00:01: [io  0x1000-0x107f]
[    0.308832] pnp 00:01: [io  0x1180-0x11bf]
[    0.308834] pnp 00:01: [io  0xfe00]
[    0.308836] pnp 00:01: [mem 0xe0000000-0xefffffff]
[    0.308837] pnp 00:01: [mem 0xfe710000-0xfe710fff]
[    0.308839] pnp 00:01: [mem 0xfe711000-0xfe711fff]
[    0.308841] pnp 00:01: [mem 0xfe713000-0xfe713fff]
[    0.308842] pnp 00:01: [mem 0xfc000000-0xfcffffff]
[    0.308844] pnp 00:01: [mem 0xfee00000-0xfeefffff]
[    0.308845] pnp 00:01: [mem 0xfe800000-0xfe9fffff]
[    0.308847] pnp 00:01: [mem 0xfeb00000-0xfebfffff]
[    0.308849] pnp 00:01: [mem 0xfed20000-0xfed44fff]
[    0.308850] pnp 00:01: [mem 0xfed45000-0xfed8ffff]
[    0.308930] system 00:01: [io  0x04d0-0x04d1] has been reserved
[    0.308932] system 00:01: [io  0x0800-0x080f] has been reserved
[    0.308935] system 00:01: [io  0x1000-0x107f] has been reserved
[    0.308937] system 00:01: [io  0x1180-0x11bf] has been reserved
[    0.308940] system 00:01: [io  0xfe00] has been reserved
[    0.308943] system 00:01: [mem 0xe0000000-0xefffffff] has been reserved
[    0.308945] system 00:01: [mem 0xfe710000-0xfe710fff] has been reserved
[    0.308948] system 00:01: [mem 0xfe711000-0xfe711fff] has been reserved
[    0.308950] system 00:01: [mem 0xfe713000-0xfe713fff] has been reserved
[    0.308953] system 00:01: [mem 0xfc000000-0xfcffffff] has been reserved
[    0.308955] system 00:01: [mem 0xfee00000-0xfeefffff] could not be reserved
[    0.308957] system 00:01: [mem 0xfe800000-0xfe9fffff] has been reserved
[    0.308960] system 00:01: [mem 0xfeb00000-0xfebfffff] has been reserved
[    0.308962] system 00:01: [mem 0xfed20000-0xfed44fff] has been reserved
[    0.308964] system 00:01: [mem 0xfed45000-0xfed8ffff] has been reserved
[    0.308967] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.308976] pnp 00:02: [io  0x0000-0x001f]
[    0.308978] pnp 00:02: [io  0x0081-0x0091]
[    0.308979] pnp 00:02: [io  0x0093-0x009f]
[    0.308981] pnp 00:02: [io  0x00c0-0x00df]
[    0.308983] pnp 00:02: [dma 4]
[    0.309008] pnp 00:02: Plug and Play ACPI device, IDs PNP0200 (active)
[    0.309016] pnp 00:03: [io  0x00f0-0x00fe]
[    0.309025] pnp 00:03: [irq 13]
[    0.309049] pnp 00:03: Plug and Play ACPI device, IDs PNP0c04 (active)
[    0.309110] pnp 00:04: [irq 0 disabled]
[    0.309115] pnp 00:04: [irq 8]
[    0.309117] pnp 00:04: [mem 0xfed00000-0xfed003ff]
[    0.309143] pnp 00:04: Plug and Play ACPI device, IDs PNP0103 (active)
[    0.309167] pnp 00:05: [io  0x0070-0x0071]
[    0.309194] pnp 00:05: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.309201] pnp 00:06: [io  0x0061]
[    0.309226] pnp 00:06: Plug and Play ACPI device, IDs PNP0800 (active)
[    0.309460] pnp 00:07: [io  0x03f8-0x03ff]
[    0.309466] pnp 00:07: [irq 4]
[    0.309527] pnp 00:07: Plug and Play ACPI device, IDs PNP0501 (active)
[    0.309540] pnp 00:08: [io  0x0ca2-0x0ca3]
[    0.309569] pnp 00:08: Plug and Play ACPI device, IDs IPI0001 (active)
[    0.309582] pnp 00:09: [io  0x0ca0-0x0ca1]
[    0.309610] pnp 00:09: Plug and Play ACPI device, IDs HPQ000b (active)
[    0.309622] pnp: PnP ACPI: found 10 devices
[    0.309624] ACPI: ACPI bus type pnp unregistered
[    0.316033] PCI: max bus depth: 2 pci_try_num: 3
[    0.316100] pci 0000:00:01.0: BAR 15: assigned [mem 0x80000000-0x800fffff pref]
[    0.316103] pci 0000:00:1c.0: BAR 15: assigned [mem 0x80100000-0x801fffff pref]
[    0.316105] pci 0000:00:1c.7: BAR 14: assigned [mem 0x80200000-0x803fffff]
[    0.316108] pci 0000:00:1c.7: BAR 15: assigned [mem 0x80400000-0x805fffff 64bit pref]
[    0.316111] pci 0000:00:1c.7: BAR 13: assigned [io  0x4000-0x4fff]
[    0.316113] pci 0000:00:1c.6: BAR 13: assigned [io  0x5000-0x5fff]
[    0.316115] pci 0000:00:1c.5: BAR 15: assigned [mem 0x80600000-0x807fffff 64bit pref]
[    0.316118] pci 0000:00:1c.5: BAR 13: assigned [io  0x6000-0x6fff]
[    0.316120] pci 0000:00:1c.4: BAR 15: assigned [mem 0x80800000-0x809fffff 64bit pref]
[    0.316123] pci 0000:00:1c.4: BAR 13: assigned [io  0x7000-0x7fff]
[    0.316126] pci 0000:00:1c.0: BAR 15: reassigned [mem 0x80a00000-0x80cfffff pref]
[    0.316129] pci 0000:01:00.0: BAR 15: assigned [mem 0x80000000-0x800fffff pref]
[    0.316131] pci 0000:02:08.0: BAR 6: assigned [mem 0x80000000-0x800fffff pref]
[    0.316133] pci 0000:01:00.0: PCI bridge to [bus 02-02]
[    0.316136] pci 0000:01:00.0:   bridge window [io  0x2000-0x2fff]
[    0.316143] pci 0000:01:00.0:   bridge window [mem 0xdec00000-0xdecfffff]
[    0.316148] pci 0000:01:00.0:   bridge window [mem 0x80000000-0x800fffff pref]
[    0.316156] pci 0000:00:01.0: PCI bridge to [bus 01-02]
[    0.316158] pci 0000:00:01.0:   bridge window [io  0x2000-0x2fff]
[    0.316161] pci 0000:00:01.0:   bridge window [mem 0xdeb00000-0xdecfffff]
[    0.316163] pci 0000:00:01.0:   bridge window [mem 0x80000000-0x800fffff pref]
[    0.316167] pci 0000:10:00.0: BAR 15: assigned [mem 0x80a00000-0x80afffff pref]
[    0.316170] pci 0000:11:08.0: BAR 6: assigned [mem 0x80a00000-0x80afffff pref]
[    0.316172] pci 0000:10:00.0: PCI bridge to [bus 11-11]
[    0.316175] pci 0000:10:00.0:   bridge window [io  0x3000-0x3fff]
[    0.316184] pci 0000:10:00.0:   bridge window [mem 0xdee00000-0xdeefffff]
[    0.316190] pci 0000:10:00.0:   bridge window [mem 0x80a00000-0x80afffff pref]
[    0.316200] pci 0000:00:1c.0: PCI bridge to [bus 10-11]
[    0.316203] pci 0000:00:1c.0:   bridge window [io  0x3000-0x3fff]
[    0.316207] pci 0000:00:1c.0:   bridge window [mem 0xded00000-0xdeefffff]
[    0.316211] pci 0000:00:1c.0:   bridge window [mem 0x80a00000-0x80cfffff pref]
[    0.316216] pci 0000:00:1c.4: PCI bridge to [bus 20-20]
[    0.316219] pci 0000:00:1c.4:   bridge window [io  0x7000-0x7fff]
[    0.316223] pci 0000:00:1c.4:   bridge window [mem 0xdef00000-0xdeffffff]
[    0.316227] pci 0000:00:1c.4:   bridge window [mem 0x80800000-0x809fffff 64bit pref]
[    0.316232] pci 0000:00:1c.5: PCI bridge to [bus 22-22]
[    0.316235] pci 0000:00:1c.5:   bridge window [io  0x6000-0x6fff]
[    0.316239] pci 0000:00:1c.5:   bridge window [mem 0xdf000000-0xdf0fffff]
[    0.316243] pci 0000:00:1c.5:   bridge window [mem 0x80600000-0x807fffff 64bit pref]
[    0.316249] pci 0000:24:00.0: BAR 6: assigned [mem 0xde810000-0xde81ffff pref]
[    0.316251] pci 0000:00:1c.6: PCI bridge to [bus 24-24]
[    0.316253] pci 0000:00:1c.6:   bridge window [io  0x5000-0x5fff]
[    0.316258] pci 0000:00:1c.6:   bridge window [mem 0xde000000-0xde8fffff]
[    0.316262] pci 0000:00:1c.6:   bridge window [mem 0xdd000000-0xddffffff 64bit pref]
[    0.316267] pci 0000:00:1c.7: PCI bridge to [bus 26-26]
[    0.316269] pci 0000:00:1c.7:   bridge window [io  0x4000-0x4fff]
[    0.316274] pci 0000:00:1c.7:   bridge window [mem 0x80200000-0x803fffff]
[    0.316277] pci 0000:00:1c.7:   bridge window [mem 0x80400000-0x805fffff 64bit pref]
[    0.316283] pci 0000:00:1e.0: PCI bridge to [bus 30-30]
[    0.316303] pci 0000:00:01.0: setting latency timer to 64
[    0.316311] pci 0000:01:00.0: setting latency timer to 64
[    0.316321] pci 0000:00:1c.0: setting latency timer to 64
[    0.316332] pci 0000:10:00.0: setting latency timer to 64
[    0.316339] pci 0000:00:1c.4: setting latency timer to 64
[    0.316345] pci 0000:00:1c.5: setting latency timer to 64
[    0.316353] pci 0000:00:1c.6: setting latency timer to 64
[    0.316358] pci 0000:00:1c.7: enabling device (0100 -> 0103)
[    0.316367] pci 0000:00:1c.7: setting latency timer to 64
[    0.316372] pci 0000:00:1e.0: setting latency timer to 64
[    0.316375] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
[    0.316377] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
[    0.316378] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[    0.316380] pci_bus 0000:00: resource 7 [mem 0x7f800000-0xfdffffff]
[    0.316382] pci_bus 0000:01: resource 0 [io  0x2000-0x2fff]
[    0.316384] pci_bus 0000:01: resource 1 [mem 0xdeb00000-0xdecfffff]
[    0.316386] pci_bus 0000:01: resource 2 [mem 0x80000000-0x800fffff pref]
[    0.316387] pci_bus 0000:02: resource 0 [io  0x2000-0x2fff]
[    0.316389] pci_bus 0000:02: resource 1 [mem 0xdec00000-0xdecfffff]
[    0.316391] pci_bus 0000:02: resource 2 [mem 0x80000000-0x800fffff pref]
[    0.316393] pci_bus 0000:10: resource 0 [io  0x3000-0x3fff]
[    0.316394] pci_bus 0000:10: resource 1 [mem 0xded00000-0xdeefffff]
[    0.316396] pci_bus 0000:10: resource 2 [mem 0x80a00000-0x80cfffff pref]
[    0.316398] pci_bus 0000:11: resource 0 [io  0x3000-0x3fff]
[    0.316399] pci_bus 0000:11: resource 1 [mem 0xdee00000-0xdeefffff]
[    0.316401] pci_bus 0000:11: resource 2 [mem 0x80a00000-0x80afffff pref]
[    0.316403] pci_bus 0000:20: resource 0 [io  0x7000-0x7fff]
[    0.316405] pci_bus 0000:20: resource 1 [mem 0xdef00000-0xdeffffff]
[    0.316406] pci_bus 0000:20: resource 2 [mem 0x80800000-0x809fffff 64bit pref]
[    0.316408] pci_bus 0000:22: resource 0 [io  0x6000-0x6fff]
[    0.316410] pci_bus 0000:22: resource 1 [mem 0xdf000000-0xdf0fffff]
[    0.316412] pci_bus 0000:22: resource 2 [mem 0x80600000-0x807fffff 64bit pref]
[    0.316414] pci_bus 0000:24: resource 0 [io  0x5000-0x5fff]
[    0.316415] pci_bus 0000:24: resource 1 [mem 0xde000000-0xde8fffff]
[    0.316417] pci_bus 0000:24: resource 2 [mem 0xdd000000-0xddffffff 64bit pref]
[    0.316419] pci_bus 0000:26: resource 0 [io  0x4000-0x4fff]
[    0.316421] pci_bus 0000:26: resource 1 [mem 0x80200000-0x803fffff]
[    0.316423] pci_bus 0000:26: resource 2 [mem 0x80400000-0x805fffff 64bit pref]
[    0.316425] pci_bus 0000:30: resource 4 [io  0x0000-0x0cf7]
[    0.316426] pci_bus 0000:30: resource 5 [io  0x0d00-0xffff]
[    0.316428] pci_bus 0000:30: resource 6 [mem 0x000a0000-0x000bffff]
[    0.316430] pci_bus 0000:30: resource 7 [mem 0x7f800000-0xfdffffff]
[    0.316476] NET: Registered protocol family 2
[    0.316554] IP route cache hash table entries: 65536 (order: 7, 524288 bytes)
[    0.316984] TCP established hash table entries: 262144 (order: 10, 4194304 bytes)
[    0.318146] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    0.318438] TCP: Hash tables configured (established 262144 bind 65536)
[    0.318440] TCP reno registered
[    0.318446] UDP hash table entries: 1024 (order: 3, 32768 bytes)
[    0.318459] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)
[    0.318561] NET: Registered protocol family 1
[    0.318698] pci 0000:24:00.0: Boot video device
[    0.318702] PCI: CLS 32 bytes, default 64
[    0.318747] Unpacking initramfs...
[    0.405573] Freeing initrd memory: 4788k freed
[    0.406554] Simple Boot Flag at 0x38 set to 0x1
[    0.406929] audit: initializing netlink socket (disabled)
[    0.406940] type=2000 audit(1374504879.272:1): initialized
[    0.418871] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    0.419348] VFS: Disk quotas dquot_6.5.2
[    0.419370] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.419429] msgmni has been set to 4005
[    0.419574] alg: No test for stdrng (krng)
[    0.419599] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[    0.419602] io scheduler noop registered
[    0.419603] io scheduler deadline registered
[    0.419615] io scheduler cfq registered (default)
[    0.419688] pcieport 0000:00:01.0: setting latency timer to 64
[    0.419714] pcieport 0000:00:01.0: irq 40 for MSI/MSI-X
[    0.419953] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    0.419970] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    0.419971] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.420204] vesafb: mode is 800x600x16, linelength=1600, pages=7
[    0.420205] vesafb: scrolling: redraw
[    0.420207] vesafb: Truecolor: size=0:5:6:5, shift=0:11:5:0
[    0.420338] vesafb: framebuffer at 0xdd000000, mapped to 0xffffc90003980000, using 1875k, total 8128k
[    0.489793] Console: switching to colour frame buffer device 100x37
[    0.558750] fb0: VESA VGA frame buffer device
[    0.558761] intel_idle: MWAIT substates: 0x1120
[    0.558762] intel_idle: v0.4 model 0x25
[    0.558763] intel_idle: lapic_timer_reliable_states 0xffffffff
[    0.558797] APEI: Can not request iomem region <000000007f7adebc-000000007f7adebe> for GARs.
[    0.560589] GHES: HEST is not enabled!
[    0.560636] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    0.581091] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    0.638790] 00:07: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    0.639023] Linux agpgart interface v0.103
[    0.639119] i8042: PNP: No PS/2 controller found. Probing ports directly.
[    1.404718] Refined TSC clocksource calibration: 2792.982 MHz.
[    1.404721] Switching to clocksource tsc
[    1.669929] i8042: No controller found
[    1.670782] mousedev: PS/2 mouse device common for all mice
[    1.670813] rtc_cmos 00:05: RTC can wake from S4
[    1.670912] rtc_cmos 00:05: rtc core: registered rtc_cmos as rtc0
[    1.670942] rtc0: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    1.670979] cpuidle: using governor ladder
[    1.671015] cpuidle: using governor menu
[    1.671161] TCP cubic registered
[    1.671270] NET: Registered protocol family 10
[    1.671760] Mobile IPv6
[    1.671762] NET: Registered protocol family 17
[    1.671765] Registering the dns_resolver key type
[    1.672132] PM: Hibernation image not present or could not be loaded.
[    1.672142] registered taskstats version 1
[    1.672681] rtc_cmos 00:05: setting system clock to 2013-07-22 14:54:40 UTC (1374504880)
[    1.672717] Initializing network drop monitor service
[    1.673822] Freeing unused kernel memory: 576k freed
[    1.673923] Write protecting the kernel read-only data: 6144k
[    1.676146] Freeing unused kernel memory: 652k freed
[    1.678488] Freeing unused kernel memory: 692k freed
[    1.702628] usbcore: registered new interface driver usbfs
[    1.702651] usbcore: registered new interface driver hub
[    1.709854] SCSI subsystem initialized
[    1.722701] usbcore: registered new device driver usb
[    1.723032] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.723081] ehci_hcd 0000:00:1a.0: setting latency timer to 64
[    1.723085] ehci_hcd 0000:00:1a.0: EHCI Host Controller
[    1.723106] ehci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 1
[    1.723133] ehci_hcd 0000:00:1a.0: debug port 2
[    1.727038] ehci_hcd 0000:00:1a.0: cache line size of 32 is not supported
[    1.731251] libata version 3.00 loaded.
[    1.733393] ehci_hcd 0000:00:1a.0: irq 16, io mem 0xdf102000
[    1.760222] ehci_hcd 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[    1.760393] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    1.760395] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.760397] usb usb1: Product: EHCI Host Controller
[    1.760399] usb usb1: Manufacturer: Linux 3.2.0-4-amd64 ehci_hcd
[    1.760400] usb usb1: SerialNumber: 0000:00:1a.0
[    1.760702] hub 1-0:1.0: USB hub found
[    1.760706] hub 1-0:1.0: 2 ports detected
[    1.760811] ehci_hcd 0000:00:1d.0: setting latency timer to 64
[    1.760814] ehci_hcd 0000:00:1d.0: EHCI Host Controller
[    1.760822] ehci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
[    1.760846] ehci_hcd 0000:00:1d.0: debug port 2
[    1.764720] ehci_hcd 0000:00:1d.0: cache line size of 32 is not supported
[    1.764739] ehci_hcd 0000:00:1d.0: irq 23, io mem 0xdf102400
[    1.780190] ehci_hcd 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[    1.780219] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[    1.780223] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.780226] usb usb2: Product: EHCI Host Controller
[    1.780229] usb usb2: Manufacturer: Linux 3.2.0-4-amd64 ehci_hcd
[    1.780232] usb usb2: SerialNumber: 0000:00:1d.0
[    1.780440] hub 2-0:1.0: USB hub found
[    1.780448] hub 2-0:1.0: 2 ports detected
[    1.780524] ahci 0000:00:1f.2: version 3.0
[    1.780580] ahci 0000:00:1f.2: irq 41 for MSI/MSI-X
[    1.796178] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 3 Gbps 0x3f impl RAID mode
[    1.796185] ahci 0000:00:1f.2: flags: 64bit ncq sntf led clo pmp pio slum part ems apst 
[    1.796192] ahci 0000:00:1f.2: setting latency timer to 64
[    1.836575] scsi0 : ahci
[    1.836739] scsi1 : ahci
[    1.837004] scsi2 : ahci
[    1.837162] scsi3 : ahci
[    1.837231] scsi4 : ahci
[    1.837288] scsi5 : ahci
[    1.837331] ata1: SATA max UDMA/133 abar m2048@0xdf101000 port 0xdf101100 irq 41
[    1.837334] ata2: SATA max UDMA/133 abar m2048@0xdf101000 port 0xdf101180 irq 41
[    1.837337] ata3: SATA max UDMA/133 abar m2048@0xdf101000 port 0xdf101200 irq 41
[    1.837340] ata4: SATA max UDMA/133 abar m2048@0xdf101000 port 0xdf101280 irq 41
[    1.837343] ata5: SATA max UDMA/133 abar m2048@0xdf101000 port 0xdf101300 irq 41
[    1.837346] ata6: SATA max UDMA/133 abar m2048@0xdf101000 port 0xdf101380 irq 41
[    2.071683] usb 1-1: new high-speed USB device number 2 using ehci_hcd
[    2.155539] ata6: SATA link down (SStatus 0 SControl 300)
[    2.155570] ata4: SATA link down (SStatus 0 SControl 300)
[    2.155607] ata3: SATA link down (SStatus 0 SControl 300)
[    2.203857] usb 1-1: New USB device found, idVendor=8087, idProduct=0020
[    2.203862] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    2.204257] hub 1-1:1.0: USB hub found
[    2.204446] hub 1-1:1.0: 6 ports detected
[    2.315258] usb 2-1: new high-speed USB device number 2 using ehci_hcd
[    2.327237] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    2.327258] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    2.327275] ata5: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    2.327958] ata1.00: failed to enable AA (error_mask=0x1)
[    2.329108] ata1.00: ATA-8: VB0160EAVEQ, HPG0, max UDMA/100
[    2.329110] ata1.00: 312581808 sectors, multi 0: LBA48 NCQ (depth 31/32)
[    2.329121] ata2.00: failed to enable AA (error_mask=0x1)
[    2.330273] ata2.00: ATA-8: VB0160EAVEQ, HPG0, max UDMA/100
[    2.330276] ata2.00: 312581808 sectors, multi 0: LBA48 NCQ (depth 31/32)
[    2.330286] ata5.00: ATAPI: DV-18S-A, B.0C, max UDMA/100
[    2.330953] ata1.00: failed to enable AA (error_mask=0x1)
[    2.332112] ata1.00: configured for UDMA/100
[    2.332387] scsi 0:0:0:0: Direct-Access     ATA      VB0160EAVEQ      HPG0 PQ: 0 ANSI: 5
[    2.332396] ata2.00: failed to enable AA (error_mask=0x1)
[    2.332407] ata2.00: configured for UDMA/100
[    2.333694] scsi 1:0:0:0: Direct-Access     ATA      VB0160EAVEQ      HPG0 PQ: 0 ANSI: 5
[    2.334167] ata5.00: configured for UDMA/100
[    2.346431] scsi 4:0:0:0: CD-ROM            TEAC     DV-18S-A         B.0C PQ: 0 ANSI: 5
[    2.349985] sd 0:0:0:0: [sda] 312581808 512-byte logical blocks: (160 GB/149 GiB)
[    2.350025] sd 0:0:0:0: [sda] Write Protect is off
[    2.350028] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    2.350043] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.350334] sd 1:0:0:0: [sdb] 312581808 512-byte logical blocks: (160 GB/149 GiB)
[    2.350369] sd 1:0:0:0: [sdb] Write Protect is off
[    2.350371] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[    2.350387] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.360784] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    2.360816] sd 1:0:0:0: Attached scsi generic sg1 type 0
[    2.360844] scsi 4:0:0:0: Attached scsi generic sg2 type 5
[    2.383011]  sda: sda1 sda2 sda3 < sda5 sda6 sda7 >
[    2.384227] sd 0:0:0:0: [sda] Attached SCSI disk
[    2.409395]  sdb: sdb1 sdb2 sdb3 < sdb5 sdb6 sdb7 >
[    2.410786] sd 1:0:0:0: [sdb] Attached SCSI disk
[    2.416621] sr0: scsi3-mmc drive: 62x/62x cd/rw xa/form2 cdda tray
[    2.416624] cdrom: Uniform CD-ROM driver Revision: 3.20
[    2.416844] sr 4:0:0:0: Attached scsi CD-ROM sr0
[    2.447422] usb 2-1: New USB device found, idVendor=8087, idProduct=0020
[    2.447429] usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    2.447820] hub 2-1:1.0: USB hub found
[    2.448002] hub 2-1:1.0: 8 ports detected
[    2.519042] usb 1-1.5: new low-speed USB device number 3 using ehci_hcd
[    2.622255] usb 1-1.5: New USB device found, idVendor=0666, idProduct=0101
[    2.622262] usb 1-1.5: New USB device strings: Mfr=0, Product=2, SerialNumber=0
[    2.622267] usb 1-1.5: Product: USB adapter for KVM device
[    2.640148] input: USB adapter for KVM device as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.5/1-1.5:1.0/input/input0
[    2.640209] generic-usb 0003:0666:0101.0001: input,hidraw0: USB HID v1.00 Keyboard [USB adapter for KVM device] on usb-0000:00:1a.0-1.5/input0
[    2.648971] input: USB adapter for KVM device as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.5/1-1.5:1.1/input/input1
[    2.649170] generic-usb 0003:0666:0101.0002: input,hidraw1: USB HID v1.00 Mouse [USB adapter for KVM device] on usb-0000:00:1a.0-1.5/input1
[    2.649197] usbcore: registered new interface driver usbhid
[    2.649200] usbhid: USB HID core driver
[    2.722710] usb 2-1.1: new full-speed USB device number 3 using ehci_hcd
[    2.816398] usb 2-1.1: New USB device found, idVendor=0000, idProduct=0000
[    2.816403] usb 2-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    2.816407] usb 2-1.1: Product: SE USB Device
[    2.816410] usb 2-1.1: Manufacturer: ServerEngines
[    2.816413] usb 2-1.1: SerialNumber: 601E19A164A084
[    2.818011] input: ServerEngines SE USB Device as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.1/2-1.1:1.0/input/input2
[    2.818092] generic-usb 0003:0000:0000.0003: input,hidraw2: USB HID v1.11 Keyboard [ServerEngines SE USB Device] on usb-0000:00:1d.0-1.1/input0
[    2.819208] input: ServerEngines SE USB Device as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.1/2-1.1:1.1/input/input3
[    2.819632] generic-usb 0003:0000:0000.0004: input,hidraw3: USB HID v1.11 Mouse [ServerEngines SE USB Device] on usb-0000:00:1d.0-1.1/input1
[    9.369540] Initializing USB Mass Storage driver...
[    9.369580] usbcore: registered new interface driver usb-storage
[    9.369581] USB Mass Storage support registered.
[   10.594470] ISO 9660 Extensions: Microsoft Joliet Level 3
[   10.596471] ISO 9660 Extensions: RRIP_1991A
[   30.932411] tg3.c:v3.121 (November 2, 2011)
[   30.932444] tg3 0000:20:00.0: setting latency timer to 64
[   30.964032] Fusion MPT base driver 3.04.20
[   30.964035] Copyright (c) 1999-2008 LSI Corporation
[   30.964864] Fusion MPT SPI Host driver 3.04.20
[   30.969057] tg3 0000:20:00.0: eth0: Tigon3 [partno(BCM95723) rev 5784100] (PCI Express) MAC address b4:99:ba:5c:76:e8
[   30.969061] tg3 0000:20:00.0: eth0: attached PHY is 5784 (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[0])
[   30.969064] tg3 0000:20:00.0: eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[1] TSOcap[1]
[   30.969067] tg3 0000:20:00.0: eth0: dma_rwctrl[76180000] dma_mask[64-bit]
[   30.969154] tg3 0000:22:00.0: setting latency timer to 64
[   30.971057] mptbase: ioc0: Initiating bringup
[   31.074180] tg3 0000:22:00.0: eth1: Tigon3 [partno(BCM95723) rev 5784100] (PCI Express) MAC address b4:99:ba:5c:76:e9
[   31.074184] tg3 0000:22:00.0: eth1: attached PHY is 5784 (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[0])
[   31.074187] tg3 0000:22:00.0: eth1: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[0] TSOcap[1]
[   31.074189] tg3 0000:22:00.0: eth1: dma_rwctrl[76180000] dma_mask[64-bit]
[   31.536688] ioc0: LSI53C1020A A1: Capabilities={Initiator,Target}
[   32.032565] scsi6 : ioc0: LSI53C1020A A1, FwRev=01032700h, Ports=1, MaxQ=255, IRQ=16
[   32.668638] mptbase: ioc1: Initiating bringup
[   33.153890] ioc1: LSI53C1020A A1: Capabilities={Initiator,Target}
[   33.649816] scsi7 : ioc1: LSI53C1020A A1, FwRev=01032700h, Ports=1, MaxQ=255, IRQ=16
[   33.670689] scsi 6:0:4:0: Direct-Access                               R0.0 PQ: 0 ANSI: 3
[   33.670696] scsi 6:0:4:0: Information Units disabled by blacklist
[   33.670708] scsi target6:0:4: Beginning Domain Validation
[   33.678920] scsi target6:0:4: Ending Domain Validation
[   33.679044] scsi target6:0:4: FAST-80 WIDE SCSI 160.0 MB/s DT (12.5 ns, offset 127)
[   33.837297] scsi 6:0:5:0: Sequential-Access CERTANCE ULTRIUM 3        1770 PQ: 0 ANSI: 4
[   33.837311] scsi target6:0:5: Beginning Domain Validation
[   34.166687] scsi target6:0:5: Domain Validation skipping write tests
[   34.166692] scsi target6:0:5: Ending Domain Validation
[   34.166842] scsi target6:0:5: FAST-80 WIDE SCSI 160.0 MB/s DT (12.5 ns, offset 127)
[   34.538134] scsi 7:0:1:0: Direct-Access     RaidWeb. Com              R0.0 PQ: 0 ANSI: 4
[   34.538148] scsi target7:0:1: Beginning Domain Validation
[   34.546385] scsi target7:0:1: Ending Domain Validation
[   34.546521] scsi target7:0:1: FAST-80 WIDE SCSI 160.0 MB/s DT (12.5 ns, offset 127)
[   34.548027] scsi 7:0:1:1: Direct-Access     RaidWeb. Com              R0.0 PQ: 0 ANSI: 4
[   34.548979] scsi 7:0:1:2: Direct-Access     RaidWeb. Com              R0.0 PQ: 0 ANSI: 4
[   34.549922] scsi 7:0:1:3: Direct-Access     RaidWeb. Com              R0.0 PQ: 0 ANSI: 4
[   35.486070] tg3 0000:22:00.0: irq 42 for MSI/MSI-X
[   36.257037] ADDRCONF(NETDEV_UP): eth1: link is not ready
[   36.417713] sd 6:0:4:0: Attached scsi generic sg3 type 0
[   36.418123] scsi 6:0:5:0: Attached scsi generic sg4 type 1
[   36.420699] st: Version 20101219, fixed bufsize 32768, s/g segs 256
[   36.421146] st 6:0:5:0: Attached scsi tape st0
[   36.421148] st 6:0:5:0: st0: try direct i/o: yes (alignment 512 B)
[   36.996288] sd 6:0:4:0: [sdc] 4294950912 512-byte logical blocks: (2.19 TB/1.99 TiB)
[   36.996549] sd 6:0:4:0: [sdc] Write Protect is off
[   36.996552] sd 6:0:4:0: [sdc] Mode Sense: bf 00 00 08
[   36.996964] sd 6:0:4:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   36.998360]  sdc: sdc1
[   36.999426] sd 6:0:4:0: [sdc] Attached SCSI disk
[   36.999808] osst :I: Tape driver with OnStream support version 0.99.4
[   36.999809] osst :I: $Id: osst.c,v 1.73 2005/01/01 21:13:34 wriede Exp $
[   37.973983] pcieport 0000:00:1c.5: wake-up capability enabled by ACPI
[   37.990914] tg3 0000:20:00.0: irq 42 for MSI/MSI-X
[   38.053180] ADDRCONF(NETDEV_UP): eth0: link is not ready
[   38.114094] pcieport 0000:00:1c.4: wake-up capability enabled by ACPI
[   38.553057] sd 7:0:1:0: Attached scsi generic sg5 type 0
[   38.553402] sd 7:0:1:1: Attached scsi generic sg6 type 0
[   38.553558] sd 7:0:1:0: [sdd] 4294950912 512-byte logical blocks: (2.19 TB/1.99 TiB)
[   38.553799] sd 7:0:1:2: Attached scsi generic sg7 type 0
[   38.553844] sd 7:0:1:0: [sdd] Write Protect is off
[   38.553847] sd 7:0:1:0: [sdd] Mode Sense: bf 00 00 08
[   38.554025] sd 7:0:1:3: Attached scsi generic sg8 type 0
[   38.554452] sd 7:0:1:1: [sde] Write Protect is off
[   38.554455] sd 7:0:1:1: [sde] Mode Sense: 1f 00 00 08
[   38.554582] sd 7:0:1:0: [sdd] Got wrong page
[   38.554584] sd 7:0:1:0: [sdd] Assuming drive cache: write through
[   38.554702] sd 7:0:1:2: [sdf] Write Protect is off
[   38.554705] sd 7:0:1:2: [sdf] Mode Sense: bf 00 00 08
[   38.554885] sd 7:0:1:3: [sdg] Write Protect is off
[   38.554887] sd 7:0:1:3: [sdg] Mode Sense: 1f 00 00 08
[   38.555348] sd 7:0:1:2: [sdf] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   38.555434] sd 7:0:1:1: [sde] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   38.555573] sd 7:0:1:3: [sdg] Got wrong page
[   38.555575] sd 7:0:1:3: [sdg] Assuming drive cache: write through
[   38.555976] sd 7:0:1:0: [sdd] Write Protect is on
[   38.555978] sd 7:0:1:0: [sdd] Mode Sense: 97 26 ff ff
[   38.556035] sd 7:0:1:2: [sdf] 4294950912 512-byte logical blocks: (2.19 TB/1.99 TiB)
[   38.556550] sd 7:0:1:0: [sdd] Got wrong page
[   38.556553] sd 7:0:1:0: [sdd] Assuming drive cache: write through
[   38.557103]  sdd: sdd1
[   38.557123] sdf: detected capacity change from 1640677511680 to 2199014866944
[   38.557366] sd 7:0:1:3: [sdg] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   38.557369] sdg: detected capacity change from 1297080128000 to 1640677511680
[   38.558684]  sdf: sdf1
[   38.559374]  sde: sde1
[   38.559377] sde: p1 size 4294945557 extends beyond EOD, enabling native capacity
[   38.560319] sd 7:0:1:2: [sdf] Unsupported sector size 989856062.
[   38.560326] sd 7:0:1:2: [sdf] 0 512-byte logical blocks: (0 B/0 B)
[   38.560330] sd 7:0:1:2: [sdf] 989856062-byte physical blocks
[   38.560893]  sdg: sdg1
[   38.561479] sd 7:0:1:0: [sdd] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   38.561483] sd 7:0:1:0: [sdd] Attached SCSI disk
[   38.562204] sd 7:0:1:3: [sdg] 2535931904 512-byte logical blocks: (1.29 TB/1.18 TiB)
[   38.562361] sd 7:0:1:2: [sdf] Attached SCSI disk
[   38.562623] sde: detected capacity change from 266287976960 to 1640677511680
[   38.563861] sd 7:0:1:3: [sdg] Attached SCSI disk
[   38.564137]  sde: sde1
[   38.564140] sde: p1 size 4294945557 extends beyond EOD, truncated
[   38.564990] sd 7:0:1:1: [sde] 4294950912 512-byte logical blocks: (2.19 TB/1.99 TiB)
[   38.565818] sd 7:0:1:1: [sde] Attached SCSI disk
[   39.582868] tg3 0000:20:00.0: irq 42 for MSI/MSI-X
[   39.645084] ADDRCONF(NETDEV_UP): eth0: link is not ready
[   41.595444] tg3 0000:20:00.0: eth0: Link is up at 100 Mbps, half duplex
[   41.595447] tg3 0000:20:00.0: eth0: Flow control is off for TX and off for RX
[   41.595590] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[  135.325246] tg3 0000:20:00.0: irq 42 for MSI/MSI-X
[  135.387751] ADDRCONF(NETDEV_UP): eth0: link is not ready
[  137.316915] tg3 0000:20:00.0: eth0: Link is up at 100 Mbps, half duplex
[  137.316918] tg3 0000:20:00.0: eth0: Flow control is off for TX and off for RX
[  137.317062] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[  147.827453] eth0: no IPv6 routers present
[  181.366652] SGI XFS with ACLs, security attributes, realtime, large block/inode numbers, no debug enabled
[  181.366960] SGI XFS Quota Management subsystem
[  187.407590] attempt to access beyond end of device
[  187.407596] sde1: rw=32, want=4294945536, limit=3204448202
[  187.407602] XFS (sde1): last sector read failed
[  400.151811] XFS (sdc1): Mounting Filesystem
[  400.364245] XFS (sdc1): Ending clean mount
[  515.784322] XFS (sdd1): Mounting Filesystem
[  519.472273] XFS (sdd1): Ending clean mount
[  531.524209] attempt to access beyond end of device
[  531.524215] sde1: rw=32, want=4294945536, limit=3204448202
[  531.524221] XFS (sde1): last sector read failed
[  534.830509] isofs_fill_super: bread failed, dev=sdf1, iso_blknum=16, block=32
[  537.617977] XFS (sdg1): Mounting Filesystem
[  539.102387] XFS (sdg1): Ending clean mount

--- End Message ---
--- Begin Message ---
Hi

This bug was filed for a very old kernel or the bug is old itself
without resolution.

If you can reproduce it with

- the current version in unstable/testing
- the latest kernel from backports

please reopen the bug, see https://www.debian.org/Bugs/server-control
for details.

Regards,
Salvatore

--- End Message ---

Reply to: