Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 470874 - dev-libs/libatasmart - udisksd[2967]: Error performing housekeeping for drive /org/freedesktop/UDisks2/drives/[...]: Error updating SMART data: sk_disk_smart_status: Input/output error (udisks-error-quark, 0)
Summary: dev-libs/libatasmart - udisksd[2967]: Error performing housekeeping for drive...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Freedesktop bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-21 13:51 UTC by Scott
Modified: 2013-10-11 13:46 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Scott 2013-05-21 13:51:53 UTC
Please see the following thread for more detail:

https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1131090

This describes a bug in which libatasmart is throwing errors on drives that do not set certain bits (that are not required as part of the standard).

The symptoms are evident in /var/log/messages:

nightshade ~ # grep sk_disk_smart_status /var/log/messages* | wc -l
328
nightshade ~ # grep sk_disk_smart_status /var/log/messages* | tail -1
/var/log/messages:May 21 09:42:02 nightshade udisksd[2967]: Error performing housekeeping for drive /org/freedesktop/UDisks2/drives/WDC_WD800ADFD_75NLR1_WD_WMANS1300148: Error updating SMART data: sk_disk_smart_status: Input/output error (udisks-error-quark, 0)
nightshade ~ # 

This is on my primary hard drive (as an example):

nightshade ~ # skdump /dev/sda | egrep '^Serial|^Model'
Model: [WDC WD800ADFD-75NLR1]
Serial: [WD-WMANS1300148]
nightshade ~ # 

Please add the latest patch to portage. I will gladly add this to my package.keywords to unmask if you need beta users.
Comment 1 Scott 2013-05-21 13:56:38 UTC
I gave the wrong link:

https://bugs.launchpad.net/ubuntu/+source/udisks2/+bug/1143495

Thanks.
Comment 2 Florian Manschwetus 2013-08-09 09:41:04 UTC
could this be the reason, for having again the delay when opening dolphin or a kde file picker? (kde 4.10.5 and udisks-2.1.0)
Comment 3 Samuli Suominen (RETIRED) gentoo-dev 2013-08-09 13:37:47 UTC
(In reply to Scott from comment #0)
> Please add the latest patch to portage. I will gladly add this to my
> package.keywords to unmask if you need beta users.

done, in 0.19-r1

(In reply to Florian Manschwetus from comment #2)
> could this be the reason, for having again the delay when opening dolphin or
> a kde file picker? (kde 4.10.5 and udisks-2.1.0)

dunno, you tell me, try 0.19-r1
Comment 4 Scott 2013-10-11 13:46:27 UTC
(In reply to Samuli Suominen from comment #3)
> (In reply to Scott from comment #0)
> > Please add the latest patch to portage. I will gladly add this to my
> > package.keywords to unmask if you need beta users.
> 
> done, in 0.19-r1

This has resolved my issue. Confirm fixed. Thank you!