Bug 573614 - Hard disk errors after resume from suspend; have to cold boot
Summary: Hard disk errors after resume from suspend; have to cold boot
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Fedora
Classification: Fedora
Component: kernel
Version: 17
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
Assignee: Kernel Maintainer List
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2010-03-15 11:17 UTC by Amit Shah
Modified: 2013-08-01 18:27 UTC (History)
7 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-08-01 18:27:46 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
dmesg (66.48 KB, text/plain)
2012-08-24 08:22 UTC, Amit Shah
no flags Details
dmi info (185 bytes, text/plain)
2012-08-24 08:22 UTC, Amit Shah
no flags Details
lspci -k (4.16 KB, text/plain)
2012-08-24 08:23 UTC, Amit Shah
no flags Details
lspci -nnvv (41.33 KB, text/plain)
2012-08-24 08:23 UTC, Amit Shah
no flags Details
lspci -tvn (790 bytes, text/plain)
2012-08-24 08:24 UTC, Amit Shah
no flags Details
modinfo i915 (5.03 KB, text/plain)
2012-08-24 08:24 UTC, Amit Shah
no flags Details
udisks -dump (20.96 KB, text/plain)
2012-08-24 08:24 UTC, Amit Shah
no flags Details

Description Amit Shah 2010-03-15 11:17:40 UTC
Description of problem:

On a compaq presario CQ40, after resume from suspend, the dialog box for unlocking the screen doesn't appear. Just the background image with the mouse pointer can be seen.

Switching to terminals works; but login fails.

Ctrl+Alt+Del doesn't work, neither does alt+sysrq.

I then tried this: before suspending, I switched to a VT, logged in, and then suspended from GNOME.

Upon resume, I switched back to the vt and tried a few things:

ls works, dmesg works.

dmesg|less doesn't work:

-bash: /usr/bin/less: Input/output error

The dmesg log shows a lot of h/d errors. Hand-typing a few:

ata5: SATA link down (SStatus 1 SControl 310)
ata5: EH complete
ata5: exception Emask 0x10 SAct 0x0 SErr 0x40000000 action 0xe frozen
ata5: irq_stat 0x0000040, connection status changed
ata5: Serror: { DevExch }
ata5: limiting SATA link speed to 1.5 Gbps
ata5: hard resetting link

and similar error messages for ata1.

All these are repeated for a long time, enough to fill the VT scrollback buffers.

Any attempt to 'touch' a file (in user's home or on /tmp) results in:

touch: cannot touch 'temp': Read-only file system

I'll post h/w details in a followup comment.

Comment 1 Amit Shah 2010-03-15 11:23:50 UTC
Kernel is 2.6.32.9-70.fc12.i686.PAE

lspci -v output:

00:00.0 Host bridge: Intel Corporation Mobile 4 Series Chipset Memory Controller Hub (rev 07)
	Subsystem: Hewlett-Packard Company Device 3607
	Flags: bus master, fast devsel, latency 0
	Capabilities: <access denied>
	Kernel driver in use: agpgart-intel

00:02.0 VGA compatible controller: Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller (rev 07) (prog-if 00 [VGA controller])
	Subsystem: Hewlett-Packard Company Device 3607
	Flags: bus master, fast devsel, latency 0, IRQ 31
	Memory at 50000000 (64-bit, non-prefetchable) [size=4M]
	Memory at 40000000 (64-bit, prefetchable) [size=256M]
	I/O ports at 8110 [size=8]
	Expansion ROM at <unassigned> [disabled]
	Capabilities: <access denied>
	Kernel driver in use: i915
	Kernel modules: i915

00:02.1 Display controller: Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller (rev 07)
	Subsystem: Hewlett-Packard Company Device 3607
	Flags: bus master, fast devsel, latency 0
	Memory at 56500000 (64-bit, non-prefetchable) [size=1M]
	Capabilities: <access denied>

00:1a.0 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #4 (rev 03) (prog-if 00 [UHCI])
	Subsystem: Hewlett-Packard Company Device 3607
	Flags: bus master, medium devsel, latency 0, IRQ 16
	I/O ports at 80e0 [size=32]
	Capabilities: <access denied>
	Kernel driver in use: uhci_hcd

00:1a.1 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #5 (rev 03) (prog-if 00 [UHCI])
	Subsystem: Hewlett-Packard Company Device 3607
	Flags: bus master, medium devsel, latency 0, IRQ 17
	I/O ports at 80c0 [size=32]
	Capabilities: <access denied>
	Kernel driver in use: uhci_hcd

00:1a.7 USB Controller: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #2 (rev 03) (prog-if 20 [EHCI])
	Subsystem: Hewlett-Packard Company Device 3607
	Flags: bus master, medium devsel, latency 0, IRQ 18
	Memory at 5c804c00 (32-bit, non-prefetchable) [size=1K]
	Capabilities: <access denied>
	Kernel driver in use: ehci_hcd

00:1b.0 Audio device: Intel Corporation 82801I (ICH9 Family) HD Audio Controller (rev 03)
	Subsystem: Hewlett-Packard Company Device 3607
	Flags: bus master, fast devsel, latency 0, IRQ 33
	Memory at 5c800000 (64-bit, non-prefetchable) [size=16K]
	Capabilities: <access denied>
	Kernel driver in use: HDA Intel
	Kernel modules: snd-hda-intel

00:1c.0 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 1 (rev 03) (prog-if 00 [Normal decode])
	Flags: bus master, fast devsel, latency 0
	Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
	I/O behind bridge: 00007000-00007fff
	Memory behind bridge: 5b800000-5c7fffff
	Prefetchable memory behind bridge: 0000000050400000-00000000513fffff
	Capabilities: <access denied>
	Kernel driver in use: pcieport

00:1c.1 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 2 (rev 03) (prog-if 00 [Normal decode])
	Flags: bus master, fast devsel, latency 0
	Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
	I/O behind bridge: 00006000-00006fff
	Memory behind bridge: 5a800000-5b7fffff
	Prefetchable memory behind bridge: 0000000051400000-00000000523fffff
	Capabilities: <access denied>
	Kernel driver in use: pcieport

00:1c.2 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 3 (rev 03) (prog-if 00 [Normal decode])
	Flags: bus master, fast devsel, latency 0
	Bus: primary=00, secondary=03, subordinate=03, sec-latency=0
	I/O behind bridge: 00005000-00005fff
	Memory behind bridge: 59700000-5a7fffff
	Prefetchable memory behind bridge: 0000000052400000-00000000533fffff
	Capabilities: <access denied>
	Kernel driver in use: pcieport

00:1c.3 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 4 (rev 03) (prog-if 00 [Normal decode])
	Flags: bus master, fast devsel, latency 0
	Bus: primary=00, secondary=04, subordinate=04, sec-latency=0
	I/O behind bridge: 00003000-00004fff
	Memory behind bridge: 58700000-596fffff
	Prefetchable memory behind bridge: 0000000053400000-00000000544fffff
	Capabilities: <access denied>
	Kernel driver in use: pcieport

00:1c.4 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 5 (rev 03) (prog-if 00 [Normal decode])
	Flags: bus master, fast devsel, latency 0
	Bus: primary=00, secondary=05, subordinate=05, sec-latency=0
	I/O behind bridge: 00002000-00002fff
	Memory behind bridge: 57600000-586fffff
	Prefetchable memory behind bridge: 0000000054500000-00000000554fffff
	Capabilities: <access denied>
	Kernel driver in use: pcieport

00:1c.5 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 6 (rev 03) (prog-if 00 [Normal decode])
	Flags: bus master, fast devsel, latency 0
	Bus: primary=00, secondary=06, subordinate=08, sec-latency=0
	I/O behind bridge: 00001000-00001fff
	Memory behind bridge: 56600000-575fffff
	Prefetchable memory behind bridge: 0000000055500000-00000000564fffff
	Capabilities: <access denied>
	Kernel driver in use: pcieport

00:1d.0 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #1 (rev 03) (prog-if 00 [UHCI])
	Subsystem: Hewlett-Packard Company Device 3607
	Flags: bus master, medium devsel, latency 0, IRQ 20
	I/O ports at 80a0 [size=32]
	Capabilities: <access denied>
	Kernel driver in use: uhci_hcd

00:1d.1 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #2 (rev 03) (prog-if 00 [UHCI])
	Subsystem: Hewlett-Packard Company Device 3607
	Flags: bus master, medium devsel, latency 0, IRQ 22
	I/O ports at 8080 [size=32]
	Capabilities: <access denied>
	Kernel driver in use: uhci_hcd

00:1d.2 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #3 (rev 03) (prog-if 00 [UHCI])
	Subsystem: Hewlett-Packard Company Device 3607
	Flags: bus master, medium devsel, latency 0, IRQ 18
	I/O ports at 8060 [size=32]
	Capabilities: <access denied>
	Kernel driver in use: uhci_hcd

00:1d.3 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #6 (rev 03) (prog-if 00 [UHCI])
	Subsystem: Hewlett-Packard Company Device 3607
	Flags: bus master, medium devsel, latency 0, IRQ 19
	I/O ports at 8040 [size=32]
	Capabilities: <access denied>
	Kernel driver in use: uhci_hcd

00:1d.7 USB Controller: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #1 (rev 03) (prog-if 20 [EHCI])
	Subsystem: Hewlett-Packard Company Device 3607
	Flags: bus master, medium devsel, latency 0, IRQ 20
	Memory at 5c804800 (32-bit, non-prefetchable) [size=1K]
	Capabilities: <access denied>
	Kernel driver in use: ehci_hcd

00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev 93) (prog-if 01 [Subtractive decode])
	Flags: bus master, fast devsel, latency 0
	Bus: primary=00, secondary=09, subordinate=09, sec-latency=32
	Capabilities: <access denied>

00:1f.0 ISA bridge: Intel Corporation ICH9M LPC Interface Controller (rev 03)
	Subsystem: Hewlett-Packard Company Device 3607
	Flags: bus master, medium devsel, latency 0
	Capabilities: <access denied>
	Kernel modules: iTCO_wdt

00:1f.2 SATA controller: Intel Corporation ICH9M/M-E SATA AHCI Controller (rev 03) (prog-if 01 [AHCI 1.0])
	Subsystem: Hewlett-Packard Company Device 3607
	Flags: bus master, 66MHz, medium devsel, latency 0, IRQ 30
	I/O ports at 8108 [size=8]
	I/O ports at 811c [size=4]
	I/O ports at 8100 [size=8]
	I/O ports at 8118 [size=4]
	I/O ports at 8020 [size=32]
	Memory at 5c804000 (32-bit, non-prefetchable) [size=2K]
	Capabilities: <access denied>
	Kernel driver in use: ahci

00:1f.3 SMBus: Intel Corporation 82801I (ICH9 Family) SMBus Controller (rev 03)
	Subsystem: Hewlett-Packard Company Device 3607
	Flags: medium devsel, IRQ 18
	Memory at 5c805000 (64-bit, non-prefetchable) [size=256]
	I/O ports at 8000 [size=32]
	Kernel modules: i2c-i801

03:00.0 Network controller: Broadcom Corporation BCM4312 802.11b/g (rev 01)
	Subsystem: Hewlett-Packard Company BCM4312 802.11b/g Wireless LAN Controller
	Flags: bus master, fast devsel, latency 0, IRQ 18
	Memory at 59700000 (64-bit, non-prefetchable) [size=16K]
	Capabilities: <access denied>
	Kernel driver in use: wl
	Kernel modules: wl, ssb

04:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet controller (rev 02)
	Subsystem: Hewlett-Packard Company Device 30f7
	Flags: bus master, fast devsel, latency 0, IRQ 32
	I/O ports at 3000 [size=256]
	Memory at 53410000 (64-bit, prefetchable) [size=4K]
	Memory at 53400000 (64-bit, prefetchable) [size=64K]
	Expansion ROM at 53420000 [disabled] [size=128K]
	Capabilities: <access denied>
	Kernel driver in use: r8169
	Kernel modules: r8169

05:00.0 System peripheral: JMicron Technologies, Inc. SD/MMC Host Controller
	Subsystem: Hewlett-Packard Company Device 30f7
	Flags: bus master, fast devsel, latency 0, IRQ 16
	Memory at 57600300 (32-bit, non-prefetchable) [size=256]
	Capabilities: <access denied>
	Kernel driver in use: sdhci-pci
	Kernel modules: sdhci-pci

05:00.2 SD Host controller: JMicron Technologies, Inc. Standard SD Host Controller (prog-if 01)
	Subsystem: Hewlett-Packard Company Device 30f7
	Flags: fast devsel, IRQ 16
	Memory at 57600200 (32-bit, non-prefetchable) [size=256]
	Capabilities: <access denied>
	Kernel modules: sdhci-pci

05:00.3 System peripheral: JMicron Technologies, Inc. MS Host Controller
	Subsystem: Hewlett-Packard Company Device 30f7
	Flags: bus master, fast devsel, latency 0, IRQ 16
	Memory at 57600100 (32-bit, non-prefetchable) [size=256]
	Capabilities: <access denied>
	Kernel driver in use: jmb38x_ms
	Kernel modules: jmb38x_ms

05:00.4 System peripheral: JMicron Technologies, Inc. xD Host Controller
	Subsystem: Hewlett-Packard Company Device 30f7
	Flags: bus master, fast devsel, latency 0, IRQ 11
	Memory at 57600000 (32-bit, non-prefetchable) [size=256]
	Capabilities: <access denied>

Comment 2 Bug Zapper 2010-11-03 19:38:53 UTC
This message is a reminder that Fedora 12 is nearing its end of life.
Approximately 30 (thirty) days from now Fedora will stop maintaining
and issuing updates for Fedora 12.  It is Fedora's policy to close all
bug reports from releases that are no longer maintained.  At that time
this bug will be closed as WONTFIX if it remains open with a Fedora 
'version' of '12'.

Package Maintainer: If you wish for this bug to remain open because you
plan to fix it in a currently maintained version, simply change the 'version' 
to a later Fedora version prior to Fedora 12's end of life.

Bug Reporter: Thank you for reporting this issue and we are sorry that 
we may not be able to fix it before Fedora 12 is end of life.  If you 
would still like to see this bug fixed and are able to reproduce it 
against a later version of Fedora please change the 'version' of this 
bug to the applicable version.  If you are unable to change the version, 
please add a comment here and someone will do it for you.

Although we aim to fix as many bugs as possible during every release's 
lifetime, sometimes those efforts are overtaken by events.  Often a 
more recent Fedora release includes newer upstream software that fixes 
bugs or makes them obsolete.

The process we are following is described here: 
http://fedoraproject.org/wiki/BugZappers/HouseKeeping

Comment 3 Bug Zapper 2011-06-02 16:10:00 UTC
This message is a reminder that Fedora 13 is nearing its end of life.
Approximately 30 (thirty) days from now Fedora will stop maintaining
and issuing updates for Fedora 13.  It is Fedora's policy to close all
bug reports from releases that are no longer maintained.  At that time
this bug will be closed as WONTFIX if it remains open with a Fedora 
'version' of '13'.

Package Maintainer: If you wish for this bug to remain open because you
plan to fix it in a currently maintained version, simply change the 'version' 
to a later Fedora version prior to Fedora 13's end of life.

Bug Reporter: Thank you for reporting this issue and we are sorry that 
we may not be able to fix it before Fedora 13 is end of life.  If you 
would still like to see this bug fixed and are able to reproduce it 
against a later version of Fedora please change the 'version' of this 
bug to the applicable version.  If you are unable to change the version, 
please add a comment here and someone will do it for you.

Although we aim to fix as many bugs as possible during every release's 
lifetime, sometimes those efforts are overtaken by events.  Often a 
more recent Fedora release includes newer upstream software that fixes 
bugs or makes them obsolete.

The process we are following is described here: 
http://fedoraproject.org/wiki/BugZappers/HouseKeeping

Comment 4 Bug Zapper 2011-06-27 15:10:25 UTC
Fedora 13 changed to end-of-life (EOL) status on 2011-06-25. Fedora 13 is 
no longer maintained, which means that it will not receive any further 
security or bug fix updates. As a result we are closing this bug.

If you can reproduce this bug against a currently maintained version of 
Fedora please feel free to reopen this bug against that version.

Thank you for reporting this bug and we are sorry it could not be fixed.

Comment 5 Amit Shah 2011-09-05 09:42:29 UTC
Still valid on F15.

Comment 6 Josh Boyer 2012-06-04 14:57:49 UTC
Amit, is this still happening on the 2.6.43/3.3 kernel updates in F15/F16?

Comment 7 Josh Boyer 2012-07-11 17:49:58 UTC
Fedora 15 has reached it's end of life as of June 26, 2012.  As a result, we will not be fixing any remaining bugs found in Fedora 15.

In the event that you have upgraded to a newer release and the bug you reported is still present, please reopen the bug and set the version field to the newest release you have encountered the issue with.  Before doing so, please ensure you are testing the latest kernel update in that release and attach any new and relevant information you may have gathered.

Thank you for taking the time to file a report.  We hope newer versions of Fedora suit your needs.

Comment 8 Amit Shah 2012-07-17 09:52:36 UTC
Updated the machine to F17.  Still seeing the same errors as in comment #0.

Kernel is 3.4.4-5.fc17.i686

Comment 9 Reartes Guillermo 2012-08-14 21:07:28 UTC
@Amit Shah

Can you post the following information (from current F17)?

# cat /sys/devices/virtual/dmi/id/product_name
# cat /sys/devices/virtual/dmi/id/bios_version 
# cat /sys/devices/virtual/dmi/id/board_name 

# dmesg
# uname -r

# lspci -nnvv
# lspci -k
# lspci -tvn

# acpitool -e


Hard disk model and information (remove serial number from your
disks before uploading)

# udisks --dump

(replace sda with your hard disk)

Hard disk information:

# hdparm -I /dev/sda

Hard disk smart attributes:
# smartctl -x /dev/sda

# modinfo i915

Reproduce the issue a couple of times, then upload
/var/log/messages after reproducing the issue.

(again)
# acpitool -e

Cheers.

Comment 10 Amit Shah 2012-08-24 08:22:11 UTC
Created attachment 606786 [details]
dmesg

Don't have acpitool, hdparm, smartctl info yet, attaching others.

Comment 11 Amit Shah 2012-08-24 08:22:43 UTC
Created attachment 606787 [details]
dmi info

Comment 12 Amit Shah 2012-08-24 08:23:08 UTC
Created attachment 606789 [details]
lspci -k

Comment 13 Amit Shah 2012-08-24 08:23:37 UTC
Created attachment 606790 [details]
lspci -nnvv

Comment 14 Amit Shah 2012-08-24 08:24:01 UTC
Created attachment 606791 [details]
lspci -tvn

Comment 15 Amit Shah 2012-08-24 08:24:28 UTC
Created attachment 606792 [details]
modinfo i915

Comment 16 Amit Shah 2012-08-24 08:24:56 UTC
Created attachment 606793 [details]
udisks -dump

Comment 17 Amit Shah 2012-08-24 08:26:06 UTC
All of this on 3.5.0-2.fc17.i686

Comment 18 Fedora End Of Life 2013-07-04 06:49:08 UTC
This message is a reminder that Fedora 17 is nearing its end of life.
Approximately 4 (four) weeks from now Fedora will stop maintaining
and issuing updates for Fedora 17. It is Fedora's policy to close all
bug reports from releases that are no longer maintained. At that time
this bug will be closed as WONTFIX if it remains open with a Fedora 
'version' of '17'.

Package Maintainer: If you wish for this bug to remain open because you
plan to fix it in a currently maintained version, simply change the 'version' 
to a later Fedora version prior to Fedora 17's end of life.

Bug Reporter:  Thank you for reporting this issue and we are sorry that 
we may not be able to fix it before Fedora 17 is end of life. If you 
would still like  to see this bug fixed and are able to reproduce it 
against a later version  of Fedora, you are encouraged  change the 
'version' to a later Fedora version prior to Fedora 17's end of life.

Although we aim to fix as many bugs as possible during every release's 
lifetime, sometimes those efforts are overtaken by events. Often a 
more recent Fedora release includes newer upstream software that fixes 
bugs or makes them obsolete.

Comment 19 Fedora End Of Life 2013-08-01 18:27:53 UTC
Fedora 17 changed to end-of-life (EOL) status on 2013-07-30. Fedora 17 is 
no longer maintained, which means that it will not receive any further 
security or bug fix updates. As a result we are closing this bug.

If you can reproduce this bug against a currently maintained version of 
Fedora please feel free to reopen this bug against that version.

Thank you for reporting this bug and we are sorry it could not be fixed.


Note You need to log in before you can comment on or make changes to this bug.