linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Niel Lambrechts <niel.lambrechts@gmail.com>
To: Alan Cox <alan@lxorguk.ukuu.org.uk>
Cc: Tejun Heo <tj@kernel.org>, "linux.kernel" <linux-kernel@vger.kernel.org>
Subject: Re: 2.6.29 regression: ATA bus errors on resume
Date: Tue, 26 May 2009 00:06:03 +0200	[thread overview]
Message-ID: <4A1B164B.1010108@gmail.com> (raw)
In-Reply-To: <20090525091534.13ae103c@lxorguk.ukuu.org.uk>

[-- Attachment #1: Type: text/plain, Size: 4682 bytes --]

On 05/25/2009 10:15 AM, Alan Cox wrote:
>> something to the cdrom which is attached to ata2.  Something very
>> fishy is going on there.  Sounds like an electric or some sort of
>> interference problem but I'm not sure.  :-(
>>      
> I'm just wondering what happens on a resume if a phy change event is seen
> by the phy before or during the time registers (such as the port mappings
> on an ICH) are being restored (or not restored even). That seems to be one
> way you could get an event on the wrong port

I've tested all of the kernels I have again since 2.6.29.4 also came out 
just recently. I did a hibernate/resume for each in the console, then 
repeated the same in X, then continued to the next kernel.

The 2.6.29.4 log is much larger, since some other badness happened there 
- there is a large kernel trace in there as my first X hibernation 
attempt failed and came back to X after a few seconds. The system seemed 
functional, it did not keep generating kernel messages - when I then 
retried a hibernate it worked, along with the resume. Another unrelated 
bug perhaps?

As for "hard resetting link" messages, they seemed to always happen 
under X the times I tried it.

Kernel       EXT4-errors?    Console:ata1 reset?    
Console:ata2-reset?    X:ata1 reset?    X:ata2 reset?
2.6.28.10    No              no                     yes                
     yes              no
2.6.29.4*    No              no                     no                
      no               no
2.6.29.4**   No              -                      -                   
    yes              no
2.6.30-rc6   Yes             -                      -                   
    yes              no
2.6.30-rc6   No              no                     no                   
   yes              no

* Xorg hibernation attempt failed.
* Xorg Second hibernation attempt (no extra reboot)

I also did a side by side comparison of the messages I have for 
2.6.30-rc6, the one with EXT4 errors I reported on yesterday, and 
another one that worked just fine tonight. I stripped all time-stamps 
and some pulseaudio messages from the bad one and attached them here, 
and also saved the full messages for each kernel to 
http://bugzilla.kernel.org/show_bug.cgi?id=13017 .

Since analysing the code-path is still a bit beyond me, I'll leave you 
with a little summary of the differences I notice.

A = 2.6.30-rc6 (EXT4 clean)
B = 2.6.30-rc6 (EXT4 errors triggered)

# B first does an ata2 ACPI cmd, A starts with ata1. Only a slight 
sequence difference, output is the same.
B: linux-7vph kernel: ata2.00: ACPI cmd e3/00:1f:00:00:00:a0 succeeded

# The main difference appears:
A:linux-7vph kernel: Restarting tasks ... done.
B:linux-7vph kernel: Restarting tasks ... <3>ata1.00: exception Emask 
0x10 SAct 0x1f SErr 0x50000 action 0xe frozen

# A first shows "done", then only followed by a frozen message, but with 
a different SAct value:
A:linux-7vph kernel: ata1.00: exception Emask 0x10 SAct 0x1ff SErr 
0x50000 action 0xe frozen

# Both then have:
linux-7vph kernel: ata1.00: irq_stat 0x00400008, PHY RDY changed

# from there, A seems to have a little extra sequence:
linux-7vph kernel: ata1.00: cmd 60/08:00:ef:fc:48/00:00:0b:00:00/40 tag 
0 ncq 4096 in
linux-7vph kernel:          res 50/00:38:97:7f:e6/00:00:0b:00:00/40 
Emask 0x10 (ATA bus error)
linux-7vph kernel: ata1.00: status: { DRDY }
linux-7vph kernel: ata1.00: cmd 60/08:08:97:d5:69/00:00:0e:00:00/40 tag 
1 ncq 4096 in
linux-7vph kernel:          res 50/00:38:97:7f:e6/00:00:0b:00:00/40 
Emask 0x10 (ATA bus error)
linux-7vph kernel: ata1.00: status: { DRDY }
linux-7vph kernel: ata1.00: cmd 60/30:10:8f:5f:56/00:00:0f:00:00/40 tag 
2 ncq 24576 in
linux-7vph kernel:          res 50/00:38:97:7f:e6/00:00:0b:00:00/40 
Emask 0x10 (ATA bus error)
linux-7vph kernel: ata1.00: status: { DRDY }
linux-7vph kernel: ata1.00: cmd 60/10:18:c7:5f:56/00:00:0f:00:00/40 tag 
3 ncq 8192 in
linux-7vph kernel:          res 50/00:38:97:7f:e6/00:00:0b:00:00/40 
Emask 0x10 (ATA bus error)
linux-7vph kernel: ata1.00: status: { DRDY }
linux-7vph kernel: ata1.00: cmd 60/10:20:ff:5f:56/00:00:0f:00:00/40 tag 
4 ncq 8192 in
linux-7vph kernel:          res 50/00:38:97:7f:e6/00:00:0b:00:00/40 
Emask 0x10 (ATA bus error)

# B only then shows:
B:linux-7vph kernel: done.

# soon after, B spirals into errors:
linux-7vph kernel: XXX scsi_eh_flush_done_q: online=1(2) noretry=2 
retries=0 allowed=5
linux-7vph kernel: scsi_eh_0: flush finish cmd: f6838ec0
linux-7vph kernel: sd 0:0:0:0: [sda] Result: hostbyte=DID_OK 
driverbyte=DRIVER_SENSE
linux-7vph kernel: sd 0:0:0:0: [sda] Sense Key : Aborted Command 
[current] [descriptor]

Hope this helps.

Niel





[-- Attachment #2: fmt.messages.2.6.30-rc6-pae.ext4-errors.txt --]
[-- Type: text/plain, Size: 15439 bytes --]

linux-7vph kernel: PM: Shrinking memory...  done (98443 pages freed)
linux-7vph kernel: PM: Freed 393772 kbytes in 3.23 seconds (121.91 MB/s)
linux-7vph kernel: Suspending console(s) (use no_console_suspend to debug)
linux-7vph kernel: sd 0:0:0:0: [sda] Synchronizing SCSI cache
linux-7vph kernel: ACPI handle has no context!
linux-7vph kernel: ata1: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
linux-7vph kernel: ata2: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
linux-7vph kernel: ehci_hcd 0000:00:1d.7: PCI INT D disabled
linux-7vph kernel: ehci_hcd 0000:00:1d.7: PME# disabled
linux-7vph kernel: uhci_hcd 0000:00:1d.2: PCI INT C disabled
linux-7vph kernel: uhci_hcd 0000:00:1d.1: PCI INT B disabled
linux-7vph kernel: uhci_hcd 0000:00:1d.0: PCI INT A disabled
linux-7vph kernel: HDA Intel 0000:00:1b.0: PCI INT B disabled
linux-7vph kernel: ehci_hcd 0000:00:1a.7: PCI INT D disabled
linux-7vph kernel: ehci_hcd 0000:00:1a.7: PME# disabled
linux-7vph kernel: uhci_hcd 0000:00:1a.2: PCI INT C disabled
linux-7vph kernel: uhci_hcd 0000:00:1a.1: PCI INT B disabled
linux-7vph kernel: uhci_hcd 0000:00:1a.0: PCI INT A disabled
linux-7vph kernel: e1000e 0000:00:19.0: PCI INT A disabled
linux-7vph kernel: e1000e 0000:00:19.0: PME# enabled
linux-7vph kernel: e1000e 0000:00:19.0: wake-up capability enabled by ACPI
linux-7vph kernel: ACPI: Preparing to enter system sleep state S4
linux-7vph kernel: PM: Saving platform NVS memory
linux-7vph kernel: Disabling non-boot CPUs ...
linux-7vph kernel: CPU 1 is now offline
linux-7vph kernel: SMP alternatives: switching to UP code
linux-7vph kernel: CPU0 attaching NULL sched-domain.
linux-7vph kernel: CPU1 attaching NULL sched-domain.
linux-7vph kernel: CPU0 attaching NULL sched-domain.
linux-7vph kernel: CPU1 is down
linux-7vph kernel: Extended CMOS year: 2000
linux-7vph kernel: PM: Creating hibernation image:
linux-7vph kernel: PM: Need to copy 124750 pages
linux-7vph kernel: x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
linux-7vph kernel: Intel machine check architecture supported.
linux-7vph kernel: Intel machine check reporting enabled on CPU#0.
linux-7vph kernel: PM: Restoring platform NVS memory
linux-7vph kernel: Extended CMOS year: 2000
linux-7vph kernel: Enabling non-boot CPUs ...
linux-7vph kernel: SMP alternatives: switching to SMP code
linux-7vph kernel: Booting processor 1 APIC 0x1 ip 0x6000
linux-7vph kernel: Initializing CPU#1
linux-7vph kernel: Calibrating delay using timer specific routine.. 5054.05 BogoMIPS (lpj=10108117)
linux-7vph kernel: CPU: L1 I cache: 32K, L1 D cache: 32K
linux-7vph kernel: CPU: L2 cache: 6144K
linux-7vph kernel: CPU: Physical Processor ID: 0
linux-7vph kernel: CPU: Processor Core ID: 1
linux-7vph kernel: Intel machine check architecture supported.
linux-7vph kernel: Intel machine check reporting enabled on CPU#1.
linux-7vph kernel: x86 PAT enabled: cpu 1, old 0x7040600070406, new 0x7010600070106
linux-7vph kernel: CPU1: Intel(R) Core(TM)2 Duo CPU     T9400  @ 2.53GHz stepping 06
linux-7vph kernel: CPU0 attaching NULL sched-domain.
linux-7vph kernel: Switched to high resolution mode on CPU 1
linux-7vph kernel: CPU0 attaching sched-domain:
linux-7vph kernel:  domain 0: span 0-1 level MC
linux-7vph kernel:   groups: 0 1
linux-7vph kernel:   domain 1: span 0-1 level CPU
linux-7vph kernel:    groups: 0-1 (__cpu_power = 2048)
linux-7vph kernel: CPU1 attaching sched-domain:
linux-7vph kernel:  domain 0: span 0-1 level MC
linux-7vph kernel:   groups: 1 0
linux-7vph kernel:   domain 1: span 0-1 level CPU
linux-7vph kernel:    groups: 0-1 (__cpu_power = 2048)
linux-7vph kernel: microcode: failed to init CPU1
linux-7vph kernel: CPU1 is up
linux-7vph kernel: ACPI: Waking up from system sleep state S4
linux-7vph kernel: pci 0000:00:02.0: restoring config space at offset 0x1 (was 0x900007, writing 0x900403)
linux-7vph kernel: uhci_hcd 0000:00:1a.0: power state changed by ACPI to D0
linux-7vph kernel: uhci_hcd 0000:00:1a.2: power state changed by ACPI to D0
linux-7vph kernel: HDA Intel 0000:00:1b.0: restoring config space at offset 0x1 (was 0x100106, writing 0x100102)
linux-7vph kernel: uhci_hcd 0000:00:1d.0: power state changed by ACPI to D0
linux-7vph kernel: ahci 0000:00:1f.2: restoring config space at offset 0x1 (was 0x2b00403, writing 0x2b00407)
linux-7vph kernel: iwlagn 0000:03:00.0: restoring config space at offset 0x1 (was 0x100106, writing 0x100506)
linux-7vph kernel: pci 0000:00:02.0: PME# disabled
linux-7vph kernel: pci 0000:00:02.0: setting latency timer to 64
linux-7vph kernel: pci 0000:00:02.1: PME# disabled
linux-7vph kernel: pci 0000:00:03.0: PME# disabled
linux-7vph kernel: e1000e 0000:00:19.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
linux-7vph kernel: e1000e 0000:00:19.0: pci_enable_pcie_error_reporting failed 0xfffffffb
linux-7vph kernel: e1000e 0000:00:19.0: setting latency timer to 64
linux-7vph kernel: e1000e 0000:00:19.0: wake-up capability disabled by ACPI
linux-7vph kernel: e1000e 0000:00:19.0: PME# disabled
linux-7vph kernel: e1000e 0000:00:19.0: wake-up capability disabled by ACPI
linux-7vph kernel: e1000e 0000:00:19.0: PME# disabled
linux-7vph kernel: e1000e 0000:00:19.0: irq 29 for MSI/MSI-X
linux-7vph kernel: uhci_hcd 0000:00:1a.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
linux-7vph kernel: uhci_hcd 0000:00:1a.0: setting latency timer to 64
linux-7vph kernel: uhci_hcd 0000:00:1a.1: PCI INT B -> GSI 21 (level, low) -> IRQ 21
linux-7vph kernel: uhci_hcd 0000:00:1a.1: setting latency timer to 64
linux-7vph kernel: uhci_hcd 0000:00:1a.2: PCI INT C -> GSI 22 (level, low) -> IRQ 22
linux-7vph kernel: uhci_hcd 0000:00:1a.2: setting latency timer to 64
linux-7vph kernel: ehci_hcd 0000:00:1a.7: PME# disabled
linux-7vph kernel: ehci_hcd 0000:00:1a.7: PCI INT D -> GSI 23 (level, low) -> IRQ 23
linux-7vph kernel: ehci_hcd 0000:00:1a.7: setting latency timer to 64
linux-7vph kernel: ehci_hcd 0000:00:1a.7: PME# disabled
linux-7vph kernel: HDA Intel 0000:00:1b.0: PCI INT B -> GSI 17 (level, low) -> IRQ 17
linux-7vph kernel: HDA Intel 0000:00:1b.0: setting latency timer to 64
linux-7vph kernel: uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
linux-7vph kernel: uhci_hcd 0000:00:1d.0: setting latency timer to 64
linux-7vph kernel: uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
linux-7vph kernel: uhci_hcd 0000:00:1d.1: setting latency timer to 64
linux-7vph kernel: uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
linux-7vph kernel: uhci_hcd 0000:00:1d.2: setting latency timer to 64
linux-7vph kernel: ehci_hcd 0000:00:1d.7: PME# disabled
linux-7vph kernel: ehci_hcd 0000:00:1d.7: PCI INT D -> GSI 19 (level, low) -> IRQ 19
linux-7vph kernel: ehci_hcd 0000:00:1d.7: setting latency timer to 64
linux-7vph kernel: ehci_hcd 0000:00:1d.7: PME# disabled
linux-7vph kernel: pci 0000:00:1e.0: setting latency timer to 64
linux-7vph kernel: ahci 0000:00:1f.2: setting latency timer to 64
linux-7vph kernel: ata1: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x16 frozen
linux-7vph kernel: ata2: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x16 frozen
linux-7vph kernel: pci 0000:15:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
linux-7vph kernel: ohci1394: fw-host0: OHCI-1394 1.1 (PCI): IRQ=[17]  MMIO=[f4801000-f48017ff]  Max Packet=[2048]  IR/IT contexts=[4/4]
linux-7vph kernel: pci 0000:15:00.2: PME# disabled
linux-7vph kernel: pci 0000:15:00.3: PME# disabled
linux-7vph kernel: pci 0000:15:00.4: PME# disabled
linux-7vph kernel: pci 0000:15:00.5: PME# disabled
linux-7vph kernel: sd 0:0:0:0: [sda] Starting disk
linux-7vph kernel: ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
linux-7vph kernel: ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
linux-7vph kernel: ata1.00: ACPI cmd ef/02:00:00:00:00:a0 succeeded
linux-7vph kernel: ata1.00: ACPI cmd f5/00:00:00:00:00:a0 filtered out
linux-7vph kernel: ata1.00: ACPI cmd ef/5f:00:00:00:00:a0 succeeded
linux-7vph kernel: ata1.00: ACPI cmd ef/10:03:00:00:00:a0 filtered out
linux-7vph kernel: ata1.00: ACPI cmd ef/02:00:00:00:00:a0 succeeded
linux-7vph kernel: ata1.00: ACPI cmd f5/00:00:00:00:00:a0 filtered out
linux-7vph kernel: ata2.00: ACPI cmd e3/00:1f:00:00:00:a0 succeeded
linux-7vph kernel: ata1.00: ACPI cmd ef/5f:00:00:00:00:a0 succeeded
linux-7vph kernel: ata1.00: ACPI cmd ef/10:03:00:00:00:a0 filtered out
linux-7vph kernel: ata2.00: ACPI cmd e3/00:02:00:00:00:a0 succeeded
linux-7vph kernel: ata1.00: configured for UDMA/133
linux-7vph kernel: ata1: exception Emask 0x10 SAct 0x0 SErr 0x0 action 0x9 t4
linux-7vph kernel: ata1: irq_stat 0x00400040, connection status changed
linux-7vph kernel: ata1.00: configured for UDMA/133
linux-7vph kernel: ata1: EH complete
linux-7vph kernel: ata2.00: ACPI cmd e3/00:1f:00:00:00:a0 succeeded
linux-7vph kernel: ata2.00: ACPI cmd e3/00:02:00:00:00:a0 succeeded
linux-7vph kernel: ata2.00: configured for UDMA/133
linux-7vph kernel: ata2: exception Emask 0x10 SAct 0x0 SErr 0x0 action 0x9 t4
linux-7vph kernel: ata2: irq_stat 0x40000001
linux-7vph kernel: ata2.00: configured for UDMA/133
linux-7vph kernel: ata2: EH complete
linux-7vph kernel: Registered led device: iwl-phy0::radio
linux-7vph kernel: Registered led device: iwl-phy0::assoc
linux-7vph kernel: Registered led device: iwl-phy0::RX
linux-7vph kernel: Registered led device: iwl-phy0::TX
linux-7vph kernel: mac80211-phy0: failed to set key (0, 00:1d:92:1d:1e:8e) to hardware (-22)
linux-7vph kernel: pci 0000:00:02.0: restoring config space at offset 0x1 (was 0x900407, writing 0x900403)
linux-7vph kernel: pci 0000:00:02.0: setting latency timer to 64
linux-7vph kernel: Restarting tasks ... <3>ata1.00: exception Emask 0x10 SAct 0x1f SErr 0x50000 action 0xe frozen
linux-7vph kernel: ata1.00: irq_stat 0x00400008, PHY RDY changed
linux-7vph kernel: ata1: SError: { PHYRdyChg CommWake }
linux-7vph kernel: ata1.00: cmd 60/08:00:5f:89:67/01:00:0e:00:00/40 tag 0 ncq 135168 in
linux-7vph kernel:          res 50/00:08:5f:08:c8/00:00:0c:00:00/40 Emask 0x10 (ATA bus error)
linux-7vph kernel: ata1.00: status: { DRDY }
linux-7vph kernel: ata1.00: cmd 60/08:08:6f:88:6f/01:00:0e:00:00/40 tag 1 ncq 135168 in
linux-7vph kernel:          res 50/00:08:5f:08:c8/00:00:0c:00:00/40 Emask 0x10 (ATA bus error)
linux-7vph kernel: ata1.00: status: { DRDY }
linux-7vph kernel: ata1.00: cmd 60/08:10:5f:08:c8/00:00:0c:00:00/40 tag 2 ncq 4096 in
linux-7vph kernel:          res 50/00:08:5f:08:c8/00:00:0c:00:00/40 Emask 0x10 (ATA bus error)
linux-7vph kernel: ata1.00: status: { DRDY }
linux-7vph kernel: ata1.00: cmd 60/08:18:9f:98:6d/00:00:0e:00:00/40 tag 3 ncq 4096 in
linux-7vph kernel:          res 50/00:08:5f:08:c8/00:00:0c:00:00/40 Emask 0x10 (ATA bus error)
linux-7vph kernel: ata1.00: status: { DRDY }
linux-7vph kernel: ata1.00: cmd 60/e8:20:5f:8e:2b/00:00:0b:00:00/40 tag 4 ncq 118784 in
linux-7vph kernel:          res 50/00:08:5f:08:c8/00:00:0c:00:00/40 Emask 0x10 (ATA bus error)
linux-7vph kernel: ata1.00: status: { DRDY }
linux-7vph kernel: ata1: hard resetting link
linux-7vph kernel: done.
linux-7vph kernel: ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
linux-7vph kernel: ata1.00: ACPI cmd ef/02:00:00:00:00:a0 succeeded
linux-7vph kernel: ata1.00: ACPI cmd f5/00:00:00:00:00:a0 filtered out
linux-7vph kernel: ata1.00: ACPI cmd ef/5f:00:00:00:00:a0 succeeded
linux-7vph kernel: ata1.00: ACPI cmd ef/10:03:00:00:00:a0 filtered out
linux-7vph kernel: ata1.00: ACPI cmd ef/02:00:00:00:00:a0 succeeded
linux-7vph kernel: ata1.00: ACPI cmd f5/00:00:00:00:00:a0 filtered out
linux-7vph kernel: ata1.00: ACPI cmd ef/5f:00:00:00:00:a0 succeeded
linux-7vph kernel: ata1.00: ACPI cmd ef/10:03:00:00:00:a0 filtered out
linux-7vph kernel: ata1.00: configured for UDMA/133
linux-7vph kernel: ata1: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0 t4
linux-7vph kernel: ata1.00: configured for UDMA/133
linux-7vph kernel: XXX scsi_eh_flush_done_q: online=1(2) noretry=2 retries=0 allowed=5
linux-7vph kernel: scsi_eh_0: flush finish cmd: f6838ec0
linux-7vph kernel: sd 0:0:0:0: [sda] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
linux-7vph kernel: sd 0:0:0:0: [sda] Sense Key : Aborted Command [current] [descriptor]
linux-7vph kernel: Descriptor sense data with sense descriptors (in hex):
linux-7vph kernel:         72 0b 00 00 00 00 00 0c 00 0a 80 00 00 00 00 00
linux-7vph kernel:         0c c8 08 5f
linux-7vph kernel: sd 0:0:0:0: [sda] Add. Sense: No additional sense information
linux-7vph kernel: end_request: I/O error, dev sda, sector 241666399
linux-7vph kernel: XXX scsi_eh_flush_done_q: online=1(2) noretry=2 retries=0 allowed=5
linux-7vph kernel: scsi_eh_0: flush finish cmd: f6838680
linux-7vph kernel: sd 0:0:0:0: [sda] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
linux-7vph kernel: sd 0:0:0:0: [sda] Sense Key : Aborted Command <2>EXT4-fs error (device sda6): __ext4_get_inode_loc: unable to read inode block - inode=2330983, block=9338933
linux-7vph kernel: [current] [descriptor]
linux-7vph kernel: Descriptor sense data with sense descriptors (in hex):
linux-7vph kernel:         72 0b 00 00 00 00 00 0c 00 0a 80 00 00 00 00 00
linux-7vph kernel:         0c c8 08 5f
linux-7vph kernel: sd 0:0:0:0: [sda] Add. Sense: No additional sense information
linux-7vph kernel: end_request: I/O error, dev sda, sector 242190447
linux-7vph kernel: EXT4-fs error (device sda6): __ext4_get_inode_loc: XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=0 allowed=5
linux-7vph kernel: unable to read inode block - inode=2346524, block=9404418
linux-7vph kernel: scsi_eh_0: flush retry cmd: f6838800
linux-7vph kernel: XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=0 allowed=5
linux-7vph kernel: scsi_eh_0: flush retry cmd: f403de00
linux-7vph kernel: XXX scsi_eh_flush_done_q: online=1(2) noretry=2 retries=0 allowed=5
linux-7vph kernel: scsi_eh_0: flush finish cmd: f403d200
linux-7vph kernel: sd 0:0:0:0: [sda] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
linux-7vph kernel: sd 0:0:0:0: [sda] Sense Key : Aborted Command [current] [descriptor]
linux-7vph kernel: Descriptor sense data with sense descriptors (in hex):
linux-7vph kernel:         72 0b 00 00 00 00 00 0c 00 0a 80 00 00 00 00 00
linux-7vph kernel:         0c c8 08 5f
linux-7vph kernel: sd 0:0:0:0: [sda] Add. Sense: No additional sense information
linux-7vph kernel: end_request: I/O error, dev sda, sector 187403871
linux-7vph kernel: ata1: EH complete
linux-7vph kernel: EXT4-fs error (device sda6): __ext4_get_inode_loc: unable to read inode block - inode=641187, block=2556122
linux-7vph kernel: EXT4-fs error (device sda6) in ext4_reserve_inode_write: IO failure
linux-7vph kernel: EXT4-fs error (device sda6) in ext4_reserve_inode_write: IO failure
linux-7vph kernel: EXT4-fs error (device sda6) in ext4_reserve_inode_write: IO failure
linux-7vph kernel: ata1: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x10
linux-7vph kernel: CPU0 attaching NULL sched-domain.
linux-7vph kernel: CPU1 attaching NULL sched-domain.
linux-7vph kernel: CPU0 attaching sched-domain:
linux-7vph kernel:  domain 0: span 0-1 level MC
linux-7vph kernel:   groups: 0 1
linux-7vph kernel:   domain 1: span 0-1 level CPU
linux-7vph kernel:    groups: 0-1 (__cpu_power = 2048)
linux-7vph kernel: CPU1 attaching sched-domain:
linux-7vph kernel:  domain 0: span 0-1 level MC
linux-7vph kernel:   groups: 1 0
linux-7vph kernel:   domain 1: span 0-1 level CPU
linux-7vph kernel:    groups: 0-1 (__cpu_power = 2048) 

[-- Attachment #3: fmt.messages.2.6.30-rc6-pae.txt --]
[-- Type: text/plain, Size: 27602 bytes --]

linux-7vph kernel: Syncing filesystems ... done.
linux-7vph kernel: Freezing user space processes ... (elapsed 0.00 seconds) done.
linux-7vph kernel: Freezing remaining freezable tasks ... (elapsed 0.00 seconds) done.
linux-7vph kernel: PM: Shrinking memory... done (0 pages freed)
linux-7vph kernel: PM: Freed 0 kbytes in 0.14 seconds (0.00 MB/s)
linux-7vph kernel: Suspending console(s) (use no_console_suspend to debug)
linux-7vph kernel: sd 0:0:0:0: [sda] Synchronizing SCSI cache
linux-7vph kernel: ACPI handle has no context!
linux-7vph kernel: ata1: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
linux-7vph kernel: ata2: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
linux-7vph kernel: ehci_hcd 0000:00:1d.7: PCI INT D disabled
linux-7vph kernel: ehci_hcd 0000:00:1d.7: PME# disabled
linux-7vph kernel: uhci_hcd 0000:00:1d.2: PCI INT C disabled
linux-7vph kernel: uhci_hcd 0000:00:1d.1: PCI INT B disabled
linux-7vph kernel: uhci_hcd 0000:00:1d.0: PCI INT A disabled
linux-7vph kernel: HDA Intel 0000:00:1b.0: PCI INT B disabled
linux-7vph kernel: ehci_hcd 0000:00:1a.7: PCI INT D disabled
linux-7vph kernel: ehci_hcd 0000:00:1a.7: PME# disabled
linux-7vph kernel: uhci_hcd 0000:00:1a.2: PCI INT C disabled
linux-7vph kernel: uhci_hcd 0000:00:1a.1: PCI INT B disabled
linux-7vph kernel: uhci_hcd 0000:00:1a.0: PCI INT A disabled
linux-7vph kernel: e1000e 0000:00:19.0: PCI INT A disabled
linux-7vph kernel: e1000e 0000:00:19.0: PME# enabled
linux-7vph kernel: e1000e 0000:00:19.0: wake-up capability enabled by ACPI
linux-7vph kernel: ACPI: Preparing to enter system sleep state S4
linux-7vph kernel: PM: Saving platform NVS memory
linux-7vph kernel: Disabling non-boot CPUs ...
linux-7vph kernel: CPU 1 is now offline
linux-7vph kernel: SMP alternatives: switching to UP code
linux-7vph kernel: CPU0 attaching NULL sched-domain.
linux-7vph kernel: CPU1 attaching NULL sched-domain.
linux-7vph kernel: CPU0 attaching NULL sched-domain.
linux-7vph kernel: CPU1 is down
linux-7vph kernel: Extended CMOS year: 2000
linux-7vph kernel: PM: Creating hibernation image: 
linux-7vph kernel: PM: Need to copy 36801 pages
linux-7vph kernel: x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
linux-7vph kernel: Intel machine check architecture supported.
linux-7vph kernel: Intel machine check reporting enabled on CPU#0.
linux-7vph kernel: PM: Restoring platform NVS memory
linux-7vph kernel: Extended CMOS year: 2000
linux-7vph kernel: Enabling non-boot CPUs ...
linux-7vph kernel: SMP alternatives: switching to SMP code
linux-7vph kernel: Booting processor 1 APIC 0x1 ip 0x6000
linux-7vph kernel: Initializing CPU#1
linux-7vph kernel: Calibrating delay using timer specific routine.. 5054.12 BogoMIPS (lpj=10108243)
linux-7vph kernel: CPU: L1 I cache: 32K, L1 D cache: 32K
linux-7vph kernel: CPU: L2 cache: 6144K
linux-7vph kernel: CPU: Physical Processor ID: 0
linux-7vph kernel: CPU: Processor Core ID: 1
linux-7vph kernel: Intel machine check architecture supported.
linux-7vph kernel: Intel machine check reporting enabled on CPU#1.
linux-7vph kernel: x86 PAT enabled: cpu 1, old 0x7040600070406, new 0x7010600070106
linux-7vph kernel: CPU1: Intel(R) Core(TM)2 Duo CPU     T9400  @ 2.53GHz stepping 06
linux-7vph kernel: CPU0 attaching NULL sched-domain.
linux-7vph kernel: Switched to high resolution mode on CPU 1
linux-7vph kernel: CPU0 attaching sched-domain:
linux-7vph kernel:  domain 0: span 0-1 level MC
linux-7vph kernel:   groups: 0 1
linux-7vph kernel: CPU1 attaching sched-domain:
linux-7vph kernel:  domain 0: span 0-1 level MC
linux-7vph kernel:   groups: 1 0
linux-7vph kernel: microcode: failed to init CPU1
linux-7vph kernel: CPU1 is up
linux-7vph kernel: ACPI: Waking up from system sleep state S4
linux-7vph kernel: uhci_hcd 0000:00:1a.0: power state changed by ACPI to D0
linux-7vph kernel: uhci_hcd 0000:00:1a.2: power state changed by ACPI to D0
linux-7vph kernel: HDA Intel 0000:00:1b.0: restoring config space at offset 0x1 (was 0x100106, writing 0x100102)
linux-7vph kernel: uhci_hcd 0000:00:1d.0: power state changed by ACPI to D0
linux-7vph kernel: ahci 0000:00:1f.2: restoring config space at offset 0x1 (was 0x2b00403, writing 0x2b00407)
linux-7vph kernel: pci 0000:00:02.0: PME# disabled
linux-7vph kernel: pci 0000:00:02.1: PME# disabled
linux-7vph kernel: pci 0000:00:03.0: PME# disabled
linux-7vph kernel: e1000e 0000:00:19.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
linux-7vph kernel: e1000e 0000:00:19.0: pci_enable_pcie_error_reporting failed 0xfffffffb
linux-7vph kernel: e1000e 0000:00:19.0: setting latency timer to 64
linux-7vph kernel: e1000e 0000:00:19.0: wake-up capability disabled by ACPI
linux-7vph kernel: e1000e 0000:00:19.0: PME# disabled
linux-7vph kernel: e1000e 0000:00:19.0: wake-up capability disabled by ACPI
linux-7vph kernel: e1000e 0000:00:19.0: PME# disabled
linux-7vph kernel: e1000e 0000:00:19.0: irq 29 for MSI/MSI-X
linux-7vph kernel: uhci_hcd 0000:00:1a.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
linux-7vph kernel: uhci_hcd 0000:00:1a.0: setting latency timer to 64
linux-7vph kernel: uhci_hcd 0000:00:1a.1: PCI INT B -> GSI 21 (level, low) -> IRQ 21
linux-7vph kernel: uhci_hcd 0000:00:1a.1: setting latency timer to 64
linux-7vph kernel: uhci_hcd 0000:00:1a.2: PCI INT C -> GSI 22 (level, low) -> IRQ 22
linux-7vph kernel: uhci_hcd 0000:00:1a.2: setting latency timer to 64
linux-7vph kernel: ehci_hcd 0000:00:1a.7: PME# disabled
linux-7vph kernel: ehci_hcd 0000:00:1a.7: PCI INT D -> GSI 23 (level, low) -> IRQ 23
linux-7vph kernel: ehci_hcd 0000:00:1a.7: setting latency timer to 64
linux-7vph kernel: ehci_hcd 0000:00:1a.7: PME# disabled
linux-7vph kernel: HDA Intel 0000:00:1b.0: PCI INT B -> GSI 17 (level, low) -> IRQ 17
linux-7vph kernel: HDA Intel 0000:00:1b.0: setting latency timer to 64
linux-7vph kernel: uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
linux-7vph kernel: uhci_hcd 0000:00:1d.0: setting latency timer to 64
linux-7vph kernel: uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
linux-7vph kernel: uhci_hcd 0000:00:1d.1: setting latency timer to 64
linux-7vph kernel: uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
linux-7vph kernel: uhci_hcd 0000:00:1d.2: setting latency timer to 64
linux-7vph kernel: ehci_hcd 0000:00:1d.7: PME# disabled
linux-7vph kernel: ehci_hcd 0000:00:1d.7: PCI INT D -> GSI 19 (level, low) -> IRQ 19
linux-7vph kernel: ehci_hcd 0000:00:1d.7: setting latency timer to 64
linux-7vph kernel: ehci_hcd 0000:00:1d.7: PME# disabled
linux-7vph kernel: pci 0000:00:1e.0: setting latency timer to 64
linux-7vph kernel: ahci 0000:00:1f.2: setting latency timer to 64
linux-7vph kernel: ata1: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x16 frozen
linux-7vph kernel: ata2: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x16 frozen
linux-7vph kernel: iwlagn 0000:03:00.0: restoring config space at offset 0x1 (was 0x100506, writing 0x100106)
linux-7vph kernel: pci 0000:15:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
linux-7vph kernel: ohci1394: fw-host0: OHCI-1394 1.1 (PCI): IRQ=[17]  MMIO=[f4801000-f48017ff]  Max Packet=[2048]  IR/IT contexts=[4/4]
linux-7vph kernel: pci 0000:15:00.2: PME# disabled
linux-7vph kernel: pci 0000:15:00.3: PME# disabled
linux-7vph kernel: pci 0000:15:00.4: PME# disabled
linux-7vph kernel: pci 0000:15:00.5: PME# disabled
linux-7vph kernel: sd 0:0:0:0: [sda] Starting disk
linux-7vph kernel: ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
linux-7vph kernel: ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
linux-7vph kernel: ata1.00: ACPI cmd ef/02:00:00:00:00:a0 succeeded
linux-7vph kernel: ata1.00: ACPI cmd f5/00:00:00:00:00:a0 filtered out
linux-7vph kernel: ata1.00: ACPI cmd ef/5f:00:00:00:00:a0 succeeded
linux-7vph kernel: ata1.00: ACPI cmd ef/10:03:00:00:00:a0 filtered out
linux-7vph kernel: ata1.00: ACPI cmd ef/02:00:00:00:00:a0 succeeded
linux-7vph kernel: ata1.00: ACPI cmd f5/00:00:00:00:00:a0 filtered out
linux-7vph kernel: ata1.00: ACPI cmd ef/5f:00:00:00:00:a0 succeeded
linux-7vph kernel: ata1.00: ACPI cmd ef/10:03:00:00:00:a0 filtered out
linux-7vph kernel: ata2.00: ACPI cmd e3/00:1f:00:00:00:a0 succeeded
linux-7vph kernel: ata1.00: configured for UDMA/133
linux-7vph kernel: ata2.00: ACPI cmd e3/00:02:00:00:00:a0 succeeded
linux-7vph kernel: ata2.00: ACPI cmd e3/00:1f:00:00:00:a0 succeeded
linux-7vph kernel: ata1: exception Emask 0x10 SAct 0x0 SErr 0x0 action 0x9 t4
linux-7vph kernel: ata1: irq_stat 0x00400040, connection status changed
linux-7vph kernel: ata2.00: ACPI cmd e3/00:02:00:00:00:a0 succeeded
linux-7vph kernel: ata1.00: configured for UDMA/133
linux-7vph kernel: ata1: EH complete
linux-7vph kernel: ata2.00: configured for UDMA/133
linux-7vph kernel: ata2: exception Emask 0x10 SAct 0x0 SErr 0x0 action 0x9 t4
linux-7vph kernel: ata2: irq_stat 0x40000001
linux-7vph kernel: ata2.00: configured for UDMA/133
linux-7vph kernel: ata2: EH complete
linux-7vph kernel: Registered led device: iwl-phy0::radio
linux-7vph kernel: Registered led device: iwl-phy0::assoc
linux-7vph kernel: Registered led device: iwl-phy0::RX
linux-7vph kernel: Registered led device: iwl-phy0::TX
linux-7vph kernel: mac80211-phy0: failed to set key (0, 00:1d:92:1d:1e:8e) to hardware (-22)
linux-7vph kernel: Restarting tasks ... done.
linux-7vph init: Switching to runlevel: 5
linux-7vph kernel: Kernel logging (proc) stopped.
linux-7vph kernel: Kernel log daemon terminating.
linux-7vph syslog-ng[2164]: Termination requested via signal, terminating;
linux-7vph syslog-ng[2164]: syslog-ng shutting down; version='2.0.9'
linux-7vph syslog-ng[3311]: syslog-ng starting up; version='2.0.9'
linux-7vph kdm_config[3350]: Multiple occurrences of key 'UseTheme' in section [X-*-Greeter] of /usr/share/kde4/config/kdm/kdmrc
linux-7vph kernel: klogd 1.4.1, log source = /proc/kmsg started.
linux-7vph kernel: [drm] Initialized drm 1.1.0 20060810
linux-7vph kernel: pci 0000:00:02.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
linux-7vph kernel: pci 0000:00:02.0: setting latency timer to 64
linux-7vph kernel: pci 0000:00:02.0: irq 31 for MSI/MSI-X
linux-7vph kernel: acpi device:03: registered as cooling_device2
linux-7vph kernel: input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/device:02/input/input12
linux-7vph kernel: ACPI: Video Device [VID] (multi-head: yes  rom: no  post: no)
linux-7vph kernel: [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
linux-7vph kernel: ata1: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x10
linux-7vph kernel: CPU0 attaching NULL sched-domain.
linux-7vph kernel: CPU1 attaching NULL sched-domain.
linux-7vph kernel: CPU0 attaching sched-domain:
linux-7vph kernel:  domain 0: span 0-1 level MC
linux-7vph kernel:   groups: 0 1
linux-7vph kernel:   domain 1: span 0-1 level CPU
linux-7vph kernel:    groups: 0-1 (__cpu_power = 2048)
linux-7vph kernel: CPU1 attaching sched-domain:
linux-7vph kernel:  domain 0: span 0-1 level MC
linux-7vph kernel:   groups: 1 0
linux-7vph kernel:   domain 1: span 0-1 level CPU
linux-7vph kernel:    groups: 0-1 (__cpu_power = 2048)
linux-7vph dhclient: Internet Systems Consortium DHCP Client V3.1.1
linux-7vph dhclient: Copyright 2004-2008 Internet Systems Consortium.
linux-7vph dhclient: All rights reserved.
linux-7vph dhclient: For info, please visit http://www.isc.org/sw/dhcp/
linux-7vph dhclient: 
linux-7vph dhclient: Listening on LPF/eth0/00:1c:25:95:93:ec
linux-7vph dhclient: Sending on   LPF/eth0/00:1c:25:95:93:ec
linux-7vph dhclient: Sending on   Socket/fallback
linux-7vph dhclient: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 3
linux-7vph dhclient: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 8
linux-7vph python: hp-systray(init)[3661]: warning: No hp: or hpfax: devices found in any installed CUPS queue. Exiting.
linux-7vph dhclient: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 18
linux-7vph kernel: CE: hpet increasing min_delta_ns to 15000 nsec
linux-7vph kernel: CE: hpet increasing min_delta_ns to 22500 nsec
linux-7vph sudo:   niella : TTY=pts/2 ; PWD=/home/niella ; USER=root ; COMMAND=/bin/su -
linux-7vph su: (to root) niella on /dev/pts/2
linux-7vph kernel: CE: hpet increasing min_delta_ns to 33750 nsec
linux-7vph kernel: CE: hpet increasing min_delta_ns to 50624 nsec
linux-7vph dhclient: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 16
linux-7vph dns-resolver: ATTENTION: You have modified /etc/resolv.conf. Leaving it untouched...
linux-7vph dns-resolver: You can find my version in /etc/resolv.conf.netconfig
linux-7vph kernel: [drm:gm45_get_vblank_counter] *ERROR* trying to get vblank count for disabled pipe 0
linux-7vph kernel: Syncing filesystems ... done.
linux-7vph kernel: Freezing user space processes ... (elapsed 0.00 seconds) done.
linux-7vph kernel: Freezing remaining freezable tasks ... (elapsed 0.00 seconds) done.
linux-7vph kernel: PM: Shrinking memory... done (63060 pages freed)
linux-7vph kernel: PM: Freed 252240 kbytes in 1.77 seconds (142.50 MB/s)
linux-7vph kernel: Suspending console(s) (use no_console_suspend to debug)
linux-7vph kernel: sd 0:0:0:0: [sda] Synchronizing SCSI cache
linux-7vph kernel: ACPI handle has no context!
linux-7vph kernel: ata1: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
linux-7vph kernel: ata2: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
linux-7vph kernel: ehci_hcd 0000:00:1d.7: PCI INT D disabled
linux-7vph kernel: ehci_hcd 0000:00:1d.7: PME# disabled
linux-7vph kernel: uhci_hcd 0000:00:1d.2: PCI INT C disabled
linux-7vph kernel: uhci_hcd 0000:00:1d.1: PCI INT B disabled
linux-7vph kernel: uhci_hcd 0000:00:1d.0: PCI INT A disabled
linux-7vph kernel: HDA Intel 0000:00:1b.0: PCI INT B disabled
linux-7vph kernel: ehci_hcd 0000:00:1a.7: PCI INT D disabled
linux-7vph kernel: ehci_hcd 0000:00:1a.7: PME# disabled
linux-7vph kernel: uhci_hcd 0000:00:1a.2: PCI INT C disabled
linux-7vph kernel: uhci_hcd 0000:00:1a.1: PCI INT B disabled
linux-7vph kernel: uhci_hcd 0000:00:1a.0: PCI INT A disabled
linux-7vph kernel: e1000e 0000:00:19.0: PCI INT A disabled
linux-7vph kernel: e1000e 0000:00:19.0: PME# enabled
linux-7vph kernel: e1000e 0000:00:19.0: wake-up capability enabled by ACPI
linux-7vph kernel: ACPI: Preparing to enter system sleep state S4
linux-7vph kernel: PM: Saving platform NVS memory
linux-7vph kernel: Disabling non-boot CPUs ...
linux-7vph kernel: CPU 1 is now offline
linux-7vph kernel: SMP alternatives: switching to UP code
linux-7vph kernel: CPU0 attaching NULL sched-domain.
linux-7vph kernel: CPU1 attaching NULL sched-domain.
linux-7vph kernel: CPU0 attaching NULL sched-domain.
linux-7vph kernel: CPU1 is down
linux-7vph kernel: Extended CMOS year: 2000
linux-7vph kernel: PM: Creating hibernation image: 
linux-7vph kernel: PM: Need to copy 121000 pages
linux-7vph kernel: x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
linux-7vph kernel: Intel machine check architecture supported.
linux-7vph kernel: Intel machine check reporting enabled on CPU#0.
linux-7vph kernel: PM: Restoring platform NVS memory
linux-7vph kernel: Extended CMOS year: 2000
linux-7vph kernel: Enabling non-boot CPUs ...
linux-7vph kernel: SMP alternatives: switching to SMP code
linux-7vph kernel: Booting processor 1 APIC 0x1 ip 0x6000
linux-7vph kernel: Initializing CPU#1
linux-7vph kernel: Calibrating delay using timer specific routine.. 5054.04 BogoMIPS (lpj=10108092)
linux-7vph kernel: CPU: L1 I cache: 32K, L1 D cache: 32K
linux-7vph kernel: CPU: L2 cache: 6144K
linux-7vph kernel: CPU: Physical Processor ID: 0
linux-7vph kernel: CPU: Processor Core ID: 1
linux-7vph kernel: Intel machine check architecture supported.
linux-7vph kernel: Intel machine check reporting enabled on CPU#1.
linux-7vph kernel: x86 PAT enabled: cpu 1, old 0x7040600070406, new 0x7010600070106
linux-7vph kernel: CPU1: Intel(R) Core(TM)2 Duo CPU     T9400  @ 2.53GHz stepping 06
linux-7vph kernel: CPU0 attaching NULL sched-domain.
linux-7vph kernel: Switched to high resolution mode on CPU 1
linux-7vph kernel: CPU0 attaching sched-domain:
linux-7vph kernel:  domain 0: span 0-1 level MC
linux-7vph kernel:   groups: 0 1
linux-7vph kernel:   domain 1: span 0-1 level CPU
linux-7vph kernel:    groups: 0-1 (__cpu_power = 2048)
linux-7vph kernel: CPU1 attaching sched-domain:
linux-7vph kernel:  domain 0: span 0-1 level MC
linux-7vph kernel:   groups: 1 0
linux-7vph kernel:   domain 1: span 0-1 level CPU
linux-7vph kernel:    groups: 0-1 (__cpu_power = 2048)
linux-7vph kernel: microcode: failed to init CPU1
linux-7vph kernel: CPU1 is up
linux-7vph kernel: ACPI: Waking up from system sleep state S4
linux-7vph kernel: pci 0000:00:02.0: restoring config space at offset 0x1 (was 0x900007, writing 0x900403)
linux-7vph kernel: uhci_hcd 0000:00:1a.0: power state changed by ACPI to D0
linux-7vph kernel: uhci_hcd 0000:00:1a.2: power state changed by ACPI to D0
linux-7vph kernel: HDA Intel 0000:00:1b.0: restoring config space at offset 0x1 (was 0x100106, writing 0x100102)
linux-7vph kernel: uhci_hcd 0000:00:1d.0: power state changed by ACPI to D0
linux-7vph kernel: ahci 0000:00:1f.2: restoring config space at offset 0x1 (was 0x2b00403, writing 0x2b00407)
linux-7vph kernel: iwlagn 0000:03:00.0: restoring config space at offset 0x1 (was 0x100106, writing 0x100506)
linux-7vph kernel: pci 0000:00:02.0: PME# disabled
linux-7vph kernel: pci 0000:00:02.0: setting latency timer to 64
linux-7vph kernel: pci 0000:00:02.1: PME# disabled
linux-7vph kernel: pci 0000:00:03.0: PME# disabled
linux-7vph kernel: e1000e 0000:00:19.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
linux-7vph kernel: e1000e 0000:00:19.0: pci_enable_pcie_error_reporting failed 0xfffffffb
linux-7vph kernel: e1000e 0000:00:19.0: setting latency timer to 64
linux-7vph kernel: e1000e 0000:00:19.0: wake-up capability disabled by ACPI
linux-7vph kernel: e1000e 0000:00:19.0: PME# disabled
linux-7vph kernel: e1000e 0000:00:19.0: wake-up capability disabled by ACPI
linux-7vph kernel: e1000e 0000:00:19.0: PME# disabled
linux-7vph kernel: e1000e 0000:00:19.0: irq 29 for MSI/MSI-X
linux-7vph kernel: uhci_hcd 0000:00:1a.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
linux-7vph kernel: uhci_hcd 0000:00:1a.0: setting latency timer to 64
linux-7vph kernel: uhci_hcd 0000:00:1a.1: PCI INT B -> GSI 21 (level, low) -> IRQ 21
linux-7vph kernel: uhci_hcd 0000:00:1a.1: setting latency timer to 64
linux-7vph kernel: uhci_hcd 0000:00:1a.2: PCI INT C -> GSI 22 (level, low) -> IRQ 22
linux-7vph kernel: uhci_hcd 0000:00:1a.2: setting latency timer to 64
linux-7vph kernel: ehci_hcd 0000:00:1a.7: PME# disabled
linux-7vph kernel: ehci_hcd 0000:00:1a.7: PCI INT D -> GSI 23 (level, low) -> IRQ 23
linux-7vph kernel: ehci_hcd 0000:00:1a.7: setting latency timer to 64
linux-7vph kernel: ehci_hcd 0000:00:1a.7: PME# disabled
linux-7vph kernel: HDA Intel 0000:00:1b.0: PCI INT B -> GSI 17 (level, low) -> IRQ 17
linux-7vph kernel: HDA Intel 0000:00:1b.0: setting latency timer to 64
linux-7vph kernel: uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
linux-7vph kernel: uhci_hcd 0000:00:1d.0: setting latency timer to 64
linux-7vph kernel: uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
linux-7vph kernel: uhci_hcd 0000:00:1d.1: setting latency timer to 64
linux-7vph kernel: uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
linux-7vph kernel: uhci_hcd 0000:00:1d.2: setting latency timer to 64
linux-7vph kernel: ehci_hcd 0000:00:1d.7: PME# disabled
linux-7vph kernel: ehci_hcd 0000:00:1d.7: PCI INT D -> GSI 19 (level, low) -> IRQ 19
linux-7vph kernel: ehci_hcd 0000:00:1d.7: setting latency timer to 64
linux-7vph kernel: ehci_hcd 0000:00:1d.7: PME# disabled
linux-7vph kernel: pci 0000:00:1e.0: setting latency timer to 64
linux-7vph kernel: ahci 0000:00:1f.2: setting latency timer to 64
linux-7vph kernel: ata1: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x16 frozen
linux-7vph kernel: ata2: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x16 frozen
linux-7vph kernel: pci 0000:15:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
linux-7vph kernel: ohci1394: fw-host0: OHCI-1394 1.1 (PCI): IRQ=[17]  MMIO=[f4801000-f48017ff]  Max Packet=[2048]  IR/IT contexts=[4/4]
linux-7vph kernel: pci 0000:15:00.2: PME# disabled
linux-7vph kernel: pci 0000:15:00.3: PME# disabled
linux-7vph kernel: pci 0000:15:00.4: PME# disabled
linux-7vph kernel: pci 0000:15:00.5: PME# disabled
linux-7vph kernel: sd 0:0:0:0: [sda] Starting disk
linux-7vph kernel: ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
linux-7vph kernel: ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
linux-7vph kernel: ata1.00: ACPI cmd ef/02:00:00:00:00:a0 succeeded
linux-7vph kernel: ata1.00: ACPI cmd f5/00:00:00:00:00:a0 filtered out
linux-7vph kernel: ata1.00: ACPI cmd ef/5f:00:00:00:00:a0 succeeded
linux-7vph kernel: ata1.00: ACPI cmd ef/10:03:00:00:00:a0 filtered out
linux-7vph kernel: ata1.00: ACPI cmd ef/02:00:00:00:00:a0 succeeded
linux-7vph kernel: ata1.00: ACPI cmd f5/00:00:00:00:00:a0 filtered out
linux-7vph kernel: ata1.00: ACPI cmd ef/5f:00:00:00:00:a0 succeeded
linux-7vph kernel: ata1.00: ACPI cmd ef/10:03:00:00:00:a0 filtered out
linux-7vph kernel: ata2.00: ACPI cmd e3/00:1f:00:00:00:a0 succeeded
linux-7vph kernel: ata1.00: configured for UDMA/133
linux-7vph kernel: ata1: exception Emask 0x10 SAct 0x0 SErr 0x0 action 0x9 t4
linux-7vph kernel: ata1: irq_stat 0x00400040, connection status changed
linux-7vph kernel: ata2.00: ACPI cmd e3/00:02:00:00:00:a0 succeeded
linux-7vph kernel: ata1.00: configured for UDMA/133
linux-7vph kernel: ata1: EH complete
linux-7vph kernel: ata2.00: ACPI cmd e3/00:1f:00:00:00:a0 succeeded
linux-7vph kernel: ata2.00: ACPI cmd e3/00:02:00:00:00:a0 succeeded
linux-7vph kernel: ata2.00: configured for UDMA/133
linux-7vph kernel: ata2: exception Emask 0x10 SAct 0x0 SErr 0x0 action 0x9 t4
linux-7vph kernel: ata2: irq_stat 0x40000001
linux-7vph kernel: ata2.00: configured for UDMA/133
linux-7vph kernel: ata2: EH complete
linux-7vph kernel: Registered led device: iwl-phy0::radio
linux-7vph kernel: Registered led device: iwl-phy0::assoc
linux-7vph kernel: Registered led device: iwl-phy0::RX
linux-7vph kernel: Registered led device: iwl-phy0::TX
linux-7vph kernel: mac80211-phy0: failed to set key (0, 00:1d:92:1d:1e:8e) to hardware (-22)
linux-7vph kernel: pci 0000:00:02.0: restoring config space at offset 0x1 (was 0x900407, writing 0x900403)
linux-7vph kernel: pci 0000:00:02.0: setting latency timer to 64
linux-7vph kernel: Restarting tasks ... done.
linux-7vph kernel: ata1.00: exception Emask 0x10 SAct 0x1ff SErr 0x50000 action 0xe frozen
linux-7vph kernel: ata1.00: irq_stat 0x00400008, PHY RDY changed
linux-7vph kernel: ata1: SError: { PHYRdyChg CommWake }
linux-7vph kernel: ata1.00: cmd 60/08:00:ef:fc:48/00:00:0b:00:00/40 tag 0 ncq 4096 in
linux-7vph kernel:          res 50/00:38:97:7f:e6/00:00:0b:00:00/40 Emask 0x10 (ATA bus error)
linux-7vph kernel: ata1.00: status: { DRDY }
linux-7vph kernel: ata1.00: cmd 60/08:08:97:d5:69/00:00:0e:00:00/40 tag 1 ncq 4096 in
linux-7vph kernel:          res 50/00:38:97:7f:e6/00:00:0b:00:00/40 Emask 0x10 (ATA bus error)
linux-7vph kernel: ata1.00: status: { DRDY }
linux-7vph kernel: ata1.00: cmd 60/30:10:8f:5f:56/00:00:0f:00:00/40 tag 2 ncq 24576 in
linux-7vph kernel:          res 50/00:38:97:7f:e6/00:00:0b:00:00/40 Emask 0x10 (ATA bus error)
linux-7vph kernel: ata1.00: status: { DRDY }
linux-7vph kernel: ata1.00: cmd 60/10:18:c7:5f:56/00:00:0f:00:00/40 tag 3 ncq 8192 in
linux-7vph kernel:          res 50/00:38:97:7f:e6/00:00:0b:00:00/40 Emask 0x10 (ATA bus error)
linux-7vph kernel: ata1.00: status: { DRDY }
linux-7vph kernel: ata1.00: cmd 60/10:20:ff:5f:56/00:00:0f:00:00/40 tag 4 ncq 8192 in
linux-7vph kernel:          res 50/00:38:97:7f:e6/00:00:0b:00:00/40 Emask 0x10 (ATA bus error)
linux-7vph kernel: ata1.00: status: { DRDY }
linux-7vph kernel: ata1.00: cmd 60/08:28:3f:e6:48/00:00:0c:00:00/40 tag 5 ncq 4096 in
linux-7vph kernel:          res 50/00:38:97:7f:e6/00:00:0b:00:00/40 Emask 0x10 (ATA bus error)
linux-7vph kernel: ata1.00: status: { DRDY }
linux-7vph kernel: ata1.00: cmd 60/28:30:37:7f:e6/00:00:0b:00:00/40 tag 6 ncq 20480 in
linux-7vph kernel:          res 50/00:38:97:7f:e6/00:00:0b:00:00/40 Emask 0x10 (ATA bus error)
linux-7vph kernel: ata1.00: status: { DRDY }
linux-7vph kernel: ata1.00: cmd 60/08:38:6f:7f:e6/00:00:0b:00:00/40 tag 7 ncq 4096 in
linux-7vph kernel:          res 50/00:38:97:7f:e6/00:00:0b:00:00/40 Emask 0x10 (ATA bus error)
linux-7vph kernel: ata1.00: status: { DRDY }
linux-7vph kernel: ata1.00: cmd 60/38:40:97:7f:e6/00:00:0b:00:00/40 tag 8 ncq 28672 in
linux-7vph kernel:          res 50/00:38:97:7f:e6/00:00:0b:00:00/40 Emask 0x10 (ATA bus error)
linux-7vph kernel: ata1.00: status: { DRDY }
linux-7vph kernel: ata1: hard resetting link
linux-7vph kernel: ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
linux-7vph kernel: ata1.00: ACPI cmd ef/02:00:00:00:00:a0 succeeded
linux-7vph kernel: ata1.00: ACPI cmd f5/00:00:00:00:00:a0 filtered out
linux-7vph kernel: ata1.00: ACPI cmd ef/5f:00:00:00:00:a0 succeeded
linux-7vph kernel: ata1.00: ACPI cmd ef/10:03:00:00:00:a0 filtered out
linux-7vph kernel: ata1.00: ACPI cmd ef/02:00:00:00:00:a0 succeeded
linux-7vph kernel: ata1.00: ACPI cmd f5/00:00:00:00:00:a0 filtered out
linux-7vph kernel: ata1.00: ACPI cmd ef/5f:00:00:00:00:a0 succeeded
linux-7vph kernel: ata1.00: ACPI cmd ef/10:03:00:00:00:a0 filtered out
linux-7vph kernel: ata1.00: configured for UDMA/133
linux-7vph kernel: ata1: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0 t4
linux-7vph kernel: ata1.00: configured for UDMA/133
linux-7vph kernel: XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=0 allowed=5
linux-7vph kernel: scsi_eh_0: flush retry cmd: f680d2c0
linux-7vph kernel: XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=0 allowed=5
linux-7vph kernel: scsi_eh_0: flush retry cmd: f136a9c0
linux-7vph kernel: XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=0 allowed=5
linux-7vph kernel: scsi_eh_0: flush retry cmd: f428b140
linux-7vph kernel: XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=0 allowed=5
linux-7vph kernel: scsi_eh_0: flush retry cmd: f64b3d40
linux-7vph kernel: XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=0 allowed=5
linux-7vph kernel: scsi_eh_0: flush retry cmd: f479f900
linux-7vph kernel: XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=0 allowed=5
linux-7vph kernel: scsi_eh_0: flush retry cmd: f428b2c0
linux-7vph kernel: XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=0 allowed=5
linux-7vph kernel: scsi_eh_0: flush retry cmd: f680d200
linux-7vph kernel: XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=0 allowed=5
linux-7vph kernel: scsi_eh_0: flush retry cmd: f680d8c0
linux-7vph kernel: XXX scsi_eh_flush_done_q: online=1(2) noretry=0 retries=0 allowed=5
linux-7vph kernel: scsi_eh_0: flush retry cmd: f680dc80
linux-7vph kernel: ata1: EH complete
linux-7vph kernel: ata1: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x10
linux-7vph kernel: CPU0 attaching NULL sched-domain.
linux-7vph kernel: CPU1 attaching NULL sched-domain.
linux-7vph kernel: CPU0 attaching sched-domain:
linux-7vph kernel:  domain 0: span 0-1 level MC
linux-7vph kernel:   groups: 0 1
linux-7vph kernel:   domain 1: span 0-1 level CPU
linux-7vph kernel:    groups: 0-1 (__cpu_power = 2048)
linux-7vph kernel: CPU1 attaching sched-domain:
linux-7vph kernel:  domain 0: span 0-1 level MC
linux-7vph kernel:   groups: 1 0
linux-7vph kernel:   domain 1: span 0-1 level CPU
linux-7vph kernel:    groups: 0-1 (__cpu_power = 2048)

  reply	other threads:[~2009-05-25 22:06 UTC|newest]

Thread overview: 55+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <clqON-2Xv-7@gated-at.bofh.it>
     [not found] ` <clqON-2Xv-9@gated-at.bofh.it>
     [not found]   ` <clqON-2Xv-11@gated-at.bofh.it>
     [not found]     ` <clqON-2Xv-13@gated-at.bofh.it>
     [not found]       ` <clqON-2Xv-15@gated-at.bofh.it>
     [not found]         ` <clqON-2Xv-17@gated-at.bofh.it>
     [not found]           ` <clqON-2Xv-19@gated-at.bofh.it>
     [not found]             ` <clqON-2Xv-5@gated-at.bofh.it>
     [not found]               ` <clqYt-3bu-5@gated-at.bofh.it>
2009-03-30 18:24                 ` 2.6.29 regression: ATA bus errors on resume Niel Lambrechts
2009-03-30 19:17                   ` Jeff Garzik
     [not found]               ` <cmknZ-8lW-9@gated-at.bofh.it>
     [not found]                 ` <cmoBl-6Ok-21@gated-at.bofh.it>
     [not found]                   ` <cmp4n-7rb-15@gated-at.bofh.it>
     [not found]                     ` <cmsYg-5BR-27@gated-at.bofh.it>
     [not found]                       ` <cmvW7-1Yj-23@gated-at.bofh.it>
     [not found]                         ` <cnheh-3vO-7@gated-at.bofh.it>
     [not found]                           ` <cnPg1-7Q4-19@gated-at.bofh.it>
     [not found]                             ` <cnTWo-7bV-25@gated-at.bofh.it>
     [not found]                               ` <co1Kd-350-5@gated-at.bofh.it>
     [not found]                                 ` <co2Qf-4QQ-27@gated-at.bofh.it>
     [not found]                                   ` <co4yj-7Mc-5@gated-at.bofh.it>
     [not found]                                     ` <cp71c-4py-29@gated-at.bofh.it>
     [not found]                                       ` <cEVyE-re-1@gated-at.bofh.it>
2009-05-23  9:36                                         ` Niel Lambrechts
2009-05-25  1:10                                           ` Tejun Heo
2009-05-25  8:15                                             ` Alan Cox
2009-05-25 22:06                                               ` Niel Lambrechts [this message]
2009-05-26  4:58                                                 ` Tejun Heo
2009-05-26  5:43                                                   ` Niel Lambrechts
2009-05-26  5:50                                                     ` Tejun Heo
2009-05-26  6:13                                                       ` Niel Lambrechts
2009-05-26 13:33                                                         ` Tejun Heo
2009-05-26 18:14                                                           ` Niel Lambrechts
2009-05-27  0:07                                                             ` Tejun Heo
2009-05-27 14:01                                                               ` Niel Lambrechts
2009-06-01 18:57                                                                 ` Niel Lambrechts
2009-06-03  3:14                                                                   ` Tejun Heo
2009-06-03  4:28                                                                     ` Tejun Heo
2009-06-06  7:05                                                                       ` Niel Lambrechts
2009-06-19 15:04                                                                         ` Pavel Machek
2009-06-25 12:57                                                                         ` Tejun Heo
2009-06-25 15:25                                                                           ` Niel Lambrechts
2009-06-26  0:46                                                                             ` Tejun Heo
2009-06-26  6:24                                                                               ` Niel Lambrechts
2009-09-18 20:26                                                                                 ` Berthold Gunreben
2009-09-25  4:11                                                                                   ` Tejun Heo
2009-09-30  9:58                                                                                     ` Berthold Gunreben
2009-09-30 10:26                                                                                       ` Tejun Heo
2009-05-26  4:58                                               ` Tejun Heo
     [not found] <ckpL0-3TE-3@gated-at.bofh.it>
     [not found] ` <ckpL0-3TE-5@gated-at.bofh.it>
     [not found]   ` <ckpL0-3TE-7@gated-at.bofh.it>
     [not found]     ` <ckpL0-3TE-9@gated-at.bofh.it>
     [not found]       ` <ckpL0-3TE-11@gated-at.bofh.it>
     [not found]         ` <ckpL0-3TE-1@gated-at.bofh.it>
     [not found]           ` <cllvN-2Gf-1@gated-at.bofh.it>
2009-03-30 14:30             ` Niel Lambrechts
2009-03-30 14:40               ` Jeff Garzik
2009-04-01 19:48                 ` Niel Lambrechts
2009-04-03 20:09                   ` Jeff Garzik
2009-04-03 20:54                     ` Niel Lambrechts
2009-04-02  1:50               ` Tejun Heo
2009-04-02  6:20                 ` Niel Lambrechts
2009-04-02  6:52                   ` Tejun Heo
2009-04-02 11:03                     ` Niel Lambrechts
2009-04-02 14:15                       ` Niel Lambrechts
2009-04-04  4:54                         ` Tejun Heo
2009-04-06  5:01                           ` Niel Lambrechts
2009-04-06 10:09                             ` Tejun Heo
2009-04-06 18:23                               ` Niel Lambrechts
2009-04-06 19:39                                 ` Tejun Heo
2009-04-06 21:26                                   ` Niel Lambrechts
2009-04-09 18:18                                     ` Tejun Heo
2009-05-23  9:17                                       ` Niel Lambrechts
     [not found] <cjtH6-3Ll-13@gated-at.bofh.it>
     [not found] ` <cjtH6-3Ll-15@gated-at.bofh.it>
     [not found]   ` <cjtH6-3Ll-11@gated-at.bofh.it>
     [not found]     ` <cjutt-577-11@gated-at.bofh.it>
     [not found]       ` <cjJCb-47c-23@gated-at.bofh.it>
2009-03-27 19:10         ` Niel Lambrechts
2009-03-27 22:30           ` Arjan van de Ven
2009-03-28 10:22             ` Niel Lambrechts
2009-03-28 14:06               ` Rafael J. Wysocki
2009-03-30  8:43                 ` Tejun Heo
2009-03-30  8:55           ` Tejun Heo
     [not found] <cjlqb-7sp-1@gated-at.bofh.it>
     [not found] ` <cjq6y-6sq-11@gated-at.bofh.it>
2009-03-25  5:19   ` 2.6.29 regression: ATA bus errors on resume (was: EXT4: __ext4_get_inode_loc errors after s2disk) Niel Lambrechts
2009-03-25  6:06     ` 2.6.29 regression: ATA bus errors on resume Jeff Garzik
2009-03-25 21:40       ` Niel Lambrechts
2009-03-25 22:16       ` James Bottomley

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4A1B164B.1010108@gmail.com \
    --to=niel.lambrechts@gmail.com \
    --cc=alan@lxorguk.ukuu.org.uk \
    --cc=linux-kernel@vger.kernel.org \
    --cc=tj@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).