Comment 177 for bug 445852

Revision history for this message
Will (will-berriss) wrote :

I had to read #147 a couple of times, as the wording of step 7) confused me. Anyway, in short I did this to my working system:

6) You can now divert the problematic file on the target system:

# dpkg-divert --divert --add --rename --divert /lib/udev/devkit-disks-probe-ata-smart.bak /lib/udev/devkit-disks-probe-ata-smart

7) Now create a file.

vi /lib/udev/devkit-disks-probe-ata-smart

and put the following 3 lines in it:

#!/bin/bash
#
exit 0

8) Make the new file executable:

# chmod 755 /lib/udev/devkit-disks-probe-ata-smart