[Bug 638765] Re: udisks wakes up unmounted drives from standby with smart polls

2011-02-02 Thread AmenophisIII
i can confirm that setting ENV{UDISKS_DISABLE_POLLING} to 1 in an appropriate udev rule helps for my thinkpad t410s useful rules are: # main hdd (1.8) KERNELS==0:0:0:0, ENV{UDISKS_DISABLE_POLLING}=1 # thinkbay hdd KERNELS==1:0:0:0, ENV{UDISKS_DISABLE_POLLING}=1 # esata hdd KERNELS==5:0:0:0,

[Bug 638765] Re: udisks wakes up unmounted drives from standby with smart polls

2011-01-02 Thread Matthias Pfau
According to http://bugs.freedesktop.org/show_bug.cgi?id=26508#c0, the following would be a permanent workaround: Create a file /etc/udev/rules.d/80-udisks.rules with the following contents: KERNEL==sd*[!0-9], ATTR{removable}==0, ENV{ID_BUS}==usb, ENV{DEVTYPE}==disk,

[Bug 638765] Re: udisks wakes up unmounted drives from standby with smart polls

2011-01-01 Thread Matthias Pfau
This has definitely not been fixed in Maverick. I got the problem with a Seagate ST31000520AS and a Samsung HD103SJ. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/638765 Title: udisks wakes up

[Bug 638765] Re: udisks wakes up unmounted drives from standby with smart polls

2010-12-31 Thread Martin Karpinski
I'm running Lucid. I can confirm that my WD Elements external USB HDD constantly wakes up when udev checks the SMART data. The exact moment the drive wakes up corresponds perfectly to the time that Disk Utility reports as the minute that the SMART data was updated. Was this somehow fixed in

[Bug 638765] Re: udisks wakes up unmounted drives from standby with smart polls

2010-12-31 Thread Martin Karpinski
I can confirm that my WD Elements external USB HDD constantly wakes up when udev checks the SMART data. Sorry, typo. Replace udev with udisks above. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 638765] Re: udisks wakes up unmounted drives from standby with smart polls

2010-09-20 Thread cyzen
I think same problem here, i want to go suspend and i hangs. I have a unmounted disk (in bios disabled) disk with errors. there seems to be no timeout to get the values -- udisks wakes up unmounted drives from standby with smart polls https://bugs.launchpad.net/bugs/638765 You received this bug

[Bug 638765] Re: udisks wakes up unmounted drives from standby with smart polls

2010-09-19 Thread AmenophisIII
seems the problem is similar (if not the same) as bug 435190, but the fix for that one was committed for lucid... maybe it was lost again? -- udisks wakes up unmounted drives from standby with smart polls https://bugs.launchpad.net/bugs/638765 You received this bug notification because you are a

[Bug 638765] Re: udisks wakes up unmounted drives from standby with smart polls

2010-09-17 Thread AmenophisIII
workaround by replacing the offending binary with one, that does nothing: cd /usr/lib/udisks mv udisks-helper-ata-smart-collect udisks-helper-ata-smart-collect.orig echo #!/bin/sh exit 0 udisks-helper-ata-smart-collect chmod +x udisks-helper-ata-smart-collect beware: this will of course break

[Bug 638765] Re: udisks wakes up unmounted drives from standby with smart polls

2010-09-15 Thread AmenophisIII
** Summary changed: - udisks wakes up idling, unmounted drives with smart polls + udisks wakes up unmounted drives from standby with smart polls -- udisks wakes up unmounted drives from standby with smart polls https://bugs.launchpad.net/bugs/638765 You received this bug notification because